Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak build. | Daniel Dunbar | 2008-10-03 | 1 | -18/+18 |
* | Update the JIT exception writer to better mimic the codegen exception writer. | Nicolas Geoffray | 2008-08-19 | 1 | -11/+10 |
* | Move SLEB/ULEB size calculation routines from AsmPrinter to TargetAsmInfo. Th... | Anton Korobeynikov | 2008-08-16 | 1 | -40/+39 |
* | Split ISD::LABEL into ISD::DBG_LABEL and ISD::EH_LABEL, eliminating | Dan Gohman | 2008-07-01 | 1 | -2/+2 |
* | Use back() instead of [size()-1]. | Dan Gohman | 2008-06-21 | 1 | -2/+2 |
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -0/+4 |
* | Be pessimistic in computing the buffer size when aligning. | Nicolas Geoffray | 2008-04-20 | 1 | -1/+2 |
* | Cosmetic changes, as suggested by Evan. No functionality changes. | Nicolas Geoffray | 2008-04-20 | 1 | -85/+61 |
* | Enable jitting with a known memory size. | Nicolas Geoffray | 2008-04-18 | 1 | -0/+469 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 1 | -0/+636 |