aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
...
* bug 122:Reid Spencer2004-07-172-46/+39
* Add convinience constructor for function calls with two args.Alkis Evlogimenos2004-07-161-0/+31
* IA64 compatChris Lattner2004-07-161-1/+1
* Fixes for PR341Chris Lattner2004-07-151-11/+11
* Bug fixes for PR341Chris Lattner2004-07-152-5/+19
* Implement folding of expressions like 'uint cast (int* getelementptr (int*Chris Lattner2004-07-151-0/+12
* Implement new helper methods for creating two-index GEP instructionsChris Lattner2004-07-141-2/+42
* Make Argument::print more resilient to non-verifiable IRChris Lattner2004-07-131-1/+2
* Catch aggregates passed by value sooner rather than later.Chris Lattner2004-07-131-0/+3
* implement new helper methodChris Lattner2004-07-121-0/+8
* Fix a really nasty logic error that VC noticed.Chris Lattner2004-07-121-2/+2
* Implement new methodChris Lattner2004-07-121-0/+36
* Replace use of defunct Type::setName method with SymbolTable::insert.Reid Spencer2004-07-101-1/+1
* Remove unused methodChris Lattner2004-07-091-5/+0
* The uid mapping is no moreChris Lattner2004-07-081-12/+1
* Do not call Type::getUniqueIDChris Lattner2004-07-081-4/+12
* Eliminate the SignedType and UnsignedType classes.Chris Lattner2004-07-081-49/+19
* There is no error message to print out, end sentence with `!'Misha Brukman2004-07-071-1/+1
* Fix for bug 391.Reid Spencer2004-07-071-1/+9
* Fix regressions in these testcases:Chris Lattner2004-07-071-1/+2
* The bytecode reader wants to be able to read types that are not quite resolvedChris Lattner2004-07-071-1/+2
* When folding constant expr gep's, don't force the use of long indices.Chris Lattner2004-07-071-3/+6
* Make sure people don't make functiontypes with an invalid return typeChris Lattner2004-07-061-0/+2
* Work around apparent Apple compiler bug which was making all mangledBrian Gaeke2004-07-061-2/+2
* Find bugs sooner rather than later. In this case, don't allow the creationChris Lattner2004-07-062-11/+8
* Add #include <iostream> since Value.h does not #include it any more.Reid Spencer2004-07-042-0/+3
* Correct syntax typo .. ; -> :Reid Spencer2004-07-041-1/+1
* - Changes for bug 122Reid Spencer2004-07-041-21/+46
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-044-0/+4
* Constify SymbolTable's use of Type* so that it never modifies them.Reid Spencer2004-07-041-11/+8
* - #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-1/+3
* #include <iostream> since its not in Value.h any more.Reid Spencer2004-07-041-2/+3
* Adjust the slot machine to handle Types separately from Values. This wasReid Spencer2004-07-041-25/+171
* Fix Type::isSized() to realize that "{ opaque }" is not sizedChris Lattner2004-07-021-0/+15
* Add much better assertion checking for load and store insts.Chris Lattner2004-07-011-0/+17
* Fold iType into Value::VTyChris Lattner2004-06-272-7/+8
* User ctor is now inlineChris Lattner2004-06-271-4/+0
* Instancevar was renamedChris Lattner2004-06-261-3/+2
* Don't call getValueType directly. the LLVM optimizer will turn it into the s...Chris Lattner2004-06-261-10/+12
* * Capitalize `Java'Misha Brukman2004-06-241-7/+7
* Linker.h moved to include/llvm/SupportMisha Brukman2004-06-231-1/+1
* Use a reference instead of a pointer for the ostream. The pointer was onlyMisha Brukman2004-06-211-103/+102
* Make ConstantBool act like a 1 bit ConstantInt, in order to simplify clientChris Lattner2004-06-211-4/+7
* IntrinsicLowering.cpp now lives in lib/CodeGen/Chris Lattner2004-06-201-214/+0
* Move the IntrinsicLowering header into the CodeGen directory, as per PR346Chris Lattner2004-06-201-1/+1
* compute dominator tree children in a deterministic order that does not dependChris Lattner2004-06-191-11/+12
* Print out immediate dominators in program order, not in random order based on...Chris Lattner2004-06-191-7/+5
* Fix printing of Argument objects, problem found by Patrick MeredithChris Lattner2004-06-181-1/+1
* Rename Type::PrimitiveID to TypeId and ::getPrimitiveID() to ::getTypeID()Chris Lattner2004-06-175-28/+26
* Minor cleanupChris Lattner2004-06-171-1/+1