summaryrefslogtreecommitdiff
path: root/lib/Target
Commit message (Expand)AuthorAge
* 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
* remove dead target hooksChris Lattner2007-04-09
* remove some dead hooksChris Lattner2007-04-09
* remove some dead target hooks, subsumed by isLegalAddressingModeChris Lattner2007-04-09
* Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2Chris Lattner2007-04-09
* When the number of elements is zero, don't malloc 32GB on 64-bit systems.Jeff Cohen2007-04-09
* For PR1146:Reid Spencer2007-04-09
* move a bunch of register constraints from being handled byChris Lattner2007-04-09
* implement support for CodeGen/X86/inline-asm-x-scalar.ll:test3 - i32/i64 valuesChris Lattner2007-04-09
* implement CodeGen/X86/inline-asm-x-scalar.llChris Lattner2007-04-09
* Squelch a warning about mismatch between sign of constant and sign of returnReid Spencer2007-04-04
* Implement inline asm modifier P.Evan Cheng2007-04-04