aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* The x86-64 red zone is now being used.Dan Gohman2009-02-141-4/+0
* Teach x86 target -soft-float.Evan Cheng2009-02-131-30/+39
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-138-47/+59
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-136-55/+73
* missed fileDale Johannesen2009-02-131-2/+3
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-135-13/+21
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-136-65/+76
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-134-39/+45
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-135-149/+173
* and one more fileDale Johannesen2009-02-131-64/+92
* Remove refs to non-DebugLoc versions of BuildMI from ARM.Dale Johannesen2009-02-135-23/+40
* Revert this. It was breaking stuff.Bill Wendling2009-02-131-1/+9
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-131-9/+1
* Check in missing file.Dale Johannesen2009-02-121-2/+4
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-1210-60/+86
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-121-1/+32
* fix PR3538 for ARM.Chris Lattner2009-02-121-12/+19
* fix PR3538 for PPCChris Lattner2009-02-121-4/+14
* fix the X86 backend to just drop llvm.declare nodes for VLAs instead of Chris Lattner2009-02-121-7/+18
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-1210-212/+349
* Propagate DebugLoc info for spiller call-backs.Bill Wendling2009-02-111-42/+69
* Don't try to set an EFLAGS operand to dead if no instruction was created.Dan Gohman2009-02-111-4/+6
* Handle llvm.x86.sse2.maskmov.dqu in 64-bit.Evan Cheng2009-02-101-0/+5
* 80 col violations.Evan Cheng2009-02-101-4/+7
* Function temporaries can not overlap with retval or args.See the comment in s...Sanjiv Gupta2009-02-101-8/+20
* Implement FpSET_ST1_*.Evan Cheng2009-02-093-6/+27
* Use doxygen comment syntax.Dan Gohman2009-02-091-4/+4
* Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nastyEvan Cheng2009-02-0914-23/+49
* add a note.Chris Lattner2009-02-081-0/+31
* Use getDebugLoc forwarder instead of getNode()->getDebugLoc.Dale Johannesen2009-02-076-64/+64
* Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowingDan Gohman2009-02-0716-27/+26
* Needs this file too.Dale Johannesen2009-02-071-1/+1
* Get rid of the last non-DebugLoc versions of getNode!Dale Johannesen2009-02-0710-58/+84
* Refactor some repeated logic into a separate function.Dan Gohman2009-02-071-2/+7
* Make a comment a doxygen comment.Dan Gohman2009-02-071-4/+4
* Remove more non-DebugLoc getNode variants. UseDale Johannesen2009-02-065-59/+48
* Remove more non-DebugLoc versions of getNode.Dale Johannesen2009-02-069-174/+242
* Record debug location information in the Dwarf writer.Bill Wendling2009-02-062-2/+16
* Use .size and .type on ELF systems; this helps tools that mapDan Gohman2009-02-061-3/+19
* Eliminate remaining non-DebugLoc version of getTargetNode.Dale Johannesen2009-02-064-25/+31
* Print globl directive for variables with external linkage (global variables).Sanjiv Gupta2009-02-061-0/+2
* Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.Evan Cheng2009-02-0616-47/+48
* Add TargetInstrInfo::isSafeToMoveRegisterClassDefs. It returns true if it's s...Evan Cheng2009-02-062-8/+7
* get rid of some non-DebugLoc getTargetNode variants.Dale Johannesen2009-02-062-11/+14
* Get rid of one more non-DebugLoc getNode andDale Johannesen2009-02-0611-276/+312
* Remove a non-DebugLoc version of getNode.Dale Johannesen2009-02-053-41/+50
* A few more isAsCheapAsAMove.Evan Cheng2009-02-054-4/+8
* Reapply 63765. Patches for clang and llvm-gcc to follow.Dale Johannesen2009-02-051-0/+22
* Get rid of 3 non-DebugLoc getNode variants.Dale Johannesen2009-02-053-53/+65
* Remove non-DebugLoc versions of getMergeValues, ZeroExtendInReg.Dale Johannesen2009-02-052-22/+25