| Commit message (Expand) | Author | Age | Files | Lines |
* | Factor commonality in triple match routines into helper template for registering | Daniel Dunbar | 2009-07-26 | 1 | -12/+12 |
* | Oops, forgot XCore. Sorry XCore! | Daniel Dunbar | 2009-07-26 | 1 | -0/+1 |
* | Update for API change. | Daniel Dunbar | 2009-07-26 | 1 | -5/+17 |
* | fix isReadOnly predicate to not include data that has to be | Chris Lattner | 2009-07-26 | 1 | -3/+1 |
* | remove a dead enum case. | Chris Lattner | 2009-07-26 | 1 | -1/+0 |
* | Update Triple to use StringRef/Twine based APIs. | Daniel Dunbar | 2009-07-26 | 1 | -14/+14 |
* | Add StringRef::{slice, split}, two convenient string operations which are simple | Daniel Dunbar | 2009-07-26 | 1 | -3/+38 |
* | put normal data into .data instead of .data.rel on elf systems. | Chris Lattner | 2009-07-26 | 1 | -1/+1 |
* | Kill Target specific ModuleMatchQuality stuff. | Daniel Dunbar | 2009-07-26 | 1 | -12/+0 |
* | Add TargetRegistry::lookupTarget. | Daniel Dunbar | 2009-07-26 | 1 | -14/+17 |
* | finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal | Chris Lattner | 2009-07-26 | 1 | -0/+9 |
* | Some clients rely on getName{Start,End} not returning 0, even if the length is | Daniel Dunbar | 2009-07-26 | 1 | -2/+8 |
* | Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa. | Daniel Dunbar | 2009-07-26 | 1 | -7/+11 |
* | simplify some predicates, add isMergableString() | Chris Lattner | 2009-07-26 | 1 | -12/+10 |
* | Remove Value::setName(const char*, unsigned). | Daniel Dunbar | 2009-07-26 | 1 | -1/+4 |
* | Remove Value::setName(const char*). | Daniel Dunbar | 2009-07-26 | 1 | -1/+0 |
* | Remove Value::{isName, getNameRef}. | Daniel Dunbar | 2009-07-25 | 2 | -12/+7 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 3 | -16/+39 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 3 | -8/+28 |
* | document some invariants. | Chris Lattner | 2009-07-25 | 1 | -3/+4 |
* | Fix a few comments to say "backedge-taken count" instead of | Dan Gohman | 2009-07-25 | 1 | -2/+3 |
* | Update comments to new-style syntax. | Dan Gohman | 2009-07-25 | 1 | -1/+1 |
* | 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 |