Age | Commit message (Expand) | Author |
2003-08-05 | Completely eliminate the per-machine-instruction regsUsed set. | Chris Lattner |
2003-08-05 | Do not insert physical regsiters into the regsUsed set | Chris Lattner |
2003-08-05 | Add a comment to the method decl | Chris Lattner |
2003-08-05 | Remove unused method | Chris Lattner |
2003-08-05 | Added declaration of mergeInGlobalsGraph | Sumant Kowshik |
2003-08-05 | All callers of these methods actually wanted them to preserve the flags, | Chris Lattner |
2003-08-05 | Added the declaration of InlineIndirectCalls | Sumant Kowshik |
2003-08-03 | The NOOP instruction is no longer needed. Instead, use the | Chris Lattner |
2003-08-03 | CVS, please don't tell us that we have a new config.h file, everyone knows that. | Chris Lattner |
2003-08-01 | Move debugging support out of Statistic.h into Debug.h, implement the new DEB... | Chris Lattner |
2003-08-01 | Including statistics into an anonymous namespace that gets #included into | Chris Lattner |
2003-08-01 | New file | Chris Lattner |
2003-08-01 | This file doesn't need this include | Chris Lattner |
2003-07-31 | Renamed trapping instruction function to be more consistent with other functi... | Tanya Lattner |
2003-07-31 | Added function to determine if an Instruction may trap. | Tanya Lattner |
2003-07-30 | Code generation passes don't need access to raw LLVM types, this method is un... | Chris Lattner |
2003-07-29 | Unify all constant evaluations that depend on register size | Vikram S. Adve |
2003-07-29 | Moved insertCallerSavingCode() to PhyRegAlloc and | Vikram S. Adve |
2003-07-29 | Don't require a BB to look-up live variables, unless they may need to | Vikram S. Adve |
2003-07-29 | Enable JIT when the platform supports it. | John Criswell |
2003-07-29 | Fix copy and paste-o | Chris Lattner |
2003-07-29 | Move value type enums to CodeGen/ValueTypes.h | Chris Lattner |
2003-07-29 | Define target value types in a form usable by target-independent code | Chris Lattner |
2003-07-28 | Add alpha intrinsics, contributed by Rahul Joshi | Chris Lattner |
2003-07-28 | Lined things up in a more aesthetically pleasing way. | Misha Brukman |
2003-07-28 | Removed extra parenthesis and fixed spelling. | Misha Brukman |
2003-07-28 | Need to include <string> to fix compile error on Sun | Tanya Lattner |
2003-07-26 | Code generation phases are not allowed to modify the LLVM representation. | Chris Lattner |
2003-07-26 | Whoops, this one was needed | Chris Lattner |
2003-07-26 | Remove extraneous #includes | Chris Lattner |
2003-07-26 | Remove #includes | Chris Lattner |
2003-07-25 | Change the way unused regs. are marked and found to consider regType | Vikram S. Adve |
2003-07-25 | Add an assertion. | Vikram S. Adve |
2003-07-25 | Forward-declare class Module to make the header file self-contained. | Brian Gaeke |
2003-07-25 | More cassert inclusion for GCC 3.3 | Chris Lattner |
2003-07-25 | #include <cassert> as necessary... | Chris Lattner |
2003-07-25 | Fix another accessibility problem illuminated by GCC 3.3 | Chris Lattner |
2003-07-25 | Fix visibility problem exposed by GCC 3.3 | Chris Lattner |
2003-07-25 | Remove inline declarations that GCC 3.3 doesn't like without a body | Chris Lattner |
2003-07-25 | Regardless of whether C provides assert.h, C++ source can always include | Chris Lattner |
2003-07-25 | Use the C++ <cassert> header, not the C <assert.h> header | Chris Lattner |
2003-07-25 | This header works with GCC 3.3 | Chris Lattner |
2003-07-25 | Add includes of assert | Chris Lattner |
2003-07-25 | Fix accessibility problems GCC 3.3 | Chris Lattner |
2003-07-25 | Add assert.h include | Chris Lattner |
2003-07-25 | Convert to C++ style comments | Chris Lattner |
2003-07-25 | Include vector into these two files to ensure that specializations like | Vikram S. Adve |
2003-07-24 | Cleanups: | Brian Gaeke |
2003-07-24 | Factor out name-mangling from X86/Printer, which is derived from CWriter, | Brian Gaeke |
2003-07-23 | Add support for ~ operator on constants | Chris Lattner |