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
Commit message (
Expand
)
Author
Age
Files
Lines
*
When pattern matching during instruction selection make sure shl x,1 is not
Chad Rosier
2011-06-14
1
-0
/
+3
*
Revert r133004 ; it's breaking nightly tests.
Eli Friedman
2011-06-14
1
-4
/
+21
*
Partial revert of 132882.
Rafael Espindola
2011-06-14
1
-21
/
+4
*
Add 132986 back, but avoid non-determinism if a bb address gets reused.
Rafael Espindola
2011-06-14
2
-5
/
+26
*
revert 132986 to see if the bots go green.
Rafael Espindola
2011-06-14
2
-23
/
+5
*
Add a testcase for checking the integer-promotion of many different vector
Nadav Rotem
2011-06-14
2
-2
/
+171
*
Disable trunc-store simplification on vectors.
Nadav Rotem
2011-06-14
1
-1
/
+1
*
Implement Jakob's suggestion on how to detect fall thought without calling
Rafael Espindola
2011-06-14
1
-12
/
+19
*
Add one more argument to the prefetch intrinsic to indicate whether it's a data
Bruno Cardoso Lopes
2011-06-14
1
-2
/
+3
*
Make the threshold used by branch folding softer. Before we would get a
Rafael Espindola
2011-06-14
2
-5
/
+23
*
Fix a bug in FindMemType. When widening vector loads, use a wider memory type
Nadav Rotem
2011-06-13
1
-0
/
+2
*
Be less aggressive about hinting in RAFast.
Jakob Stoklund Olesen
2011-06-13
1
-7
/
+5
*
Include callee-saved registers in debug output.
Jakob Stoklund Olesen
2011-06-13
1
-1
/
+1
*
Fix invalid uses of Twine. Hopefully this fixes the problem that Takumi is
Rafael Espindola
2011-06-13
1
-7
/
+7
*
Fix a bug in the calculation of the vectorTypeBreakdown into registers. Odd
Nadav Rotem
2011-06-12
1
-5
/
+17
*
Improve the generated code by getCopyFromPartsVector for promoted integer types.
Nadav Rotem
2011-06-12
1
-21
/
+20
*
Really fix the fall-through logic.
Rafael Espindola
2011-06-12
1
-0
/
+3
*
Fix silly bug I introduce in the previous commit. Fixes debug builds.
Rafael Espindola
2011-06-12
1
-3
/
+3
*
AnalyzeBranch doesn't change which successors a bb has, just the order
Rafael Espindola
2011-06-12
1
-4
/
+11
*
Revert r132871.
Chad Rosier
2011-06-11
1
-1
/
+1
*
Typo.
Chad Rosier
2011-06-11
1
-1
/
+1
*
80-col cleanups.
Eric Christopher
2011-06-10
1
-6
/
+5
*
Removed tabs. Also fixed my editor...
Rafael Espindola
2011-06-10
1
-3
/
+2
*
Rename the ParmContext enum values to make a bit more sense and add a small
Cameron Zwarich
2011-06-10
1
-1
/
+1
*
Remove tabs.
Cameron Zwarich
2011-06-10
1
-2
/
+2
*
Remove a pointless const_cast.
Cameron Zwarich
2011-06-10
1
-1
/
+1
*
Remove duplicated test.
Rafael Espindola
2011-06-10
1
-4
/
+3
*
Ensure that EmitGlobalVariable is correctly differentiating between declarations
Chad Rosier
2011-06-10
1
-1
/
+1
*
Make the optional verification step more strict.
Rafael Espindola
2011-06-09
1
-1
/
+8
*
Avoid a gcc warning about multiline comments.
Rafael Espindola
2011-06-09
1
-6
/
+6
*
On last fix to the early tail duplication.
Rafael Espindola
2011-06-09
1
-4
/
+60
*
Also consider phi nodes when deciding if a register is live out.
Rafael Espindola
2011-06-09
1
-10
/
+34
*
Change this DAGCombine to build AND of SHR instead of SHR of AND; this matche...
Eli Friedman
2011-06-09
1
-15
/
+16
*
AnalyzeBranch modifies the bb, but we don't want to modify a bb with
Rafael Espindola
2011-06-09
1
-7
/
+6
*
A PHI in this basic block is a use in another basic block.
Rafael Espindola
2011-06-09
1
-1
/
+1
*
Refactor some checks into shouldTailDuplicate. Update comments.
Rafael Espindola
2011-06-09
1
-18
/
+29
*
Recommit r132764 since it didn't cause the windows buildbot failures.
Eric Christopher
2011-06-09
1
-0
/
+2
*
Temporarily revert 132764 to see if it fixes the Windows buildbot.
Eric Christopher
2011-06-09
1
-2
/
+0
*
If the alignment of the byval argument is greater than the alignment
Eric Christopher
2011-06-09
1
-0
/
+2
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
3
-14
/
+19
*
Remove a temporary test case probe in CheckForLiveRegDef.
Andrew Trick
2011-06-08
1
-1
/
+0
*
Fix count.
Rafael Espindola
2011-06-08
1
-1
/
+1
*
Count how many phis we are creating.
Rafael Espindola
2011-06-08
1
-0
/
+2
*
Fix an issue where the two-address conversion pass incorrectly rewrites untied
Cameron Zwarich
2011-06-07
1
-9
/
+16
*
Fix a silly error I introduce in r131951.
Rafael Espindola
2011-06-07
1
-4
/
+1
*
Fix a merge bug in preRAsched for handling physreg aliases.
Andrew Trick
2011-06-07
1
-4
/
+6
*
Simplify local live range splitting's safeguard to fix PR10070.
Jakob Stoklund Olesen
2011-06-06
1
-87
/
+57
*
Get allocation orders from RegisterClassInfo when possible.
Jakob Stoklund Olesen
2011-06-06
2
-23
/
+52
*
Add methods to support the integer-promotion of vector types. Methods to
Nadav Rotem
2011-06-06
3
-0
/
+192
*
Avoid FGETSIGN of 80-bit types. Fixes PR10085.
Stuart Hastings
2011-06-06
1
-6
/
+8
[next]