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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
revert 131605 to fix PR9946.
Rafael Espindola
2011-05-19
1
-36
/
+31
*
Make the demanded bits/elements optimizations preserve debug line information.
Eli Friedman
2011-05-19
2
-15
/
+23
*
Use IRBuilder.
Devang Patel
2011-05-19
1
-2
/
+2
*
Use IRBuilder while simplifying unreachable.
Devang Patel
2011-05-19
1
-7
/
+8
*
Use IRBuilder while simplifying conditional branch.
Devang Patel
2011-05-18
1
-31
/
+36
*
More instcombine cleanup, towards improving debug line info.
Eli Friedman
2011-05-18
3
-10
/
+12
*
Use IRBuilder while simplifying branch.
Devang Patel
2011-05-18
1
-12
/
+13
*
More instcombine simplifications towards better debug locations.
Eli Friedman
2011-05-18
2
-13
/
+10
*
Use IRBuilder while simplifying return instruction.
Devang Patel
2011-05-18
1
-11
/
+13
*
When forming an ICmpZero LSRUse, normalize the non-IV operand
Dan Gohman
2011-05-18
1
-0
/
+4
*
Spread use of IRBuilder even more.
Devang Patel
2011-05-18
1
-10
/
+12
*
Use IRBuilder while simplifying switch instruction.
Devang Patel
2011-05-18
1
-15
/
+18
*
Use IRBuilder while simplifying unwind.
Devang Patel
2011-05-18
1
-7
/
+9
*
More instcombine cleanup aimed towards improving debug line info.
Eli Friedman
2011-05-18
1
-21
/
+18
*
Use IRBuilder while simplifying terminator.
Devang Patel
2011-05-18
1
-4
/
+7
*
Use IRBuilder while simplifying unconditional branch.
Devang Patel
2011-05-18
1
-6
/
+11
*
Use IRBuilder while folding two entry PHINode.
Devang Patel
2011-05-18
1
-6
/
+8
*
Switch more inst insertion in instcombine to IRBuilder.
Eli Friedman
2011-05-18
1
-10
/
+6
*
Set up IRBuilder for use during simplification.
Devang Patel
2011-05-18
1
-0
/
+3
*
Switch more inst insertion in instcombine to IRBuilder.
Eli Friedman
2011-05-18
1
-13
/
+6
*
fix typo
Matt Beaumont-Gay
2011-05-18
1
-1
/
+1
*
Switch inst insertion in instcombine transform to IRBuilder.
Eli Friedman
2011-05-18
1
-6
/
+2
*
Use IRBuiler while constant folding terminator.
Devang Patel
2011-05-18
1
-7
/
+10
*
Fix inelegant initialization.
Stuart Hastings
2011-05-18
1
-2
/
+1
*
Revert commit 131534 since it seems to have broken several buildbots.
Duncan Sands
2011-05-18
1
-2
/
+2
*
Refactor getActionType and getTypeToTransformTo ; place all of the 'decision'
Nadav Rotem
2011-05-18
1
-2
/
+2
*
Start trying to make InstCombine preserve more debug info. The idea here is ...
Eli Friedman
2011-05-18
2
-5
/
+6
*
Use ReplaceInstUsesWith instead of replaceAllUsesWith where appropriate in in...
Eli Friedman
2011-05-18
3
-11
/
+11
*
Preseve line numbers while simplifying CFG.
Devang Patel
2011-05-17
1
-6
/
+16
*
Conditionalize the format of the GCOV files by target type. Darwin uses the 4.2
Bill Wendling
2011-05-17
1
-10
/
+19
*
X86 pmovsx/pmovzx ignore the upper half of their inputs.
Stuart Hastings
2011-05-17
2
-1
/
+23
*
Preserve line number information.
Devang Patel
2011-05-17
1
-0
/
+1
*
Set debug loc for new load instruction.
Devang Patel
2011-05-17
1
-0
/
+3
*
Preserve line number information.
Devang Patel
2011-05-17
1
-1
/
+2
*
There is no need to force DebugLoc on a PHI at this point.
Devang Patel
2011-05-16
1
-2
/
+0
*
Preserve debug info for unused zero extended boolean argument.
Devang Patel
2011-05-16
1
-4
/
+13
*
Don't do tail calls in a function that call setjmp. The stack might be
Rafael Espindola
2011-05-16
1
-4
/
+5
*
SimplifyCFG: Use ComputeMaskedBits to prune dead cases from switch instructions.
Benjamin Kramer
2011-05-14
1
-1
/
+36
*
Avoid combining GEPs that might overflow at runtime.
Stuart Hastings
2011-05-14
1
-1
/
+3
*
Fix a source of non determinism in FindUsedTypes, use a SetVector instead of a
Julien Lerouge
2011-05-13
1
-1
/
+2
*
Convert SimplifyIVUsers into a worklist instead of a single pass over
Andrew Trick
2011-05-13
1
-1
/
+1
*
indvars: Added SimplifyIVUsers.
Andrew Trick
2011-05-12
1
-85
/
+99
*
Preserve line number information.
Devang Patel
2011-05-10
1
-0
/
+1
*
Fix PR9820: a read-only call differs from a load in that a load doesn't
Duncan Sands
2011-05-06
1
-6
/
+9
*
The computation of string length is not that complicated. Fix it, again. :)
Nick Lewycky
2011-05-05
1
-1
/
+1
*
PR9838: Fix transform introduced in r127064 to not trigger when only one side...
Eli Friedman
2011-05-05
1
-1
/
+1
*
Update the gcov version used slightly, to make it stop causing modern gcov's to
Nick Lewycky
2011-05-05
1
-13
/
+20
*
Remove dead function.
Nick Lewycky
2011-05-05
1
-5
/
+0
*
When the path wasn't emitted by the frontend, discard any path on the source
Nick Lewycky
2011-05-05
1
-6
/
+11
*
Set debug loc for new instructions.
Devang Patel
2011-05-04
1
-3
/
+3
[next]