| Commit message (Expand) | Author | Age | Files | Lines |
* | #include vector which we will need here soon | Chris Lattner | 2003-10-15 | 2 | -0/+2 |
* | Fix up error message. | Brian Gaeke | 2003-10-15 | 1 | -1/+2 |
* | Decrease usage of use_size() | Chris Lattner | 2003-10-15 | 12 | -25/+25 |
* | Cleanup | Chris Lattner | 2003-10-15 | 1 | -5/+2 |
* | Generalize abstract interpreter interface to allow linking in an arbitrary nu... | Chris Lattner | 2003-10-14 | 1 | -18/+23 |
* | Order #includes as per the style guide. | Misha Brukman | 2003-10-14 | 1 | -3/+3 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -3/+10 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 4 | -9/+17 |
* | Enabling incremental bytecode loading in the JIT: | Misha Brukman | 2003-10-14 | 1 | -4/+5 |
* | Substantial cleanups: | Chris Lattner | 2003-10-14 | 1 | -28/+35 |
* | Actually return an error if something bad happens, don't just exit. | Chris Lattner | 2003-10-14 | 1 | -5/+4 |
* | Output a contorted sequence of instructions to make sure that we don't access | Chris Lattner | 2003-10-14 | 1 | -8/+20 |
* | Disable the leaf function optimization, which is apparently not legal on | Chris Lattner | 2003-10-14 | 1 | -25/+2 |
* | Do not move variable sized allocations to the top of the caller, which might | Chris Lattner | 2003-10-14 | 1 | -7/+5 |
* | Do not allow fallthroughs in switch statements. This fixes PR37, | Chris Lattner | 2003-10-13 | 2 | -2/+6 |
* | Remove WordsEmitted statistic; there's already a non-backend-specific | Brian Gaeke | 2003-10-13 | 1 | -3/+10 |
* | LLI no longer has -abort-on-exception | Chris Lattner | 2003-10-13 | 1 | -1/+0 |
* | Use the autoconf macro John wrote | Chris Lattner | 2003-10-13 | 2 | -12/+6 |
* | Whoops, we inserted into the wrong set. What's up with the dead set anyway? | Chris Lattner | 2003-10-13 | 1 | -4/+2 |
* | Use external df iterators to avoid revisiting blocks in functions with | Chris Lattner | 2003-10-13 | 1 | -1/+3 |
* | Make use of "external" depth-first iterators to avoid revisiting nodes | Chris Lattner | 2003-10-13 | 1 | -3/+3 |
* | Stop using "reverse depth first" order | Chris Lattner | 2003-10-13 | 2 | -12/+6 |
* | Minor cleanups | Chris Lattner | 2003-10-13 | 1 | -2/+2 |
* | Speed up TypesEqual by specializing it for all of the derived types, avoiding | Chris Lattner | 2003-10-13 | 1 | -15/+33 |
* | Avoid calling getTypeSlot more | Chris Lattner | 2003-10-13 | 3 | -4/+9 |
* | Avoid creating lots of pointless opaque types, with short lifetimes | Chris Lattner | 2003-10-13 | 1 | -22/+37 |
* | This is a header file, hear me roar | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | * Remove extraneous #includes | Chris Lattner | 2003-10-13 | 1 | -7/+9 |
* | Wrap code at 80 columns | Chris Lattner | 2003-10-13 | 1 | -6/+10 |
* | This is a header file, thus it needs a -*-C++-*- | Chris Lattner | 2003-10-13 | 1 | -1/+1 |
* | Regularize header file comments | Chris Lattner | 2003-10-13 | 44 | -94/+81 |
* | Regularize header file comment, eliminate using's | Chris Lattner | 2003-10-13 | 1 | -22/+20 |
* | Minor cleanups | Chris Lattner | 2003-10-13 | 1 | -5/+3 |
* | Checkin an improvement contributed by Bill: | Chris Lattner | 2003-10-13 | 1 | -6/+30 |
* | Add support to the loop canonicalization pass to make it transform loops to | Chris Lattner | 2003-10-13 | 1 | -21/+163 |
* | Make getNumBackEdges more efficient | Chris Lattner | 2003-10-12 | 1 | -7/+6 |
* | Rename loop preheaders pass to loop simplify | Chris Lattner | 2003-10-12 | 4 | -5/+7 |
* | File is renamed to LoopSimplify.cpp | Chris Lattner | 2003-10-12 | 1 | -1/+1 |
* | First step in renaming the preheaders pass to loopsimplify | Chris Lattner | 2003-10-12 | 1 | -16/+21 |
* | The preheader insertion pass only depends on the CFG. Mark it as such, which | Chris Lattner | 2003-10-12 | 1 | -1/+2 |
* | Rename method | Chris Lattner | 2003-10-12 | 1 | -1/+1 |
* | * Spell "necessary" correctly | Chris Lattner | 2003-10-12 | 2 | -6/+48 |
* | * Be TBAA safe | Chris Lattner | 2003-10-12 | 2 | -64/+118 |
* | Make mmap's fd for anonymous memory acquisition default to -1, except on | Brian Gaeke | 2003-10-11 | 1 | -2/+7 |
* | Don't include "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 2 | -2/+0 |
* | Include <cctype> and <cstdlib> instead of <ctype.h> and "Config/stdlib.h". | Brian Gaeke | 2003-10-10 | 1 | -2/+2 |
* | Include <cstdio> instead of <stdio.h>. | Brian Gaeke | 2003-10-10 | 2 | -2/+2 |
* | Don't include Config/stdio.h or <stdio.h>. | Brian Gaeke | 2003-10-10 | 5 | -6/+0 |
* | Fix spelling. | Misha Brukman | 2003-10-10 | 34 | -72/+73 |
* | Fix spelling/grammar. | Misha Brukman | 2003-10-10 | 7 | -17/+17 |