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
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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
3
-1
/
+17
|
*
Add target a target hook to get the register number used by the compact unwind
Bill Wendling
2011-06-30
4
-0
/
+29
|
*
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
10
-59
/
+67
|
*
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
2
-5
/
+4
|
*
Add r134057 back, but splice the predecessor after the successors phi
Rafael Espindola
2011-06-30
5
-11
/
+68
|
*
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
4
-28
/
+7
|
*
indvars -disable-iv-rewrite: handle cloning binary operators that cannot over...
Andrew Trick
2011-06-30
2
-7
/
+45
|
*
Pseudo-ize the t2LDMIA_RET instruction.
Jim Grosbach
2011-06-30
3
-20
/
+13
|
*
Pseudo-ize the Thumb tPOP_RET instruction.
Jim Grosbach
2011-06-30
3
-11
/
+12
|
*
Remove dead code.
Rafael Espindola
2011-06-30
1
-88
/
+0
|
*
The enum was moved to ISDOpcodes.h.
Duncan Sands
2011-06-30
1
-1
/
+1
|
*
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
68
-236
/
+271
|
*
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
Joerg Sonnenberger
2011-06-30
2
-0
/
+6
|
*
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
2
-10
/
+40
|
*
Remove getRegClassForInlineAsmConstraint and all dependencies.
Eric Christopher
2011-06-30
3
-115
/
+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
2
-2
/
+22
|
*
* 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
4
-148
/
+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
7
-118
/
+56
|
*
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
2
-15
/
+52
|
*
Added IRBuilder::SetInsertPoint(Use) to find a valid insertion point
Andrew Trick
2011-06-29
1
-0
/
+19
|
*
whitespace
Andrew Trick
2011-06-29
1
-8
/
+8
|
*
In the ARM global merging pass, allow extraneous alignment specifiers. This pass
Cameron Zwarich
2011-06-29
2
-2
/
+16
|
*
ARM RSCS* don't need explicit TableGen decoder checks.
Jim Grosbach
2011-06-29
1
-4
/
+0
|
*
Indentation
Evan Cheng
2011-06-29
1
-1
/
+1
|
*
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
6
-39
/
+9
|
*
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
[prev]
[next]