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