summaryrefslogtreecommitdiff
path: root/lib/VMCore
Commit message (Expand)AuthorAge
* Give the -time-passes tool option a global storage location so that itsReid Spencer2004-08-24
* Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MBChris Lattner2004-08-21
* Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.llReid Spencer2004-08-20
* Packed types, brought to you by Brad JonesBrian Gaeke2004-08-20
* Check constant expression validity more strictlyChris Lattner2004-08-17
* Allow an arbitrary prefixChris Lattner2004-08-17
* Fix PR422.Reid Spencer2004-08-16
* Split assertion to two in order to give better assertion messages.Alkis Evlogimenos2004-08-06
* Make GlobalVariable constructor assert when an initializer is ofAlkis Evlogimenos2004-08-05
* Fix another minor problem that exists if you ahve multiple functions withChris Lattner2004-08-04
* Fix a typeoChris Lattner2004-08-04
* Add a hack to work around a problem my changes exposedChris Lattner2004-08-04
* Fix a latent bug exposed by my recent changesChris Lattner2004-08-04
* Fix a major regression in my previous checkinChris Lattner2004-08-04
* Stop using getValues().Alkis Evlogimenos2004-08-04
* Stop using getValues().Alkis Evlogimenos2004-08-04
* FindGlobalNamed used to take 2.92s out of 8.39s running a profile build ofChris Lattner2004-08-04
* I swear I compiled this, really I did.Chris Lattner2004-08-04
* Factor some code out, no substantial change.Chris Lattner2004-08-04
* Concisify some codeChris Lattner2004-08-04
* Implement a FIXME, by not searching linearly through a map to remove anChris Lattner2004-08-04
* Add a castChris Lattner2004-08-04
* Change SymbolTable::insertEntry to be more careful about how many mapChris Lattner2004-08-04
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* Fix #includes of i*.h files => Instructions.h as per PR403Misha Brukman2004-07-29
* Merge i*.cpp definitions into Instructions.cpp as part of bug403.Alkis Evlogimenos2004-07-29
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* alloca void makes no senseChris Lattner2004-07-27
* Avoid use of size(), which counts, in favor of other mechanisms.Reid Spencer2004-07-25
* Adjust to new Module.h interface for dependent librariesReid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* bug 263:Reid Spencer2004-07-25
* Use name.empty() instead of testing against equality with the emptyAlkis Evlogimenos2004-07-25
* Disallow creation of named values of type void.Alkis Evlogimenos2004-07-25
* Fix problem with inserting FunctionPasses that depend on ImmutablePassesBrian Gaeke2004-07-23
* Updates to gc intrinsics, contributed by Tobias NurmirantaChris Lattner2004-07-22
* classof implementations are now inlinedChris Lattner2004-07-19
* Method now returns null, dtor is inlinedChris Lattner2004-07-19
* Fix infinite loop gccld'ing povrayChris Lattner2004-07-18
* Shrink some code.Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-18
* bug 122:Reid Spencer2004-07-17
* bug 122:Reid Spencer2004-07-17
* bug 122:Reid Spencer2004-07-17
* bug 122:Reid Spencer2004-07-17
* bug 122:Reid Spencer2004-07-17
* bug 122:Reid Spencer2004-07-17