Age | Commit message (Expand) | Author |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-20 | 'Pass' should now not be derived from by clients. Instead, they should derive | Chris Lattner |
2004-09-15 | When creating constant arrays check that the initializer vector is the | Alkis Evlogimenos |
2004-09-14 | Okay, the list of link-time passes wasn't such a hot idea. Its prone to | Reid Spencer |
2004-09-14 | Don't print newlines between passes in the pass list. | Chris Lattner |
2004-09-14 | Don't print newlines between each library in the deplibs list. | Chris Lattner |
2004-09-13 | Add support for the link-time pass list to Modules. | Reid Spencer |
2004-09-11 | Implement support for dependent libraries. The "source" module's dependent | Reid Spencer |
2004-09-10 | Add assertion descriptiosn on type mismatches when creating | Alkis Evlogimenos |
2004-09-01 | Changes For Bug 352 | Reid Spencer |
2004-08-29 | Add an assert to cature null Operands. It is better to catch it here than | Reid Spencer |
2004-08-24 | Give the -time-passes tool option a global storage location so that its | Reid Spencer |
2004-08-21 | Fix a nasty bug that Nate ran into. In particular, instead of emitting a 2+MB | Chris Lattner |
2004-08-20 | Fix a bug found exposed by: Regression/Other/2004-08-20-PackedControlFlow.ll | Reid Spencer |
2004-08-20 | Packed types, brought to you by Brad Jones | Brian Gaeke |
2004-08-17 | Check constant expression validity more strictly | Chris Lattner |
2004-08-17 | Allow an arbitrary prefix | Chris Lattner |
2004-08-16 | Fix PR422. | Reid Spencer |
2004-08-06 | Split assertion to two in order to give better assertion messages. | Alkis Evlogimenos |
2004-08-05 | Make GlobalVariable constructor assert when an initializer is of | Alkis Evlogimenos |
2004-08-04 | Fix another minor problem that exists if you ahve multiple functions with | Chris Lattner |
2004-08-04 | Fix a typeo | Chris Lattner |
2004-08-04 | Add a hack to work around a problem my changes exposed | Chris Lattner |
2004-08-04 | Fix a latent bug exposed by my recent changes | Chris Lattner |
2004-08-04 | Fix a major regression in my previous checkin | Chris Lattner |
2004-08-04 | Stop using getValues(). | Alkis Evlogimenos |
2004-08-04 | Stop using getValues(). | Alkis Evlogimenos |
2004-08-04 | FindGlobalNamed used to take 2.92s out of 8.39s running a profile build of | Chris Lattner |
2004-08-04 | I swear I compiled this, really I did. | Chris Lattner |
2004-08-04 | Factor some code out, no substantial change. | Chris Lattner |
2004-08-04 | Concisify some code | Chris Lattner |
2004-08-04 | Implement a FIXME, by not searching linearly through a map to remove an | Chris Lattner |
2004-08-04 | Add a cast | Chris Lattner |
2004-08-04 | Change SymbolTable::insertEntry to be more careful about how many map | Chris Lattner |
2004-07-29 | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman |
2004-07-29 | Fix #includes of i*.h files => Instructions.h as per PR403 | Misha Brukman |
2004-07-29 | Merge i*.cpp definitions into Instructions.cpp as part of bug403. | Alkis Evlogimenos |
2004-07-29 | Merge i*.h headers into Instructions.h as part of bug403. | Alkis Evlogimenos |
2004-07-27 | alloca void makes no sense | Chris Lattner |
2004-07-25 | Avoid use of size(), which counts, in favor of other mechanisms. | Reid Spencer |
2004-07-25 | Adjust to new Module.h interface for dependent libraries | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | bug 263: | Reid Spencer |
2004-07-25 | Use name.empty() instead of testing against equality with the empty | Alkis Evlogimenos |
2004-07-25 | Disallow creation of named values of type void. | Alkis Evlogimenos |
2004-07-23 | Fix problem with inserting FunctionPasses that depend on ImmutablePasses | Brian Gaeke |
2004-07-22 | Updates to gc intrinsics, contributed by Tobias Nurmiranta | Chris Lattner |
2004-07-19 | classof implementations are now inlined | Chris Lattner |
2004-07-19 | Method now returns null, dtor is inlined | Chris Lattner |
2004-07-18 | Fix infinite loop gccld'ing povray | Chris Lattner |