aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix TimeValue::now() on Unix.Torok Edwin2010-01-221-1/+1
* 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-222-10/+64
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-222-14/+21
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-2269-3/+88
* give PassNameParser a home.Chris Lattner2010-01-221-0/+3
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-221-0/+2
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-221-3/+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-222-7/+23
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-221-9/+6
* 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-222-0/+150
* add new fileChris Lattner2010-01-221-0/+1
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-222-0/+2085
* 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-227-17/+15
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-221-0/+14
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-221-2355/+2268
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-225-15/+31
* 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-212-83/+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-214-20/+2
* fix a problem with a missing _, testcase pending.Chris Lattner2010-01-211-1/+1
* Don't need to include IntrinsicInst.h any moreVictor Hernandez2010-01-211-1/+0
* No need to map NULL operands of metadataVictor Hernandez2010-01-211-1/+1
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-211-1/+2
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-211-9/+12
* When re-using an existing cast for a user, it's still necessary to callDan Gohman2010-01-211-1/+3
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-213-10/+17
* Run the verifier after LSR, to help catch use-before-def errors beforeDan Gohman2010-01-211-0/+4
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-216-2355/+2675
* Add strcpy_chk -> strcpy support for "don't know" object sizeEric Christopher2010-01-211-0/+45
* Fix a minor issue in x86 load / store folding table. movups does an unaligned...Evan Cheng2010-01-211-1/+1