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