summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
...
* Fix spell-o'sChris Lattner2003-09-10
* Reverting back to the previous revision.John Criswell2003-09-09
* Modified the check for intrinsic functions. All intrinsic functions have toJohn Criswell2003-09-09
* Eliminate support for the llvm.unwind intrinisic, using the Unwind instructio...Chris Lattner2003-09-08
* Add support for unwindChris Lattner2003-09-08
* Add support for volatile loads/storesChris Lattner2003-09-08
* Spell `occurrence' correctly.Misha Brukman2003-09-08
* Add asserts, move code around. This gets the dropAllTypeUses partially imple...Chris Lattner2003-09-05
* Move functionality preserving changes.Chris Lattner2003-09-05
* Refactor what has effectively become copy-and-pasted codeChris Lattner2003-09-05
* Check in a bunch of minor fixes, plus a whole lot of #if 0'd out code, which ...Chris Lattner2003-09-05
* containsEquivalent never returns its argumentChris Lattner2003-09-04
* Remove needless usage of getDescription()Chris Lattner2003-09-04
* Inline methodChris Lattner2003-09-04
* Don't try to be sneaky, breaking recursive types in the processChris Lattner2003-09-04
* This is now unnecessaryChris Lattner2003-09-04
* Fix bug where we couldn't print a function without a nameChris Lattner2003-09-03
* No need to rescan types when they are created.Chris Lattner2003-09-03
* Another small speedup, this one to: 2.42sChris Lattner2003-09-02
* Don't return bogus references, and don't add an entry to the Concrete mapChris Lattner2003-09-02
* Another optimization, speed up the testcase to 2.7sChris Lattner2003-09-02
* Removal of explicit stack, which requires the method to be a member (so it canChris Lattner2003-09-02
* Remove the "recursive bit", not only is it unused by anyone, it was alsoChris Lattner2003-09-02
* Don't bother doing an exhaustive recursive walk if we are at the limit of whatChris Lattner2003-09-02
* Ugh, fix bugs. Ok, so the last fix wasn't as great as I thought it was.Chris Lattner2003-09-02
* Further simplificationsChris Lattner2003-09-02
* Change the code to no longer compute the "type description" immediately whenChris Lattner2003-09-02
* Remove assertion which is never reached.Brian Gaeke2003-09-02
* Implement new methodChris Lattner2003-08-31
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal3.llChris Lattner2003-08-29
* Implement "unsafe" replaceAllUsesWWith stuff for use during type resolution.Chris Lattner2003-08-29
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal2.llChris Lattner2003-08-29
* Refactor code to make it useful outside of Constants.cppChris Lattner2003-08-29
* Fix bug: Linker/2003-08-28-TypeResolvesGlobal.llChris Lattner2003-08-29
* Fix bug where we considered function types equivalent even if they had differ...Chris Lattner2003-08-28
* As it turns out, things will be simpler than I first expected. We no longerChris Lattner2003-08-25
* Mangle ALL letters that we do not allow, not just a few.Chris Lattner2003-08-24
* Fix bug: Linker/2003-08-23-GlobalVarLinking.llChris Lattner2003-08-24
* Implement: Linker/2003-08-24-InheritPtrSize.llChris Lattner2003-08-24
* Support new 'any' support for pointer size and endiannessChris Lattner2003-08-24
* rethrow is really the language independent primitive here. "throw" can be wr...Chris Lattner2003-08-24
* Fix copy-and-paste-oChris Lattner2003-08-24
* Initial support for recognizing LLVM exception handling intrinsicsChris Lattner2003-08-24
* Allow specifying the name for the newly split basic blockChris Lattner2003-08-24
* Rename SwitchInst::dest_push_back -> addCaseChris Lattner2003-08-23
* Do not consider any types that exist in the global symbol table!Chris Lattner2003-08-23
* Fix bug: Linker/2003-08-23-RecursiveOpaqueTypeResolve.llChris Lattner2003-08-23
* Implement Linker/2003-08-23-GlobalVarLinking.ll, which should fix 176.gccChris Lattner2003-08-23
* Fix typeoChris Lattner2003-08-22
* The process of linking types can cause their addresses to become invalid. Fo...Chris Lattner2003-08-22