index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move early tail duplication earlier.
Rafael Espindola
2011-07-04
1
-6
/
+6
*
Move most of the pre BB code to TailDuplicateAndUpdate. Change the
Rafael Espindola
2011-07-04
1
-112
/
+125
*
Reduce indentation and fix the count of how many PHIs we have inserted.
Rafael Espindola
2011-07-04
1
-75
/
+80
*
Fix PR10244.
Jakob Stoklund Olesen
2011-07-04
1
-4
/
+4
*
Make the i64 and f64 be 64bit ABI aligned in the target description.
Roman Divacky
2011-07-03
1
-1
/
+1
*
Fix an easy fixme.
Rafael Espindola
2011-07-03
1
-6
/
+10
*
Remove unused array.
Duncan Sands
2011-07-02
1
-21
/
+0
*
Revert previous commit. It seems that whether casting to void
Duncan Sands
2011-07-02
1
-1
/
+1
*
Supress gcc-4.5 warning about the result not being used.
Duncan Sands
2011-07-02
1
-1
/
+1
*
Use getVNInfoAt.
Rafael Espindola
2011-07-02
1
-2
/
+1
*
Consistent diagnostic capitalization and redundant context elimination.
Jakob Stoklund Olesen
2011-07-02
1
-8
/
+5
*
Better diagnostics when inline asm fails to allocate.
Jakob Stoklund Olesen
2011-07-02
2
-22
/
+18
*
Check the VN of the src register at the two copies, not just the
Rafael Espindola
2011-07-02
1
-1
/
+6
*
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-02
2
-10
/
+36
*
indvars -disable-iv-rewrite: bug fix involving weird geps and related cleanup.
Andrew Trick
2011-07-02
1
-46
/
+51
*
Use a new strategy for preventing eviction loops in RAGreedy.
Jakob Stoklund Olesen
2011-07-02
1
-57
/
+74
*
Add getFeatureBits to extract feature bits for a given CPU.
Evan Cheng
2011-07-02
1
-0
/
+8
*
Take a stab at fixing the llvm-x86_64-linux-checks failure.
Cameron Zwarich
2011-07-01
1
-0
/
+2
*
TargetConstant immediates won't be placed into registers so tighten
Eric Christopher
2011-07-01
1
-3
/
+4
*
Add initial *-*-rtems* target, from Joel Sherrill
Douglas Gregor
2011-07-01
1
-0
/
+1
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
53
-58
/
+55
*
Add MCSubtargetInfo target registry stuff.
Evan Cheng
2011-07-01
1
-0
/
+28
*
Teach IVUsers to stop at non-affine expressions unless they are both
Dan Gohman
2011-07-01
1
-7
/
+10
*
Generalize @llvm.ctlz, @llvm.cttz, and @llvm.ctpop to work on vectors of inte...
Owen Anderson
2011-07-01
1
-2
/
+6
*
Calling-convention specifications for illegal types are no-ops. Simplify bas...
Eli Friedman
2011-07-01
1
-30
/
+11
*
ARMv7M vs. ARMv7E-M support.
Jim Grosbach
2011-07-01
6
-49
/
+114
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
33
-76
/
+77
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
28
-28
/
+201
*
Fix off-by-one error.
Jim Grosbach
2011-07-01
1
-1
/
+1
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
27
-51
/
+85
*
Pseudo-ize t2MOVCC[ri].
Jim Grosbach
2011-07-01
4
-55
/
+18
*
Eliminate one extra conversion.
Evan Cheng
2011-07-01
1
-1
/
+1
*
Disable commit 134216 ("Add 134199 back, but disable the optimization when th...
Duncan Sands
2011-07-01
1
-0
/
+1
*
Another misuse of StringRef. MSVC is very sensitive to that kind of error.
Francois Pichet
2011-07-01
1
-2
/
+2
*
Fix likely typo, reduce number of instruction name collisions.
Nick Lewycky
2011-07-01
1
-1
/
+1
*
Fix use after free.
Rafael Espindola
2011-07-01
1
-1
/
+1
*
Avoid DenseMap lookup.
Rafael Espindola
2011-07-01
1
-6
/
+8
*
Fix off by one error. I misunderstood the comment about killedAt.
Rafael Espindola
2011-07-01
1
-1
/
+1
*
Check the liveinterval, not the kill flag.
Rafael Espindola
2011-07-01
1
-7
/
+10
*
Don't inflate register classes used by inline asm.
Jakob Stoklund Olesen
2011-07-01
1
-0
/
+3
*
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-07-01
5
-23
/
+70
*
Improve constant folding of undef for cmp and select operators.
Dan Gohman
2011-07-01
2
-6
/
+11
*
Add support for the 'j' immediate constraint. This is conditionalized on
Eric Christopher
2011-07-01
1
-0
/
+9
*
Improve constant folding of undef for binary operators.
Dan Gohman
2011-07-01
1
-4
/
+24
*
Add support for the ARM 't' register constraint. And another testcase
Eric Christopher
2011-07-01
1
-0
/
+5
*
Switch SubtargetFeatures from std::string to StringRef.
Evan Cheng
2011-07-01
1
-22
/
+19
*
We'll return a null RC by default if we can't match.
Eric Christopher
2011-07-01
1
-2
/
+1
*
Add 134199 back, but disable the optimization when the second copy is a kill.
Rafael Espindola
2011-07-01
1
-10
/
+100
*
Add support for the 'x' constraint.
Eric Christopher
2011-07-01
1
-0
/
+9
*
Remove tabs.
Bill Wendling
2011-06-30
1
-6
/
+6
[next]