aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-251-6/+6
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-2437-125/+164
* Fast-isel can't do TLS yet, so it should fall back to SDISelDan Gohman2009-02-231-0/+6
* Only v1i16 (i.e. _m64) is returned via RAX / RDX.Evan Cheng2009-02-233-19/+50
* Generate better code for v8i16 shuffles on SSE2Nate Begeman2009-02-233-249/+360
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-237-28/+39
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-224-215/+100
* Add a note.Evan Cheng2009-02-221-0/+28
* Be bug compatible with gcc by returning MMX values in RAX.Evan Cheng2009-02-222-7/+13
* Do not consider MMX_MOVD64rr a move instructions. The source register is in G...Evan Cheng2009-02-221-1/+0
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-211-6/+19
* Make sure this doesn't access .end() too.Bill Wendling2009-02-211-3/+4
* Make sure we don't dereference the .end() of the container.Bill Wendling2009-02-211-1/+2
* Propagate more debug loc infos. This also includes some code cleaning.Bill Wendling2009-02-211-6/+18
* We need to propagate the debug location information even when dealing with theBill Wendling2009-02-211-4/+4
* Support return of MMX values in 64-bit mode.Evan Cheng2009-02-201-3/+15
* add note about sinTorok Edwin2009-02-201-0/+15
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-187-20/+10
* Add explicit keywords.Dan Gohman2009-02-181-1/+1
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-182-0/+21
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-188-159/+38
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-183-3/+8
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-172-595/+595
* add a horrible noteChris Lattner2009-02-171-0/+41
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-171-7/+12
* Delete trailing whitespace.Dan Gohman2009-02-161-5/+5
* MachineLICM now handles these cases.Dan Gohman2009-02-151-85/+0
* 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