Fix
[oota-llvm.git] / lib / Target /
2007-04-23 Dale JohannesenMake Thumb funcs containing islands 4-byte aligned...
2007-04-23 Dale Johannesenadd Align field, and use when generating function alignment
2007-04-23 Dale Johannesenadd isThumb (unused as yet)
2007-04-23 Dale JohannesenFix generic getInlineAsmLength
2007-04-23 Lauro Ramos VenancioX86 TLS: optimize the implementation of "local exec...
2007-04-22 Lauro Ramos VenancioX86 TLS: fix and optimize the implementation of "initia...
2007-04-22 Christopher LambSupport alignment queries for degenerate (length 1...
2007-04-22 Lauro Ramos VenancioImplement PIC for arm-linux.
2007-04-21 Lauro Ramos VenancioX86 TLS: Implement review feedback.
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-20 Lauro Ramos VenancioImplement "general dynamic", "initial exec" and "local...
2007-04-20 Evan ChengSpecify S registers as D registers' sub-registers.
2007-04-20 Evan ChengSpecify sub-register relations. e.g. RAX: [EAX], EAX...
2007-04-20 Evan ChengAdd sub-registers sets.
2007-04-20 Chris Lattneradd a crazy idea
2007-04-20 Jeff CohenMake Microsoft assembler and linker happy.
2007-04-19 Chris LattnerFix a message, patch by Christopher Lamb.
2007-04-19 Lauro Ramos VenancioFix a bug in getFrameRegister.
2007-04-18 Dan GohmanFix the spelling of the prefetchnta instruction.
2007-04-17 Evan ChengOops. Didn't mean to check in a quick hack.
2007-04-17 Chris Lattnerdag combiner just got better at pruning bits. This...
2007-04-17 Evan ChengChange getAllocatableSet() so it returns allocatable...
2007-04-17 Anton KorobeynikovAdd comment
2007-04-17 Chris Lattneradd a note
2007-04-17 Chris Lattnerrename X86FunctionInfo to X86MachineFunctionInfo to...
2007-04-17 Anton KorobeynikovImplemented correct stack probing on mingw/cygwin for...
2007-04-17 Andrew LenharthUse this nifty Constraints thing and fix the inverted...
2007-04-17 Chris LattnerSSE4 is apparently public now.
2007-04-16 Jeff CohenIn the event that some really old non-Intel or -AMD...
2007-04-16 Jeff CohenBefore assuming that the original code didn't work...
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-16 Reid SpencerFor PR1336:
2007-04-14 Chris Lattneradd a note
2007-04-13 Jeff CohenSilence VC++ warning.
2007-04-13 Chris Lattnerarm has r+r*s and r+i addr modes, but no r+i+r*s addr...
2007-04-12 Reid SpencerImplement review feedback .. don't double search a...
2007-04-12 Reid SpencerProvide support for intrinsics that lower themselves...
2007-04-12 Lauro Ramos VenancioImplement Thread Local Storage (TLS) in CBackend.
2007-04-12 Chris LattnerFix mmx paddq, add support for the 'y' register class...
2007-04-11 Chris LattnerFix CodeGen/X86/2007-03-24-InlineAsmPModifier.ll
2007-04-11 Chris LattnerFix incorrect fall-throughs in addr mode code. This...
2007-04-11 Chris Lattnerdone
2007-04-11 Reid SpencerFor PR1146:
2007-04-10 Bill WendlingAdd support for our first SSSE3 instruction "pmulhrsw".
2007-04-10 Chris Lattnernew micro optzn
2007-04-10 Chris Lattnerrestore support for negative strides
2007-04-09 Chris Lattnerremove dead target hooks
2007-04-09 Chris Lattnerremove some dead hooks
2007-04-09 Chris Lattnerremove some dead target hooks, subsumed by isLegalAddre...
2007-04-09 Chris LattnerFix a bug in PPCTargetLowering::isLegalAddressingMode...
2007-04-09 Jeff CohenWhen the number of elements is zero, don't malloc 32GB...
2007-04-09 Reid SpencerFor PR1146:
2007-04-09 Chris Lattnermove a bunch of register constraints from being handled by
2007-04-09 Chris Lattnerimplement support for CodeGen/X86/inline-asm-x-scalar...
2007-04-09 Chris Lattnerimplement CodeGen/X86/inline-asm-x-scalar.ll
2007-04-04 Reid SpencerSquelch a warning about mismatch between sign of consta...
2007-04-04 Evan ChengImplement inline asm modifier P.
2007-04-04 Evan ChengTypo.
2007-04-03 Bill WendlingAdding more MMX instructions.
2007-04-03 Chris Lattnermake a new missing features section
2007-04-03 Evan ChengRemove unused constant pool entries.
2007-04-03 Bill WendlingUpdated
2007-04-03 Evan ChengFixed a bug that causes codegen of noop like add r0...
2007-04-03 Nicolas GeoffrayStarting implementation of the ELF32 ABI specification...
2007-04-03 Nicolas GeoffrayThe PPC64 ELF ABI is "intended to use the same structur...
2007-04-03 Nicolas GeoffrayAddition to the previous commit for getCalleeSavedRegCl...
2007-04-03 Nicolas GeoffrayThe ELF ABI specifies F1-F8 registers as argument regis...
2007-04-03 Evan ChengInverted logic.
2007-04-03 Bill WendlingChanged to new MMX_ recipes.
2007-04-03 Bill WendlingAdd FEMMS and ADDQ. Renamed MMX recipes to prepend...
2007-04-03 Chris LattnerArm supports negative strides as well, add them. This...
2007-04-02 Dale Johannesenfix off by 1 error in displacement computation
2007-04-02 Chris Lattnerfix the CodeGen/ARM/2007-03-13-InstrSched.ll regression...
2007-04-02 Chris Lattneradd support for the 'w' inline asm register class.
2007-04-02 Chris LattnerFix a bug which caused us to never be able to use signe...
2007-04-02 Lauro Ramos Venancio- Divides the comparisons in two types: comparisons...
2007-04-01 Chris Lattnerfix breakage from last night, simplify code.
2007-04-01 Evan ChengAdd i16 address mode.
2007-03-31 Andrew LenharthReadme
2007-03-31 Anton KorobeynikovConsistency with native compilers
2007-03-31 Bill WendlingFix comment.
2007-03-31 Chris Lattneradd a note
2007-03-31 Bill WendlingMatch GCC's MMX calling convention.
2007-03-30 Chris Lattnerimplement the new addressing mode description hook.
2007-03-30 Bill WendlingAdd MMX calling conventions.
2007-03-29 Evan ChengNew entry.
2007-03-29 Evan ChengCan't re-materialize mov r, imm in thumb since mov...
2007-03-29 Jeff CohenMS C does have inlining after all, just uses _inline...
2007-03-29 Evan ChengAdd support for hidden visibility to darwin/arm.
2007-03-28 Jeff CohenFix C Backend to generate code that works with Microsof...
2007-03-28 Bill WendlingMade this into a bug report: PR1286
2007-03-28 Anton KorobeynikovOops :)
2007-03-28 Anton KorobeynikovDon't allow MatchAddress recurse too much. This trims...
2007-03-28 Chris Lattneradd a note
2007-03-28 Chris LattnerCompile CodeGen/X86/lea-3.ll:test2 to:
2007-03-28 Chris LattnerDan pointed out that this is done, remove it!
2007-03-28 Scott MichelFirst test check-in.
2007-03-28 Evan ChengRemove isLegalAddressImmediate.
2007-03-28 Bill WendlingRemove cruft I put in there...
2007-03-28 Chris LattnerFix a problem building llvm-gcc on amd64-unknown-freebs...
next