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
*
Fix Android.mk.
Nowar Gu
2011-07-02
16
-34
/
+60
*
Merge upstream to r134237 at Fri. 1st July 2011.
Nowar Gu
2011-07-01
322
-7427
/
+7889
|
\
|
*
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
|
*
Capitalize the unsigned part of the initializer.
Eric Christopher
2011-06-30
1
-1
/
+1
|
*
Rename Pair to RCPair lacking any better naming ideas.
Eric Christopher
2011-06-30
1
-10
/
+10
|
*
Improve comment: Show the register the DWARF label is added to.
Bill Wendling
2011-06-30
1
-1
/
+2
|
*
Use the correct registers on X86_64.
Bill Wendling
2011-06-30
1
-4
/
+4
|
*
Fix a problem with fast-isel return values introduced in r134018.
Jakob Stoklund Olesen
2011-06-30
1
-2
/
+3
|
*
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
9
-86
/
+26
|
*
Add support for the 'h' constraint.
Eric Christopher
2011-06-30
2
-1
/
+10
|
*
Add target a target hook to get the register number used by the compact unwind
Bill Wendling
2011-06-30
2
-0
/
+19
|
*
Revert my previous patch while I debug llvm-gcc bootstrap.
Rafael Espindola
2011-06-30
1
-95
/
+10
|
*
Add one more comment to the FDE verbose asm output.
Bill Wendling
2011-06-30
1
-0
/
+1
|
*
Don't give up on coalescing A and B when we find
Rafael Espindola
2011-06-30
1
-10
/
+95
|
*
Add a convenience typedef for std::pair<unsigned, const TargetRegisterClass*>.
Eric Christopher
2011-06-30
1
-7
/
+8
|
*
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
8
-51
/
+60
|
*
Add comments to the FDE.
Bill Wendling
2011-06-30
1
-5
/
+13
|
*
Add more comments to the ASM output for the CIE's "moves".
Bill Wendling
2011-06-30
1
-1
/
+20
|
*
Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.c
Jakob Stoklund Olesen
2011-06-30
1
-3
/
+3
|
*
Add comments to the ASM output to help understand the compact unwind and CIE ...
Bill Wendling
2011-06-30
1
-6
/
+61
|
*
Create a isFullCopy predicate.
Rafael Espindola
2011-06-30
1
-5
/
+1
|
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
3
-11
/
+33
|
*
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
3
-24
/
+7
|
*
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
1
-3
/
+7
|
*
Pseudo-ize the t2LDMIA_RET instruction.
Jim Grosbach
2011-06-30
2
-19
/
+12
|
*
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
2011-06-30
2
-9
/
+10
|
*
Remove dead code.
Rafael Espindola
2011-06-30
1
-88
/
+0
|
*
Kill dead code.
Jim Grosbach
2011-06-30
1
-1
/
+0
|
*
Size reducing SP adjusting t2ADDri needs to check predication.
Jim Grosbach
2011-06-30
1
-1
/
+4
|
*
Fix ARMSubtarget feature parsing.
Evan Cheng
2011-06-30
1
-10
/
+7
|
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
60
-192
/
+238
|
*
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
Joerg Sonnenberger
2011-06-30
1
-0
/
+2
|
*
Reapply r134047 now that the world is ready for it.
Jakob Stoklund Olesen
2011-06-30
3
-138
/
+291
[next]