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
/
include
/
llvm
/
InitializePasses.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[GlobalISel] Introduce initializer method to support start/stop-after features.
Quentin Colombet
2016-03-08
1
-0
/
+4
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Introduce analysis pass to compute PostDominators in the new pass man...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Revert "Introduce DominanceFrontierAnalysis to the new PassManager to compute...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Introduce DominanceFrontierAnalysis to the new PassManager to compute Dominan...
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
Introduce analysis pass to compute PostDominators in the new pass manager. NFC
Hongbin Zheng
2016-02-25
1
-1
/
+1
*
[LoopDataPrefetch] Make it testable with opt
Adam Nemet
2016-02-22
1
-0
/
+1
*
[PM/AA] Port alias analysis evaluator to the new pass manager, and use
Chandler Carruth
2016-02-20
1
-1
/
+1
*
[LPM] Factor all of the loop analysis usage updates into a common helper
Chandler Carruth
2016-02-19
1
-0
/
+1
*
[PM] Port the PostOrderFunctionAttrs pass to the new pass manager and
Chandler Carruth
2016-02-18
1
-1
/
+1
*
WholeProgramDevirt: introduce.
Peter Collingbourne
2016-02-09
1
-0
/
+1
*
New Loop Versioning LICM Pass
Ashutosh Nema
2016-02-06
1
-0
/
+1
*
[LoopVersioning] Expose loop versioning as a pass too
Adam Nemet
2016-02-03
1
-0
/
+1
*
This patch adds MemorySSA to LLVM.
George Burgess IV
2016-02-02
1
-0
/
+2
*
Add LoopSimplifyCFG pass
Fiona Glaser
2016-01-29
1
-0
/
+1
*
[TLS] New lower emutls pass, fix linkage bugs.
Chih-Hung Hsieh
2016-01-13
1
-0
/
+1
*
[attrs] Split the late-revisit pattern for deducing norecurse in
Chandler Carruth
2016-01-08
1
-1
/
+2
*
[attrs] Extract the pure inference of function attributes into
Chandler Carruth
2015-12-27
1
-0
/
+1
*
[attrs] Split off the forced attributes utility into its own pass that
Chandler Carruth
2015-12-27
1
-0
/
+1
*
Recommit LiveDebugValues pass after fixing a couple of minor issues.
Vikram TV
2015-12-16
1
-0
/
+1
*
Cross-DSO control flow integrity (LLVM part).
Evgeniy Stepanov
2015-12-15
1
-0
/
+1
*
[PGO] Resubmit "MST based PGO instrumentation infrastructure" (r254021)
Rong Xu
2015-12-09
1
-0
/
+2
*
Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...
Mehdi Amini
2015-12-09
1
-1
/
+0
*
Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...
Vikram TV
2015-12-09
1
-0
/
+1
*
[PGO] Revert revision r254021,r254028,r254035
Rong Xu
2015-11-24
1
-2
/
+0
*
[PGO] MST based PGO instrumentation infrastructure
Rong Xu
2015-11-24
1
-0
/
+2
*
Add a FunctionImporter helper to perform summary-based cross-module function ...
Mehdi Amini
2015-11-24
1
-0
/
+1
*
LLE 6/6: Add LoopLoadElimination pass
Adam Nemet
2015-11-03
1
-0
/
+1
*
[PM] Port StripDeadPrototypes to the new pass manager
Justin Bogner
2015-10-30
1
-1
/
+1
*
[PM] Port ADCE to the new pass manager
Justin Bogner
2015-10-30
1
-1
/
+1
*
Whitespace. NFC
Justin Bogner
2015-10-30
1
-1
/
+1
*
[AA] Enhance the new AliasAnalysis infrastructure with an optional
Chandler Carruth
2015-10-21
1
-0
/
+1
*
[WinEH] Add a funclet layout pass
David Majnemer
2015-09-17
1
-0
/
+1
*
[PM] Port SROA to the new pass manager.
Chandler Carruth
2015-09-12
1
-1
/
+1
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-9
/
+8
*
[PM/AA] Remove the last relics of the separate IPA library from LLVM,
Chandler Carruth
2015-08-18
1
-3
/
+0
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-1
/
+1
*
[PM/AA] Delete the LibCallAliasAnalysis and all the associated
Chandler Carruth
2015-08-15
1
-1
/
+0
*
Separate out BDCE's analysis into a separate DemandedBits analysis.
James Molloy
2015-08-14
1
-0
/
+1
*
[PM/AA] Remove the AliasDebugger pass.
Chandler Carruth
2015-08-12
1
-1
/
+0
*
Create a wrapper pass for BranchProbabilityInfo.
Cong Hou
2015-07-15
1
-1
/
+1
*
Create a wrapper pass for BlockFrequencyInfo.
Wei Mi
2015-07-14
1
-1
/
+1
*
Expose sjlj preparation through opt for my own debugging purposes
Reid Kleckner
2015-07-09
1
-0
/
+1
*
Resubmit "Add new EliminateAvailableExternally module pass" (r239480)
Teresa Johnson
2015-07-06
1
-0
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Protection against stack-based memory corruption errors using SafeStack
Peter Collingbourne
2015-06-15
1
-0
/
+1
*
[CodeGen] Add a pass to fold null checks into nearby memory operations.
Sanjoy Das
2015-06-15
1
-0
/
+1
*
Revert commit r239480 as it causes https://code.google.com/p/chromium/issues/...
Teresa Johnson
2015-06-12
1
-1
/
+0
[prev]
[next]