- 6331bdb * Use new pseudo instr form for instructions by Chris Lattner · 23 years ago
- 4c299f5 Add FP instr prefix byte support Add Pseudo instr class by Chris Lattner · 23 years ago
- 5ada8df Add support for FP prefixes by Chris Lattner · 23 years ago
- eca1f63 Add printer support for Pseudo instructions by Chris Lattner · 23 years ago
- ba4ef26 Initial support for FP registers by Chris Lattner · 23 years ago
- 8e58179 New simpler spill interface by Chris Lattner · 23 years ago
- 6811c6e Adjustments to match new simpler spill interface by Chris Lattner · 23 years ago
- 430cda7 Free machine code by Chris Lattner · 23 years ago
- ff863ba Adjust to simpler spill interface by Chris Lattner · 23 years ago
- 5124aec Adjustments to work with the simpler spill interface by Chris Lattner · 23 years ago
- 831fdcf Remove dependency on SSARegMap.h by MachineFunction.h by Chris Lattner · 23 years ago
- 8c5d47d Simplify spill interface methods by Chris Lattner · 23 years ago
- 13a6e1e Add comment by Chris Lattner · 23 years ago
- aa0e277 Add abstract frame index capability by Chris Lattner · 23 years ago
- 7c56bf6 Remove default ctor by Chris Lattner · 23 years ago
- 56cf63f *** empty log message *** by Chris Lattner · 23 years ago
- 03ab7af Remove dependency on SSARegMap.h by Chris Lattner · 23 years ago
- e1b52b7 Fix compilation on GCC 3.2 by Chris Lattner · 23 years ago
- 4fcfc12 Don't try to buidl jello by Chris Lattner · 23 years ago
- d6840ac Fixes to compile with GCC 3.2 by Chris Lattner · 23 years ago
- a3b58e8 Jello is now part of LLI by Chris Lattner · 23 years ago
- 0eb172c Substantial fixes to live range handling, fixing several problems, getting by Chris Lattner · 23 years ago
- 5bcd95c Changes to allow for a configurable target machine that allows big endian and/or long pointer operation by Chris Lattner · 23 years ago
- e8f0d92 Changes to compile with GCC 2.96 by Chris Lattner · 23 years ago
- ce8bce6 Sparc is not little endian by Chris Lattner · 23 years ago
- 434c86d Allow the target machines to specify endianness and pointer size by Chris Lattner · 23 years ago
- 836f675 Initial checkin by Chris Lattner · 23 years ago
- bd199fb Initial checkin of new LLI with JIT compiler by Chris Lattner · 23 years ago
- fe11a97 Substantial changes to refactor LLI to incorporate both the Jello JIT and by Chris Lattner · 23 years ago
- b76d496 X86 target machine is now parameterizable by Chris Lattner · 23 years ago
- 2def884a Testcases for bugfixes by Chris Lattner · 23 years ago
- eb6538c Jello is now part of LLI by Chris Lattner · 23 years ago
- f64387d New testcase by Chris Lattner · 23 years ago
- 4a10645 New files for miscompilation detection by Chris Lattner · 23 years ago
- 218e26e Implement the start of the miscompilation detection stuff by Chris Lattner · 23 years ago
- 18fda6d Remove temp files by Chris Lattner · 23 years ago
- 332ca6c Jello is going away by Chris Lattner · 23 years ago
- fc1c705 Fix compilation on gcc 2.96 by Chris Lattner · 23 years ago
- 25f091f Add definition for the bswap instruction by Chris Lattner · 23 years ago
- facc9fb Add support for the bswap instruction by Chris Lattner · 23 years ago
- e500864 Fix compilation on GCC 2.96 by Chris Lattner · 23 years ago
- 5c1f0f6 brg by Brian Gaeke · 23 years ago
- dbcda22 Add support for isnan by Chris Lattner · 23 years ago
- 2560bd8 Add stats output by Chris Lattner · 23 years ago
- 6eaa469 Fix warning by Chris Lattner · 23 years ago
- 45a4399 CBW doesn't modify AL by Chris Lattner · 23 years ago
- df642e1 fix warning by Chris Lattner · 23 years ago
- 82bee0f * Fix several register aliasing bugs by Chris Lattner · 23 years ago
- 83702d3 Print argc as well as argv by Chris Lattner · 23 years ago
- 89fab07 Don't force setCC instructions into AL by Chris Lattner · 23 years ago
- aed967c Implicit defs/uses list may be empty. by Chris Lattner · 23 years ago
- b339223 Add comments, switch uses/defs to match InstrInfo.def file by Chris Lattner · 23 years ago
- 1445895 Add reg clobber list for direct calls by Chris Lattner · 23 years ago
- 8797caa Simplify interface to remove virtual function references by Chris Lattner · 23 years ago
- e7d361d Use new reginfo interface by Chris Lattner · 23 years ago
- 79de631 Update to use new interface for register info by Chris Lattner · 23 years ago
- 9208bbf New file by Chris Lattner · 23 years ago
- 86c69a6 Add prolog/epilog spills/reloads to counters by Chris Lattner · 23 years ago
- 3bbe7cc Round number of bytes allocated on the stack up to a multiple of 4 so that the by Chris Lattner · 23 years ago
- 14322cd3 Local register allocator is now stable enough for use, it passes all tests by Chris Lattner · 23 years ago
- ae64043 Fix many bugs, regallocator now saves callee-save registers instead of target by Chris Lattner · 23 years ago
- 6c6cf87 Register allocator is responsible for spilling callee saved regs by Chris Lattner · 23 years ago
- 5b9cd61 Make testcase return 0 on success by Chris Lattner · 23 years ago
- 3bd9409 Build add instructions of the correct form! by Chris Lattner · 23 years ago
- b89818e Add dummy implementation of __main by Chris Lattner · 23 years ago
- 14aa7fe Two fixes: by Chris Lattner · 23 years ago
- 3fc14c2 Fix prolog/epilog in the presence of alloca by Chris Lattner · 23 years ago
- 4863fe1 Make sure stack manipulation refers to ESP the right number of times by Chris Lattner · 23 years ago
- 1ada064 New testcase for printing out arguments by Chris Lattner · 23 years ago
- 8a307e8 Add some special cases to make common getelementptr cases easier to read/faster by Chris Lattner · 23 years ago
- 27177cb Finish implementation of alias list impl by Chris Lattner · 23 years ago
- c21be92 * Fix a gross X86 hack that was intended to avoid allocating SP and BP by Chris Lattner · 23 years ago
- 69c1988 Keep the stack frame aligned. by Chris Lattner · 23 years ago
- 00032bf Add support for register alias set description by Chris Lattner · 23 years ago
- 439a27a Add mechanism to select register allocator to use by Chris Lattner · 23 years ago
- b74e83c Initial checkin of "local" register allocator. Bugs are still present. by Chris Lattner · 23 years ago
- 92aec04 Try #2 to get alias set stuff to work by Chris Lattner · 23 years ago
- 1894dd6 Add comments by Chris Lattner · 23 years ago
- c2fc7ea Add info about register aliases, add prototype for createLocalRegisterAllocator by Chris Lattner · 23 years ago
- dfb0a54 Add info about register file aliasing by Chris Lattner · 23 years ago
- 1a49517 Add information about register file aliasing by Chris Lattner · 23 years ago
- 880eaa5 Add call clobber info by Chris Lattner · 23 years ago
- 1a45626 Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator by Chris Lattner · 23 years ago
- 1d62cea Rename createSimpleX86RegisterAllocator to createSimpleRegisterAllocator. by Chris Lattner · 23 years ago
- 68b1edc brg by Brian Gaeke · 23 years ago
- ec4d362 Use -Wl,-x instead of -s: it is more portable, and in particular, by Vikram S. Adve · 23 years ago
- b167c04 Some simpliciations to the spill/reload interface by Chris Lattner · 23 years ago
- 8ed9eb5 Simplify PHI node elimination significantly by doing it as a prepass to by Chris Lattner · 23 years ago
- f4b95d9 Correct the setting of Def flags on registers that are modified! by Chris Lattner · 23 years ago
- 9f366d7 Variety of small or trivial simplifications to the code, completely eliminated by Chris Lattner · 23 years ago
- 70535c6 Export well known instruction opcodes usable by target independant passes by Chris Lattner · 23 years ago
- c583175 Add new opIsUse method by Chris Lattner · 23 years ago
- f605055 Remove unused savePhysRegToStack method by Chris Lattner · 23 years ago
- 01b08c5 Localize a map, remove another by Chris Lattner · 23 years ago
- f0eb7be Give passes nice names! by Chris Lattner · 23 years ago
- 8233e2f Give simple reg allocator a nice Pass Name by Chris Lattner · 23 years ago
- 15f96db Add a big assert making sure 2 address instructions are formed right by Chris Lattner · 23 years ago
- 315bad0 Add new testcase for repeated preds by Chris Lattner · 23 years ago
- 3f91ad7 Fix a problem that occurs when PHI nodes have multiple entries for the same predecessor by Chris Lattner · 23 years ago
- da7e453 Grab bag of minor cleanups. Export some statistics about the number of by Chris Lattner · 23 years ago