aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
...
* Implement Linker/2003-08-20-OpaqueTypeResolve.llChris Lattner2003-08-221-16/+95
* If an "LLVM name" has wierd characters in it, print it out in double quotes i...Chris Lattner2003-08-221-9/+32
* The word `dependent' has no `a'.Misha Brukman2003-08-213-3/+3
* Implement Assembler/2003-08-21-ConstantExprCast-Fold.llxChris Lattner2003-08-211-2/+12
* Implement testcase: Assembler/2003-08-20-ConstantExprGEP-Fold.llxChris Lattner2003-08-201-10/+14
* Do not even attempt to compute dominator information for unreachable blocksChris Lattner2003-08-181-26/+8
* Fix linking bug in xboardChris Lattner2003-08-181-1/+4
* Add intrinsics for the llvm.sig(set|long)jmp functionsChris Lattner2003-08-182-5/+9
* Spell `necessary' correctly.Misha Brukman2003-08-183-3/+3
* Add new method to FunctionPassManager to add ImmutablePasses.Brian Gaeke2003-08-142-1/+21
* Dramatically simplify how -time-passes works.Chris Lattner2003-08-142-62/+24
* Implement constant folding of casts from boolean constants to other valuesChris Lattner2003-08-131-0/+19
* Add FunctionPassManager - it's like a PassManager, but it only deals inBrian Gaeke2003-08-121-0/+10
* Add support to the mangler for targets which require _'s on global symbolsChris Lattner2003-08-111-3/+5
* Add a bunch of new Alpha Intrinsics for Rahul JoshiChris Lattner2003-08-062-8/+43
* Implement TODO: print out short form of Invoke if possibleChris Lattner2003-08-051-8/+23
* *** empty log message ***Tanya Lattner2003-07-311-1/+1
* Added function to determine if an Instruction may trap.Tanya Lattner2003-07-311-0/+17
* Fix a bug that brian reportedChris Lattner2003-07-301-4/+24
* Add support for Alpha intrinsics, contributed by Rahul JoshiChris Lattner2003-07-282-0/+12
* Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>,Brian Gaeke2003-07-251-5/+1
* Cleanups:Brian Gaeke2003-07-241-4/+5
* Factor out name-mangling from X86/Printer, which is derived from CWriter,Brian Gaeke2003-07-241-0/+83
* Make Module::getNamedFunction prefer non-external functions if there is more ...Chris Lattner2003-07-231-2/+6
* Add support for ~ operator on constantsChris Lattner2003-07-232-0/+12
* 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