aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Renamed DominatorTree::Node::getNode() -> getBlock()Chris Lattner2003-09-111-4/+4
* Rework dominator interfaces to handle changes in the post-dominanceChris Lattner2003-09-101-28/+47
* Make createVerifierPass return a FunctionPass *.Brian Gaeke2003-09-101-1/+1
* Fix spell-o'sChris Lattner2003-09-101-1/+1
* Reverting back to the previous revision.John Criswell2003-09-091-1/+1
* Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell2003-09-091-1/+1
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-082-5/+0
* Add support for unwindChris Lattner2003-09-081-0/+1
* Add support for volatile loads/storesChris Lattner2003-09-082-3/+24
* Spell `occurrence' correctly.Misha Brukman2003-09-081-1/+1
* Add asserts, move code around. This gets the dropAllTypeUses partially imple...Chris Lattner2003-09-051-11/+24
* Move functionality preserving changes.Chris Lattner2003-09-051-26/+14
* Refactor what has effectively become copy-and-pasted codeChris Lattner2003-09-051-32/+17
* Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ...Chris Lattner2003-09-051-25/+163
* containsEquivalent never returns its argumentChris Lattner2003-09-041-9/+5
* Remove needless usage of getDescription()Chris Lattner2003-09-041-25/+24
* Inline methodChris Lattner2003-09-041-23/+12
* Don't try to be sneaky, breaking recursive types in the processChris Lattner2003-09-041-7/+2
* This is now unnecessaryChris Lattner2003-09-041-3/+0
* Fix bug where we couldn't print a function without a nameChris Lattner2003-09-031-1/+3
* No need to rescan types when they are created.Chris Lattner2003-09-031-9/+16
* Another small speedup, this one to: 2.42sChris Lattner2003-09-021-2/+2
* Don't return bogus references, and don't add an entry to the Concrete mapChris Lattner2003-09-021-6/+5
* Another optimization, speed up the testcase to 2.7sChris Lattner2003-09-021-4/+10
* Removal of explicit stack, which requires the method to be a member (so it canChris Lattner2003-09-021-33/+30
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-021-18/+12
* Don't bother doing an exhaustive recursive walk if we are at the limit of whatChris Lattner2003-09-021-2/+4
* Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was.Chris Lattner2003-09-021-1/+4
* Further simplificationsChris Lattner2003-09-021-42/+9
* Change the code to no longer compute the "type description" immediately whenChris Lattner2003-09-021-83/+188
* Remove assertion which is never reached.Brian Gaeke2003-09-021-1/+0
* Implement new methodChris Lattner2003-08-311-0/+24
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner2003-08-291-1/+1
* Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.Chris Lattner2003-08-291-17/+31
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.llChris Lattner2003-08-291-7/+2
* Refactor code to make it useful outside of Constants.cppChris Lattner2003-08-292-24/+24
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal.llChris Lattner2003-08-291-6/+12
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-281-1/+3
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-252-6/+0
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-241-14/+26
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-241-1/+1
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-241-2/+9
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-242-4/+12
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-242-4/+6
* Fix copy-and-paste-oChris Lattner2003-08-241-2/+2
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-242-4/+17
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-241-2/+2
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-231-1/+13
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-231-10/+11
* Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner2003-08-231-14/+39