Add a missing testcase
[oota-llvm.git] / lib /
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 Lattneradd a couple enum values
2006-03-17 Evan ChengAllow users of iv / stride to be rewritten with express...
2006-03-17 Chris LattnerDisable x86 fastcc from passing args in registers
2006-03-17 Reid SpencerFix use of LEVEL.
2006-03-17 Reid SpencerTwo fixes:
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 Chris LattnerFix a problem fully scalarizing values.
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 ChengFor each loop, keep track of all the IV expressions...
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 Chris LattnerAdd support for CopyFromReg from vector values. Note...
2006-03-16 Chris LattnerTeach CreateRegForValue how to handle vector types.
2006-03-16 Chris Lattnerset TransformToType correctly for vector types.
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 Chris Lattneradd support for vector->vector casts
2006-03-15 Chris LattnerAdd a note, this code should be moved to the dag combiner.
2006-03-15 Chris LattnerTeach the strip pass to strip type names in addition...
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Andrew Lenharthallow field sensitivity to be a tunable parameter
2006-03-15 Nate BegemanUpdate scheduling info for vrsave instruction
2006-03-15 Andrew LenharthHandle one offset with growth case seen in povray....
2006-03-15 Andrew Lenharthimprove mem intrinsics and add a few things povray...
2006-03-14 Chris LattnerBugfix, unbreaking CodeGen/PowerPC/cttz.ll
2006-03-14 Chris LattnerFix an et-forest memory leak. Patch by Daniel Berlin.
2006-03-14 Chris Lattneradd a note
2006-03-14 Jim Laskey1. Use null for serialized empty strings.
2006-03-14 Chris LattnerFix an off by one error that caused PPC LLC failures...
2006-03-14 Chris LattnerImplement a FIXME, recusively reassociating
2006-03-14 Chris Lattnerextract some code into a method, no functionality change
2006-03-14 Chris Lattnertransformation implemented
2006-03-14 Chris LattnerPromote shifts by a constant to multiplies so that...
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Jim Laskey1. Handle removal of all arguments for a morphed intrinsic.
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 Evan ChengAdded target lowering hooks which LSR consults to make...
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 Chris Lattnermake sure dead token factor nodes are removed by the...
2006-03-13 Reid SpencerBring makefile back into compliance with standard by...
2006-03-13 Jim LaskeyHandle the removal of the debug chain.
2006-03-13 Chris Lattnerremove two implemented items
2006-03-13 Chris LattnerFold X+Y -> X|Y when safe. This implements:
2006-03-13 Chris LattnerI can't convince myself that this is safe, remove the...
2006-03-13 Chris Lattneradd a couple of missing folds
2006-03-13 Chris LattnerFor targets with FABS/FNEG support, lower copysign...
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-12 Chris LattnerDon't advance the hazard recognizer when there are...
2006-03-12 Chris LattnerChain operands aren't real uses: they don't require...
2006-03-12 Chris LattnerAs a pending queue data structure to keep track of...
2006-03-11 Chris Lattnerrename priorityqueue -> availablequeue. When a node...
2006-03-11 Chris LattnerMake CurrCycle a local var instead of an instance var
2006-03-11 Chris LattnerMove some methods around so that BU specific code is...
2006-03-11 Chris Lattnermerge preds/chainpreds -> preds set
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-11 Nate BegemanFix PR681 by using the standard Lengauer and Tarjan...
2006-03-11 Evan ChengDoh!
2006-03-10 Evan ChengAdded a parameter to control whether Constant::getStrin...
2006-03-10 Chris Lattnerremove some dead code
2006-03-10 Chris Lattnerscrape out bits of llvm-db
2006-03-10 Chris LattnerRemove UnixLocalInferiorProcess: debugging via the...
2006-03-10 Chris Lattnerteach the JIT to encode vector registers
2006-03-10 Chris LattnerMove simple-selector-specific types to the simple selector.
2006-03-10 Chris LattnerSimplify the interface to the schedulers, to not pass...
2006-03-10 Chris LattnerMove some simple-sched-specific instance vars to the...
2006-03-10 Chris Lattnerprune #includes
2006-03-10 Chris Lattnermove some simple scheduler methods into the simple...
2006-03-10 Chris LattnerMake EmitNode take a SDNode instead of a NodeInfo*
2006-03-10 Chris LattnerMove the VRBase field from NodeInfo to being a separate...
2006-03-10 Chris Lattnerno need to build groups anymore
2006-03-10 Chris LattnerCreate SUnits directly from the SelectionDAG.
2006-03-10 Chris LattnerPush PrepareNodeInfo/IdentifyGroups down the inheritanc...
2006-03-10 Chris LattnerTeach the latency scheduler some new tricks. In partic...
2006-03-10 Chris Lattneradd an aggregate method for reinserting scheduled nodes...
next