| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ... | Chris Lattner | 2009-07-24 | 1 | -4/+13 |
* | Add support for promoting SETCC operations. | Jakob Stoklund Olesen | 2009-07-24 | 1 | -2/+5 |
* | Convert several more passes to use getAnalysisIfAvailable<TargetData>() | Dan Gohman | 2009-07-24 | 1 | -2/+2 |
* | Add specific classes for Add, Sub, and Mul, for convenience. | Dan Gohman | 2009-07-24 | 1 | -0/+51 |
* | move ELF-specific code into ELFTargetAsmInfo. | Chris Lattner | 2009-07-24 | 2 | -1/+12 |
* | make SectionFlagsForGlobal a private static function instead of a public | Chris Lattner | 2009-07-24 | 1 | -7/+0 |
* | Move more to raw_ostream, provide support for writing MachineBasicBlock, | Daniel Dunbar | 2009-07-24 | 2 | -0/+16 |
* | Move to raw_ostream. | Daniel Dunbar | 2009-07-24 | 1 | -3/+4 |
* | Allow llvm_report_error to accept a Twine. | Daniel Dunbar | 2009-07-24 | 1 | -0/+4 |
* | Remove unused member functions. | Eli Friedman | 2009-07-24 | 1 | -22/+0 |
* | Fix constructor types | Daniel Dunbar | 2009-07-24 | 1 | -2/+2 |
* | Add Twine ADT. | Daniel Dunbar | 2009-07-24 | 1 | -0/+347 |
* | Implement getSectionPrefixForUniqueGlobal to return null, indicating that | Chris Lattner | 2009-07-24 | 1 | -0/+6 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 2 | -7/+10 |
* | document SectionFlags::Named better and make it more easily greppable by | Chris Lattner | 2009-07-24 | 1 | -3/+5 |
* | use section flags more correctly. | Chris Lattner | 2009-07-24 | 1 | -0/+2 |
* | make Constant::getRelocationInfo return an enum, as suggested by Duncan. | Chris Lattner | 2009-07-24 | 2 | -15/+15 |
* | remove more bits of small section support. | Chris Lattner | 2009-07-24 | 1 | -24/+0 |
* | Remove SectionKind::Small*. This was only used on mips, and is apparently | Chris Lattner | 2009-07-24 | 1 | -10/+2 |
* | Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags. | Dan Gohman | 2009-07-24 | 1 | -0/+9 |
* | Give the SCEV class a SubclassData field. | Dan Gohman | 2009-07-24 | 1 | -2/+9 |
* | Fix whitespace. | Dan Gohman | 2009-07-24 | 1 | -8/+8 |
* | Privatize the ConstantVector tables. | Owen Anderson | 2009-07-24 | 2 | -3/+1 |
* | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -4/+0 |
* | Privatize the ConstantStruct table. | Owen Anderson | 2009-07-23 | 2 | -4/+4 |
* | Write space padding as one string to speed up comment printing. | David Greene | 2009-07-23 | 1 | -1/+8 |
* | Re-committing r76828 with the JIT memory manager changes now that the build | Reid Kleckner | 2009-07-23 | 2 | -12/+66 |
* | Fix PR4614: the Intel C compiler defines _GNUC__ | Duncan Sands | 2009-07-23 | 1 | -2/+2 |
* | Switch ValueSymbolTable to StringRef based API. | Daniel Dunbar | 2009-07-23 | 1 | -5/+5 |
* | Add llvm::Value::getNameRef, for help in API migration. | Daniel Dunbar | 2009-07-23 | 1 | -1/+2 |
* | Re-committing changes from r76825 to BumpPtrAllocator with a fix and tests for | Reid Kleckner | 2009-07-23 | 1 | -5/+92 |
* | 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 |