aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary include.Evan Cheng2007-10-181-1/+0
* legalizing the ret operation on f64 shouldn't introduce a newChris Lattner2007-10-181-4/+6
* Move Split<...>() into DomTreeBase. This should make the #include's of Domin...Owen Anderson2007-10-184-104/+96
* XFAIL for now.Devang Patel2007-10-181-0/+1
* Changed the return type of type-specific Allocate() methods to returnTed Kremenek2007-10-182-3/+3
* Reverting r43070 for now. It's causing llc test failures.Evan Cheng2007-10-171-25/+0
* Test to make sure we don't generate unwind info for non-64-bit Objective-C.Bill Wendling2007-10-171-0/+18
* ImutAVLTree now allocates tree nodes from the BumpPtrAllocator usingTed Kremenek2007-10-171-4/+3
* Removed inclusion of cassert, which is no longer needed.Ted Kremenek2007-10-171-2/+0
* Minor cosmetic cleanups in the calculation of alignments forTed Kremenek2007-10-171-3/+5
* Added template function alignof() which provides a cleanTed Kremenek2007-10-171-0/+7
* Reverting unnecessary commit of generated files.Gordon Henriksen2007-10-172-51/+51
* Switching TargetMachineRegistry to use the new generic Registry.Gordon Henriksen2007-10-178-165/+115
* Updated StringMap to use llvm::AlignOf to compute the alignment of mapTed Kremenek2007-10-171-9/+3
* Ignoring test/Transforms/LoopIndexSplit/Output.Gordon Henriksen2007-10-170-0/+0
* Added member template functions to MallocAllocator andTed Kremenek2007-10-171-0/+12
* Added llvm::AlignOf, a template class whose purpose is to portablyTed Kremenek2007-10-171-0/+43
* Do not raise free() call that is called through invoke instruction.Devang Patel2007-10-172-0/+19
* Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...Hartmut Kaiser2007-10-172-0/+2
* Don't mention -enable-unsafe-fp-math in LangRef.html, as that option isDan Gohman2007-10-171-9/+3
* Define a helper function ConstantVector::getSplatValue for testing forDan Gohman2007-10-172-0/+15
* Updated VC++ build system.Hartmut Kaiser2007-10-1713-33/+42
* Add support for ISD::SELECT in SplitVectorOp.Dan Gohman2007-10-172-0/+27
* Return Expand from getOperationAction for all extendedDuncan Sands2007-10-175-46/+60
* Apply "Instead of loading small c string constant, use integer constant direc...Devang Patel2007-10-172-25/+29
* Apply Chris' suggestions.Evan Cheng2007-10-173-3/+4
* Change fp to sint legalization on x86-32 to do 2 x i32 Chris Lattner2007-10-171-2/+12
* fix some funny indentation, add comments.Chris Lattner2007-10-171-60/+61
* One more extract_subreg coalescing bug fix.Evan Cheng2007-10-171-1/+1
* Update comments.Evan Cheng2007-10-171-4/+5
* Yet another test case for extract_subreg coalescing crash.Evan Cheng2007-10-171-0/+31
* Fix MergeValueInAsValue(). It allows overlapping live ranges but should replaceEvan Cheng2007-10-171-7/+57
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-171-17/+19
* Clean up code that calculate MBB live-in's.Evan Cheng2007-10-172-0/+47
* Move splitBlock into DomTreeBase from DomTree.Owen Anderson2007-10-173-87/+106
* Use immediate stores.Devang Patel2007-10-161-3/+25
* Disable attempts to constant fold PPC f128.Dale Johannesen2007-10-163-48/+61
* Fix some formatting.Owen Anderson2007-10-161-15/+21
* Some clean up.Evan Cheng2007-10-161-19/+10
* Template DominatorTreeBase by node type. This is the next major step towardsOwen Anderson2007-10-165-290/+291
* Fix PR1734.Evan Cheng2007-10-162-1/+273
* New test for svn rev 43033, radar 5538745.Dale Johannesen2007-10-161-0/+19
* Check for invalid cc's in f80 select.Dale Johannesen2007-10-161-0/+2
* Fix a bug handling frame references in ppc inline asm when the frame offsetChris Lattner2007-10-162-24/+47
* Document the fact that the verifier currently requires theDuncan Sands2007-10-161-2/+5
* Initial infrastructure for arbitrary precision integerDuncan Sands2007-10-164-96/+185
* Fixes due to lack of type-safety for ValueType: (1) ValueTypeDuncan Sands2007-10-161-3/+3
* Correction to tail call optimization code. The new return addressArnold Schwaighofer2007-10-161-11/+19
* Code clean up.Evan Cheng2007-10-162-16/+29
* implement promotion of select and select_cc, allowing MallocBench/gs toChris Lattner2007-10-161-0/+19