| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 17 | -45/+34 |
* | reimplement Constant::ContainsRelocations as | Chris Lattner | 2009-07-22 | 1 | -20/+15 |
* | Now that RelocBehaviour() is never overloaded, it doesn't need to be | Chris Lattner | 2009-07-21 | 1 | -7/+0 |
* | Add intrinsic for __builtin_ia32_vec_set_v4si which turns out to be | Eric Christopher | 2009-07-21 | 1 | -0/+3 |
* | no really, I can spell! | Chris Lattner | 2009-07-21 | 1 | -4/+4 |
* | add an API so target-independent codegen can determine if a constant | Chris Lattner | 2009-07-21 | 1 | -1/+28 |
* | Permit the IntPtrTy argument to isEliminableCastPair to be null, | Dan Gohman | 2009-07-21 | 1 | -1/+1 |
* | Change ELFCodeEmitter logic to emit the constant pool and jump tables to | Bruno Cardoso Lopes | 2009-07-21 | 1 | -1/+1 |
* | Replace the original ad-hoc code for determining whether (v pred w) implies | Dan Gohman | 2009-07-21 | 1 | -13/+19 |
* | make some stuff private. | Chris Lattner | 2009-07-21 | 2 | -4/+7 |
* | improve comments. | Chris Lattner | 2009-07-21 | 1 | -11/+21 |
* | Add missing include | Daniel Dunbar | 2009-07-21 | 1 | -0/+1 |
* | inline a trivial method into its only call site and fix indentation of cases | Chris Lattner | 2009-07-21 | 1 | -1/+0 |
* | Remove some overridden functions in XCoreTargetAsmInfo that are | Chris Lattner | 2009-07-21 | 1 | -1/+1 |
* | revert r76602, 76603, and r76615, pending design discussions. | Chris Lattner | 2009-07-21 | 4 | -79/+6 |
* | Privatize the ConstantArray table. | Owen Anderson | 2009-07-21 | 2 | -3/+7 |
* | Privatize the first of the value maps. | Owen Anderson | 2009-07-21 | 2 | -4/+1 |
* | Remove shift amount flavor. It isn't actually complete enough to | Eli Friedman | 2009-07-21 | 1 | -15/+0 |
* | Prefix IR dumps with LiveInterval indices when possible. This turns | David Greene | 2009-07-21 | 1 | -2/+24 |
* | make AsmPrinter::doFinalization iterate over the global variables | Chris Lattner | 2009-07-21 | 1 | -0/+5 |
* | Add PrefixPrinter arguments to the dump routines for MachineFunction and | David Greene | 2009-07-21 | 2 | -4/+14 |
* | Add a small utility class to configure IR printers. This will allow | David Greene | 2009-07-21 | 1 | -0/+41 |
* | Rename getConstantInt{True|False} to get{True|False} at Chris' behest. | Owen Anderson | 2009-07-21 | 1 | -2/+2 |
* | Add freed memory poisoning in !NDEBUG mode for DenseMap. | Torok Edwin | 2009-07-21 | 1 | -1/+15 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 1 | -4/+4 |
* | Move StringRef comparison operators out of class. | Daniel Dunbar | 2009-07-21 | 1 | -16/+38 |
* | Add StringRef::{substr, startswith}. | Daniel Dunbar | 2009-07-21 | 1 | -1/+27 |
* | Add StringRef class, with fixes. | Daniel Dunbar | 2009-07-21 | 1 | -0/+127 |
* | Move a bit more state over to the LLVMContext. | Owen Anderson | 2009-07-21 | 1 | -13/+0 |
* | Re-apply 75490, 75806 and 76177 with fixes and tests. Efficiency comes | David Greene | 2009-07-20 | 1 | -0/+11 |
* | Assembly and Bitcode support for unsigned/signed overflow flags and | Dan Gohman | 2009-07-20 | 1 | -0/+12 |
* | Clarify that OverflowingBinaryOperator is not used for SDiv, even though | Dan Gohman | 2009-07-20 | 1 | -1/+2 |
* | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby | 2009-07-20 | 1 | -12/+0 |
* | Add MCAsmLexer interface. | Daniel Dunbar | 2009-07-20 | 2 | -4/+35 |
* | Remove FIXME that was already fixed. | Eli Friedman | 2009-07-20 | 1 | -1/+0 |
* | Rename Mangler linkage enums to something less gross. | Bill Wendling | 2009-07-20 | 1 | -4/+4 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 2 | -0/+50 |
* | Put new enum at end of list to avoid changing ABI. | Bill Wendling | 2009-07-20 | 1 | -2/+2 |
* | remove TargetAsmInfo::ExpandInlineAsm | Chris Lattner | 2009-07-20 | 1 | -9/+0 |
* | Copy ExpandInlineAsm to TargetLowering from TargetAsmInfo. | Chris Lattner | 2009-07-20 | 1 | -0/+9 |
* | Drop UDivOperator and introduce SDivOperator. Thanks to Chris | Dan Gohman | 2009-07-20 | 1 | -5/+5 |
* | add some fixme's and cleanups. TargetAsmInfo shouldn't depend on VMCore even... | Chris Lattner | 2009-07-20 | 1 | -5/+9 |
* | Revert the addition of hasNoPointerOverflow to GEPOperator. | Dan Gohman | 2009-07-20 | 1 | -18/+0 |
* | remove dead forward decl | Chris Lattner | 2009-07-20 | 1 | -1/+0 |
* | rename TargetAsmInfo::getASDirective -> getDataASDirective | Chris Lattner | 2009-07-20 | 1 | -9/+8 |
* | Fix comment. | Daniel Dunbar | 2009-07-20 | 1 | -2/+2 |
* | Hide the DOUT static variable behind a function interface. | David Greene | 2009-07-20 | 1 | -2/+6 |
* | For PC relative relocations where symbols are defined in the same section they | Bruno Cardoso Lopes | 2009-07-20 | 1 | -2/+11 |
* | implement a new magic global "llvm.compiler.used" which is like llvm.used, but | Chris Lattner | 2009-07-20 | 1 | -5/+8 |
* | Add plumbing for the `linker_private' linkage type. This type is meant for | Bill Wendling | 2009-07-20 | 3 | -11/+28 |