aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-10-18Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner
2007-10-18Fix the command line.Bill Wendling
2007-10-18Fix test.Devang Patel
2007-10-18this doesn't need dynamic_cast.Chris Lattner
2007-10-18remove dead fileChris Lattner
2007-10-18Reduce reliance on rtti infoChris Lattner
2007-10-18fix typoChris Lattner
2007-10-18update comment.Chris Lattner
2007-10-18This requires rtti info because tblgen uses commandline,Chris Lattner
2007-10-18tblgen uses dynamic_cast heavily, so it needs rtti infoChris Lattner
2007-10-18Updated VC++ build systemHartmut Kaiser
2007-10-18Work around downrev gccs which do not inherit visibility of theGordon Henriksen
2007-10-18Missing 'public' keyword.Gordon Henriksen
2007-10-18Pointer arithmetic should be done with the index the same size as the pointer.Bill Wendling
2007-10-18Support for ADDC/SUBC.Duncan Sands
2007-10-18Really fix PR1734. Carefully track which register uses are sub-register uses byEvan Cheng
2007-10-18Remove unnecessary include.Evan Cheng
2007-10-18legalizing the ret operation on f64 shouldn't introduce a newChris Lattner
2007-10-18Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson
2007-10-18XFAIL for now.Devang Patel
2007-10-18Changed the return type of type-specific Allocate() methods to returnTed Kremenek
2007-10-17Reverting r43070 for now. It's causing llc test failures.Evan Cheng
2007-10-17Test to make sure we don't generate unwind info for non-64-bit Objective-C.Bill Wendling
2007-10-17ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek
2007-10-17Removed inclusion of cassert, which is no longer needed.Ted Kremenek
2007-10-17Minor cosmetic cleanups in the calculation of alignments forTed Kremenek
2007-10-17Added template function alignof() which provides a cleanTed Kremenek
2007-10-17Reverting unnecessary commit of generated files.Gordon Henriksen
2007-10-17Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen
2007-10-17Updated StringMap to use llvm::AlignOf to compute the alignment of mapTed Kremenek
2007-10-17Ignoring test/Transforms/LoopIndexSplit/Output.Gordon Henriksen
2007-10-17Added member template functions to MallocAllocator andTed Kremenek
2007-10-17Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek
2007-10-17Do not raise free() call that is called through invoke instruction.Devang Patel
2007-10-17Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser
2007-10-17Don't mention -enable-unsafe-fp-math in LangRef.html, as that option isDan Gohman
2007-10-17Define a helper function ConstantVector::getSplatValue for testing forDan Gohman
2007-10-17Updated VC++ build system.Hartmut Kaiser
2007-10-17Add support for ISD::SELECT in SplitVectorOp.Dan Gohman
2007-10-17Return Expand from getOperationAction for all extendedDuncan Sands
2007-10-17Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel
2007-10-17Apply Chris' suggestions.Evan Cheng
2007-10-17Change fp to sint legalization on x86-32 to do 2 x i32 Chris Lattner
2007-10-17fix some funny indentation, add comments.Chris Lattner
2007-10-17One more extract_subreg coalescing bug fix.Evan Cheng
2007-10-17Update comments.Evan Cheng
2007-10-17Yet another test case for extract_subreg coalescing crash.Evan Cheng
2007-10-17Fix MergeValueInAsValue(). It allows overlapping live ranges but should replaceEvan Cheng
2007-10-17Clean up code that calculate MBB live-in's.Evan Cheng
2007-10-17Clean up code that calculate MBB live-in's.Evan Cheng