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