oota-llvm.git
2006-03-19 Chris Lattneradd two new insert_element tests
2006-03-19 Chris Lattnerimplement basic support for INSERT_VECTOR_ELT.
2006-03-19 Chris Lattnerrename these nodes
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-19 Chris LattnerRename ConstantVec -> BUILD_VECTOR and VConstant -...
2006-03-19 Chris Lattnerimplement vector.ll:test_undef
2006-03-19 Chris LattnerAdd three new testcases
2006-03-19 Chris LattnerFix the remaining bugs in the vector expansion rework...
2006-03-18 Chris Lattnerupdate testcases for x86 fastcc changes.
2006-03-18 Evan Cheng- Fixed a bogus if condition.
2006-03-18 Chris LattnerChange the structure of lowering vector stuff. Note...
2006-03-18 Chris LattnerUpdate comments.
2006-03-18 Evan ChengUse the generic vector register classes VR64 / VR128...
2006-03-18 Evan ChengSort StrideOrder so we can process the smallest strides...
2006-03-18 Chris LattnerFix miscodegen of V_SET0 in PPC.
2006-03-17 Nate BegemanFix subfic to match subc by default instead of sub...
2006-03-17 Nate BegemanAdd a missing testcase
2006-03-17 Evan ChengDarwin should use _setjmp/_longjmp instead of setjmp...
2006-03-17 Chris Lattnernew testcase
2006-03-17 Evan ChengMove some pattern fragments to the right files.
2006-03-17 Chris Lattneradd a couple enum values
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.
next