2003-08-14 |
Brian Gaeke | Add new method to FunctionPassManager to add ImmutableP... |
tree | commitdiff |
2003-08-13 |
Brian Gaeke | Factory methods for FunctionPasses now return type... |
tree | commitdiff |
2003-08-13 |
Brian Gaeke | Deconstify parameter to getPointerToFunction(). |
tree | commitdiff |
2003-08-13 |
Brian Gaeke | addPassesToJITCompile and addPassesToEmitMachineCode... |
tree | commitdiff |
2003-08-13 |
John Criswell | Removing the pool allocator from the main CVS tree. |
tree | commitdiff |
2003-08-12 |
Vikram S. Adve | Make MInst2LVSetBI and MInst2LVSetAI be hash_maps inste... |
tree | commitdiff |
2003-08-12 |
Brian Gaeke | Add FunctionPassManager - it's like a PassManager,... |
tree | commitdiff |
2003-08-11 |
Brian Gaeke | If we can't find INT64_MAX, set it to a reasonable... |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Add support to the mangler for targets which require... |
tree | commitdiff |
2003-08-11 |
Chris Lattner | Initial checkin of SelectionDAG header file |
tree | commitdiff |
2003-08-07 |
Misha Brukman | Remove references to `bugpoint' from the now-generic... |
tree | commitdiff |
2003-08-07 |
Misha Brukman | Moved removeFile() and getUniqueFilename() into FileUti... |
tree | commitdiff |
2003-08-07 |
Sumant Kowshik | Added a flag which is set when all data structures... |
tree | commitdiff |
2003-08-07 |
Chris Lattner | There was no reason for these to be bit-fields, they... |
tree | commitdiff |
2003-08-06 |
Chris Lattner | Add a bunch of new Alpha Intrinsics for Rahul Joshi |
tree | commitdiff |
2003-08-05 |
Chris Lattner | Completely eliminate the per-machine-instruction regsUs... |
tree | commitdiff |
2003-08-05 |
Chris Lattner | Do not insert physical regsiters into the regsUsed set |
tree | commitdiff |
2003-08-05 |
Chris Lattner | Add a comment to the method decl |
tree | commitdiff |
2003-08-05 |
Chris Lattner | Remove unused method |
tree | commitdiff |
2003-08-05 |
Sumant Kowshik | Added declaration of mergeInGlobalsGraph |
tree | commitdiff |
2003-08-05 |
Chris Lattner | All callers of these methods actually wanted them to... |
tree | commitdiff |
2003-08-05 |
Sumant Kowshik | Added the declaration of InlineIndirectCalls |
tree | commitdiff |
2003-08-03 |
Chris Lattner | The NOOP instruction is no longer needed. Instead... |
tree | commitdiff |
2003-08-03 |
Chris Lattner | CVS, please don't tell us that we have a new config... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Move debugging support out of Statistic.h into Debug... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | Including statistics into an anonymous namespace that... |
tree | commitdiff |
2003-08-01 |
Chris Lattner | New file |
tree | commitdiff |
2003-08-01 |
Chris Lattner | This file doesn't need this include |
tree | commitdiff |
2003-07-31 |
Tanya Lattner | Renamed trapping instruction function to be more consis... |
tree | commitdiff |
2003-07-31 |
Tanya Lattner | Added function to determine if an Instruction may trap. |
tree | commitdiff |
2003-07-30 |
Chris Lattner | Code generation passes don't need access to raw LLVM... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Unify all constant evaluations that depend on register... |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Moved insertCallerSavingCode() to PhyRegAlloc and |
tree | commitdiff |
2003-07-29 |
Vikram S. Adve | Don't require a BB to look-up live variables, unless... |
tree | commitdiff |
2003-07-29 |
John Criswell | Enable JIT when the platform supports it. |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Fix copy and paste-o |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Move value type enums to CodeGen/ValueTypes.h |
tree | commitdiff |
2003-07-29 |
Chris Lattner | Define target value types in a form usable by target... |
tree | commitdiff |
2003-07-28 |
Chris Lattner | Add alpha intrinsics, contributed by Rahul Joshi |
tree | commitdiff |
2003-07-28 |
Misha Brukman | Lined things up in a more aesthetically pleasing way. |
tree | commitdiff |
2003-07-28 |
Misha Brukman | Removed extra parenthesis and fixed spelling. |
tree | commitdiff |
2003-07-28 |
Tanya Lattner | Need to include <string> to fix compile error on Sun |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Code generation phases are not allowed to modify the... |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Whoops, this one was needed |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Remove extraneous #includes |
tree | commitdiff |
2003-07-26 |
Chris Lattner | Remove #includes |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | Change the way unused regs. are marked and found to... |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | Add an assertion. |
tree | commitdiff |
2003-07-25 |
Brian Gaeke | Forward-declare class Module to make the header file... |
tree | commitdiff |
2003-07-25 |
Chris Lattner | More cassert inclusion for GCC 3.3 |
tree | commitdiff |
2003-07-25 |
Chris Lattner | #include <cassert> as necessary... |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Fix another accessibility problem illuminated by GCC 3.3 |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Fix visibility problem exposed by GCC 3.3 |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Remove inline declarations that GCC 3.3 doesn't like... |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Regardless of whether C provides assert.h, C++ source... |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Use the C++ <cassert> header, not the C <assert.h>... |
tree | commitdiff |
2003-07-25 |
Chris Lattner | This header works with GCC 3.3 |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Add includes of assert |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Fix accessibility problems GCC 3.3 |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Add assert.h include |
tree | commitdiff |
2003-07-25 |
Chris Lattner | Convert to C++ style comments |
tree | commitdiff |
2003-07-25 |
Vikram S. Adve | Include vector into these two files to ensure that... |
tree | commitdiff |
2003-07-24 |
Brian Gaeke | Cleanups: |
tree | commitdiff |
2003-07-24 |
Brian Gaeke | Factor out name-mangling from X86/Printer, which is... |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Add support for ~ operator on constants |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Remove redundant const qualifiers from cast<> expressions |
tree | commitdiff |
2003-07-23 |
Chris Lattner | Add more doxygen comments, add new ConstantInt::getRawV... |
tree | commitdiff |
2003-07-20 |
Anand Shukla | Added special consideration for instrumentation strategy |
tree | commitdiff |
2003-07-16 |
Vikram S. Adve | (1) Added DSGraph::cloneReachableSubgraph and DSGraph... |
tree | commitdiff |
2003-07-14 |
Misha Brukman | The word `separate' only has one `e'. |
tree | commitdiff |
2003-07-10 |
Vikram S. Adve | Values stored in CallArgsDescriptor cannot be const. |
tree | commitdiff |
2003-07-10 |
Vikram S. Adve | Change interface to MachineInstr::substituteValue to... |
tree | commitdiff |
2003-07-10 |
Misha Brukman | Lowercase versions of `occurrence' need to be spelled... |
tree | commitdiff |
2003-07-10 |
Misha Brukman | `Occurrence' has no `a' and the `r' is doubled. |
tree | commitdiff |
2003-07-02 |
Chris Lattner | INCLUDE_PARENT_GRAPH is required |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Remove dead method |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Add new methods |
tree | commitdiff |
2003-07-02 |
Chris Lattner | Disable the parent graph code when not compiled in... |
tree | commitdiff |
2003-07-02 |
Vikram S. Adve | Leak fix: delete old objects before reallocation in... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | TD pass keeps track of which functions have complete... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Add new operator= impl |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Ok, I'm a moron. Fixed now |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Fix major problem that was causing all kinds of nasty... |
tree | commitdiff |
2003-07-01 |
Chris Lattner | Add new methods to BUDS for keeping track of a precise... |
tree | commitdiff |
2003-06-30 |
John Criswell | Merged in autoconf branch. This provides configuration... |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Add new method |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Be more const correct |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Constness changes |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Substantial revamp: DSGraphs now may contain the graphs... |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Add argument |
tree | commitdiff |
2003-06-30 |
Chris Lattner | Remove prototype for dead method |
tree | commitdiff |
2003-06-29 |
Chris Lattner | Add support for gathering sets of must aliases |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add new DSGraph::ScalarMapTy typedef to avoid pulling... |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add new 'isComplete' method |
tree | commitdiff |
2003-06-28 |
Chris Lattner | Add support for 'unsigned' command line arguments |
tree | commitdiff |
2003-06-27 |
Brian Gaeke | Nice tasty llc fixes. These should fix LLC for x86... |
tree | commitdiff |
2003-06-25 |
Chris Lattner | Add argument to DAE to allow operation on non-internal... |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Add prototype for tail-dup pass |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Get rid of WORDSIZE macro which can pollute untold... |
tree | commitdiff |
2003-06-22 |
Chris Lattner | Remove a ton of extraneous #includes |
tree | commitdiff |
next |