transformation implemented
[oota-llvm.git] / lib / Target /
2006-03-14 Chris Lattnertransformation implemented
2006-03-13 Evan ChengPPC LSR pass should use target lowering hooks.
2006-03-13 Evan ChengAdded getTargetLowering() to TargetMachine. Refactored...
2006-03-13 Evan ChengUpdate
2006-03-13 Evan ChengAdd LSR hooks.
2006-03-13 Chris LattnerHandle builtins that directly correspond to GCC builtins.
2006-03-13 Chris LattnerFor functions that use vector registers, save VRSAVE...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-13 Chris Lattnerremove two implemented items
2006-03-13 Chris LattnerFix a couple of bugs that broke the alpha tester build
2006-03-13 Chris LattnerHandle cracked instructions in dispatch group formation.
2006-03-13 Chris LattnerMark instructions that are cracked by the PPC970 decode...
2006-03-12 Chris LattnerSeveral big changes:
2006-03-11 Chris Lattnerblr is a branch too
2006-03-11 Chris Lattneradd an example
2006-03-11 Chris Lattneradd a note
2006-03-10 Chris Lattnerteach the JIT to encode vector registers
2006-03-09 Evan ChengAdd option -enable-x86-lsr to enable x86 loop strength...
2006-03-09 Chris Lattneradd a note
2006-03-09 Andrew Lenharththese are copies too
2006-03-09 Chris Lattnerremove some now-dead code
2006-03-09 Andrew Lenharthfcopysign for mixed mode
2006-03-09 Andrew Lenharthrelax fcopysign
2006-03-09 Andrew Lenharthalpha and llvm have different oppinions on which arg...
2006-03-09 Andrew LenharthAlpha Scheduling classes
2006-03-09 Andrew Lenharthfcopysign and get rid of dsnode cruft. custom PA runti...
2006-03-09 Andrew Lenharthfcopysign support
2006-03-09 Chris LattnerAdd support for 'special' llvm globals like debug info...
2006-03-09 Chris Lattnera couple of miscellaneous things.
2006-03-08 Jim LaskeyAdd #line support for CBE.
2006-03-08 Duraid Madinadoo de doo
2006-03-08 Chris LattnerChange the interface for getting a target HazardRecogni...
2006-03-08 Chris Lattneradd a note
2006-03-07 Evan ChengX86ISD::REP_STOS and X86ISD::REP_MOVS now produces...
2006-03-07 Evan ChengUse rep/stosl; and Count 0x3; rep/stosb for memset...
2006-03-07 Chris LattnerTwo things:
2006-03-07 Jim LaskeyUse "llvm.metadata" section for debug globals. Filter...
2006-03-07 Chris Lattneradd another missing store.
2006-03-07 Chris Lattneradd a couple more load/store instrs, add a newline...
2006-03-07 Nate BegemanThis kinda sorta implements "things that have to lead...
2006-03-07 Chris Lattneradd some new instructions to the classifier. With...
2006-03-07 Chris Lattneradd some comments that describe what we model
2006-03-07 Chris LattnerImplement a very very simple hazard recognizer for...
2006-03-07 Chris Lattneradd a note
2006-03-07 Chris Lattneradd a note
2006-03-07 Evan Cheng- Emit subsections_via_symbols for Darwin.
2006-03-07 Evan ChengEnable Dwarf debugging info.
2006-03-05 Chris Lattnerimplement TII::insertNoop
2006-03-05 Chris Lattneradd a note
2006-03-05 Chris LattnerCopysign needs to be expanded everywhere. Note that...
2006-03-05 Chris Lattneradd a note for something evan noticed
2006-03-04 Chris LattnerImplemented.
2006-03-04 Chris LattnerAdd a note
2006-03-04 Evan ChengAdd an entry
2006-03-04 Evan ChengMEMSET / MEMCPY lowering bugs: we can't issue a single...
2006-03-04 Chris Lattneradd a note
2006-03-04 Evan ChengTypo
2006-03-03 Chris LattnerSplit the valuetypes out of Target.td into ValueTypes.td
2006-03-03 Chris Lattnerremove the read/write port/io intrinsics.
2006-03-02 Chris Lattneradd a note
2006-03-01 Chris LattnerImplement CodeGen/PowerPC/or-addressing-mode.ll, which...
2006-03-01 Chris Lattneradd a note
2006-03-01 Chris LattnerCompile this:
2006-03-01 Chris LattnerUse a target-specific dag-combine to implement CodeGen...
2006-03-01 Evan ChengVector op lowering.
2006-03-01 Evan ChengNew type v2f32.
2006-02-28 Evan ChengAnother entry.
2006-02-28 Evan ChengDon't match x << 1 to LEAL. It's better to emit x + x.
2006-02-28 Chris LattnerAdd a subtarget feature for the stfiwx instruction...
2006-02-28 Chris Lattnerremove implemented item
2006-02-27 Nate Begemanreadme updates
2006-02-27 Chris LattnerDon't print constant initializers, they may span lines...
2006-02-27 Jim LaskeyRemoved dependency on how operands are printed (want...
2006-02-26 Evan ChengConstantPoolIndex is now the displacement portion of...
2006-02-26 Evan ChengFixed ConstantPoolIndex operand asm print bug. This...
2006-02-25 Evan Cheng* Cleaned up addressing mode matching code.
2006-02-25 Evan ChengUpdates.
2006-02-25 Evan Cheng* Allow mul, shl nodes to be codegen'd as LEA (if appro...
2006-02-25 Evan ChengConstantPoolIndex is now the displacement field of...
2006-02-25 Evan ChengAdded a common about the need for X86ISD::Wrapper.
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2006-02-25 Evan ChengFix an obvious bug exposed when we are doing
2006-02-24 Chris LattnerAdd memory printing support for PPC. Input memory...
2006-02-24 Chris LattnerImplement selection of inline asm memory operands
2006-02-23 Evan ChengPPC JIT relocation model should be DynamicNoPIC.
2006-02-23 Evan Cheng- Clean up the lowering and selection code of ConstantP...
2006-02-23 Chris LattnerImplement the PPC inline asm "L" modifier. This allows...
2006-02-23 Chris Lattner"." isn't enough to get a private label on linux, use...
2006-02-23 Chris Lattneradd a small and simple case.
2006-02-23 Evan ChengA couple of new entries.
2006-02-23 Evan ChengPIC related bug fixes.
2006-02-23 Evan ChengX86 codegen tweak to use lea in another case:
2006-02-22 Evan ChengMissing .globl for weak / link-once .text symbols.
2006-02-22 Evan Cheng- Added option -relocation-model to set relocation...
2006-02-22 Jim LaskeyCoordinate activities with llvm-gcc4 and dwarf.
2006-02-22 Evan ChengAdded MMX, SSE1, and SSE2 vector instructions and some...
2006-02-22 Chris Lattnersplit register class handling from explicit physreg...
2006-02-21 Chris LattnerUpdates to match change of getRegForInlineAsmConstraint...
2006-02-21 Evan ChengOne more round of reorg so sabre doesn't freak out...
2006-02-21 Evan ChengA big more cleaning up.
next