1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 1997473 Drop 'const' by Devang Patel · 17 years ago
  3. 3e15bf3 Use 'static const char' instead of 'static const int'. by Devang Patel · 17 years ago
  4. 794fd75 Do not use typeinfo to identify pass in pass manager. by Devang Patel · 17 years ago
  5. 95b2c7d eliminate static ctors for Statistic objects. by Chris Lattner · 18 years ago
  6. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  7. ac0b6ae Detemplatize the Statistic class. The only type it is instantiated with by Chris Lattner · 18 years ago
  8. 3ed469c For PR786: by Reid Spencer · 18 years ago
  9. f141cc4 Resolve BB references with relocation. by Evan Cheng · 18 years ago
  10. 55fc280 - Refactor the code that resolve basic block references to a TargetJITInfo by Evan Cheng · 18 years ago
  11. 5a032de Change from using MachineRelocation ctors to using static methods by Chris Lattner · 18 years ago
  12. b4432f3 Suck block address tracking out of targets into the JIT Emitter. This by Chris Lattner · 18 years ago
  13. 23118b6 Keep the alpha JIT similar to the PPC/X86 jits by Chris Lattner · 18 years ago
  14. f75f9be Several related changes: by Chris Lattner · 18 years ago
  15. d3f0aef Fix a purely hypothetical problem (for now): emitWord emits in the host by Chris Lattner · 18 years ago
  16. 43b429b Refactor the machine code emitter interface to pull the pointers for the current by Chris Lattner · 18 years ago
  17. 2c2c6c6 Add explicit #includes of <iostream> by Chris Lattner · 19 years ago
  18. 50b3784 massive DAGISel patch. lots and lots more stuff compiles now by Andrew Lenharth · 19 years ago
  19. 81b5a3c who would have thought you would want to write into globals too by Andrew Lenharth · 19 years ago
  20. 3f55a4f No, IDEFs shouldn't be JITed by Andrew Lenharth · 19 years ago
  21. 98169be support bsr, and more .td simplification by Andrew Lenharth · 19 years ago
  22. a4433e1 get lazy JITing working. Some of shootout runs now by Andrew Lenharth · 19 years ago
  23. 00b16889 Eliminate all remaining tabs and trailing spaces. by Jeff Cohen · 19 years ago
  24. 45ff4fa fix some warnings when compiled with 32-bit hosts by Chris Lattner · 19 years ago
  25. 0934ae0 Alpha JIT (beta) by Andrew Lenharth · 19 years ago