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
/
lib
/
CodeGen
/
Passes.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Rename EH related stuff to be more precise
Reid Kleckner
2014-11-14
1
-1
/
+1
*
Transforms: address some late comments
Saleem Abdulrasool
2014-11-08
1
-1
/
+1
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
1
-0
/
+2
*
Pacify bots and simplify r220321
Arnaud A. de Grandmaison
2014-10-21
1
-1
/
+1
*
[PBQP] Teach PassConfig to tell if the default register allocator is used.
Arnaud A. de Grandmaison
2014-10-21
1
-0
/
+6
*
Add pass-manager flags to use CFL AA
Hal Finkel
2014-09-02
1
-0
/
+6
*
[PeepholeOptimizer] Refactor the advanced copy optimization to take advantage of
Quentin Colombet
2014-08-20
1
-0
/
+3
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+1
*
Enable partial libcall inlining for all targets by default.
James Molloy
2014-07-23
1
-0
/
+5
*
CodeGen: rename Win64 ExceptionHandling to WinEH
Saleem Abdulrasool
2014-06-29
1
-1
/
+1
*
[StackMaps] Enable patchpoint liveness analysis per default.
Juergen Ributzka
2014-06-26
1
-6
/
+1
*
[Stackmaps] Remove the liveness calculation for stackmap intrinsics.
Juergen Ributzka
2014-06-26
1
-2
/
+1
*
Add a subtarget hook: enablePostMachineScheduler.
Andrew Trick
2014-06-04
1
-3
/
+3
*
verify-di: Implement DebugInfoVerifier
Duncan P. N. Exon Smith
2014-04-15
1
-1
/
+9
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-7
/
+7
*
Remove LowerInvoke's obsolete "-enable-correct-eh-support" option
Mark Seaborn
2014-03-20
1
-1
/
+1
*
Revert "Revert "Add Constant Hoisting Pass" (r200034)"
Juergen Ributzka
2014-01-25
1
-0
/
+6
*
Revert "Add Constant Hoisting Pass" (r200034)
Hans Wennborg
2014-01-25
1
-6
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+6
*
Revert "Add Constant Hoisting Pass"
Juergen Ributzka
2014-01-24
1
-6
/
+0
*
Add Constant Hoisting Pass
Juergen Ributzka
2014-01-24
1
-0
/
+6
*
Hide the pre-RA-sched= option.
Andrew Trick
2014-01-13
1
-1
/
+1
*
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
Chandler Carruth
2014-01-13
1
-1
/
+1
*
[PM] Simplify the interface exposed for IR printing passes.
Chandler Carruth
2014-01-12
1
-4
/
+3
*
[PM] Rename the IR printing pass header to a more generic and correct
Chandler Carruth
2014-01-12
1
-1
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Stub out a PostMachineScheduler pass.
Andrew Trick
2013-12-28
1
-1
/
+12
*
[stackprotector] Use analysis from the StackProtector pass for stack layout i...
Josh Magee
2013-12-19
1
-2
/
+2
*
[Stackmap] Liveness Analysis Pass
Juergen Ributzka
2013-12-14
1
-0
/
+8
*
Revert "Liveness Analysis Pass"
Andrew Trick
2013-12-13
1
-5
/
+0
*
Liveness Analysis Pass
Andrew Trick
2013-12-13
1
-0
/
+5
*
Add a RequireStructuredCFG Field to TargetMachine.
Vincent Lejeune
2013-12-07
1
-1
/
+4
*
Remove the now unused strong phi elimination pass.
Rafael Espindola
2013-10-14
1
-14
/
+3
*
Added temp flag -misched-bench for staging in default changes.
Andrew Trick
2013-09-26
1
-1
/
+1
*
Don't leak passes if added outside of the area determined by Started/Stopped ...
Benjamin Kramer
2013-08-05
1
-0
/
+2
*
Use SmallVectorImpl instead of SmallVector for iterators and references to av...
Craig Topper
2013-07-03
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-2
/
+2
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-3
/
+3
*
The DWARF EH pass doesn't need the TargetMachine, only the TargetLoweringBase...
Bill Wendling
2013-05-20
1
-1
/
+1
*
Add braces around || in && to pacify GCC.
Benjamin Kramer
2013-04-11
1
-4
/
+4
*
Generalize the PassConfig API and remove addFinalizeRegAlloc().
Andrew Trick
2013-04-10
1
-36
/
+50
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
1
-18
/
+3
*
Remove unused #includes.
Bill Wendling
2013-03-05
1
-1
/
+0
*
Fix a typo.
Cameron Zwarich
2013-02-10
1
-1
/
+1
*
Provide a place for targets to insert ILP optimization passes.
Jakob Stoklund Olesen
2013-01-17
1
-4
/
+6
*
Switch the SCEV expander and LoopStrengthReduce to use
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Add targets to skip running the GC passes.
Evan Cheng
2012-12-21
1
-3
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Replace r168930 with a more reasonable patch.
Bill Wendling
2012-11-30
1
-3
/
+7
*
Move else onto line with preceding closing brace.
Craig Topper
2012-11-19
1
-2
/
+1
[prev]
[next]