Get darwin intel debugging up and running.
[oota-llvm.git] / lib / Target /
2006-08-03 Jim LaskeyGet darwin intel debugging up and running.
2006-08-03 Rafael Espindolaadd and use ARMISD::RET_FLAG
2006-08-02 Evan ChengReflect change to AssignTopologicalOrder().
2006-08-02 Evan ChengUse of vector<bool> causes some horrendous compile...
2006-08-02 Nate BegemanUpdate the readme to remove duplicate information and...
2006-08-02 Nate BegemanDisable LSR at -fast
2006-08-01 Rafael Espindolastart comments with #
2006-08-01 Rafael Espindolaimplement LowerConstantPool and LowerGlobalAddress
2006-08-01 Evan ChengFactor topological order code to SelectionDAG. Clean up.
2006-07-31 Chris LattnerFix PR850 and CodeGen/X86/2006-07-31-SingleRegClass.ll.
2006-07-31 Rafael Espindolahandle GlobalValue::InternalLinkage in doFinalization
2006-07-31 Evan ChengRemove a duplicate pattern.
2006-07-31 Evan ChengRemove a duplicate pattern/
2006-07-28 Chris LattnerMake functions with an "asm" name propagate that asm...
2006-07-28 Chris LattnerFix some ppc64 issues with vector code.
2006-07-28 Evan ChengCan't spell.
2006-07-28 Evan ChengSome clean up.
2006-07-28 Evan ChengRename IsFoldableBy to CanBeFoldedleBy
2006-07-28 Evan ChengNode selected into address mode cannot be folded.
2006-07-28 Evan ChengRemove InFlightSet hack. No longer needed.
2006-07-28 Evan ChengAnother duh. Determine topological order before any...
2006-07-27 Evan ChengBrain cramp..
2006-07-27 Evan ChengAllocating too large an array for ReachibilityMatrix.
2006-07-27 Evan ChengCalculate the portion of reachbility matrix on demand.
2006-07-27 Evan ChengisNonImmUse is replaced by IsFoldableBy
2006-07-27 Evan ChengResolve BB references with relocation.
2006-07-27 Evan ChengsynchronizeICache removeed from TargetJITInfo.
2006-07-27 Evan ChengUse reachbility information to determine whether a...
2006-07-27 Rafael Espindolaemit global constants
2006-07-27 Evan ChengRemove NodeDepth
2006-07-27 Jim LaskeyUse the predicate.
2006-07-27 Nate BegemanSupport jump tables when in PIC relocation model
2006-07-27 Jim LaskeyPrevent creation of MachineDebugInfo for intel unless...
2006-07-26 Evan ChengNew entry.
2006-07-26 Chris LattnerRename RelocModel::PIC to PIC_, to avoid conflicts...
2006-07-25 Evan Cheng- Refactor the code that resolve basic block references...
2006-07-25 Evan ChengCan't commute shufps. The high / low parts elements...
2006-07-25 Rafael Espindolaimplement function calling of functions with up to...
2006-07-21 Evan ChengDone.
2006-07-21 Rafael Espindolaimplemented sub
2006-07-21 Evan ChengThis opt is now handled in DAG combine.
2006-07-20 Evan ChengA splat of a vector constant of all zero or all one...
2006-07-20 Evan ChengMissing a space.
2006-07-20 Evan ChengClean up.
2006-07-19 Evan ChengNew entry.
2006-07-19 Jim LaskeyDo once flag never set to true.
2006-07-19 Jim LaskeyTidy up a few things.
2006-07-19 Jim LaskeyReduce size of routine. Shrinks .o by 37%.
2006-07-19 Chris Lattnerbswapped load/store instructions are only availble...
2006-07-19 Jim LaskeyBug#834 ICE (crash in code generator?) when building...
2006-07-19 Evan ChengMisc. new entry.
2006-07-19 Evan ChengINC / DEC instructions have shorter code size than...
2006-07-19 Evan ChengAdd code size to target instruction use it as the 3rd...
2006-07-18 Rafael Espindolainitial prologue and epilogue implementation. Need...
2006-07-18 Chris LattnerMake the implicit def instructions look like other...
2006-07-16 Rafael Espindolaskeleton of a lowerCall implementation for ARM
2006-07-15 Chris LattnerRemove what little AIX support we have. It has never...
2006-07-14 Chris LattnerAdd an out-of-line virtual method for X86DwarfWriter...
2006-07-14 Chris LattnerAdd missing PPC64 extload/truncstores
2006-07-14 Chris LattnerAdd a note
2006-07-13 Chris LattnerAnother fix in the rotate encodings, needed when the...
2006-07-12 Chris LattnerPrint negative immediates as negative values instead...
2006-07-12 Chris LattnerFix encoding of rotates, such as rldicl
2006-07-12 Chris LattnerImplement PPC64 relocations types
2006-07-12 Chris LattnerAn overaggressive #ifdef allows a function to fall...
2006-07-12 Chris LattnerAdd information preventing several register class const...
2006-07-11 Chris LattnerThe PPC64 JIT needs register numbers to encode instruct...
2006-07-11 Evan ChengEmit inc / dec of registers as one byte instruction.
2006-07-11 Jim LaskeyIt was pointed out that DEBUG() is only available with...
2006-07-11 Jim LaskeyEnsure that dump calls that are associated with asserts...
2006-07-11 Rafael Espindolaadd the memri memory operand
2006-07-11 Chris LattnerImplement the inline asm 'A' constraint. This implemen...
2006-07-11 Chris LattnerIn 64-bit mode, 64-bit GPRs are callee saved, not 32...
2006-07-10 Evan ChengNew entry.
2006-07-10 Evan ChengFixed stack objects do not specify alignments, but...
2006-07-10 Chris LattnerImplement Regression/CodeGen/PowerPC/bswap-load-store...
2006-07-10 Chris LattnerMark internal function static
2006-07-10 Rafael Espindolacreate the raddr addressing mode that matches any regis...
2006-07-07 Evan ChengX86 target specific DAG combine: turn build_vector...
2006-07-06 Chris LattnerUndisable ppc64 jit
2006-07-06 Evan ChengAdded option -code-model to set code model (only used...
2006-07-05 Evan ChengReorg. No functionality change.
2006-07-05 Evan ChengFix JIT on non MacOS X i386 systems.
2006-07-03 Andrew LenharthThese are already implemented
2006-07-03 Andrew Lenharth0 offsets for memory operands
2006-06-29 Evan ChengShould just use xorps to clear XMM registers for all...
2006-06-29 Evan ChengLet X86CompilationCallback pass previous frame and...
2006-06-29 Evan ChengAdd shift and rotate by 1 instructions / patterns.
2006-06-29 Evan ChengAlways use xorps to clear XMM registers.
2006-06-29 Evan ChengMove .literal4 and .literal8 support into AsmPrinter.cpp
2006-06-28 Chris LattnerHide x86 symbols
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-06-28 Chris Lattnershrink libllvmgcc.dylib another 25K
2006-06-28 Evan ChengDoh.
2006-06-28 Evan ChengOops. Need to keep CP index.
2006-06-28 Evan ChengDarwin puts float and double literal constants into...
2006-06-27 Andrew Lenharththis case isn't handled
2006-06-27 Rafael Espindolahandle the "mov reg1, reg2" case in isMoveInstr
2006-06-27 Chris LattnerDon't match 64-bit bitfield inserts into rlwimi's....
2006-06-27 Chris LattnerFix ppc64 jump tables
next