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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PM] Make the AnalysisManager parameter to run methods a reference.
Chandler Carruth
2016-03-11
1
-1
/
+1
*
[CG] Actually hoist up the generic CallGraphPrinter pass from a weird
Chandler Carruth
2016-03-10
1
-20
/
+0
*
[opt] Fix description of the -disable-verify flag
Vedant Kumar
2016-03-10
1
-1
/
+1
*
[opt] Only create Verifier passes when requested
Vedant Kumar
2016-03-10
1
-1
/
+2
*
Add a flag to the LLVMContext to disable name for Value other than GlobalValue
Mehdi Amini
2016-03-10
1
-0
/
+7
*
PM: Implement a basic loop pass manager
Justin Bogner
2016-02-25
1
-0
/
+5
*
[PM/AA] Teach the new pass manager to use pass-by-lambda for registering
Chandler Carruth
2016-02-18
1
-6
/
+27
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-17
/
+0
*
[opt] Fix run-twice option for non-idempotent passes
Keno Fischer
2015-12-05
1
-7
/
+11
*
[opt] Fix sanitizer complaints about r254774
Keno Fischer
2015-12-05
1
-5
/
+8
*
[llc/opt] Add an option to run all passes twice
Keno Fischer
2015-12-04
1
-5
/
+43
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
2
-2
/
+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
*
Wrap some long lines in LLVMBuild files. NFC
Douglas Katzman
2015-06-12
1
-1
/
+12
*
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
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-4
/
+4
*
DebugInfo: Delete DIDescriptor (but not its subclasses)
Duncan P. N. Exon Smith
2015-04-18
1
-2
/
+2
*
DebugInfo: Gut DIType and subclasses
Duncan P. N. Exon Smith
2015-04-16
1
-3
/
+3
*
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
3
-3
/
+9
*
uselistorder: Pull bit through BitcodeWriterPass
Duncan P. N. Exon Smith
2015-04-15
3
-5
/
+10
*
IR: Set -preserve-bc-uselistorder=false by default
Duncan P. N. Exon Smith
2015-04-14
1
-0
/
+5
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-3
/
+3
*
DebugInfo: Gut DINamespace and DITemplate*Parameter
Duncan P. N. Exon Smith
2015-04-14
1
-4
/
+4
*
IR: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-7
/
+3
*
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
*
CMake: Disable ENABLE_EXPORTS for executables with MSVC
Reid Kleckner
2015-03-18
1
-1
/
+1
*
Make helper functions static.
Benjamin Kramer
2015-03-09
1
-1
/
+1
*
[PM] Create a separate library for high-level pass management code.
Chandler Carruth
2015-03-07
7
-598
/
+10
*
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 SimplifyCFG to the new pass manager.
Chandler Carruth
2015-02-01
2
-0
/
+2
*
[PM] Port EarlyCSE to the new pass manager.
Chandler Carruth
2015-02-01
2
-0
/
+2
*
[PM] Port TTI to the new pass manager, introducing a TargetIRAnalysis to
Chandler Carruth
2015-02-01
6
-14
/
+27
*
[PM] Refactor the analysis registration and pass pipeline parsing to
Chandler Carruth
2015-02-01
3
-71
/
+96
*
[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
[next]