summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
...
* Add the PADDQ to the list.Bill Wendling2007-04-24
* Add the final MMX instructions. Correct a few wrong patterns.Bill Wendling2007-04-24
* Remove some invalid instructions from this check.Bill Wendling2007-04-24
* Support for the special case of a vector with the canonical form:Bill Wendling2007-04-24
* Make Thumb funcs containing islands 4-byte aligned. Fix bugs maintainingDale Johannesen2007-04-23
* add Align field, and use when generating function alignmentDale Johannesen2007-04-23
* add isThumb (unused as yet)Dale Johannesen2007-04-23
* Fix generic getInlineAsmLengthDale Johannesen2007-04-23
* X86 TLS: optimize the implementation of "local exec" model.Lauro Ramos Venancio2007-04-23
* X86 TLS: fix and optimize the implementation of "initial exec" model.Lauro Ramos Venancio2007-04-22
* Support alignment queries for degenerate (length 1) vectors.Christopher Lamb2007-04-22
* Implement PIC for arm-linux.Lauro Ramos Venancio2007-04-22
* X86 TLS: Implement review feedback.Lauro Ramos Venancio2007-04-21
* Comment out usage of write() for now.Jeff Cohen2007-04-20
* Implement "general dynamic", "initial exec" and "local exec" TLS models forLauro Ramos Venancio2007-04-20
* Specify S registers as D registers' sub-registers.Evan Cheng2007-04-20
* Specify sub-register relations. e.g. RAX: [EAX], EAX: [AX], AX: [AL,AH].Evan Cheng2007-04-20
* Add sub-registers sets.Evan Cheng2007-04-20
* add a crazy ideaChris Lattner2007-04-20
* Make Microsoft assembler and linker happy.Jeff Cohen2007-04-20
* Fix a message, patch by Christopher Lamb.Chris Lattner2007-04-19
* Fix a bug in getFrameRegister.Lauro Ramos Venancio2007-04-19
* Fix the spelling of the prefetchnta instruction.Dan Gohman2007-04-18
* Oops. Didn't mean to check in a quick hack.Evan Cheng2007-04-17
* dag combiner just got better at pruning bits. This fixes CodeGen/ARM/rev.llChris Lattner2007-04-17
* Change getAllocatableSet() so it returns allocatable registers for a specific...Evan Cheng2007-04-17
* Add commentAnton Korobeynikov2007-04-17
* add a noteChris Lattner2007-04-17
* rename X86FunctionInfo to X86MachineFunctionInfo to match the header fileChris Lattner2007-04-17
* Implemented correct stack probing on mingw/cygwin for dynamic alloca's.Anton Korobeynikov2007-04-17
* Use this nifty Constraints thing and fix the inverted conditional movesAndrew Lenharth2007-04-17
* SSE4 is apparently public now.Chris Lattner2007-04-17
* In the event that some really old non-Intel or -AMD CPU is encountered...Jeff Cohen2007-04-16
* Before assuming that the original code didn't work for Athlon64, the person whoJeff Cohen2007-04-16
* Removed tabs everywhere except autogenerated & external files. Add makeAnton Korobeynikov2007-04-16
* For PR1336:Reid Spencer2007-04-16
* add a noteChris Lattner2007-04-14
* Silence VC++ warning.Jeff Cohen2007-04-13
* arm has r+r*s and r+i addr modes, but no r+i+r*s addr modes.Chris Lattner2007-04-13
* Implement review feedback .. don't double search a set.Reid Spencer2007-04-12
* Provide support for intrinsics that lower themselves to a function body.Reid Spencer2007-04-12
* Implement Thread Local Storage (TLS) in CBackend.Lauro Ramos Venancio2007-04-12
* Fix mmx paddq, add support for the 'y' register class, though it isn't tested.Chris Lattner2007-04-12
* Fix CodeGen/X86/2007-03-24-InlineAsmPModifier.llChris Lattner2007-04-11
* Fix incorrect fall-throughs in addr mode code. This fixes CodeGen/ARM/arm-ne...Chris Lattner2007-04-11
* doneChris Lattner2007-04-11
* For PR1146:Reid Spencer2007-04-11
* Add support for our first SSSE3 instruction "pmulhrsw".Bill Wendling2007-04-10
* new micro optznChris Lattner2007-04-10
* restore support for negative stridesChris Lattner2007-04-10