aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-5/+1
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-311-8/+8
* Provide a simpler interface for getting a ConstantArray from a characterReid Spencer2006-05-301-8/+4
* Undo a patch that breaks llvm-as because the warning message is written toReid Spencer2006-05-301-1/+1
* Write the WARNING message to cout instead of cerr. Writing to cerr causesReid Spencer2006-05-301-1/+1
* Adjust the interface to ConstantArray::get. The previousReid Spencer2006-05-301-8/+15
* Reset DEBUG_SYMBOL_TABLE back to 0.Vladimir Prus2006-05-291-1/+1
* Fix compile error when DEBUG_SYMBOL_TABLE is defined.Vladimir Prus2006-05-291-2/+2
* Fix grammar in a comment.Reid Spencer2006-05-291-1/+1
* Patches to make the LLVM sources more -pedantic clean. Patch providedChris Lattner2006-05-241-1/+1
* Print csretcc calls like this:Chris Lattner2006-05-191-8/+8
* pretty print csretcc for callsChris Lattner2006-05-191-0/+2
* Asmprint csret nicelyChris Lattner2006-05-191-0/+1
* csret functions can be varargs (as can target cc's). Verify restrictions onChris Lattner2006-05-191-3/+18
* Fix some think-o's in my last commit. Thanks to Chris for pointing them out.Owen Anderson2006-05-181-16/+18
* Change Module to use TargetData-compatible strings internally.Owen Anderson2006-05-181-1/+60
* inverted logic, caught by coverityChris Lattner2006-05-141-1/+1
* remove dead varChris Lattner2006-05-142-2/+1
* Add an assertion for a common errorChris Lattner2006-05-101-1/+4
* Add assertions that verify that the actual arguments to a call or invoke matchChris Lattner2006-05-031-4/+22
* Remove a hack required by V9.Chris Lattner2006-04-211-4/+2
* Move these ctors out of lineChris Lattner2006-04-141-0/+13
* Don't print out the install command for Intrinsics.gen unless VERBOSE mode.Reid Spencer2006-04-141-1/+2
* Don't emit useless warning messages.Reid Spencer2006-04-121-2/+3
* Add constant replacement for insertelement/vectorshuffle constant exprsChris Lattner2006-04-081-0/+16
* Use the isValidOperands helper instead of duplicating checking codeChris Lattner2006-04-081-16/+7
* Add methods to check insertelement/extractelement instructions for validity,Chris Lattner2006-04-081-6/+37
* Add shufflevector support, todo, implement better constant folding.Chris Lattner2006-04-088-8/+137
* Constant fold extractelement(zero, x) -> zeroChris Lattner2006-04-071-0/+3
* Move this to lib/Analysis.Andrew Lenharth2006-04-061-332/+0
* vector casts never reinterpret bitsChris Lattner2006-04-021-0/+5
* Constant fold casts from things like <4 x int> -> <4 x uint>, likewise int<->fp.Chris Lattner2006-04-021-0/+108
* constant fold extractelement with undef operands.Chris Lattner2006-03-311-1/+7
* Fix build breakage.Jeff Cohen2006-03-311-0/+1
* Add a new method to verify intrinsic function prototypes.Chris Lattner2006-03-311-2/+60
* Bullet proof against undefined args produced by upgrading ols-style debug info.Jim Laskey2006-03-261-3/+3
* Update dependencies to reflect split of the Intrinsics.td fileChris Lattner2006-03-261-2/+5
* Teach BinaryOperator::createNot to work with packed integer typesChris Lattner2006-03-251-2/+9
* Cast instruction not inserted into basic block.Jim Laskey2006-03-251-41/+5
* Implement Intrinsic::getNameChris Lattner2006-03-251-0/+11
* Fix indent.Jim Laskey2006-03-241-1/+1
* Clean up some commentary.Jim Laskey2006-03-241-1/+19
* Add some more bulletproofing to auto upgrade of llvm.dbg intrinsics.Jim Laskey2006-03-231-13/+9
* Simplify handling of llvm.dbg intrinsic operands to one spot.Jim Laskey2006-03-231-0/+55
* Change the argument types of llvm.dbg intrinsics.Jim Laskey2006-03-231-23/+64
* Fix use of LEVEL.Reid Spencer2006-03-171-1/+1
* Two fixes:Reid Spencer2006-03-171-1/+5
* Bugfix, unbreaking CodeGen/PowerPC/cttz.llChris Lattner2006-03-141-1/+1
* Fix an et-forest memory leak. Patch by Daniel Berlin.Chris Lattner2006-03-141-0/+1
* 1. Handle removal of all arguments for a morphed intrinsic.Jim Laskey2006-03-141-1/+4