summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* 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
* Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner2003-08-22
* If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner2003-08-22
* The word `dependent' has no `a'.Misha Brukman2003-08-21
* Implement Assembler/2003-08-21-ConstantExprCast-Fold.llxChris Lattner2003-08-21
* Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llxChris Lattner2003-08-20
* Do not even attempt to compute dominator information for unreachable blocksChris Lattner2003-08-18
* Fix linking bug in xboardChris Lattner2003-08-18
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-18
* Spell `necessary' correctly.Misha Brukman2003-08-18
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-14
* Dramatically simplify how -time-passes works.Chris Lattner2003-08-14
* Implement constant folding of casts from boolean constants to other valuesChris Lattner2003-08-13
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-12
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-11
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-06
* Implement TODO: print out short form of Invoke if possibleChris Lattner2003-08-05
* *** empty log message ***Tanya Lattner2003-07-31
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-31
* Fix a bug that brian reportedChris Lattner2003-07-30
* Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-28
* Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke2003-07-25
* Cleanups:Brian Gaeke2003-07-24
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-24
* Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner2003-07-23
* Add support for ~ operator on constantsChris Lattner2003-07-23
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-23
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-23
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-30
* Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner2003-06-28
* Implement more aggressive folding of constant GEP instructionsChris Lattner2003-06-26
* Make assertion more descriptiveChris Lattner2003-06-24
* Add support for GCC 3.3Chris Lattner2003-06-23
* Fix bug: InstCombine/2003-06-22-ConstantExprCrash.llChris Lattner2003-06-22
* Remove a ton of extraneous #includesChris Lattner2003-06-22