aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa.Daniel Dunbar2009-07-261-7/+11
* simplify some predicates, add isMergableString()Chris Lattner2009-07-261-12/+10
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-261-1/+4
* Remove Value::setName(const char*).Daniel Dunbar2009-07-261-1/+0
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-252-12/+7
* make SectionKind be a first-class pod struct instead of justChris Lattner2009-07-253-16/+39
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-253-8/+28
* document some invariants.Chris Lattner2009-07-251-3/+4
* Fix a few comments to say "backedge-taken count" instead ofDan Gohman2009-07-251-2/+3
* Update comments to new-style syntax.Dan Gohman2009-07-251-1/+1
* Remove spurious semicolons.Dan Gohman2009-07-251-2/+2
* Simplify JIT target selection.Daniel Dunbar2009-07-251-11/+10
* Add new helpers for registering targets.Daniel Dunbar2009-07-252-55/+95
* Finish migrating VMCore to StringRef/Twine based APIs.Daniel Dunbar2009-07-257-61/+59
* Initial update to VMCore to use Twines for string arguments.Daniel Dunbar2009-07-258-177/+175
* Move ExtractElementInst to ::Create instead of new. Update all uses.Eric Christopher2009-07-252-6/+16
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-251-4/+4
* Instead of eagerly creating new SCEVs to replace all SCEVs that areDan Gohman2009-07-252-75/+28
* Make AliasAnalysis and related classes useDan Gohman2009-07-251-6/+9
* Add a missing ilist_node.h #include to SparseBitVector, and add a very shortJeffrey Yasskin2009-07-251-0/+1
* MemoryObject - Abstract base class for contiguous addressable memory.Sean Callanan2009-07-251-0/+81
* Forward-declare raw_ostream.Andreas Bolka2009-07-241-1/+1
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-243-37/+38
* fix some predicatesChris Lattner2009-07-241-5/+4
* change SectionKindForGlobal from being a public (andChris Lattner2009-07-241-6/+0
* make SectionKindForGlobal target independent, and therefore non-virtual.Chris Lattner2009-07-242-3/+1
* we already know the sectionkind when invoking SelectSectionForGlobal,Chris Lattner2009-07-243-3/+6
* make SectionForGlobal non-virtual, add a hook for pic16 to do its "address=" ...Chris Lattner2009-07-241-4/+13
* Add support for promoting SETCC operations.Jakob Stoklund Olesen2009-07-241-2/+5
* Convert several more passes to use getAnalysisIfAvailable<TargetData>()Dan Gohman2009-07-241-2/+2
* Add specific classes for Add, Sub, and Mul, for convenience.Dan Gohman2009-07-241-0/+51
* move ELF-specific code into ELFTargetAsmInfo.Chris Lattner2009-07-242-1/+12
* make SectionFlagsForGlobal a private static function instead of a publicChris Lattner2009-07-241-7/+0
* Move more to raw_ostream, provide support for writing MachineBasicBlock,Daniel Dunbar2009-07-242-0/+16
* Move to raw_ostream.Daniel Dunbar2009-07-241-3/+4
* Allow llvm_report_error to accept a Twine.Daniel Dunbar2009-07-241-0/+4
* Remove unused member functions.Eli Friedman2009-07-241-22/+0
* Fix constructor typesDaniel Dunbar2009-07-241-2/+2
* Add Twine ADT.Daniel Dunbar2009-07-241-0/+347
* Implement getSectionPrefixForUniqueGlobal to return null, indicating thatChris Lattner2009-07-241-0/+6
* Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal.Chris Lattner2009-07-242-7/+10
* document SectionFlags::Named better and make it more easily greppable byChris Lattner2009-07-241-3/+5
* use section flags more correctly.Chris Lattner2009-07-241-0/+2
* make Constant::getRelocationInfo return an enum, as suggested by Duncan.Chris Lattner2009-07-242-15/+15
* remove more bits of small section support.Chris Lattner2009-07-241-24/+0
* Remove SectionKind::Small*. This was only used on mips, and is apparentlyChris Lattner2009-07-241-10/+2
* Give SCEVAddRecExpr no-signed-overflow and no-unsigned-overflow flags.Dan Gohman2009-07-241-0/+9
* Give the SCEV class a SubclassData field.Dan Gohman2009-07-241-2/+9
* Fix whitespace.Dan Gohman2009-07-241-8/+8
* Privatize the ConstantVector tables.Owen Anderson2009-07-242-3/+1