Age | Commit message (Expand) | Author |
2009-08-13 | Remove obsoleted files (from AsmPrinter move) | Daniel Dunbar |
2009-08-12 | This void is implicit in C++. | Dan Gohman |
2009-08-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-10 | fix some warnings for the MSVC build, by Yonggang Luo! | Chris Lattner |
2009-08-08 | sink the 'name' and 'isdirective' state out of MCSection into its derived cla... | Chris Lattner |
2009-08-07 | Simplify code and avoid allocations. | Benjamin Kramer |
2009-08-06 | go through PIC16TargetObjectFile to make sections instead of | Chris Lattner |
2009-08-02 | Don't call SectionForGlobal for hasAvailableExternallyLinkage() | Dan Gohman |
2009-08-02 | don't call SectionForGlobal on declarations, you can't tell the section a | Chris Lattner |
2009-08-02 | Make SectionKind::get() private. | Chris Lattner |
2009-08-01 | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner |
2009-07-31 | switch off of 'Section' onto MCSection. We're not properly using | Chris Lattner |
2009-07-30 | Keep track of references to mem(cpy,move,set) and then print only one extern | Sanjiv Gupta |
2009-07-29 | pass the mangler down into the various SectionForGlobal methods. | Chris Lattner |
2009-07-28 | fix a casting problem on the llvm-x86_64-linux tester | Chris Lattner |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | Remove duplicate entries while printing decls for external symbols. | Sanjiv Gupta |
2009-07-27 | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner |
2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
2009-07-25 | this is (unfortunately) several changes mixed together: | Chris Lattner |
2009-07-25 | Add new helpers for registering targets. | Daniel Dunbar |
2009-07-23 | Do not call getMangledName on Intrinsics. | Sanjiv Gupta |
2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
2009-07-21 | more random whitespace cleanup, eliminate #define, avoid copying | Chris Lattner |
2009-07-21 | some simple whitespace cleanup, avoid copying vectors for no reason | Chris Lattner |
2009-07-15 | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar |
2009-07-14 | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene |
2009-07-14 | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-14 | Revert r75615, which depended on 75610. | Daniel Dunbar |
2009-07-14 | Rename getValueName -> getMangledName. | Chris Lattner |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-07-06 | pic16 isn't ready to handle llvm.metadata yet. | Sanjiv Gupta |
2009-07-06 | Implement _CONFIG macro to allow users to se to configuration settings on the... | Sanjiv Gupta |
2009-07-01 | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar |
2009-06-16 | Code Restructuring. No functionality change. | Sanjiv Gupta |
2009-06-13 | The subprogram descriptor for a function may be missing (llvm-ld linking two ... | Sanjiv Gupta |
2009-06-11 | More formatting. | Sanjiv Gupta |
2009-06-11 | Fixed source comments. No functionality change. | Sanjiv Gupta |
2009-06-09 | PIC16 emits auto variables as globals. When optimizer removes a function enti... | Sanjiv Gupta |
2009-06-03 | Emit file directives correctly in case of a .bc is generated by llvm-ld after... | Sanjiv Gupta |
2009-05-28 | Emit debug info for locals with proper scope. | Sanjiv Gupta |
2009-05-22 | Emit debug information for globals (which include automatic variables as well... | Sanjiv Gupta |
2009-05-13 | Run through the list of globals once and sectionize all types of globlas incl... | Sanjiv Gupta |
2009-05-12 | Iterate over globals once and sectionize them into appropriate sections. | Sanjiv Gupta |
2009-05-12 | We do not need to create a label for external defs and decls, | Sanjiv Gupta |
2009-05-11 | Fix more naming issues. | Sanjiv Gupta |
2009-05-11 | Detect calls to compiler intrinsics and emit an extern declarations | Sanjiv Gupta |
2009-05-10 | Module iterator contains list of filescope functions as well, we don't need t... | Sanjiv Gupta |
2009-05-10 | Changed lowering and asmprinter to use ABI Names class called PAN. | Sanjiv Gupta |