implement vector.ll:test_undef
[oota-llvm.git] / lib / Target /
2006-03-18 Evan ChengUse the generic vector register classes VR64 / VR128...
2006-03-17 Nate BegemanFix subfic to match subc by default instead of sub...
2006-03-17 Evan ChengDarwin should use _setjmp/_longjmp instead of setjmp...
2006-03-17 Evan ChengMove some pattern fragments to the right files.
2006-03-17 Chris LattnerDisable x86 fastcc from passing args in registers
2006-03-17 Chris LattnerParameterize the number of integer arguments to pass...
2006-03-17 Evan ChengAlso fold MOV8r0, MOV16r0, MOV32r0 + store to MOV8mi...
2006-03-17 Evan ChengAdd some missing entries to X86RegisterInfo::foldMemory...
2006-03-17 Evan Cheng- Nuke 16-bit SBB instructions. We'll never use them.
2006-03-17 Nate BegemanRemove BRTWOWAY*
2006-03-16 Chris Lattnerremove dead variable
2006-03-16 Evan ChengA new entry.
2006-03-16 Nate BegemanNotes on how to kill the eeevil brtwoway, and make...
2006-03-16 Chris LattnerStrangely, calls clobber call-clobbered vector regs...
2006-03-16 Chris Lattneradd a note
2006-03-16 Chris Lattnerteach the ppc backend how to spill/reload vector regs
2006-03-16 Chris Lattneradd callee saved vector regs
2006-03-16 Evan ChengBug fix: condition inverted.
2006-03-16 Evan ChengAdded a way for TargetLowering to specify what values...
2006-03-16 Chris Lattnerin functions that use a lot of callee saved regs, this...
2006-03-16 Chris LattnerAdd support for copying registers. still needed: spilli...
2006-03-16 Nate BegemanAnother case we could do better on.
2006-03-16 Chris LattnerSave/restore VRSAVE once per function, not once per...
2006-03-16 Chris Lattneradd support for the bitconvert node
2006-03-15 Nate BegemanUpdate scheduling info for vrsave instruction
2006-03-14 Chris Lattneradd a note
2006-03-14 Chris LattnerFix an off by one error that caused PPC LLC failures...
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...
next