| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar | 2009-07-23 | 2 | -72/+37 |
* | emit simple node was using different labels for fields than the rest of the g... | Andrew Lenharth | 2009-07-23 | 1 | -1/+1 |
* | Cache dependence computation using FoldingSet. | Andreas Bolka | 2009-07-23 | 1 | -4/+40 |
* | enhance DepthFirstIterator to support more robust operations in the face | Chris Lattner | 2009-07-23 | 1 | -23/+49 |
* | remove a really old and dead header | Chris Lattner | 2009-07-23 | 1 | -62/+0 |
* | MDString | Devang Patel | 2009-07-23 | 2 | -6/+7 |
* | Minor cosmetics: indentation, formatting, naming. | Andreas Bolka | 2009-07-23 | 1 | -23/+23 |
* | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner | 2009-07-23 | 3 | -158/+17 |
* | Hide constructors. | Devang Patel | 2009-07-23 | 1 | -4/+5 |
* | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel | 2009-07-23 | 3 | -42/+10 |
* | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner | 2009-07-23 | 2 | -12/+66 |
* | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner | 2009-07-23 | 1 | -5/+92 |
* | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner | 2009-07-22 | 1 | -1/+0 |
* | Constify the key in Mi2IndexMap. | David Greene | 2009-07-22 | 1 | -2/+2 |
* | Define npos in a way that should make MSVC happier. | Daniel Dunbar | 2009-07-22 | 1 | -1/+1 |
* | Put comment printing under asm-verbose. | David Greene | 2009-07-22 | 1 | -1/+1 |
* | Make some changes suggested by Bill and Evan. | David Greene | 2009-07-22 | 1 | -0/+4 |
* | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel | 2009-07-22 | 1 | -0/+5 |
* | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel | 2009-07-22 | 4 | -55/+65 |
* | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar | 2009-07-22 | 1 | -7/+14 |
* | Remove a comment that was copy+pasted from the wrong place, | Torok Edwin | 2009-07-22 | 1 | -1/+0 |
* | Attempt to fix BuildBot breakage with MSVC. | Eli Friedman | 2009-07-22 | 1 | -0/+5 |
* | Remove intrinsic support for __builtin_ia32_vec_set_v16qi and | Eric Christopher | 2009-07-22 | 1 | -6/+0 |
* | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 2 | -2/+0 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 3 | -4/+19 |
* | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng | 2009-07-22 | 1 | -0/+6 |
* | 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 |