aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update CMake LibDepsDaniel Dunbar2010-01-221-5/+6
* make: Make .o files depend on Makefile, at least for now.Daniel Dunbar2010-01-221-3/+3
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-222-1/+17
* Revert r94066, which was the patch which added a Verifier pass afterDan Gohman2010-01-221-4/+0
* add comment support to the rest of the directives.Chris Lattner2010-01-221-14/+21
* stop using strtoll, it gives windows heartburn.Chris Lattner2010-01-221-8/+24
* Add the ability for MCStreamer to emit comments on the same line as directives.Chris Lattner2010-01-223-11/+76
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-224-15/+23
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-2289-8/+126
* give PassNameParser a home.Chris Lattner2010-01-222-1/+6
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-222-2/+4
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-225-22/+44
* simplify code.Chris Lattner2010-01-221-9/+4
* drop the pass name from the output.Chris Lattner2010-01-221-3/+1
* eliminate dynamic_cast from this file.Chris Lattner2010-01-221-17/+20
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-223-48/+41
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-225-8/+32
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-222-9/+9
* Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ...Evan Cheng2010-01-222-0/+134
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-223-0/+174
* Add DenseMapInfo for signed long long.Evan Cheng2010-01-221-0/+13
* CMake: Add MCParser directory.Daniel Dunbar2010-01-221-0/+1
* lit: Separate test suite from test name with spaces, to make it easier to cut...Daniel Dunbar2010-01-221-1/+1
* add new fileChris Lattner2010-01-221-0/+1
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-227-8/+5
* forgot to svn add these, doh.Chris Lattner2010-01-222-0/+22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-2216-23/+21
* remove some confused code that used strtoullChris Lattner2010-01-221-12/+5
* allow registering target lexers.Chris Lattner2010-01-222-4/+51
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-222-0/+50
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-2217-2601/+2308
* Store flags in bitfields instead of masking them into the pointer for the lef...Ted Kremenek2010-01-222-27/+23
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-225-15/+31
* Tidy up assertion syntax. No functionality change.Ted Kremenek2010-01-211-35/+30
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-211-5/+0
* DbgInfoIntrinsic no longer appear in an instruction's use listVictor Hernandez2010-01-211-19/+4
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-211-13/+6
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-213-90/+7
* When inserting expressions for post-increment users which containDan Gohman2010-01-211-17/+32
* Include IVUsers information in LSR's debug output.Dan Gohman2010-01-211-1/+1
* Prune the search for candidate formulae if the number of registerDan Gohman2010-01-211-32/+67
* Trim unneeded includes.Evan Cheng2010-01-213-3/+0
* Add a comment.Dan Gohman2010-01-211-1/+2
* It turns out that this #include is needed because otherwiseChris Lattner2010-01-211-1/+1
* unbreak the build, apparently without this transformutils starts depending on...Chris Lattner2010-01-211-0/+1
* tidy upChris Lattner2010-01-211-14/+7
* tidy upChris Lattner2010-01-211-9/+16
* remove dead .erase.Chris Lattner2010-01-211-3/+1
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-216-54/+5
* testcase for r94095Chris Lattner2010-01-211-0/+22