2003-07-29 |
Chris Lattner | Don't crash if there is no Inst class in the tablegen... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Misha Brukman | * Cleaned up and corrected comments wrt instruction... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Misha Brukman | Make emitFarCall() public, and add a few comments to... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Unify all constant evaluations that depend on register... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Bug fix: after reallocating the hash table, we have... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Unify all constant evaluations that depend on register... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Rename 'dump-asm' to 'dump-input' and really print... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Bug fix: don't unnecessarily pretty-print control-chara... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Add ConvertConstantToIntType() to unify all constant... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Add code to support stack spill/temp offsets that don... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | All constant-evaluation code now unified into |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | 1. Bug fix: Don't use branch operand reg. as temp... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Don't require a BB to look-up live variables, unless... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Moved insertCallerSavingCode() to PhyRegAlloc and |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Add const version of getLiveRangeForValue(). |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Code to insert caller-saves moved here from SparcRegInf... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Don't require a BB to look-up live variables, unless... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
John Criswell | Enable JIT when the platform supports it. |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Misha Brukman | * Correctly emit a far call if the target address does... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Misha Brukman | * Stop hard-coding a value for beginning of emitted... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Misha Brukman | * Disambiguate symbols before we start splitting module... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Vikram S. Adve | Regression test for incorrect character emitted to... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Fix copy and paste-o |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Move "register flags" definition the type of registers... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Move value type enums to CodeGen/ValueTypes.h |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Define target value types in a form usable by target... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Made many paragraphs fit into 80 characters per line... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Add support for Alpha intrinsics, contributed by Rahul... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Add alpha intrinsics, contributed by Rahul Joshi |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Implemented cleanups as suggested by Chris: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Added comment to function isExecutingJIT() |
commit | commitdiff | tree | snapshot |
2003-07-28 |
John Criswell | Added two tasks: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Added comma after `i.e.' |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | The RTLD_GLOBAL flag allows symbols to be globally... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Lined things up in a more aesthetically pleasing way. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | BugDriver.h: |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add ability for external C code to get pointers to... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Clean up code dealing with RTLD_SELF differences on... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Fix reference to architecture. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Add in support to load shared objects (-load is provide... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Misha Brukman | Removed extra parenthesis and fixed spelling. |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Tanya Lattner | Need to include <string> to fix compile error on Sun |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Specify the value type for the register, not just the... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Instead of specifying the SIZE of the register, go... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Add support for Set statements without {}'s. Now we... |
commit | commitdiff | tree | snapshot |
2003-07-28 |
Chris Lattner | Allow initializing variable initializers with variables |
commit | commitdiff | tree | snapshot |
2003-07-27 |
Chris Lattner | Somehow "simplest" test became a hello world test.... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Rename function to be more consistent with filename |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Code generation phases are not allowed to modify the... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Making this code const-correct would be a pain, so... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Const correctness fixes |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Be const correct |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Hrm, another necesary one :( |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Whoops, this one was needed |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | We don't modify the LLVM rep, remain const correct |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | If the pass changes _anything_ it must return true |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | This code doesn't modify the LLVM structure, keep stuff... |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove #include |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove extraneous #includes |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Fix another minor bug |
commit | commitdiff | tree | snapshot |
2003-07-26 |
Chris Lattner | Remove #includes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Simplify some makefile magic, no functional changes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add fixmes |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | (1) Major fix to the way unused regs. are marked and... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | This test has been automatized |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Update to use more modern graph checker |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | New testcase, an automatized version of Vikrams ggcolla... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | 1. Fix a case that was marking the invalid reg. num... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | (1) Change the way unused regs. are marked and found... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Change the way unused regs. are marked and found to... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Remove unused field. Change the way unused regs. are... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Add an assertion. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Remove testcase which has been automatized |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Checkin of Vikram's ggfuncptr.c test adapted for automa... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Dont' try to parse the colon |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add a more general check-flags which can be used to... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Include llvm/Support/Mangler.h first. Don't include... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Don't include llvm/SlotCalculator.h, or <set>. |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Brian Gaeke | Forward-declare class Module to make the header file... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | More cassert inclusion for GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Change reference to assert.h to mention cassert |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Brian implemented the static compiler, take it off... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | #include <cassert> as necessary... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix another accessibility problem illuminated by GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix visibility problem exposed by GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Remove inline declarations that GCC 3.3 doesn't like... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Regardless of whether C provides assert.h, C++ source... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Use the C++ <cassert> header, not the C <assert.h>... |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | This header works with GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Use C++ headers, not C headers |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add includes of assert |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Fix accessibility problems GCC 3.3 |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Add assert.h include |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Chris Lattner | Convert to C++ style comments |
commit | commitdiff | tree | snapshot |
2003-07-25 |
Vikram S. Adve | Include vector into these two files to ensure that... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Misha Brukman | Made a bunch of cleanups, as per Chris' recommendations: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Cleanups: |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Factor out name-mangling from X86/Printer, which is... |
commit | commitdiff | tree | snapshot |
2003-07-24 |
Brian Gaeke | Use unified CWriter-X86/Printer name mangler. Do not... |
commit | commitdiff | tree | snapshot |
next |