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 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
*
indvars -disable-iv-rewrite: handle an edge case involving identity phis.
Andrew Trick
2011-06-30
1
-3
/
+8
*
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-30
2
-108
/
+0
*
Make sure we use the correct register class here since we'll need to
Eric Christopher
2011-06-30
1
-1
/
+2
*
Fix a small thinko for constant i64 lock/orq optimization where we
Eric Christopher
2011-06-30
1
-2
/
+4
*
* Use the proper size to output the range size.
Bill Wendling
2011-06-30
1
-1
/
+8
*
Stupid error: If the LSDA and Personality functions aren't there, emit 0 instead
Bill Wendling
2011-06-29
1
-10
/
+8
*
Revert r133953 for now.
Devang Patel
2011-06-29
2
-24
/
+0
*
We don't want to use relocations inside the compact unwind section. Just use the
Bill Wendling
2011-06-29
1
-4
/
+19
*
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
Jim Grosbach
2011-06-29
6
-113
/
+55
*
Always adjust the stack pointer immediately after the call.
Jakob Stoklund Olesen
2011-06-29
1
-0
/
+7
*
indvars -disable-iv-rewrite: insert new trunc instructions carefully.
Andrew Trick
2011-06-29
1
-13
/
+21
*
In the ARM global merging pass, allow extraneous alignment specifiers. This pass
Cameron Zwarich
2011-06-29
1
-2
/
+4
*
Remove getRegClassForInlineAsmConstraint from the ARM port.
Eric Christopher
2011-06-29
2
-59
/
+15
*
Remove todo.
Eric Christopher
2011-06-29
1
-2
/
+0
*
make compose and isMoveInstr static functions.
Rafael Espindola
2011-06-29
2
-16
/
+10
*
Refactor away tSpill and tRestore pseudos in ARM backend.
Jim Grosbach
2011-06-29
5
-36
/
+8
*
Add a TODO for the Alpha port inline asm constraints.
Eric Christopher
2011-06-29
1
-0
/
+2
*
Move Alpha from getRegClassForInlineAsmConstraint to
Eric Christopher
2011-06-29
2
-32
/
+14
*
Update comment for getRegForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
1
-3
/
+3
*
Move the Blackfin port away from getRegClassForInlineAsmConstraint by
Eric Christopher
2011-06-29
3
-29
/
+22
*
Remove getRegClassForInlineAsmConstraint from MBlaze. Add a TODO comment
Eric Christopher
2011-06-29
2
-33
/
+7
*
Remove getRegClassForInlineAsmConstraint for Mips.
Eric Christopher
2011-06-29
2
-48
/
+3
*
Remove getRegClassForInlineAsmConstraint from sparc.
Eric Christopher
2011-06-29
2
-24
/
+0
*
Move XCore from getRegClassForInlineAsmConstraint to
Eric Christopher
2011-06-29
2
-17
/
+14
*
Use getRegForInlineAsmConstraint instead of custom defining regclasses
Eric Christopher
2011-06-29
2
-56
/
+24
*
Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and
Chad Rosier
2011-06-29
3
-33
/
+11
*
Asm parser range checking on .<size> <value> directives.
Jim Grosbach
2011-06-29
1
-3
/
+9
*
Revert a part of r126557 which could create unschedulable DAGs.
Benjamin Kramer
2011-06-29
1
-32
/
+0
*
Let simplify cfg simplify bb with only debug and lifetime intrinsics.
Rafael Espindola
2011-06-29
3
-11
/
+33
*
Fix CMake build.
NAKAMURA Takumi
2011-06-29
2
-1
/
+1
*
indvars -disable-iv-rewrite: just because SCEV ignores casts doesn't
Andrew Trick
2011-06-29
1
-0
/
+1
*
Revert r134047 while investigating a llvm-gcc-i386-linux-selfhost
Jakob Stoklund Olesen
2011-06-29
3
-291
/
+138
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
14
-19
/
+15
*
Rewrite RAGreedy::splitAroundRegion, now with cool ASCII art.
Jakob Stoklund Olesen
2011-06-29
3
-138
/
+291
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
29
-63
/
+64
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
13
-25
/
+13
*
Add MCInstrInfo registeration machinery.
Evan Cheng
2011-06-28
1
-0
/
+6
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
62
-87
/
+112
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
65
-727
/
+727
*
Clean up the handling of the x87 fp stack to make it more robust.
Jakob Stoklund Olesen
2011-06-28
6
-227
/
+362
*
Remove warning: 'c0' may be used uninitialized in this function.
Chad Rosier
2011-06-28
1
-1
/
+2
*
Print registers by name instead of by number.
Jakob Stoklund Olesen
2011-06-28
1
-6
/
+7
*
cleanup: misleading comment.
Andrew Trick
2011-06-28
1
-2
/
+2
*
Implement ISD::VAARG lowering on PPC32.
Roman Divacky
2011-06-28
1
-5
/
+123
*
PR10210: New method ConstantArray::getAsCString(). Use it in LTO to
Jay Foad
2011-06-28
1
-8
/
+23
*
Cleanup. Fix a stupid variable name.
Andrew Trick
2011-06-28
1
-3
/
+3
[prev]
[next]