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
*
[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
*
Add new EliminateAvailableExternally module pass, which is performed in
Teresa Johnson
2015-06-10
1
-0
/
+1
*
Resubmit r237954 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-27
1
-0
/
+1
*
Revert r237954, "Resubmit r237708 (MIR Serialization: print and parse LLVM IR...
NAKAMURA Takumi
2015-05-22
1
-1
/
+0
*
Resubmit r237708 (MIR Serialization: print and parse LLVM IR using MIR format).
Alex Lorenz
2015-05-21
1
-0
/
+1
*
Revert r237708 (MIR serialization) - incremental buildbots became unstable.
Alex Lorenz
2015-05-19
1
-1
/
+0
*
MIR Serialization: print and parse LLVM IR using MIR format.
Alex Lorenz
2015-05-19
1
-0
/
+1
*
Add a speculative execution pass
Jingyue Wu
2015-05-15
1
-0
/
+1
*
New Loop Distribution pass
Adam Nemet
2015-05-14
1
-0
/
+1
*
Delete dead code. NFC
Jonathan Roelofs
2015-05-12
1
-1
/
+0
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
1
-0
/
+1
*
Simplify n-ary adds by reassociation
Jingyue Wu
2015-04-14
1
-0
/
+1
*
Divergence analysis for GPU programs
Jingyue Wu
2015-04-10
1
-0
/
+1
*
Reapply r233175 and r233183: float2int.
James Molloy
2015-03-27
1
-0
/
+1
*
Revert r233175 and r233183 with it. This pulls float2int back out of the tree...
Nick Lewycky
2015-03-27
1
-1
/
+0
*
Reapply r233062: "float2int": Add a new pass to demote from float to int wher...
James Molloy
2015-03-25
1
-0
/
+1
*
Revert r233062 ""float2int": Add a new pass to demote from float to int where...
Hans Wennborg
2015-03-24
1
-1
/
+0
*
"float2int": Add a new pass to demote from float to int where possible.
James Molloy
2015-03-24
1
-0
/
+1
*
Verifier: Remove the separate -verify-di pass
Duncan P. N. Exon Smith
2015-03-19
1
-1
/
+0
*
Add a new pass "Loop Interchange"
Karthik Bhat
2015-03-06
1
-0
/
+1
*
Remove the Forward Control Flow Integrity pass and its dependencies.
Eric Christopher
2015-02-27
1
-2
/
+0
*
Introduce bitset metadata format and bitset lowering pass.
Peter Collingbourne
2015-02-20
1
-0
/
+1
*
Add a pass for constructing gc.statepoint sequences w/explicit relocations
Philip Reames
2015-02-20
1
-0
/
+1
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-19
1
-0
/
+1
*
Revert "Reformat."
Adam Nemet
2015-02-19
1
-17
/
+17
*
Add an IR-to-IR test for dwarf EH preparation using opt
Reid Kleckner
2015-02-18
1
-0
/
+1
*
Reformat.
NAKAMURA Takumi
2015-02-18
1
-17
/
+17
*
Revert r229622: "[LoopAccesses] Make VectorizerParams global" and others. r22...
NAKAMURA Takumi
2015-02-18
1
-1
/
+0
*
[LoopAccesses] Create the analysis pass
Adam Nemet
2015-02-18
1
-0
/
+1
*
[BDCE] Add a bit-tracking DCE pass
Hal Finkel
2015-02-17
1
-0
/
+1
*
Introduce print-memderefs to test isDereferenceablePointer
Ramkumar Ramachandra
2015-02-06
1
-0
/
+1
*
Add a pass for inserting safepoints into (nearly) arbitrary IR
Philip Reames
2015-02-04
1
-0
/
+2
*
Add straight-line strength reduction to LLVM
Jingyue Wu
2015-02-03
1
-0
/
+1
*
[multiversion] Kill FunctionTargetTransformInfo, TTI itself is now
Chandler Carruth
2015-02-01
1
-1
/
+0
*
[PM] Change the core design of the TTI analysis to use a polymorphic
Chandler Carruth
2015-01-31
1
-3
/
+1
*
Add a Windows EH preparation pass that zaps resumes
Reid Kleckner
2015-01-29
1
-0
/
+1
[next]