summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* 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
* Remove usage of sys/unistd.hChris Lattner2003-06-19
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-18
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-17
* Fix bug: Linker/2003-06-02-TypeResolveProblem2.llChris Lattner2003-06-16
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Fix (bogus) possibly uninitialized warningChris Lattner2003-06-05
* * Make assertion message usefulChris Lattner2003-06-02
* Fix bug: Linker/2003-06-02-TypeResolveProblem.llChris Lattner2003-06-02
* Don't print out unique identifier for opaque typesChris Lattner2003-06-01
* Fix constant folding to ALWAYS work.Chris Lattner2003-05-27
* Fix problem with last checkin.Chris Lattner2003-05-25
* Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.llChris Lattner2003-05-23
* Remove using declarations and extraneous #includesChris Lattner2003-05-22
* Fix static constructor ordering problemChris Lattner2003-05-22
* Remove using declarationsChris Lattner2003-05-22
* Add support for shift constant expressionsChris Lattner2003-05-21
* s/convertable/convertible/gMisha Brukman2003-05-20
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-17
* Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner2003-05-15
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-15
* Remove unnecessary castsChris Lattner2003-05-14
* Print opaque typesChris Lattner2003-05-14
* Fix major problem with appending linkage changesChris Lattner2003-05-14
* Fix bugChris Lattner2003-05-14
* Implement another getelementptr folding opportunity that arises whenChris Lattner2003-05-13
* Eliminate using declarationsChris Lattner2003-05-13
* Implement linkage of appending global variables!Chris Lattner2003-05-13
* Fix bug: Dominators/2003-05-12-UnreachableCode.llChris Lattner2003-05-12
* Fix Bug: ConstProp/2003-05-12-DivideError.llChris Lattner2003-05-12