aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore
Commit message (Expand)AuthorAgeFilesLines
* Fix a typeoChris Lattner2004-08-041-1/+1
* Add a hack to work around a problem my changes exposedChris Lattner2004-08-041-0/+7
* Fix a latent bug exposed by my recent changesChris Lattner2004-08-041-1/+9
* Fix a major regression in my previous checkinChris Lattner2004-08-041-0/+4
* Stop using getValues().Alkis Evlogimenos2004-08-041-12/+10
* Stop using getValues().Alkis Evlogimenos2004-08-041-6/+6
* FindGlobalNamed used to take 2.92s out of 8.39s running a profile build ofChris Lattner2004-08-041-53/+36
* I swear I compiled this, really I did.Chris Lattner2004-08-041-1/+1
* Factor some code out, no substantial change.Chris Lattner2004-08-041-18/+26
* Concisify some codeChris Lattner2004-08-041-24/+16
* Implement a FIXME, by not searching linearly through a map to remove anChris Lattner2004-08-041-8/+34
* Add a castChris Lattner2004-08-041-1/+1
* Change SymbolTable::insertEntry to be more careful about how many mapChris Lattner2004-08-041-15/+22
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-293-4/+3
* Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman2004-07-293-8/+4
* Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos2004-07-296-849/+802
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-295-6/+5
* alloca void makes no senseChris Lattner2004-07-271-0/+1
* Avoid use of size(), which counts, in favor of other mechanisms.Reid Spencer2004-07-251-4/+5
* Adjust to new Module.h interface for dependent librariesReid Spencer2004-07-251-8/+12
* bug 263:Reid Spencer2004-07-251-0/+1
* bug 263:Reid Spencer2004-07-251-0/+11
* Use name.empty() instead of testing against equality with the emptyAlkis Evlogimenos2004-07-251-1/+1
* Disallow creation of named values of type void.Alkis Evlogimenos2004-07-251-0/+2
* Fix problem with inserting FunctionPasses that depend on ImmutablePassesBrian Gaeke2004-07-231-4/+12
* Updates to gc intrinsics, contributed by Tobias NurmirantaChris Lattner2004-07-221-2/+2
* classof implementations are now inlinedChris Lattner2004-07-191-42/+5
* Method now returns null, dtor is inlinedChris Lattner2004-07-191-13/+3
* Fix infinite loop gccld'ing povrayChris Lattner2004-07-181-8/+6
* Shrink some code.Reid Spencer2004-07-181-4/+1
* bug 122:Reid Spencer2004-07-181-0/+139
* bug 122:Reid Spencer2004-07-181-27/+17
* bug 122:Reid Spencer2004-07-181-4/+1
* bug 122:Reid Spencer2004-07-181-2/+7
* bug 122:Reid Spencer2004-07-171-13/+11
* bug 122:Reid Spencer2004-07-171-45/+0
* bug 122:Reid Spencer2004-07-171-7/+4
* bug 122:Reid Spencer2004-07-171-72/+3
* bug 122:Reid Spencer2004-07-171-57/+5
* 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