summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* 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
* Bring makefile back into compliance with standard by usingReid Spencer2006-03-13
* Handle the removal of the debug chain.Jim Laskey2006-03-13
* Doh!Evan Cheng2006-03-11
* Added a parameter to control whether Constant::getStringValue() would chopEvan Cheng2006-03-10
* Use the autogenerated intrinsic verifierChris Lattner2006-03-09
* Use the function name matcher autogenerated from the .td file.Chris Lattner2006-03-09
* This rule also depends on tblgenChris Lattner2006-03-09
* remove dbg_declare, it's not used yet.Chris Lattner2006-03-09
* silly case insensitive file systems...Chris Lattner2006-03-09
* Build intrinsics.gen from intrinsics.tdChris Lattner2006-03-09
* autoupgrade memcpy/memmove/memset with signed counts.Chris Lattner2006-03-09
* add a new helper method.Chris Lattner2006-03-08
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-08
* Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner2006-03-03
* remove the read/write port/io intrinsics.Chris Lattner2006-03-03
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-02
* Back out my last check-in. Wrong place to fix it.Evan Cheng2006-03-01
* AsmWriter should not print LLVM constant in comment. Assembler won't likeEvan Cheng2006-03-01
* Pretty print large struct constants.Jim Laskey2006-02-27
* Reverting. Didn't realize some developers were embedding constants in theirJim Laskey2006-02-26
* Format large struct constants for readability.Jim Laskey2006-02-25
* Parse the %*# constraint modifiersChris Lattner2006-02-23
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-20
* Another work around for the 'symbols with different types can have the sameChris Lattner2006-02-13
* validate matching constraints and remember when we see them.Chris Lattner2006-02-02
* Fix VC++ compilation error.Jeff Cohen2006-02-01
* Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner2006-02-01
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-27
* add method for constraint parsingChris Lattner2006-01-26
* parse and verify the constraint string.Chris Lattner2006-01-26
* Make sure the only user of InlineAsm's are direct calls.Chris Lattner2006-01-26
* Print InlineAsm objectsChris Lattner2006-01-25
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-25