summaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant const qualifiers from cast<> expressionsChris Lattner2003-07-234-30/+30
* Simplify code by using ConstantInt::getRawValue instead of checking to seeChris Lattner2003-07-233-15/+7
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-4/+4
* Avoid printing out huge structures or arrays if they are just filled with zerosChris Lattner2003-06-281-0/+10
* Implement more aggressive folding of constant GEP instructionsChris Lattner2003-06-261-6/+25
* Make assertion more descriptiveChris Lattner2003-06-241-1/+1
* Add support for GCC 3.3Chris Lattner2003-06-231-2/+2
* Fix bug: InstCombine/2003-06-22-ConstantExprCrash.llChris Lattner2003-06-221-1/+7
* Remove a ton of extraneous #includesChris Lattner2003-06-222-4/+0
* Remove usage of sys/unistd.hChris Lattner2003-06-191-1/+1
* Detemplatize the PATypeHandle class, which was only really instantiated on 'T...Chris Lattner2003-06-181-16/+16
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-171-1/+1
* Fix bug: Linker/2003-06-02-TypeResolveProblem2.llChris Lattner2003-06-161-16/+28
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-112-0/+4
* Fix (bogus) possibly uninitialized warningChris Lattner2003-06-051-1/+1
* * Make assertion message usefulChris Lattner2003-06-021-6/+5
* Fix bug: Linker/2003-06-02-TypeResolveProblem.llChris Lattner2003-06-021-0/+4
* Don't print out unique identifier for opaque typesChris Lattner2003-06-011-1/+1
* Fix constant folding to ALWAYS work.Chris Lattner2003-05-271-19/+9
* Fix problem with last checkin.Chris Lattner2003-05-251-4/+6
* Fix Bug: Linker/2003-04-26-NullPtrLinkProblem.llChris Lattner2003-05-231-103/+194
* Remove using declarations and extraneous #includesChris Lattner2003-05-222-34/+31
* Fix static constructor ordering problemChris Lattner2003-05-221-15/+33
* Remove using declarationsChris Lattner2003-05-221-81/+77
* Add support for shift constant expressionsChris Lattner2003-05-211-5/+28
* s/convertable/convertible/gMisha Brukman2003-05-201-2/+2
* Add support for setjmp/longjmp primitivesChris Lattner2003-05-172-14/+12
* Fix bug: Assembler/2003-05-15-AssemblerProblem.llxChris Lattner2003-05-152-4/+14
* Fix Bug: Linker/2003-05-15-TypeProblem.llChris Lattner2003-05-151-20/+66
* Remove unnecessary castsChris Lattner2003-05-142-13/+14
* Print opaque typesChris Lattner2003-05-141-0/+3
* Fix major problem with appending linkage changesChris Lattner2003-05-141-1/+2
* Fix bugChris Lattner2003-05-141-1/+2
* Implement another getelementptr folding opportunity that arises whenChris Lattner2003-05-131-0/+16
* Eliminate using declarationsChris Lattner2003-05-131-19/+14
* Implement linkage of appending global variables!Chris Lattner2003-05-131-6/+115
* Fix bug: Dominators/2003-05-12-UnreachableCode.llChris Lattner2003-05-121-9/+18
* Fix Bug: ConstProp/2003-05-12-DivideError.llChris Lattner2003-05-121-1/+13
* llvm.va_start only takes on argument nowChris Lattner2003-05-081-11/+5
* Add more support for intrinsic functions and for varargs stuffChris Lattner2003-05-082-0/+73
* Add support for the new va_arg instructionChris Lattner2003-05-083-5/+15
* Remove using declarationsChris Lattner2003-05-081-32/+33
* Fix a bug that occurred when removing the last predecessor INTO anChris Lattner2003-04-251-1/+5
* ** CORRECTLY, conservatively handle constant expressionsChris Lattner2003-04-251-2/+7
* *** Huge: Make constantexprs be handled correctly, conservativelyChris Lattner2003-04-252-30/+44
* Fix a nasty bug where the ConstantMerge pass was invalidating the TargetData ...Chris Lattner2003-04-241-13/+25
* Fix Bug: Linker/2003-04-23-LinkOnceLost.llChris Lattner2003-04-231-30/+40
* Remove unnecesary &*'sChris Lattner2003-04-231-2/+2
* Add warning when linking modules with disagreeing target propertiesChris Lattner2003-04-221-0/+4