aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Unbreak autouprade of llvm.sqrt, simplify some code.Chris Lattner2006-03-031-38/+12
* remove the read/write port/io intrinsics.Chris Lattner2006-03-032-51/+0
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-023-139/+128
* Back out my last check-in. Wrong place to fix it.Evan Cheng2006-03-011-0/+3
* AsmWriter should not print LLVM constant in comment. Assembler won't likeEvan Cheng2006-03-011-4/+0
* Pretty print large struct constants.Jim Laskey2006-02-271-1/+10
* Reverting. Didn't realize some developers were embedding constants in theirJim Laskey2006-02-261-9/+1
* Format large struct constants for readability.Jim Laskey2006-02-251-4/+13
* Parse the %*# constraint modifiersChris Lattner2006-02-231-1/+11
* Added x86 integer vector types: 64-bit packed byte integer (v16i8), 64-bitEvan Cheng2006-02-201-0/+3
* Another work around for the 'symbols with different types can have the sameChris Lattner2006-02-131-0/+4
* validate matching constraints and remember when we see them.Chris Lattner2006-02-021-5/+15
* Fix VC++ compilation error.Jeff Cohen2006-02-011-0/+1
* Beef up the interface to inline asm constraint parsing, making it more genera...Chris Lattner2006-02-011-44/+96
* Fix auto-upgrade of intrinsics to work properly with both assembly andReid Spencer2006-01-271-28/+98
* add method for constraint parsingChris Lattner2006-01-261-29/+50
* parse and verify the constraint string.Chris Lattner2006-01-261-0/+68
* Make sure the only user of InlineAsm's are direct calls.Chris Lattner2006-01-261-0/+4
* Print InlineAsm objectsChris Lattner2006-01-252-9/+27
* Change inline asms to be uniqued like constants, not embedded in a Module.Chris Lattner2006-01-253-43/+6
* Initial checkin of the InlineAsm classChris Lattner2006-01-244-5/+80
* Pretty print file-scope asm blocks.Chris Lattner2006-01-241-1/+15
* syntax changeChris Lattner2006-01-241-1/+1
* Print out inline asm stringsChris Lattner2006-01-231-22/+23
* For PR411:Reid Spencer2006-01-231-7/+6
* Speedup and simplify pass registration by the observation that there isChris Lattner2006-01-231-20/+17
* Remove dead expression.Chris Lattner2006-01-201-1/+1
* Don't use invalidated use_iterator's. This fixes a crash compiling povrayChris Lattner2006-01-201-2/+2
* Don't forget about casting the result of an upgraded call to an intrinsicReid Spencer2006-01-191-1/+4
* Make get_suffix faster by using a switch on getTypeID rather than a seriesReid Spencer2006-01-191-12/+9
* Don't accept the ctpop, cttz, or ctlz intrinsics with signed arguments. TheReid Spencer2006-01-191-36/+16
* Add a new interface function to AutoUpgrade for simultaneously upgradingReid Spencer2006-01-191-59/+150
* VMCore support for the insertelement operation.Robert Bocchino2006-01-177-9/+150
* For PR411:Reid Spencer2006-01-162-54/+205
* For PR411:Reid Spencer2006-01-161-0/+105
* Thanks to Daniel Berlin's ETForest fix, we can now use it again for the verifierChris Lattner2006-01-151-2/+0
* ET-Forest has issues with unreachable blocks. Temporarily disable verifiers useChris Lattner2006-01-151-0/+2
* add a missing break that Reid noticed.Chris Lattner2006-01-151-0/+1
* Change ET-Forest to automatically recalculate its DFSnum's if too many slowChris Lattner2006-01-141-5/+22
* Add bswap intrinsics as documented in the Language ReferenceNate Begeman2006-01-142-0/+35
* Add recognition and verification of new llvm.stacksave/llvm.stackrestore intr...Chris Lattner2006-01-132-4/+18
* Patch #10 from Saem:Chris Lattner2006-01-121-52/+32
* Convert the verifier over to use ETForest instead of DominatorSet. PatchChris Lattner2006-01-121-14/+14
* Fix VC++ compilation error.Jeff Cohen2006-01-111-0/+1
* Patch #9 from Saem:Chris Lattner2006-01-111-124/+147
* Simple is good. CVS is for revision control, not file headersChris Lattner2006-01-111-3/+2
* Simple is goodChris Lattner2006-01-111-3/+2
* Added constant folding support for the extractelement operation.Robert Bocchino2006-01-104-0/+16
* Added support for the extractelement operation.Robert Bocchino2006-01-104-0/+73
* For PR411:Reid Spencer2006-01-102-0/+360