aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bugfix for etforest updating. Contributed by Daniel Berlin.Chris Lattner2006-01-091-1/+1
* Saem Ghani's PassManager Patch #8:Reid Spencer2006-01-081-2/+16
* Initial implementation of the ET-Forest data structure for dominators andChris Lattner2006-01-081-0/+443
* Patch #7 from Saem:Chris Lattner2006-01-071-36/+37
* Implement a few symbolic constant folding things. X ? Y : Y is Y.Chris Lattner2006-01-051-7/+32
* fix some formatting problemsChris Lattner2006-01-051-7/+7
* Patch #6's in Saem's refactor-the-passmanager patch series. From him:Chris Lattner2006-01-042-230/+157
* Saem's patch #5 of the passmanager refactoringChris Lattner2006-01-041-47/+93
* patch #4 in Saem's passmanager refactoring.Chris Lattner2006-01-041-15/+50
* implement constant folding of ==/!= on constant packed, simplify some code.Chris Lattner2006-01-041-3/+11
* implement constant folding for the element-wise binary operationsChris Lattner2006-01-041-0/+50