Change the PointerType api for creating pointer types. The old functionality of Point...
[oota-llvm.git] / lib / Target /
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-12-16 Chris Lattnerdon't violate C TBAA rules, use FloatToBits instead.
2007-12-16 Chris Lattnerfix a questionable cast, thanks to Mike Stump for point...
2007-12-16 Chris LattnerFix the JIT encoding of cmp*ss, which aborts with this...
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Evan ChengActually, MOVPQIto64mr is a dup of MOVPQI2QImr, MOV64to...
2007-12-14 Evan ChengFix (mem) <-> low 64-bits of xmm bugs pointed out by...
2007-12-14 Dale Johannesenx86-32 long doubles are 4-byte aligned on the stack
2007-12-14 Evan ChengFix bsf / bsr jit encoding.
2007-12-14 Evan ChengOops. Forgot these.
2007-12-14 Dan GohmanFix Intel asm syntax for the bsr and bsf instructions.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-14 Bill WendlingAdd flags to indicate that there are "never" side effec...
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Duncan SandsRemove host endianness info from TargetData and
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-12 Scott MichelCorrect typo for Linux: s/esp/%rsp/
2007-12-11 Nate BegemanAllow the JIT to encode MMX instructions
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-11 Nate Begemanx86 doesn't actually want to custom lower v3i32
2007-12-11 Chris LattnerMove TargetData::hostIsLittleEndian out of line, which...
2007-12-10 Anton KorobeynikovHey, English is not my native language :)
2007-12-10 Anton KorobeynikovClarify the need of CFI() stuff
2007-12-10 Anton KorobeynikovProvide convenient way to disable CFI stuff for old...
2007-12-10 Chris LattnerDisable cfi directives for now, darwin does't support...
2007-12-10 Anton KorobeynikovAnd finally annotate X86-64 version of callback.
2007-12-10 Anton KorobeynikovProvide annotation for SSE version of callback. It...
2007-12-10 Anton KorobeynikovAnnotate JIT callback function with call frame infromation.
2007-12-08 Bill WendlingReverting 44702. It wasn't correct to rename them.
2007-12-08 Chris Lattneraesthetic changes, no functionality change. Evan,...
2007-12-08 Bill WendlingRenaming:
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-08 Chris Lattnerrefactor some code to avoid overloading the name 'usesL...
2007-12-08 Evan ChengDoh
2007-12-08 Evan ChengFix a compilation warning.
2007-12-08 Evan ChengFix a compilation warning.
2007-12-07 Bill WendlingInitial commit of the machine code LICM pass. It succes...
2007-12-07 Evan ChengAdd comment.
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-06 Evan ChengRemove a bogus optimization. It's not possible to do...
2007-12-06 Chris Lattnerimplement a readme entry, compiling the code into:
2007-12-05 Chris Lattneradd a note
2007-12-05 Chris Lattneradd a note
2007-12-05 Scott MichelMinor updates:
2007-12-05 Evan ChengAdded canFoldMemoryOperand for PPC.
2007-12-05 Evan ChengUpdate foldMemoryOperand.
2007-12-05 Chris Lattnerfix warnings
2007-12-05 Chris Lattnerallow this to build
2007-12-05 Evan ChengAdd a argument to storeRegToStackSlot and storeRegToAdd...
2007-12-05 Scott MichelMore stuff for CellSPU -- this should be enough to...
2007-12-05 Scott MichelUpdated source file headers to llvm coding standard.
2007-12-05 Scott MichelTwo missing files.
2007-12-05 Scott MichelMain CellSPU backend files checked in. Intrinsics and...
2007-12-04 Scott MichelMore files in the CellSPU drop...
2007-12-04 Scott MichelMore of the Cell SPU code drop from "Team Aerospace".
2007-12-03 Scott MichelMore CellSPU files... more to follow.
2007-12-03 Scott MichelMakefile fragment for CellSPU.
2007-12-03 Scott MichelFirst commit to CellSPU. More to follow
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-12-02 Evan ChengRemove redundant foldMemoryOperand variants and other...
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-28 Chris LattnerWork around a GCC bug, producing this code:
2007-11-28 Chris LattnerImplement ExpandOperationResult for ppc i64 fp->int...
2007-11-28 Duncan SandsAdd some convenience methods for querying attributes...
2007-11-27 Chris Lattnerseveral entries got significantly better, though they...
2007-11-27 Chris Lattnerimplement a trivial readme entry.
2007-11-27 Chris LattnerFix a crash on invalid code due to memcpy lowering.
2007-11-27 Nate BegemanSupport returning non-power-of-2 vectors to unblock...
2007-11-27 Andrew Lenharthsomething wrong with this opt
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-25 Chris LattnerFix a long standing deficiency in the X86 backend:...
2007-11-24 Chris Lattneradd a immAllZerosV_bc pattern fragment for consistency...
2007-11-24 Chris Lattnerremove bogus assertion that broke CodeGen/Generic/cast...
2007-11-24 Chris LattnerSeveral changes:
2007-11-24 Chris Lattneradd a note
2007-11-21 Dale JohannesenFix compiler warning.
2007-11-20 Dale JohannesenFix .eh table linkage issues on Darwin. Some EH support
2007-11-19 Dan GohmanRemove meaningless qualifiers from return types, avoidi...
2007-11-17 Nate BegemanAdd support for vectors to int <-> float casts.
2007-11-16 Anton KorobeynikovImplement codegen for flt_rounds on x86
2007-11-14 Evan ChengOops. Debugging code shouldn't have been checked in.
2007-11-14 Anton KorobeynikovFix PIC jump table codegen on x86-32/linux. In fact...
2007-11-14 Duncan SandsEliminate the recently introduced CCAssignToStackABISiz...
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-11-13 Dale JohannesenRevert previous; these files aren't ready to go in...
2007-11-13 Dale JohannesenAdd parameter to getDwarfRegNum to permit targets
2007-11-13 Evan ChengFix x86-64 jit: remove reliance on Dwarf numbers.
2007-11-13 Bill WendlingUnifacalize the CALLSEQ{START,END} stuff.
2007-11-13 Bill WendlingUnify CALLSEQ_{START,END}. They take 4 parameters:...
2007-11-12 Anton KorobeynikovCompletely forgot, that we have some debug information...
2007-11-12 Bruno Cardoso LopesAdded JumpTable support
2007-11-12 Owen AndersonAdd a flag for indirect branch instructions.
2007-11-11 Anton KorobeynikovClarify the meaning of '-2' register number
2007-11-11 Anton KorobeynikovUse TableGen to emit information for dwarf register...
next