- 9cf3d47 Add support for "named positional arguments" by Chris Lattner · 22 years ago
- 5d5bc7b Revert change: default architecture is never set, it is guessed from input by Misha Brukman · 22 years ago
- db68577 When emitting a constant, check for ConstantExpr before by Vikram S. Adve · 22 years ago
- 6235ea2 1. Make table size prime -- improves hashing performance vastly. by Vikram S. Adve · 22 years ago
- 7a3dd86 Conform to the new interface for describing target registers... even though by Chris Lattner · 22 years ago
- 7c28952 Add all of the necessary classes to describe the contents of the MRegister.h implementation by Chris Lattner · 22 years ago
- b4d3f46 Only regenerate the .inc file if IT has changed, not just if the .td files by Chris Lattner · 22 years ago
- 7db1fa9 Use target specific interface instead of forcing it to be target-generic by Chris Lattner · 22 years ago
- 92988ec Code generation passes don't need access to raw LLVM types, this method is unnecessary. by Chris Lattner · 22 years ago
- 18226e0 Fix coredump for when an ID is used illegally outside a record by Chris Lattner · 22 years ago
- bfce056 Don't pollute the namespace with template arguments after they have been resolved by Chris Lattner · 22 years ago
- 554af5c Implement TODO: disallow 'def's with template arguments. by Chris Lattner · 22 years ago
- fc06bf0 Allow specification of anonymous definitions by Chris Lattner · 22 years ago
- f1b36f9 Allow passing lists through variables by Chris Lattner · 22 years ago
- 9b929aa Implement resolution of variables to the value of the variable once it gets a value by Chris Lattner · 22 years ago
- ee6b5f6 No this file is not actually Sparc.td :) by Chris Lattner · 22 years ago
- dbc1ab8 Do not use 'cpp' directly by Chris Lattner · 22 years ago
- 84c40c1 Add namespace specifier, add flags used by the X86 BE by Chris Lattner · 22 years ago
- 3070954 Don't crash if there is no Inst class in the tablegen file! by Chris Lattner · 22 years ago
- 92aa8ca * Cleaned up and corrected comments wrt instruction formats by Misha Brukman · 22 years ago
- a21b8e8 Make emitFarCall() public, and add a few comments to functions. by Misha Brukman · 22 years ago
- 588668d Unify all constant evaluations that depend on register size by Vikram S. Adve · 22 years ago
- b3b0414 Bug fix: after reallocating the hash table, we have to re-insert each value by Vikram S. Adve · 22 years ago
- e6124d3 Unify all constant evaluations that depend on register size by Vikram S. Adve · 22 years ago
- deb9634 Rename 'dump-asm' to 'dump-input' and really print it just before code-gen. by Vikram S. Adve · 22 years ago
- 00477cf Bug fix: don't unnecessarily pretty-print control-characters, some of by Vikram S. Adve · 22 years ago
- ada280f Add ConvertConstantToIntType() to unify all constant handling by Vikram S. Adve · 22 years ago
- 83d30c8 Add code to support stack spill/temp offsets that don't fit in the by Vikram S. Adve · 22 years ago
- b5161b6 All constant-evaluation code now unified into by Vikram S. Adve · 22 years ago
- 814030a 1. Bug fix: Don't use branch operand reg. as temp. reg. when by Vikram S. Adve · 22 years ago
- 7a81a0f Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 22 years ago
- ceb7d2f Moved insertCallerSavingCode() to PhyRegAlloc and by Vikram S. Adve · 22 years ago
- b403b2c Add const version of getLiveRangeForValue(). by Vikram S. Adve · 22 years ago
- 102f295 Code to insert caller-saves moved here from SparcRegInfo: it is now by Vikram S. Adve · 22 years ago
- 0eb7f74 Don't require a BB to look-up live variables, unless they may need to by Vikram S. Adve · 22 years ago
- c78022e Enable JIT when the platform supports it. by John Criswell · 22 years ago
- a1f1fea * Correctly emit a far call if the target address does not fit into 30 bits by Misha Brukman · 22 years ago
- 89e8be0 * Stop hard-coding a value for beginning of emitted code on Sparc since we can by Misha Brukman · 22 years ago
- de9720f * Disambiguate symbols before we start splitting module by functions by Misha Brukman · 22 years ago
- 46721dd Regression test for incorrect character emitted to char array. by Vikram S. Adve · 22 years ago
- 38dbde1 Fix copy and paste-o by Chris Lattner · 22 years ago
- c8c377d Move "register flags" definition the type of registers to be fully fledged by Chris Lattner · 22 years ago
- 5d7407c Move value type enums to CodeGen/ValueTypes.h by Chris Lattner · 22 years ago
- ad5e1f8 Define target value types in a form usable by target-independent code by Chris Lattner · 22 years ago
- 2d10d75 Made many paragraphs fit into 80 characters per line to avoid wrapping in an by Misha Brukman · 22 years ago
- 2418b11 Add support for Alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 22 years ago
- f4836c7 Add alpha intrinsics, contributed by Rahul Joshi by Chris Lattner · 22 years ago
- c1e39ee Implemented cleanups as suggested by Chris: by Misha Brukman · 22 years ago
- fe04db8 Added comment to function isExecutingJIT() by Misha Brukman · 22 years ago
- b64dbf2 Added two tasks: by John Criswell · 22 years ago
- fd31a78 Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags. by Misha Brukman · 22 years ago
- 79223ed Added comma after `i.e.' by Misha Brukman · 22 years ago
- 3ce4ac6 The RTLD_GLOBAL flag allows symbols to be globally accessible, which makes by Misha Brukman · 22 years ago
- 90a24c7 Lined things up in a more aesthetically pleasing way. by Misha Brukman · 22 years ago
- 91eabc1 BugDriver.h: by Misha Brukman · 22 years ago
- d69c1e6 Add ability for external C code to get pointers to functions given their name. by Misha Brukman · 22 years ago
- d94a50f Clean up code dealing with RTLD_SELF differences on Sparc and X86. by Misha Brukman · 22 years ago
- df38dae Fix reference to architecture. by Misha Brukman · 22 years ago
- 248ea32 Add in support to load shared objects (-load is provided by Support library). by Misha Brukman · 22 years ago
- 686e65f Removed extra parenthesis and fixed spelling. by Misha Brukman · 22 years ago
- ebb20c5 Need to include <string> to fix compile error on Sun by Tanya Lattner · 22 years ago
- 38b8979 Specify the value type for the register, not just the size. by Chris Lattner · 22 years ago
- b3aa319 Instead of specifying the SIZE of the register, go so far as to specify by Chris Lattner · 22 years ago
- 2e72454 Add support for Set statements without {}'s. Now we can just say by Chris Lattner · 22 years ago
- ce3d640 Allow initializing variable initializers with variables by Chris Lattner · 22 years ago
- 6991046 Somehow "simplest" test became a hello world test. Rectify this. by Chris Lattner · 22 years ago
- d281de2 Rename function to be more consistent with filename by Chris Lattner · 22 years ago
- 1194e95 Code generation phases are not allowed to modify the LLVM representation. by Chris Lattner · 22 years ago
- 8d3f8e2 Making this code const-correct would be a pain, so I'll hack it. by Chris Lattner · 22 years ago
- 9e2dd8f Const correctness fixes by Chris Lattner · 22 years ago
- 9cdaa63 Be const correct by Chris Lattner · 22 years ago
- e5a61cc Hrm, another necesary one :( by Chris Lattner · 22 years ago
- 70534ee Whoops, this one was needed by Chris Lattner · 22 years ago
- dee1263 We don't modify the LLVM rep, remain const correct by Chris Lattner · 22 years ago
- 2a865b0 If the pass changes _anything_ it must return true by Chris Lattner · 22 years ago
- 6856d11 This code doesn't modify the LLVM structure, keep stuff const by Chris Lattner · 22 years ago
- 1d598fa Remove #include by Chris Lattner · 22 years ago
- bae47e5 Remove extraneous #includes by Chris Lattner · 22 years ago
- 1f2bbaa Fix another minor bug by Chris Lattner · 22 years ago
- 869ff9e Remove #includes by Chris Lattner · 22 years ago
- 919937d Simplify some makefile magic, no functional changes by Chris Lattner · 22 years ago
- d6f1537 Add fixmes by Chris Lattner · 22 years ago
- 7dc7de5 (1) Major fix to the way unused regs. are marked and found for the FP by Vikram S. Adve · 22 years ago
- 8d6b9fe This test has been automatized by Chris Lattner · 22 years ago
- 4446617 Update to use more modern graph checker by Chris Lattner · 22 years ago
- 6235b2a New testcase, an automatized version of Vikrams ggcollapse.c file by Chris Lattner · 22 years ago
- e9a567c 1. Fix a case that was marking the invalid reg. num. (-1) as used, by Vikram S. Adve · 22 years ago
- bc001b2 (1) Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 22 years ago
- 523eb3f Change the way unused regs. are marked and found to consider regType by Vikram S. Adve · 22 years ago
- 34a8567 Remove unused field. Change the way unused regs. are marked and by Vikram S. Adve · 22 years ago
- b1e6f05 Add an assertion. by Vikram S. Adve · 22 years ago
- 1e4bed7 Remove testcase which has been automatized by Chris Lattner · 22 years ago
- e41fb36 Checkin of Vikram's ggfuncptr.c test adapted for automatic checking by Chris Lattner · 22 years ago
- e7e221a Dont' try to parse the colon by Chris Lattner · 22 years ago
- f2d0134 Add a more general check-flags which can be used to ensure arbitrary flags are set by Chris Lattner · 22 years ago
- 6b902dc Include llvm/Support/Mangler.h first. Don't include <iostream>, <set>, by Brian Gaeke · 22 years ago
- 49a178b Don't include llvm/SlotCalculator.h, or <set>. by Brian Gaeke · 22 years ago
- 00fee61 Forward-declare class Module to make the header file self-contained. by Brian Gaeke · 22 years ago
- 2e99791 More cassert inclusion for GCC 3.3 by Chris Lattner · 22 years ago
- a731307 Change reference to assert.h to mention cassert by Chris Lattner · 22 years ago