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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
26
-28
/
+156
*
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
*
Improve Mips back-end's handling of DBG_VALUE.
Akira Hatanaka
2011-07-01
5
-23
/
+70
*
Add support for the 'j' immediate constraint. This is conditionalized on
Eric Christopher
2011-07-01
1
-0
/
+9
*
Add support for the ARM 't' register constraint. And another testcase
Eric Christopher
2011-07-01
1
-0
/
+5
*
We'll return a null RC by default if we can't match.
Eric Christopher
2011-07-01
1
-2
/
+1
*
Add support for the 'x' constraint.
Eric Christopher
2011-07-01
1
-0
/
+9
*
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
*
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
*
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
*
Tweak error messages to match GCC. Should fix gcc.target/i386/pr30848.c
Jakob Stoklund Olesen
2011-06-30
1
-3
/
+3
*
Pseudo-ize the Thumb tTPsoft instruction.
Jim Grosbach
2011-06-30
3
-24
/
+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
*
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
56
-145
/
+210
*
Recognize the xstorerng alias for VIA PadLock's xstore instruction.
Joerg Sonnenberger
2011-06-30
1
-0
/
+2
*
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
*
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
*
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
*
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
*
Fix CMake build.
NAKAMURA Takumi
2011-06-29
1
-1
/
+0
*
Sink SubtargetFeature and TargetInstrItineraries (renamed MCInstrItineraries)...
Evan Cheng
2011-06-29
8
-398
/
+8
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
28
-59
/
+58
*
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
[next]