Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
* | Fix a bug where the DWARF emitter in the JIT was not initializing alignment | Reid Kleckner | 2009-08-21 | 1 | -7/+17 |
* | 1) Proper emit displacements for x86, using absolute relocations where necessary | Bruno Cardoso Lopes | 2009-08-05 | 1 | -0/+7 |
* | Tidy up #includes. | Dan Gohman | 2009-07-16 | 1 | -1/+0 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -0/+5 |
* | Type change cleanup on JCE and MCE. Patch by Aaron Gray | Bruno Cardoso Lopes | 2009-06-12 | 1 | -5/+5 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-06-04 | 1 | -33/+33 |
* | Revert 72650 | Bruno Cardoso Lopes | 2009-06-03 | 1 | -33/+33 |
* | Use uint8_t and int32_t in {JIT,Machine}CodeEmiters | Bruno Cardoso Lopes | 2009-05-30 | 1 | -33/+33 |
* | First patch in the direction of splitting MachineCodeEmitter in two subclasses: | Bruno Cardoso Lopes | 2009-05-30 | 1 | -0/+322 |