1. 52adb57 This change adds co-processor condition branching and conditional traps to the Sparc back-end. by Chris Dewhurst · 10 years ago
  2. f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
  3. 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
  4. 79cc1e3 Reinstate "Nuke the old JIT." by Eric Christopher · 11 years ago
  5. a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
  6. b9fd9ed Temporarily Revert "Nuke the old JIT." as it's not quite ready to by Eric Christopher · 11 years ago
  7. f8b27c4 Nuke the old JIT. by Rafael Espindola · 11 years ago
  8. 2286874 [Sparc] Add support for parsing annulled branch instructions. by Venkatraman Govindaraju · 12 years ago
  9. bf683fd [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter. by Venkatraman Govindaraju · 12 years ago
  10. 1116868 [Sparc] Emit large negative adjustments to SP/FP with sethi+xor instead of sethi+or. This generates correct code for both sparc32 and sparc64. by Venkatraman Govindaraju · 12 years ago
  11. 2ea4c28 [Sparc] Implement JIT for SPARC. by Venkatraman Govindaraju · 12 years ago
  12. 7dae9ce [Sparc] Delete FPMover Pass and remove Fp* Pseudo-instructions from Sparc backend. by Venkatraman Govindaraju · 12 years ago
  13. a54533ed Sparc: No functionality change. Cleanup whitespaces, comment formatting etc., by Venkatraman Govindaraju · 12 years ago
  14. 233149c Fix some leftover control reaches end of non-void function warnings. by Benjamin Kramer · 14 years ago
  15. edbb58c5 Remove unnecessary default cases in switches that cover all enum values. by David Blaikie · 14 years ago
  16. bc153d4 Next round of MC refactoring. This patch factor MC table instantiations, MC by Evan Cheng · 14 years ago
  17. 1e210d0 Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc by Evan Cheng · 14 years ago
  18. d9997ac Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc by Evan Cheng · 14 years ago
  19. 8228b11 add support for the sparcv9-*-* target triple to turn on by Chris Lattner · 16 years ago
  20. 5680b4f Add new helpers for registering targets. - Less boilerplate == good. by Daniel Dunbar · 16 years ago
  21. 67038c1 Put Target definitions inside Target specific header, and llvm namespace. by Daniel Dunbar · 16 years ago
  22. a31f96c by David Greene · 16 years ago
  23. fbcc663 llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  24. 56d0659 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  25. 75c12e1 Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  26. 026e5d7 Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 17 years ago
  27. 084669a Second attempt: by Bill Wendling · 17 years ago
  28. 56f2987 r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 17 years ago
  29. d0ae159 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 17 years ago
  30. 5e5a63c CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 17 years ago
  31. c5437ea Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 17 years ago
  32. 906152a Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  33. 2c836cf Avoid creating two TargetLowering objects for each target. by Dan Gohman · 17 years ago
  34. 9371964 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  35. f3ebc3f Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  36. 71f5513 silence warnings by Chris Lattner · 19 years ago
  37. aa237256 Patches to make the LLVM sources more -pedantic clean. Patch provided by Chris Lattner · 19 years ago
  38. 158e1f5 Rename SPARC V8 target to be the LLVM SPARC target. by Chris Lattner · 20 years ago