| Commit message (Expand) | Author | Age | Files | Lines |
| * | Don't call SectionForGlobal for hasAvailableExternallyLinkage() | Dan Gohman | 2009-08-02 | 1 | -1/+1 |
| * | don't call SectionForGlobal on declarations, you can't tell the section a | Chris Lattner | 2009-08-02 | 1 | -1/+3 |
| * | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
| * | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 1 | -2/+2 |
| * | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner | 2009-07-31 | 1 | -6/+6 |
| * | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta | 2009-07-30 | 1 | -2/+27 |
| * | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner | 2009-07-29 | 1 | -1/+1 |
| * | fix a casting problem on the llvm-x86_64-linux tester | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
| * | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -15/+27 |
| * | Remove duplicate entries while printing decls for external symbols. | Sanjiv Gupta | 2009-07-27 | 1 | -2/+23 |
| * | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -2/+2 |
| * | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -4/+4 |
| * | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
| * | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 1 | -11/+9 |
| * | Do not call getMangledName on Intrinsics. | Sanjiv Gupta | 2009-07-23 | 1 | -4/+3 |
| * | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -2/+1 |
| * | more random whitespace cleanup, eliminate #define, avoid copying | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
| * | some simple whitespace cleanup, avoid copying vectors for no reason | Chris Lattner | 2009-07-21 | 1 | -31/+24 |
| * | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar | 2009-07-15 | 1 | -1/+1 |
| * | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 1 | -2/+2 |
| * | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -11/+11 |
| * | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
| * | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -11/+11 |
| * | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -11/+11 |
| * | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -3/+4 |
| * | pic16 isn't ready to handle llvm.metadata yet. | Sanjiv Gupta | 2009-07-06 | 1 | -0/+2 |
| * | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta | 2009-07-06 | 1 | -12/+13 |
| * | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 1 | -2/+1 |
| * | Code Restructuring. No functionality change. | Sanjiv Gupta | 2009-06-16 | 1 | -31/+8 |
| * | The subprogram descriptor for a function may be missing (llvm-ld linking two ... | Sanjiv Gupta | 2009-06-13 | 1 | -5/+17 |
| * | More formatting. | Sanjiv Gupta | 2009-06-11 | 1 | -3/+13 |
| * | Fixed source comments. No functionality change. | Sanjiv Gupta | 2009-06-11 | 1 | -5/+15 |
| * | PIC16 emits auto variables as globals. When optimizer removes a function enti... | Sanjiv Gupta | 2009-06-09 | 1 | -0/+34 |
| * | Emit file directives correctly in case of a .bc is generated by llvm-ld after... | Sanjiv Gupta | 2009-06-03 | 1 | -8/+4 |
| * | Emit debug info for locals with proper scope. | Sanjiv Gupta | 2009-05-28 | 1 | -64/+35 |
| * | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta | 2009-05-22 | 1 | -0/+47 |
| * | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta | 2009-05-13 | 1 | -34/+41 |
| * | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta | 2009-05-12 | 1 | -73/+53 |
| * | We do not need to create a label for external defs and decls, | Sanjiv Gupta | 2009-05-12 | 1 | -3/+4 |
| * | Fix more naming issues. | Sanjiv Gupta | 2009-05-11 | 1 | -4/+4 |
| * | Detect calls to compiler intrinsics and emit an extern declarations | Sanjiv Gupta | 2009-05-11 | 1 | -5/+30 |
| * | Module iterator contains list of filescope functions as well, we don't need t... | Sanjiv Gupta | 2009-05-10 | 1 | -2/+2 |
| * | Changed lowering and asmprinter to use ABI Names class called PAN. | Sanjiv Gupta | 2009-05-10 | 1 | -69/+58 |
| * | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -4/+4 |
| * | Emit banksel and movlp instructions. | Sanjiv Gupta | 2009-05-06 | 1 | -121/+47 |
| * | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 1 | -1/+1 |
| * | Second attempt: | Bill Wendling | 2009-04-29 | 1 | -2/+3 |
| * | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 1 | -3/+2 |
| * | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 1 | -2/+3 |
| * | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |