summaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* For PR387:Reid Spencer2006-08-281-2/+1
* Silence -Woverloaded-virtual warnings.Chris Lattner2006-08-281-1/+11
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-272-3/+3
* Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.Chris Lattner2006-08-271-5/+5
* We no longer care whether something is an opt vs analysis pass, only whetherChris Lattner2006-08-271-3/+3
* s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|Chris Lattner2006-08-276-6/+6
* Fix PR885Chris Lattner2006-08-211-4/+4
* Add dominates/properlyDominates queries to IDom.Chris Lattner2006-08-011-0/+11
* For PR780:Reid Spencer2006-07-261-7/+8
* No Need to live in the past.Jim Laskey2006-07-261-3/+0
* Moving this function to a permanent home to prevent a dependency cycle createdJim Laskey2006-07-251-0/+19
* Fix a race condition in the makefile andrew reportedChris Lattner2006-07-201-1/+1
* Fix PR835 so that touching tblgen in a way that doesn't affect intrinsicChris Lattner2006-07-201-2/+5
* Move MVT::getVectorType out of line, it is large and shouldn't be inlined.Chris Lattner2006-07-191-0/+34
* Reduce the size of Constants.o by 25% by generalizing specific instantiations ofJim Laskey2006-07-171-30/+31
* Add a new helper, simplify ConstantExpr::getWithOperandReplaced at Gabor'sChris Lattner2006-07-141-22/+57
* Add a new method for bugpoint to useChris Lattner2006-07-141-0/+51
* Fix PR826, testcase here: Regression/Verifier/2006-07-11-StoreStruct.llChris Lattner2006-07-111-2/+8
* 1. Support for c++ mangled names.Jim Laskey2006-07-111-2/+2
* Change the ModuleProvider interface to not throw exceptions.Chris Lattner2006-07-061-6/+2
* Change the verifier to never throw an exception. Instead verifyModule canopt...Chris Lattner2006-07-061-8/+7
* Use hidden visibility to reduce codesizeChris Lattner2006-06-282-4/+6
* Use hidden visibility to reduce the sizes of some .o files. This chops 60K o...Chris Lattner2006-06-284-24/+47
* Add more anonymous namespaces to make it clear that these are private classesChris Lattner2006-06-211-1/+18
* Add some out-of-line virtual dtors so that the class has a "home", preventingChris Lattner2006-06-212-0/+19
* Handle versioning of compile unit.Jim Laskey2006-06-191-0/+5
* Forgot operands were hard coded for compile unit.Jim Laskey2006-06-161-2/+2
* When asked not to delete useless PHIs, really don't delete them, no matter howOwen Anderson2006-06-141-1/+2
* Add a missing assertion that would have helped out ReidChris Lattner2006-06-101-0/+2
* Remove dead code.Vladimir Prus2006-06-081-1/+1
* New method BasicBlock::getFirstNonPHI.Vladimir Prus2006-06-081-0/+11
* For PR780:Reid Spencer2006-06-072-0/+5
* Add a virtual dtor to the InlineAsm class so that the principle method ofChris Lattner2006-06-071-0/+6
* For PR780:Reid Spencer2006-06-072-6/+4
* For PR780:Reid Spencer2006-06-072-3/+4
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-011-1/+1
* 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