summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in...Evan Cheng2009-02-26
* Revert BuildVectorSDNode related patches: 65426, 65427, and 65296.Evan Cheng2009-02-25
* Add a totally synthetic situation I came up with while looking at a bug inNick Lewycky2009-02-25
* Remove all "cached" data from BuildVectorSDNode, preferring to retrieveScott Michel2009-02-25
* Overhaul my earlier submission due to feedback. It's a large patch, but most ofBill Wendling2009-02-24
* Fast-isel can't do TLS yet, so it should fall back to SDISelDan Gohman2009-02-23
* Only v1i16 (i.e. _m64) is returned via RAX / RDX.Evan Cheng2009-02-23
* Generate better code for v8i16 shuffles on SSE2Nate Begeman2009-02-23
* Propagate debug loc info through prologue/epilogue.Bill Wendling2009-02-23
* Introduce the BuildVectorSDNode class that encapsulates the ISD::BUILD_VECTORScott Michel2009-02-22
* Add a note.Evan Cheng2009-02-22
* Be bug compatible with gcc by returning MMX values in RAX.Evan Cheng2009-02-22
* Do not consider MMX_MOVD64rr a move instructions. The source register is in G...Evan Cheng2009-02-22
* Drop bunch of half-working stuff in the ext_weak linkage support.Anton Korobeynikov2009-02-21
* Make sure this doesn't access .end() too.Bill Wendling2009-02-21
* Make sure we don't dereference the .end() of the container.Bill Wendling2009-02-21
* Propagate more debug loc infos. This also includes some code cleaning.Bill Wendling2009-02-21
* We need to propagate the debug location information even when dealing with theBill Wendling2009-02-21
* Support return of MMX values in 64-bit mode.Evan Cheng2009-02-20
* add note about sinTorok Edwin2009-02-20
* Put code that generates debug labels into TableGen so that it can be used byBill Wendling2009-02-18
* Add explicit keywords.Dan Gohman2009-02-18
* Add support to the JIT for true non-lazy operation. When a call to a functionNate Begeman2009-02-18
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-18
* GV with null value initializer shouldn't go to BSS if it's meant for a mergea...Evan Cheng2009-02-18
* Remove trailing whitespace to reduce later commit patch noise.Scott Michel2009-02-17
* add a horrible noteChris Lattner2009-02-17
* --- Merging (from foreign repository) r64714 into '.':Bill Wendling2009-02-17
* Delete trailing whitespace.Dan Gohman2009-02-16
* MachineLICM now handles these cases.Dan Gohman2009-02-15
* The x86-64 red zone is now being used.Dan Gohman2009-02-14
* Teach x86 target -soft-float.Evan Cheng2009-02-13
* Remove non-DebugLoc versions of BuildMI from IA64, Mips.Dale Johannesen2009-02-13
* Remove non-DebugLoc versions of BuildMI from X86.Dale Johannesen2009-02-13
* missed fileDale Johannesen2009-02-13
* Remove non-DebugLoc versions of buildMI from Sparc.Dale Johannesen2009-02-13
* Remove non-DebugLoc versions of BuildMI from Alpha and Cell.Dale Johannesen2009-02-13
* Remove refs to non-DebugLoc version of BuildMI from XCore, PIC16.Dale Johannesen2009-02-13
* Remove refs to non-DebugLoc version of BuildMI from PowerPC.Dale Johannesen2009-02-13
* and one more fileDale Johannesen2009-02-13
* Remove refs to non-DebugLoc versions of BuildMI from ARM.Dale Johannesen2009-02-13
* Revert this. It was breaking stuff.Bill Wendling2009-02-13
* Turn off the old way of handling debug information in the code generator. UseBill Wendling2009-02-13
* Check in missing file.Dale Johannesen2009-02-12
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-12
* Arrange to print constants that match "n" and "i" constraintsDale Johannesen2009-02-12
* fix PR3538 for ARM.Chris Lattner2009-02-12
* fix PR3538 for PPCChris Lattner2009-02-12
* fix the X86 backend to just drop llvm.declare nodes for VLAs instead of Chris Lattner2009-02-12
* Move debug loc info along when the spiller creates new instructions.Bill Wendling2009-02-12