1. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  2. dac237e Implement changes from Chris's feedback. Finish converting lib/Target. by Torok Edwin · 16 years ago
  3. 804e0fe Convert more abort() calls to llvm_report_error(). by Torok Edwin · 16 years ago
  4. 3ea93de Privatize this map. by Owen Anderson · 16 years ago
  5. a3f99f9 First patch in the direction of splitting MachineCodeEmitter in two subclasses: by Bruno Cardoso Lopes · 16 years ago
  6. ce4a70b Rename startFunctionStub to startGVStub since it's also used for GV non-lazy ptr. by Evan Cheng · 17 years ago
  7. 51cc3c1 Correlate stubs with functions in JIT: when emitting a stub, the JIT tells the memory manager which function by Nicolas Geoffray · 17 years ago
  8. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  9. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 19 years ago
  10. f141cc4 Resolve BB references with relocation. by Evan Cheng · 19 years ago
  11. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 19 years ago
  12. d3f0aef Fix a purely hypothetical problem (for now): emitWord emits in the host by Chris Lattner · 19 years ago
  13. 0e9aa45 Remove a 'using namespace std'. by Chris Lattner · 20 years ago
  14. 3f55a4f No, IDEFs shouldn't be JITed by Andrew Lenharth · 20 years ago
  15. d29b6aa Keep tabs and trailing spaces out. by Jeff Cohen · 20 years ago
  16. 98169be support bsr, and more .td simplification by Andrew Lenharth · 20 years ago
  17. a4433e1 get lazy JITing working. Some of shootout runs now by Andrew Lenharth · 20 years ago
  18. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 20 years ago
  19. 38396f8 finally found the gcc defined constants by Andrew Lenharth · 20 years ago
  20. 0934ae0 Alpha JIT (beta) by Andrew Lenharth · 20 years ago