1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 0f940c9 Initial commit of the machine code LICM pass. It successfully hoists this: by Bill Wendling · 17 years ago
  3. ada779f Move subreg lowering pass to be right after regalloc, per feedback. by Christopher Lamb · 17 years ago
  4. bab2474 Add a MachineFunction pass, which runs post register allocation, that turns subreg insert/extract instruction into register copies. This ensures correct code gen if the coalescer isn't able to remove all subreg instructions. by Christopher Lamb · 17 years ago
  5. 8bd6035 Added -print-emitted-asm to print out JIT generated asm to cerr. by Evan Cheng · 17 years ago
  6. 72f1596 Modify previous patch per review comments. by Dale Johannesen · 17 years ago
  7. e7e7d0d Skeleton of post-RA scheduler; doesn't do anything yet. by Dale Johannesen · 17 years ago
  8. c375160 Exception handling has been implemented. by Duncan Sands · 17 years ago
  9. 85ef254 document and hide two options. by Chris Lattner · 17 years ago
  10. e6e4354 name change requested by review of previous patch by Dale Johannesen · 17 years ago
  11. 81da02b Make tail merging the default, except on powerPC. There was no prior art by Dale Johannesen · 17 years ago
  12. c8d288f move a bunch of code out of the sdisel pass into its own opt pass "codegenprepare". by Chris Lattner · 17 years ago
  13. 31442f9 Add a -print-lsr-output option to LLC, to print the output of the LSR pass. by Chris Lattner · 17 years ago
  14. 0f54dcb Now LoopStrengthReduce is a LoopPass. by Devang Patel · 17 years ago
  15. a4e7cd9 Use exception flag. by Jim Laskey · 17 years ago
  16. 04523ea Split the addPassesToEmitFile method up into two. This is so that we can by Bill Wendling · 18 years ago
  17. bcd2498 Removed more <iostream> includes by Bill Wendling · 18 years ago
  18. e01eaa0 enable the branch folding pass for the JIT. by Chris Lattner · 18 years ago
  19. 9d4209f 1. Add a pass to fold debug label instructions so a debug info client can detect by Jim Laskey · 18 years ago
  20. 62d07d6 Don't do dead block elimination in fast mode. by Jim Laskey · 18 years ago
  21. 4a84ad7 add the branch folding pass as a late cleanup pass for all targets. For now by Chris Lattner · 18 years ago
  22. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 18 years ago
  23. 4787705 new file by Chris Lattner · 18 years ago