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