| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove spurious semicolons. | Dan Gohman | 2009-07-25 | 1 | -2/+2 |
* | Simplify JIT target selection. | Daniel Dunbar | 2009-07-25 | 1 | -11/+10 |
* | Add new helpers for registering targets. | Daniel Dunbar | 2009-07-25 | 2 | -55/+95 |
* | Finish migrating VMCore to StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-25 | 7 | -61/+59 |
* | Initial update to VMCore to use Twines for string arguments. | Daniel Dunbar | 2009-07-25 | 8 | -177/+175 |
* | Move ExtractElementInst to ::Create instead of new. Update all uses. | Eric Christopher | 2009-07-25 | 2 | -6/+16 |
* | Convert a few more uses of llvm/Support/Streams.h to raw_ostream. | Dan Gohman | 2009-07-25 | 1 | -4/+4 |
* | Instead of eagerly creating new SCEVs to replace all SCEVs that are | Dan Gohman | 2009-07-25 | 2 | -75/+28 |
* | Make AliasAnalysis and related classes use | Dan Gohman | 2009-07-25 | 1 | -6/+9 |
* | Add a missing ilist_node.h #include to SparseBitVector, and add a very short | Jeffrey Yasskin | 2009-07-25 | 1 | -0/+1 |
* | MemoryObject - Abstract base class for contiguous addressable memory. | Sean Callanan | 2009-07-25 | 1 | -0/+81 |
* | Forward-declare raw_ostream. | Andreas Bolka | 2009-07-24 | 1 | -1/+1 |
* | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson | 2009-07-24 | 3 | -37/+38 |
* | fix some predicates | Chris Lattner | 2009-07-24 | 1 | -5/+4 |
* | change SectionKindForGlobal from being a public (and | Chris Lattner | 2009-07-24 | 1 | -6/+0 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 2 | -3/+1 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 3 | -3/+6 |
* | 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 |