Age | Commit message (Expand) | Author |
2009-07-24 | Remove unused member functions. | Eli Friedman |
2009-07-24 | Fix constructor types | Daniel Dunbar |
2009-07-24 | Add Twine ADT. | Daniel Dunbar |
2009-07-24 | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner |
2009-07-24 | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner |
2009-07-24 | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner |
2009-07-24 | use section flags more correctly. | Chris Lattner |
2009-07-24 | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner |
2009-07-24 | remove more bits of small section support. | Chris Lattner |
2009-07-24 | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner |
2009-07-24 | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman |
2009-07-24 | Give the SCEV class a SubclassData field. | Dan Gohman |
2009-07-24 | Fix whitespace. | Dan Gohman |
2009-07-24 | Privatize the ConstantVector tables. | Owen Anderson |
2009-07-24 | Remove the IA-64 backend. | Dan Gohman |
2009-07-23 | Privatize the ConstantStruct table. | Owen Anderson |
2009-07-23 | Write space padding as one string to speed up comment printing. | David Greene |
2009-07-23 | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner |
2009-07-23 | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands |
2009-07-23 | Switch ValueSymbolTable to StringRef based API. | Daniel Dunbar |
2009-07-23 | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar |
2009-07-23 | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner |
2009-07-23 | Convert StringMap to using StringRef for its APIs. | Daniel Dunbar |
2009-07-23 | emit simple node was using different labels for fields than the rest of the g... | Andrew Lenharth |
2009-07-23 | Cache dependence computation using FoldingSet. | Andreas Bolka |
2009-07-23 | enhance DepthFirstIterator to support more robust operations in the face | Chris Lattner |
2009-07-23 | remove a really old and dead header | Chris Lattner |
2009-07-23 | MDString | Devang Patel |
2009-07-23 | Minor cosmetics: indentation, formatting, naming. | Andreas Bolka |
2009-07-23 | Reverting r76825 and r76828, since they caused clang runtime errors and some ... | Reid Kleckner |
2009-07-23 | Hide constructors. | Devang Patel |
2009-07-23 | Derive MDNode from MetadataBase instead of Constant. Emit MDNodes into METADA... | Devang Patel |
2009-07-23 | Make the JIT code emitter properly retry and ask for more memory when it runs | Reid Kleckner |
2009-07-23 | Parameterize the BumpPtrAllocator over a slab allocator. It defaults to using | Reid Kleckner |
2009-07-22 | remove SectionFlags::Small: it is only used on Xcore, and we'll find | Chris Lattner |
2009-07-22 | Constify the key in Mi2IndexMap. | David Greene |
2009-07-22 | Define npos in a way that should make MSVC happier. | Daniel Dunbar |
2009-07-22 | Put comment printing under asm-verbose. | David Greene |
2009-07-22 | Make some changes suggested by Bill and Evan. | David Greene |
2009-07-22 | Add replaceAllUsesWith() to FE replace debug info constructs while building c... | Devang Patel |
2009-07-22 | Introduce MetadataBase, a base class for MDString and MDNode. | Devang Patel |
2009-07-22 | Support writing a StringRef to a raw_ostream directly. | Daniel Dunbar |
2009-07-22 | Remove a comment that was copy+pasted from the wrong place, | Torok Edwin |
2009-07-22 | Attempt to fix BuildBot breakage with MSVC. | Eli Friedman |
2009-07-22 | Remove intrinsic support for __builtin_ia32_vec_set_v16qi and | Eric Christopher |
2009-07-22 | inline the two MergeableConstSection implementations into their | Chris Lattner |
2009-07-22 | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner |
2009-07-22 | Let each target determines whether a machine instruction is dead. If true, th... | Evan Cheng |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-22 | reimplement Constant::ContainsRelocations as | Chris Lattner |