Age | Commit message (Expand) | Author |
2009-07-21 | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner |
2009-07-21 | this doesn't break any of the 4 ia64 tests. | Chris Lattner |
2009-07-21 | alpha doesn't need to redefine this: it only supports PIC codegen anyway. | Chris Lattner |
2009-07-21 | Add some support for iterative coalescers to calculate a joined live | David Greene |
2009-07-21 | no really, I can spell! | Chris Lattner |
2009-07-21 | add an API so target-independent codegen can determine if a constant | Chris Lattner |
2009-07-21 | Convert instcombine from using using getAnalysis<TargetData> to | Dan Gohman |
2009-07-21 | Permit the IntPtrTy argument to isEliminableCastPair to be null, | Dan Gohman |
2009-07-21 | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes |
2009-07-21 | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman |
2009-07-21 | remove the last bits of SectionFlagsForGlobal. There is some flag here that | Chris Lattner |
2009-07-21 | don't mask out the small flag and then reapply it later. | Chris Lattner |
2009-07-21 | if Xcore doesn't support TLS, it doesn't have to worry about thread local LLV... | Chris Lattner |
2009-07-21 | remove the Xcore implementation of SelectSectionForGlobal. While you have | Chris Lattner |
2009-07-21 | simplify based on the fact that darwin always uses L/l. | Chris Lattner |
2009-07-21 | make some stuff private. | Chris Lattner |
2009-07-21 | Remove the XCore custom implementation of MergeableConstSection, relying on | Chris Lattner |
2009-07-21 | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner |
2009-07-21 | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner |
2009-07-21 | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner |
2009-07-21 | minor cleanups. | Chris Lattner |
2009-07-21 | Privatize the ConstantArray table. | Owen Anderson |
2009-07-21 | Missed a piece of the commit to remove the shift flavor. | Eli Friedman |
2009-07-21 | Privatize the first of the value maps. | Owen Anderson |
2009-07-21 | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman |
2009-07-21 | Remove a couple of already-implemented notes. | Eli Friedman |
2009-07-21 | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene |
2009-07-21 | Add fake v7 itineraries for now. | Evan Cheng |
2009-07-21 | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner |
2009-07-21 | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene |
2009-07-21 | Do not select tSXTB / tSXTH in thumb2 mode. | Evan Cheng |
2009-07-21 | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson |
2009-07-21 | reduce indentation by using an early exit. | Chris Lattner |
2009-07-21 | Update CMake files. | Ted Kremenek |
2009-07-21 | whitespace cleanups, make the MipsAsmPrinter::doInitialization | Chris Lattner |
2009-07-21 | fix Sparc, SystemZ, and MSP430 to not override AsmPrinter::doInitialization. | Chris Lattner |
2009-07-21 | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner |
2009-07-21 | fix indentation | Chris Lattner |
2009-07-21 | remove an unneeded override. | 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-21 | Another rewriter bug exposed by recent coalescer changes. ReuseInfo::GetRegFo... | Evan Cheng |
2009-07-21 | Add missing include. | Daniel Dunbar |
2009-07-21 | Switch this API to StringRef. | Daniel Dunbar |
2009-07-21 | Simplify / normalize some uses of Value::getName. | Daniel Dunbar |
2009-07-21 | Remove some unused code. | Daniel Dunbar |
2009-07-21 | Support adding relocations for data sections, handling the cases where | Bruno Cardoso Lopes |
2009-07-21 | Add jumps with 8-bit relocation for assembler / disassembler. Patch by Sean C... | Evan Cheng |
2009-07-21 | Fix a dagga combiner bug: avoid creating illegal constant. | Evan Cheng |
2009-07-21 | Move a bit more state over to the LLVMContext. | Owen Anderson |