| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 2 | -86/+0 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -1/+1 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -15/+2 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 1 | -0/+2 |
* | Add dependencies from TargetInfo onto .td generation. | Daniel Dunbar | 2009-07-19 | 1 | -0/+1 |
* | Add some missing includes. | Daniel Dunbar | 2009-07-18 | 1 | -0/+1 |
* | Put Target definitions inside Target specific header, and llvm namespace. | Daniel Dunbar | 2009-07-18 | 4 | -3/+4 |
* | Add operation expansion/promotion for a bunch of operations, many of | Eli Friedman | 2009-07-17 | 1 | -5/+54 |
* | Lift addAssemblyEmitter into LLVMTargetMachine. | Daniel Dunbar | 2009-07-15 | 2 | -14/+0 |
* | Remove old style hacks to register AsmPrinter into TargetMachine. | Daniel Dunbar | 2009-07-15 | 3 | -26/+4 |
* | Move a few more convenience factory functions from Constant to LLVMContext. | Owen Anderson | 2009-07-15 | 1 | -1/+2 |
* | Lexically order files in CMakeLists.txt files. | Ted Kremenek | 2009-07-15 | 1 | -1/+1 |
* | Reapply TargetRegistry refactoring commits. | Daniel Dunbar | 2009-07-15 | 4 | -31/+18 |
* | Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai... | Stuart Hastings | 2009-07-15 | 4 | -18/+31 |
* | Kill off old (TargetMachine level, not Target level) match quality functions. | Daniel Dunbar | 2009-07-15 | 2 | -20/+0 |
* | Provide TargetMachine implementations with reference to Target they were created | Daniel Dunbar | 2009-07-15 | 2 | -3/+5 |
* | Register Target's TargetMachine and AsmPrinter in the new registry. | Daniel Dunbar | 2009-07-15 | 4 | -8/+13 |
* | Add TargetInfo libraries for all targets. | Daniel Dunbar | 2009-07-15 | 4 | -1/+70 |
* | Have asm printers use formatted_raw_ostream directly to avoid a | David Greene | 2009-07-14 | 4 | -10/+10 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 4 | -21/+21 |
* | Revert r75615, which depended on 75610. | Daniel Dunbar | 2009-07-14 | 1 | -2/+2 |
* | eliminate extra space. | Edwin Török | 2009-07-14 | 2 | -7/+6 |
* | Rename getValueName -> getMangledName. | Chris Lattner | 2009-07-14 | 1 | -2/+2 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 3 | -16/+16 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -3/+4 |
* | Implement changes from Chris's feedback. | Edwin Török | 2009-07-08 | 5 | -72/+84 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | Small cleanups in the PowerPC backend. | Tilmann Scheller | 2009-07-03 | 1 | -1/+0 |
* | CMake build fixes, from Xerxes Ranby | Douglas Gregor | 2009-07-02 | 1 | -0/+2 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 2 | -2/+2 |
* | Handle IMPLICIT_DEF with isUndef operand marker, part 2. This patch moves the... | Evan Cheng | 2009-07-01 | 1 | -2/+5 |
* | Remove unused AsmPrinter OptLevel argument, and propogate. | Daniel Dunbar | 2009-07-01 | 4 | -11/+6 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 3 | -1/+9 |
* | Let's ignore MDStrings also! | Devang Patel | 2009-06-26 | 1 | -1/+1 |
* | Add missing dependencies to the CMake build system. | Douglas Gregor | 2009-06-25 | 1 | -0/+1 |
* | No need to code gen MDNodes | Devang Patel | 2009-06-25 | 1 | -0/+3 |
* | sink dwarf finalization out of each target into AsmPrinter::doFinalization | Chris Lattner | 2009-06-24 | 1 | -3/+0 |
* | eliminate the ExtWeakSymbols set from AsmPrinter. This eliminates | Chris Lattner | 2009-06-24 | 1 | -9/+0 |
* | Provide InitializeAllTargets and InitializeNativeTarget functions in the | Bob Wilson | 2009-06-23 | 2 | -9/+4 |
* | Eliminate object-relinking support from CMake. Fixes PR 4429 and | Douglas Gregor | 2009-06-23 | 1 | -5/+1 |
* | Remove unused field. | Devang Patel | 2009-06-20 | 1 | -2/+1 |
* | Move up dwarf writer initialization in common AsmPrinter class. | Devang Patel | 2009-06-19 | 1 | -5/+1 |
* | Unbreak cyclic deps | Anton Korobeynikov | 2009-06-19 | 3 | -12/+30 |
* | simplify macro debug info directive handling. | Chris Lattner | 2009-06-18 | 1 | -2/+1 |
* | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 2 | -0/+11 |
* | Misc accumulated tweaks to legalization logic for various targets. | Eli Friedman | 2009-06-16 | 1 | -0/+19 |
* | Untabification. | Bill Wendling | 2009-05-30 | 1 | -2/+2 |
* | Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and | Eli Friedman | 2009-05-27 | 1 | -2/+2 |
* | Back out r72431, it is causing a number of compilation crashes with clang. | Daniel Dunbar | 2009-05-26 | 1 | -2/+2 |