oota-llvm.git
2006-03-17 Chris Lattneradd a couple of enum values
2006-03-17 Evan ChengAllow users of iv / stride to be rewritten with express...
2006-03-17 Evan ChengAdd a lsr common loop invariant hoisting test case
2006-03-17 Chris Lattnernew testcase that broke the new f.e.
2006-03-17 Reid SpencerUse the <tt> tag instead of <pre> tag to get code/file...
2006-03-17 Chris LattnerDisable x86 fastcc from passing args in registers
2006-03-17 Reid SpencerFix a typo.
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 Lattneradd an assert to get a slightly better msg about this...
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 Chris LattnerAdd markers for the first and last vector value type.
2006-03-16 Nate BegemanAnother case we could do better on.
2006-03-16 Chris LattnerNew testcase, the new CFE compiles this into insertelem...
2006-03-16 Chris LattnerSave/restore VRSAVE once per function, not once per...
2006-03-16 Jim LaskeyTypo.
2006-03-16 Chris LattnerFix a typo Eric van Riet Paap noticed
2006-03-16 Reid SpencerAdd a RUN: line so this test doesn't fail.
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 Lattnerminor changes so that GCC builtin can be specified...
2006-03-15 Chris LattnerTeach the strip pass to strip type names in addition...
2006-03-15 Chris Lattnerallow the GCCBuiltinName field to be optional
2006-03-15 Jim LaskeyUpdate doc to reflect changes in subprogram and block...
2006-03-15 Jim LaskeyExpand subprogram and added block descriptor.
2006-03-15 Andrew Lenharthno heap is happening here
2006-03-15 Andrew Lenharthbetter check
2006-03-15 Andrew Lenharthremove qsort for now
2006-03-15 Evan ChengAlso requires -mattr=-sse3
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-15 Jeff CohenFix VC++ build error.
2006-03-15 Chris Lattnerremove typo
2006-03-15 Chris LattnerAutogenerate a table of intrinsic names, so we can...
2006-03-15 Chris LattnerAutogenerate code to map from GCC builtin to LLVM intri...
2006-03-15 Chris LattnerSet TargetPrefix on target-specific intrinsics. That...
2006-03-14 Robert BocchinoFixed a typo in the vsetfp examples.
2006-03-14 Robert BocchinoSplit the 'vset' instruction into two instructions...
2006-03-14 Chris LattnerUpdate this to match the documentation in the GC doc...
2006-03-14 Chris LattnerFix the gcread/gcwrite intrinsic specifications, fixing
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 LaskeyReflect the fact that empty strings can be expressed...
2006-03-14 Jim Laskey1. Use null for serialized empty strings.
2006-03-14 Jim LaskeyBring debugging information up to date.
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 Lattnernew testcase from a FIXME in the code
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 Chris LattnerTest that we can reassociate (x<<1)+(y<<1) -> (X+Y...
2006-03-14 Reid SpencerAllow a sequence of digits at the end of the directory...
2006-03-14 Reid SpencerChange llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Reid SpencerAdd a newline at the end to avoid gcc warnings.
2006-03-14 Reid SpencerConvert llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Reid SpencerChange docs for llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Reid SpencerChanges docs for llvm.cs.uiuc.edu -> llvm.org
2006-03-14 Jim Laskey1. Handle removal of all arguments for a morphed intrinsic.
2006-03-14 Jim LaskeyRemove the use of llvm.dbg.declare.
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 getTargetLowering() - returns DAG lowering info.
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 Lattneremit a mapping from LLVM intrinsic -> GCC builtins.
2006-03-13 Chris LattnerVerify that packed type operands have the right size...
2006-03-13 Chris LattnerAdd a first ppc altivec intrinsic. Add packed type...
2006-03-13 Chris LattnerFor functions that use vector registers, save VRSAVE...
2006-03-13 Evan ChengOptimizing to calloc() to malloc() + memset() can be...
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
next