1. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 15 years ago
  2. be8cc2a Second attempt: by Bill Wendling · 15 years ago
  3. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  4. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  5. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  6. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  7. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 16 years ago
  8. 309c80a Comment to be explicit that the enumeration values for CondCodes matter. by Jim Grosbach · 16 years ago
  9. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 16 years ago
  10. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  11. 148b6a4 Initial ARM JIT support by Raul Fernandes Herbster. by Evan Cheng · 17 years ago
  12. a8e2989 ARM backend contribution from Apple. by Evan Cheng · 18 years ago
  13. e931a37 move ARMCondCodeToString to ARMAsmPrinter.cpp by Rafael Espindola · 18 years ago
  14. 71f3b94 Implement a MachineFunctionPass to fix the mul instruction by Rafael Espindola · 18 years ago
  15. 3ad5e5c add shifts to addressing mode 1 by Rafael Espindola · 18 years ago
  16. 5f450d2 add more condition codes by Rafael Espindola · 18 years ago
  17. cdda88c add the "eq" condition code implement a movcond instruction by Rafael Espindola · 18 years ago
  18. 6f602de create a generic bcond instruction that has a conditional code argument by Rafael Espindola · 18 years ago
  19. 7bc59bc added a skeleton of the ARM backend by Rafael Espindola · 18 years ago