index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
tools
/
opt
/
opt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-1
/
+0
*
Expose sjlj preparation through opt for my own debugging purposes
Reid Kleckner
2015-07-09
1
-0
/
+1
*
Revert "(HEAD -> master, origin/master, origin/HEAD) opt: Add option to strip...
Matthias Braun
2015-06-24
1
-43
/
+0
*
opt: Add option to strip or add llvm value names
Matthias Braun
2015-06-24
1
-0
/
+43
*
Remove NoFramePointerElim and NoFramePointerElimOverride from TargetOptions and
Akira Hatanaka
2015-05-26
1
-5
/
+3
*
Stop resetting NoFramePointerElim in TargetMachine::resetTargetOptions.
Akira Hatanaka
2015-05-23
1
-6
/
+10
*
Simplify and rename function overrideFunctionAttributes. NFC.
Akira Hatanaka
2015-05-23
1
-2
/
+3
*
Let llc and opt override "-target-cpu" and "-target-features" via command line
Akira Hatanaka
2015-05-06
1
-0
/
+3
*
Factor out a function which determines the cpu and feature strings based on
Akira Hatanaka
2015-05-06
1
-28
/
+10
*
uselistorder: Remove the global bits
Duncan P. N. Exon Smith
2015-04-15
1
-14
/
+16
*
uselistorder: Pull the bit through PrintModulePass
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+5
*
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
2015-04-15
1
-2
/
+4
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+5
*
Add -mcpu=native support to opt.
Craig Topper
2015-04-01
1
-1
/
+17
*
tools: Unify how verifyModule() is called
Duncan P. N. Exon Smith
2015-03-31
1
-1
/
+2
*
Verifier: Call verifyModule() from llc and opt
Duncan P. N. Exon Smith
2015-03-27
1
-4
/
+13
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-8
/
+3
*
PassManagerBuilder: Remove effectively dead 'StripDebug' option
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-8
/
+2
*
Add an IR-to-IR test for dwarf EH preparation using opt
Reid Kleckner
2015-02-18
1
-0
/
+1
*
[PM] Remove the old 'PassManager.h' header file at the top level of
Chandler Carruth
2015-02-13
1
-7
/
+8
*
[multiversion] Implement the old pass manager's TTI wrapper pass in
Chandler Carruth
2015-02-01
1
-3
/
+3
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
1
-9
/
+9
*
[PM] Switch the TargetMachine interface from accepting a pass manager
Chandler Carruth
2015-01-31
1
-9
/
+4
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-0
/
+5
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
1
-0
/
+1
*
[PM] Rework how the TargetLibraryInfo pass integrates with the new pass
Chandler Carruth
2015-01-24
1
-3
/
+3
*
[PM] Separate the TargetLibraryInfo object from the immutable pass.
Chandler Carruth
2015-01-15
1
-3
/
+3
*
[PM] Move TargetLibraryInfo into the Analysis library.
Chandler Carruth
2015-01-15
1
-1
/
+1
*
Use make_unique instead of reset() and 'new'
Craig Topper
2014-12-12
1
-1
/
+2
*
Use range-based for loop.
Craig Topper
2014-12-12
1
-2
/
+2
*
Remove unnecessary calls to unique_ptr::get.
Craig Topper
2014-12-12
1
-7
/
+7
*
DebugIR: Delete -debug-ir
Duncan P. N. Exon Smith
2014-11-29
1
-1
/
+0
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
1
-0
/
+1
*
Delete -std-compile-opts.
Rafael Espindola
2014-10-16
1
-41
/
+2
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-2
/
+2
*
Return a std::unique_ptr from the IRReader.h functions. NFC.
Rafael Espindola
2014-08-26
1
-2
/
+1
*
Modernize raw_fd_ostream's constructor a bit.
Rafael Espindola
2014-08-25
1
-10
/
+8
*
Rename AtomicExpandLoadLinked into AtomicExpand
Robin Morisset
2014-08-21
1
-1
/
+1
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-11
/
+5
*
llvm-gcc is dead.
Rafael Espindola
2014-08-21
1
-4
/
+3
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-1
/
+3
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-1
/
+1
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-6
/
+1
*
opt: Initialize asm printers
Tobias Grosser
2014-06-13
1
-0
/
+1
*
raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...
Benjamin Kramer
2014-04-29
1
-0
/
+1
*
[C++] Use 'nullptr'. Tools edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Atomics: promote ARM's IR-based atomics pass to CodeGen.
Tim Northover
2014-04-17
1
-1
/
+2
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-3
/
+15
[next]