1. 1e1f8ba Register AsmPrinter for XCore, MSP430, and PIC16 targets. by Daniel Dunbar · 16 years ago
  2. 7184781 by David Greene · 16 years ago
  3. c23197a llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. by Torok Edwin · 16 years ago
  4. c25e758 assert(0) -> LLVM_UNREACHABLE. by Torok Edwin · 16 years ago
  5. 505996f Implement _CONFIG macro to allow users to se to configuration settings on the part. by Sanjiv Gupta · 16 years ago
  6. d764941 Corrected the names description. Change in a comment. No functionality change. by Sanjiv Gupta · 16 years ago
  7. f7f2d30 Silence a warning when assertions are turned off. by Duncan Sands · 16 years ago
  8. 5bcc8bd Remove unused AsmPrinter OptLevel argument, and propogate. by Daniel Dunbar · 16 years ago
  9. 703e235 Fixed a bug in which signed comparisons were being used instead of unsigned comparisons. by Sanjiv Gupta · 16 years ago
  10. 4291857 We do not need to create a label for external defs and decls, by Sanjiv Gupta · 16 years ago
  11. e0b4b0e Fix more naming issues. by Sanjiv Gupta · 16 years ago
  12. 0608b49 Detect calls to compiler intrinsics and emit an extern declarations by Sanjiv Gupta · 16 years ago
  13. 211f362 Changed lowering and asmprinter to use ABI Names class called PAN. by Sanjiv Gupta · 16 years ago
  14. 4a22886 Add missing #include for "strlen" which is used inline in this header. Fixes by Nick Lewycky · 16 years ago
  15. 573eb5e Moved pic16 naming functions to correct place. No functionality change. by Sanjiv Gupta · 16 years ago
  16. d8d27f4 Emit banksel and movlp instructions. by Sanjiv Gupta · 16 years ago
  17. 98a366d Instead of passing in an unsigned value for the optimization level, use an enum, by Bill Wendling · 16 years ago
  18. be8cc2a Second attempt: by Bill Wendling · 16 years ago
  19. c69d56f r70270 isn't ready yet. Back this out. Sorry for the noise. by Bill Wendling · 16 years ago
  20. 2e9d5f9 Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to by Bill Wendling · 16 years ago
  21. 42bf74b CodeGen still defaults to non-verbose asm, but llc now overrides it and default to verbose. by Evan Cheng · 16 years ago
  22. 57f0db8 Overhaul my earlier submission due to feedback. It's a large patch, but most of by Bill Wendling · 16 years ago
  23. 08b9b05 Implement LowerOperationWrapper for legalizer. by Sanjiv Gupta · 17 years ago
  24. 1b04694 Checking in conditionals, function call, arrays and libcalls implementation. by Sanjiv Gupta · 17 years ago
  25. d68a076 Tidy up #includes, deleting a bunch of unnecessary #includes. by Dan Gohman · 17 years ago
  26. b1b5ffd Added a more function PIC16 backend. However to get this working a patch in by Sanjiv Gupta · 17 years ago
  27. cb37188 Use raw_ostream throughout the AsmPrinter. by Owen Anderson · 17 years ago
  28. 2d4e7f7 Fixed the file description header at the top to remove the developer name. by Sanjiv Gupta · 17 years ago
  29. 0e68771 Adding files for Microchip's PIC16 target. by Sanjiv Gupta · 17 years ago