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
*
The x86-64 red zone is now being used.
Dan Gohman
2009-02-14
1
-4
/
+0
*
Teach x86 target -soft-float.
Evan Cheng
2009-02-13
1
-30
/
+39
*
Remove non-DebugLoc versions of BuildMI from IA64, Mips.
Dale Johannesen
2009-02-13
8
-47
/
+59
*
Remove non-DebugLoc versions of BuildMI from X86.
Dale Johannesen
2009-02-13
6
-55
/
+73
*
missed file
Dale Johannesen
2009-02-13
1
-2
/
+3
*
Remove non-DebugLoc versions of buildMI from Sparc.
Dale Johannesen
2009-02-13
5
-13
/
+21
*
Remove non-DebugLoc versions of BuildMI from Alpha and Cell.
Dale Johannesen
2009-02-13
6
-65
/
+76
*
Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.
Dale Johannesen
2009-02-13
4
-39
/
+45
*
Remove refs to non-DebugLoc version of BuildMI from PowerPC.
Dale Johannesen
2009-02-13
5
-149
/
+173
*
and one more file
Dale Johannesen
2009-02-13
1
-64
/
+92
*
Remove refs to non-DebugLoc versions of BuildMI from ARM.
Dale Johannesen
2009-02-13
5
-23
/
+40
*
Revert this. It was breaking stuff.
Bill Wendling
2009-02-13
1
-1
/
+9
*
Turn off the old way of handling debug information in the code generator. Use
Bill Wendling
2009-02-13
1
-9
/
+1
*
Check in missing file.
Dale Johannesen
2009-02-12
1
-2
/
+4
*
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-12
10
-60
/
+86
*
Arrange to print constants that match "n" and "i" constraints
Dale Johannesen
2009-02-12
1
-1
/
+32
*
fix PR3538 for ARM.
Chris Lattner
2009-02-12
1
-12
/
+19
*
fix PR3538 for PPC
Chris Lattner
2009-02-12
1
-4
/
+14
*
fix the X86 backend to just drop llvm.declare nodes for VLAs instead of
Chris Lattner
2009-02-12
1
-7
/
+18
*
Move debug loc info along when the spiller creates new instructions.
Bill Wendling
2009-02-12
10
-212
/
+349
*
Propagate DebugLoc info for spiller call-backs.
Bill Wendling
2009-02-11
1
-42
/
+69
*
Don't try to set an EFLAGS operand to dead if no instruction was created.
Dan Gohman
2009-02-11
1
-4
/
+6
*
Handle llvm.x86.sse2.maskmov.dqu in 64-bit.
Evan Cheng
2009-02-10
1
-0
/
+5
*
80 col violations.
Evan Cheng
2009-02-10
1
-4
/
+7
*
Function temporaries can not overlap with retval or args.See the comment in s...
Sanjiv Gupta
2009-02-10
1
-8
/
+20
*
Implement FpSET_ST1_*.
Evan Cheng
2009-02-09
3
-6
/
+27
*
Use doxygen comment syntax.
Dan Gohman
2009-02-09
1
-4
/
+4
*
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-09
14
-23
/
+49
*
add a note.
Chris Lattner
2009-02-08
1
-0
/
+31
*
Use getDebugLoc forwarder instead of getNode()->getDebugLoc.
Dale Johannesen
2009-02-07
6
-64
/
+64
*
Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing
Dan Gohman
2009-02-07
16
-27
/
+26
*
Needs this file too.
Dale Johannesen
2009-02-07
1
-1
/
+1
*
Get rid of the last non-DebugLoc versions of getNode!
Dale Johannesen
2009-02-07
10
-58
/
+84
*
Refactor some repeated logic into a separate function.
Dan Gohman
2009-02-07
1
-2
/
+7
*
Make a comment a doxygen comment.
Dan Gohman
2009-02-07
1
-4
/
+4
*
Remove more non-DebugLoc getNode variants. Use
Dale Johannesen
2009-02-06
5
-59
/
+48
*
Remove more non-DebugLoc versions of getNode.
Dale Johannesen
2009-02-06
9
-174
/
+242
*
Record debug location information in the Dwarf writer.
Bill Wendling
2009-02-06
2
-2
/
+16
*
Use .size and .type on ELF systems; this helps tools that map
Dan Gohman
2009-02-06
1
-3
/
+19
*
Eliminate remaining non-DebugLoc version of getTargetNode.
Dale Johannesen
2009-02-06
4
-25
/
+31
*
Print globl directive for variables with external linkage (global variables).
Sanjiv Gupta
2009-02-06
1
-0
/
+2
*
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-02-06
16
-47
/
+48
*
Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...
Evan Cheng
2009-02-06
2
-8
/
+7
*
get rid of some non-DebugLoc getTargetNode variants.
Dale Johannesen
2009-02-06
2
-11
/
+14
*
Get rid of one more non-DebugLoc getNode and
Dale Johannesen
2009-02-06
11
-276
/
+312
*
Remove a non-DebugLoc version of getNode.
Dale Johannesen
2009-02-05
3
-41
/
+50
*
A few more isAsCheapAsAMove.
Evan Cheng
2009-02-05
4
-4
/
+8
*
Reapply 63765. Patches for clang and llvm-gcc to follow.
Dale Johannesen
2009-02-05
1
-0
/
+22
*
Get rid of 3 non-DebugLoc getNode variants.
Dale Johannesen
2009-02-05
3
-53
/
+65
*
Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.
Dale Johannesen
2009-02-05
2
-22
/
+25
[next]