2003-07-31 |
Chris Lattner | More minor cleanups of the interface |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Chris Lattner | Rename createEmitter to run because eventually all... |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Chris Lattner | Add file comment |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Chris Lattner | Tighten up interface |
commit | commitdiff | tree | snapshot |
2003-07-31 |
Tanya Lattner | Added function to determine if an Instruction may trap. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add comments |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add support for code fragments |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Initial support for the 'code' type. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | Ignore intrinsic functions -- don't mangle their names... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | We no longer need to preprocess SparcV9.td before sendi... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Move err() to the lexer, implement file inclusion capab... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add test of file inclusion capability for bugpoint |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | CodeGeneratorBug.cpp: |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | * Moved InputArgv out of anonymous scope to be extern... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Minor reorganization, move ParseFile to the lexer |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Make tablegen take an input filename to parse if one... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Initial tests for tblgen |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Directly support C style comments in tblgen, but allow... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Fix a bug that brian reported |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | Moved definition of InputArgv into ExecutionDriver... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | Use a vector<char*> instead of char*[] so that we can... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add variable to capture arguments that should be passed... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add support for "named positional arguments" |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Misha Brukman | Revert change: default architecture is never set, it... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Vikram S. Adve | When emitting a constant, check for ConstantExpr before |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Vikram S. Adve | 1. Make table size prime -- improves hashing performanc... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Conform to the new interface for describing target... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Add all of the necessary classes to describe the conten... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Only regenerate the .inc file if IT has changed, not... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Use target specific interface instead of forcing it... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Code generation passes don't need access to raw LLVM... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Fix coredump for when an ID is used illegally outside... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Don't pollute the namespace with template arguments... |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Implement TODO: disallow 'def's with template arguments. |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Allow specification of anonymous definitions |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Allow passing lists through variables |
commit | commitdiff | tree | snapshot |
2003-07-30 |
Chris Lattner | Implement resolution of variables to the value of the... |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | No this file is not actually Sparc.td :) |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Do not use 'cpp' directly |
commit | commitdiff | tree | snapshot |
2003-07-29 |
Chris Lattner | Add namespace specifier, add flags used by the X86 BE |
commit | commitdiff | tree | snapshot |
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 |
next |