summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-22
* give PassNameParser a home.Chris Lattner2010-01-22
* add an out-of-line virtual method to CmpInst to give it a home.Chris Lattner2010-01-22
* elimiante the dynamic_cast's from opt.Chris Lattner2010-01-22
* drop the pass name from the output.Chris Lattner2010-01-22
* eliminate dynamic_cast from this file.Chris Lattner2010-01-22
* eliminate a bunch more unneeded dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* eliminate a bunch of dynamic_cast's.Chris Lattner2010-01-22
* Teach pre-regalloc scheduler to schedule loads from nearby addresses. It may ...Evan Cheng2010-01-22
* Add two target hooks to determine whether two loads are near and should be sc...Evan Cheng2010-01-22
* add new fileChris Lattner2010-01-22
* move some files out of the llvm-mc tool into the MCParser library soChris Lattner2010-01-22
* forgot to svn add these, doh.Chris Lattner2010-01-22
* create a new MCParser library and move some stuff into it.Chris Lattner2010-01-22
* stub out a new TargetAsmLexer interface.Chris Lattner2010-01-22
* Revert LoopStrengthReduce.cpp to pre-r94061 for now.Dan Gohman2010-01-22
* Fix PR5694. The CMN instructions set the flags differently from CMP, so theyJim Grosbach2010-01-22
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-21
* DbgInfoIntrinsic no longer appear in an instruction's use listVictor Hernandez2010-01-21
* No need to look through bitcasts for DbgInfoIntrinsicVictor Hernandez2010-01-21
* DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up ...Victor Hernandez2010-01-21
* When inserting expressions for post-increment users which containDan Gohman2010-01-21
* Include IVUsers information in LSR's debug output.Dan Gohman2010-01-21
* Prune the search for candidate formulae if the number of registerDan Gohman2010-01-21
* Trim unneeded includes.Evan Cheng2010-01-21
* Add a comment.Dan Gohman2010-01-21
* It turns out that this #include is needed because otherwiseChris Lattner2010-01-21
* unbreak the build, apparently without this transformutils starts depending on...Chris Lattner2010-01-21
* tidy upChris Lattner2010-01-21
* tidy upChris Lattner2010-01-21
* remove dead .erase.Chris Lattner2010-01-21
* back this out for now. Growing Function is not good.Jim Grosbach2010-01-21
* fix a problem with a missing _, testcase pending.Chris Lattner2010-01-21
* Don't need to include IntrinsicInst.h any moreVictor Hernandez2010-01-21
* No need to map NULL operands of metadataVictor Hernandez2010-01-21
* Make the parser include the lower level error message in its own errorDan Gohman2010-01-21
* Avoid printing a spurious semicolon when there is no filename.Dan Gohman2010-01-21
* When re-using an existing cast for a user, it's still necessary to callDan Gohman2010-01-21
* Fix a crasher trying to fold each element in a comparison between two vectorsNick Lewycky2010-01-21
* Run the verifier after LSR, to help catch use-before-def errors beforeDan Gohman2010-01-21
* Re-implement the main strength-reduction portion of LoopStrengthReduction.Dan Gohman2010-01-21
* Add strcpy_chk -> strcpy support for "don't know" object sizeEric Christopher2010-01-21
* Fix a minor issue in x86 load / store folding table. movups does an unaligned...Evan Cheng2010-01-21
* Make sure that landing pad entries in the EH call site table are in the properJim Grosbach2010-01-21
* simplify this code.Chris Lattner2010-01-20
* SjLj EH introduces can introduce an additional edge to a landing pad and padJim Grosbach2010-01-20
* eliminate FnStubInfo, using MachineModuleInfoMachO instead.Chris Lattner2010-01-20
* make findDebugLoc a class methodDale Johannesen2010-01-20
* split function stub printing out to its own function,Chris Lattner2010-01-20