| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 8 | -483/+551 |
* | don't copy TargetLowering. | Chris Lattner | 2009-07-28 | 1 | -1/+1 |
* | 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 | 2 | -25/+33 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 2 | -17/+29 |
* | Generate a libcall for i8 multiply. | Sanjiv Gupta | 2009-07-27 | 2 | -0/+16 |
* | fixed incorrect lowering of ISD::SUB node. SUB has only one result value. | Sanjiv Gupta | 2009-07-27 | 1 | -5/+14 |
* | reduce indentation | Chris Lattner | 2009-07-26 | 1 | -3/+3 |
* | Fix the breakage caused by 76950. | Sanjiv Gupta | 2009-07-26 | 1 | -0/+3 |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -17/+3 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -12/+2 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 2 | -4/+4 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 2 | -3/+3 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -12/+2 |
* | Mark attributes of return insn correctly. It was being assumed safe to delete... | Sanjiv Gupta | 2009-07-25 | 1 | -0/+1 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 3 | -31/+10 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 2 | -5/+7 |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 2 | -13/+18 |
* | start refactoring pic16 section selection logic. | Chris Lattner | 2009-07-24 | 2 | -16/+13 |
* | Switch to getNameStr(). | Daniel Dunbar | 2009-07-24 | 2 | -5/+5 |
* | simplify code by making special case more obvious | Chris Lattner | 2009-07-24 | 1 | -9/+5 |
* | Do not call getMangledName on Intrinsics. | Sanjiv Gupta | 2009-07-23 | 1 | -4/+3 |
* | Switch some clients to Value::getName(), and other getName() user | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -1/+0 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 2 | -6/+11 |
* | more random whitespace cleanup, eliminate #define, avoid copying | Chris Lattner | 2009-07-21 | 3 | -67/+59 |
* | some simple whitespace cleanup, avoid copying vectors for no reason | Chris Lattner | 2009-07-21 | 1 | -31/+24 |
* | clean up some formatting, indent by 2 instead of 4. | Chris Lattner | 2009-07-20 | 1 | -19/+9 |
* | rename TargetAsmInfo::getASDirective -> getDataASDirective | Chris Lattner | 2009-07-20 | 2 | -16/+12 |
* | Tweak cmake files for the four targets that don't split CodeGen out. | Daniel Dunbar | 2009-07-19 | 1 | -1/+1 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 3 | -4/+7 |
* | Remove some unnecessary expansion markings. Add a few expansion | Eli Friedman | 2009-07-17 | 1 | -24/+7 |
* | Kill off <TARGET>MachineModule variables, and <TARGETASMPRINTER>ForceLink | Daniel Dunbar | 2009-07-16 | 1 | -9/+0 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -14/+0 |
* | Register AsmPrinter for XCore, MSP430, and PIC16 targets. | Daniel Dunbar | 2009-07-15 | 4 | -7/+14 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 2 | -9/+14 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 2 | -14/+9 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -7/+9 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 1 | -2/+5 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -0/+77 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 7 | -11/+13 |
* | 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. | Edwin Török | 2009-07-14 | 5 | -11/+11 |
* | 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. | Edwin Török | 2009-07-11 | 5 | -12/+15 |
* | Avoid compiler warnings when assertions are turned off. | Duncan Sands | 2009-07-10 | 1 | -4/+4 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -2/+2 |