Add a version of the globalvariable ctor that inserts at a specific location.
[oota-llvm.git] / lib / CodeGen /
2006-09-28 Chris Lattnersimplify code
2006-09-28 Evan ChengTargetRegisterClass specifies the desired spill alignme...
2006-09-28 Bill Wendling"Once more into the breach, dear friends, once more...
2006-09-28 Chris Lattnerrefactor critical edge breaking out into the SplitCritE...
2006-09-28 Chris Lattnerre-re-revert this, back to the right revision. It...
2006-09-28 Evan ChengPEI now place callee save spills closest to the address...
2006-09-28 Chris Lattnerre-revert this patch, bisort and mst are still broken...
2006-09-27 Bill WendlingReapplying this patch. With the newest commits, the...
2006-09-27 Chris LattnerTemporarily revert this. This breaks Olden/bisort...
2006-09-27 Bill WendlingPR878: Instead of calculating the vreg to PHI use count...
2006-09-27 Chris LattnerAdd support for ${:private} which prints "L" on darwin.
2006-09-26 Chris LattnerAdd support for ${:comment}, which expands to the curre...
2006-09-26 Evan ChengRename function. It's determining which callee-save...
2006-09-26 Andrew LenharthComments on JumpTableness
2006-09-26 Jim LaskeyLoad chain check is not needed
2006-09-26 Jim LaskeyChain can be any operand
2006-09-26 Jim LaskeyWrong size for load
2006-09-26 Jim LaskeyCan't move a load node if it's chain is not used.
2006-09-26 Chris Lattnerprint the preds of each MBB
2006-09-26 Chris LattnerAdd support for targets that want to do something with...
2006-09-25 Jim LaskeyAccidental enable of bad code
2006-09-25 Jim LaskeyFix chain dropping in load and drop unused stores in...
2006-09-25 Jim LaskeyCore antialiasing for load and store.
2006-09-24 Andrew LenharthAdd support for other relocation bases to jump tables...
2006-09-24 Evan ChengPIC jump table entries are always 32-bit. This fixes...
2006-09-21 Evan ChengMake it work for DAG combine of multi-value nodes.
2006-09-21 Jim Laskeycore corrections
2006-09-21 Jim LaskeyBasic "in frame" alias analysis.
2006-09-21 Chris Lattnerfold (aext (and (trunc x), cst)) -> (and x, cst).
2006-09-21 Chris LattnerCheck the right value type. This fixes 186.crafty...
2006-09-21 Chris LattnerCompile:
2006-09-21 Chris LattnerGeneralize (zext (truncate x)) and (sext (truncate...
2006-09-20 Chris LattnerCompile:
2006-09-20 Chris LattnerFold the full generality of (any_extend (truncate x))
2006-09-20 Chris LattnerTwo things:
2006-09-20 Chris LattnerExpand 64-bit shifts more optimally if we know that...
2006-09-19 Chris LattnerFix UnitTests/2005-05-12-Int64ToFP.c with llc-beta...
2006-09-19 Chris LattnerFold extract_element(cst) to cst
2006-09-19 Chris LattnerMinor speedup for legalize by avoiding some malloc...
2006-09-18 Evan ChengFix a typo.
2006-09-18 Evan ChengAllow i32 UDIV, SDIV, UREM, SREM to be expanded into...
2006-09-18 Andrew Lenharthoops
2006-09-18 Andrew Lenharthabsolute addresses must match pointer size
2006-09-18 Jim LaskeySort out mangled names for globals
2006-09-16 Chris LattnerOh yeah, this is needed too
2006-09-16 Chris Lattnersimplify control flow, no functionality change
2006-09-16 Chris LattnerAllow custom expand of mul
2006-09-15 Chris LattnerKeep track of the start of MBB's in a separate map...
2006-09-14 Chris LattnerFold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible.
2006-09-14 Chris LattnerSplit rotate matching code out to its own function...
2006-09-14 Evan ChengUse getOffset() instead.
2006-09-14 Evan ChengUse MachineConstantPoolEntry getOffset() and getType...
2006-09-14 Evan ChengA MachineConstantPool may have mixed Constant* and...
2006-09-13 Chris LattnerIf LSR went through a lot of trouble to put constants...
2006-09-13 Chris LattnerCompile X << 1 (where X is a long-long) to:
2006-09-12 Evan ChengAdded support for machine specific constantpool values...
2006-09-10 Nate BegemanBehold, more work on relocations. Things are looking...
2006-09-10 Chris LattnerThis code was trying too hard. By eliminating redundan...
2006-09-09 Chris LattnerImplement the fpowi now by lowering to a libcall
2006-09-09 Chris LattnerAllow targets to custom lower expanded BIT_CONVERT's
2006-09-08 Nate BegemanFirst pass at supporting relocations. Relocations...
2006-09-08 Chris LattnerNon-allocatable physregs can be killed and dead, but...
2006-09-08 Chris LattnerThis fixes Benchmarks/Prolangs-C/unix-smail
2006-09-08 Chris LattnerFix a bunch of llc-beta failures on x86 yesterday....
2006-09-07 Jim LaskeyMake target asm info a property of the target machine.
2006-09-07 Evan ChengFix pasto that was breaking x86 tests.
2006-09-07 Chris LattnerFix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a...
2006-09-06 Jim LaskeySeparate target specific asm properties from the asm...
2006-09-05 Evan ChengOnly call isUse/isDef on register operands
2006-09-05 Chris LattnerOnly call isUse/isDef on register operands
2006-09-05 Chris LattnerDon't call isDef on non-registers
2006-09-05 Chris LattnerChange the default to 0, which means 'default'.
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-09-05 Chris LattnerFix a long-standing wart in the code generator: two...
2006-09-04 Chris LattnerCorrect fix for a crasher on functions with live in...
2006-09-04 Chris LattnerHack around a regression I introduced yesterday
2006-09-04 Duraid Madinaforgot this
2006-09-04 Duraid Madinaadd setJumpBufSize() and setJumpBufAlignment() to targe...
2006-09-04 Chris Lattnernew file
2006-09-03 Chris LattnerAvoid beating on the mi2i map when we know the answer...
2006-09-03 Chris Lattnerminor speedup
2006-09-03 Chris LattnerFix Regression/CodeGen/Generic/2006-09-02-LocalAllocCra...
2006-09-03 Chris LattnerWhen deleting a machine instruction, make sure to remov...
2006-09-03 Chris LattnerMove two methods out of line, make them work when the...
2006-09-02 Chris Lattnerimprove compat with certain versions of GCC (on cygwin?)
2006-09-02 Chris LattnerIteration is required for some cases, even if they...
2006-09-02 Chris LattnerWhen joining two intervals where the RHS is really...
2006-09-01 Evan ChengAllow legalizer to expand ISD::MUL using only MULHS...
2006-09-01 Jim LaskeyCorrections.
2006-09-01 Chris LattnerPull some code out of a hot recursive function because...
2006-09-01 Chris LattnerReserve space in the ValueNumberInfo vector. This...
2006-09-01 Chris LattnerIterative coallescing doesn't buy us anything (we get...
2006-08-31 Evan ChengDAG combiner fix for rotates. Previously the outer...
2006-08-31 Chris LattnerAdd a special case that speeds up coallescing a bit...
2006-08-31 Chris LattnerDelete copies as they are coallesced instead of waiting...
2006-08-31 Chris Lattneravoid calling the virtual isMoveInstr method endlessly...
2006-08-30 Chris LattnerFix a compiler crash bootstrapping llvm-gcc.
2006-08-29 Chris LattnerTeach the coallescer to coallesce live intervals joined...
2006-08-29 Jim LaskeyHandle callee saved registers in dwarf frame info ...
2006-08-29 Evan ChengMove isCommutativeBinOp from SelectionDAG.cpp and DAGCo...
next