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
*
[ORE] Add diagnostics hotness threshold
Brian Gesiak
2017-06-30
1
-0
/
+8
*
[ORE] Unify spelling as "diagnostics hotness"
Brian Gesiak
2017-06-30
1
-1
/
+1
*
[ThinLTO] Migrate ThinLTOBitcodeWriter to the new PM.
Tim Shen
2017-06-01
1
-2
/
+4
*
[LegacyPassManager] Remove TargetMachine constructors
Francis Visoiu Mistrih
2017-05-18
1
-3
/
+9
*
[X86] Relocate code of replacement of subtarget unsupported masked memory int...
Ayman Musa
2017-05-15
1
-0
/
+1
*
Add a late IR expansion pass for the experimental reduction intrinsics.
Amara Emerson
2017-05-10
1
-0
/
+1
*
[CodeGen] Split SafeStack into a LegacyPass and a utility. NFC.
Ahmed Bougacha
2017-05-10
1
-1
/
+1
*
[ThinLTO] Add support for emitting minimized bitcode for thin link
Teresa Johnson
2017-03-23
1
-1
/
+20
*
Do not inline hot callsites for samplepgo in thinlto compile phase.
Dehao Chen
2017-03-21
1
-1
/
+1
*
opt: Rename -default-data-layout flag to -data-layout and make it always over...
Peter Collingbourne
2017-02-17
1
-11
/
+7
*
Replace addEarlyAsPossiblePasses callback with adjustPassManager
Stanislav Mekhanoshin
2017-01-26
1
-6
/
+1
*
IPO: Introduce ThinLTOBitcodeWriter pass.
Peter Collingbourne
2016-12-16
1
-1
/
+7
*
Change setDiagnosticsOutputFile to take a unique_ptr from a raw pointer (NFC)
Mehdi Amini
2016-11-19
1
-1
/
+2
*
Restore "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Teresa Johnson
2016-11-14
1
-0
/
+1
*
Revert "[ThinLTO] Prevent exporting of locals used/defined in module level asm"
Mehdi Amini
2016-11-09
1
-1
/
+0
*
[ThinLTO] Prevent exporting of locals used/defined in module level asm
Teresa Johnson
2016-11-08
1
-0
/
+1
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-0
/
+23
*
Revert "Output optimization remarks in YAML"
Adam Nemet
2016-09-27
1
-23
/
+0
*
Output optimization remarks in YAML
Adam Nemet
2016-09-27
1
-0
/
+23
*
[opt] Remove an unused argument to runPassPipeline().
Davide Italiano
2016-09-07
1
-1
/
+1
*
Add a counter-function insertion pass
Hal Finkel
2016-09-01
1
-0
/
+1
*
[PM] Port the always inliner to the new pass manager in a much more
Chandler Carruth
2016-08-17
1
-1
/
+2
*
[PM] Port ModuleSummaryIndex analysis to new pass manager
Teresa Johnson
2016-08-12
1
-1
/
+2
*
opt: Adding -O0 to opt tool
Gor Nishanov
2016-08-05
1
-1
/
+14
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
1
-0
/
+10
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-1
/
+1
*
[OptRemark,LDist] RFC: Add hotness attribute
Adam Nemet
2016-07-15
1
-0
/
+8
*
[PM] Port UnreachableBlockElim to the new Pass Manager
Wei Mi
2016-07-08
1
-0
/
+1
*
[PM] Port PreISelIntrinsicLowering to the new PM
Michael Kuperstein
2016-06-24
1
-1
/
+1
*
Use FPasses in opt exactly when it is initialized.
Patrik Hagglund
2016-06-15
1
-1
/
+1
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
[ARM, AArch64] Properly initialize InterleavedAccessPass
Matthew Simpson
2016-05-19
1
-0
/
+1
*
CodeGen: Make the global-merge pass independently testable, and add a test.
Peter Collingbourne
2016-05-19
1
-0
/
+1
*
Delete Reloc::Default.
Rafael Espindola
2016-05-18
1
-4
/
+3
*
Add TargetMachine::addEarlyAsPossiblePasses, and call it from opt.
Justin Lebar
2016-04-27
1
-11
/
+20
*
Introduce llvm.load.relative intrinsic.
Peter Collingbourne
2016-04-22
1
-0
/
+1
*
Enable ODR uniquing of DITypes in more places
Teresa Johnson
2016-04-19
1
-0
/
+6
*
ARM: use a pseudo-instruction for cmpxchg at -O0.
Tim Northover
2016-04-18
1
-0
/
+6
*
Remove every uses of getGlobalContext() in LLVM (but the C API)
Mehdi Amini
2016-04-14
1
-1
/
+1
*
Sanity check `opt` options compatibility: can't have module-summary or module...
Mehdi Amini
2016-04-13
1
-2
/
+6
*
Move summary creation out of llvm-as into opt
Mehdi Amini
2016-04-12
1
-1
/
+8
*
[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
*
Move SafeStack to CodeGen.
Benjamin Kramer
2016-01-27
1
-0
/
+1
*
[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
1
-1
/
+0
*
Expose sjlj preparation through opt for my own debugging purposes
Reid Kleckner
2015-07-09
1
-0
/
+1
[next]