summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* Oops. Debugging code shouldn't have been checked in.Evan Cheng2007-11-14
* Fix PIC jump table codegen on x86-32/linux. In fact, such thing should be app...Anton Korobeynikov2007-11-14
* Eliminate the recently introduced CCAssignToStackABISizeAlignDuncan Sands2007-11-14
* Clean up sub-register implementation by moving subReg information back toEvan Cheng2007-11-14
* Revert previous; these files aren't ready to go in yet.Dale Johannesen2007-11-13
* Add parameter to getDwarfRegNum to permit targetsDale Johannesen2007-11-13
* Fix x86-64 jit: remove reliance on Dwarf numbers.Evan Cheng2007-11-13
* Unifacalize the CALLSEQ{START,END} stuff.Bill Wendling2007-11-13
* Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stackBill Wendling2007-11-13
* Completely forgot, that we have some debug information emission on PPC. This ...Anton Korobeynikov2007-11-12
* Added JumpTable supportBruno Cardoso Lopes2007-11-12
* Add a flag for indirect branch instructions.Owen Anderson2007-11-12
* Clarify the meaning of '-2' register numberAnton Korobeynikov2007-11-11
* Use TableGen to emit information for dwarf register numbers. Anton Korobeynikov2007-11-11
* Add CCAssignToStackABISizeAlign for convenience inDale Johannesen2007-11-10
* Update tailcall code to include inline attribute operand for memcpy. Arnold Schwaighofer2007-11-10
* Unbreak x86-64 jumptable.Evan Cheng2007-11-09
* Silence a warningAnton Korobeynikov2007-11-09
* Revert previous rewrite per chris's comments.Dale Johannesen2007-11-09
* Much improved pic jumptable codegen:Evan Cheng2007-11-09
* Rewrite Dwarf number handling per review comments.Dale Johannesen2007-11-09
* [ARM] Implement __builtin_thread_pointer.Lauro Ramos Venancio2007-11-08
* Complete conditionalization of Dwarf reg numbers.Dale Johannesen2007-11-07
* Interchange Dwarf numbers of ESP and EBP on x86 Darwin.Dale Johannesen2007-11-07
* Better processor definitionBruno Cardoso Lopes2007-11-06
* Move the LowerMEMCPY and LowerMEMCPYCall to a common place.Rafael Espindola2007-11-05
* [ARM] Fix code generation for:Lauro Ramos Venancio2007-11-05
* Use movups to spill / restore SSE registers on targets where stacks alignment isEvan Cheng2007-11-05
* Added support for PIC code with "explicit relocations" *only*.Bruno Cardoso Lopes2007-11-05
* Eliminate the remaining uses of getTypeSize. ThisDuncan Sands2007-11-05
* Fix PR1761 by not printing (rip) suffix when in -static mode.Chris Lattner2007-11-04
* Fix crash before main on ppc/linux with static constructors. PR1771Nick Lewycky2007-11-04
* Fix PR1763 by allowing the 'q' constraint to work with 64-bitChris Lattner2007-11-04
* Unbreak tailcall opt.Evan Cheng2007-11-02
* add a noteChris Lattner2007-11-02
* Missing a getNumOperands check.Evan Cheng2007-11-02
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* Silence, accersed warningBill Wendling2007-11-01
* Make ARM and X86 LowerMEMCPY identical by moving the isThumb check into getMa...Rafael Espindola2007-10-31
* Make ARM an X86 memcpy expansion more similar to each other.Rafael Espindola2007-10-31
* Make i64=expand_vector_elt(v2i64) work in 32-bit mode.Dale Johannesen2007-10-31
* Add missing SSE builtins: CVTPD2PI, CVTPS2PI,Dale Johannesen2007-10-30
* Fix for visibility warnings generated by gcc-4.2.Duncan Sands2007-10-30
* Add missing MMX PSUBQ.Dale Johannesen2007-10-30
* Enable more fold (sext (load x)) -> (sext (truncate (sextload x)))Evan Cheng2007-10-29
* Avoid doing something dumb like rewriting using a 64-bit iv in 32-bit mode.Evan Cheng2007-10-29
* add a note.Chris Lattner2007-10-29
* Add support for the x86-64 'q' regigster modifier, and add support for theChris Lattner2007-10-29
* Fix PR1749 and InstCombine/2007-10-28-EmptyField.ll by handlingChris Lattner2007-10-29
* New entry.Evan Cheng2007-10-28