aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Move MSILModule and MSILWriter into the 'llvm' namespace, instead of the 'MSIL'Nick Lewycky2009-07-262-8/+3
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-2612-292/+299
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-269-77/+84
* simplify SectionFlagsForGlobal, even though I want to kill it.Chris Lattner2009-07-261-6/+5
* make SectionKind keep track of whether a global had an explicitChris Lattner2009-07-262-23/+33
* simplify this code now that SectionKind knows if a global is weak or not.Chris Lattner2009-07-261-5/+2
* make SectionKind know whether a symbol is weak or not in additionChris Lattner2009-07-264-36/+45
* Make the kind actually be private.Chris Lattner2009-07-261-4/+5
* rename Mergable -> Mergeable and Writable -> WriteableChris Lattner2009-07-269-82/+87
* two files I missed in the last commit.Chris Lattner2009-07-262-12/+12
* remove a bunch of helper functions, just use SectionKind::get instead.Chris Lattner2009-07-262-37/+25
* simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner2009-07-268-45/+43
* precreate 4/8/16 byte mergable sections to simplify code.Chris Lattner2009-07-262-22/+29
* introduce specialized mergable const sectionkinds for elements of size 4/8/16 toChris Lattner2009-07-264-11/+45
* improve the default impl of getSectionForMergableConstant byChris Lattner2009-07-261-2/+4
* make elf targets correctly handle constant pool entries that require relocati...Chris Lattner2009-07-261-2/+7
* Rearrange all the SectionKinds and structure them into a hierarchicalChris Lattner2009-07-265-103/+173
* Update target registration description in Writing An LLVM Backend, and addDaniel Dunbar2009-07-262-8/+57
* Sort list of targets in --version.Daniel Dunbar2009-07-261-8/+11
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-2614-233/+46
* Oops, forgot XCore. Sorry XCore!Daniel Dunbar2009-07-262-2/+4
* Update for API change.Daniel Dunbar2009-07-262-11/+63
* fix isReadOnly predicate to not include data that has to beChris Lattner2009-07-261-3/+1
* remove a dead enum case.Chris Lattner2009-07-261-1/+0
* Update Triple to use StringRef/Twine based APIs.Daniel Dunbar2009-07-263-108/+85
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-262-3/+53
* put normal data into .data instead of .data.rel on elf systems.Chris Lattner2009-07-263-23/+28
* Remove unused headerDaniel Dunbar2009-07-261-1/+0
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-2616-286/+13
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-268-107/+57
* eliminate a pointless switch stmt.Chris Lattner2009-07-261-11/+2
* finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner2009-07-263-23/+42
* Some clients rely on getName{Start,End} not returning 0, even if the length isDaniel Dunbar2009-07-261-2/+8
* Rewrite getName{Start,End,Len} in terms of getName(), instead of vice-versa.Daniel Dunbar2009-07-262-20/+14
* simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bitChris Lattner2009-07-262-16/+37
* simplify some predicates, add isMergableString()Chris Lattner2009-07-261-12/+10
* Simplify.Daniel Dunbar2009-07-261-12/+5
* Add support for ARM Neon VREV instructions.Bob Wilson2009-07-264-0/+214
* Remove Value::setName(const char*, unsigned).Daniel Dunbar2009-07-264-12/+15
* Remove Value::setName(const char*).Daniel Dunbar2009-07-262-8/+1
* Remove Value::{isName, getNameRef}.Daniel Dunbar2009-07-2515-71/+49
* make SectionKind be a first-class pod struct instead of justChris Lattner2009-07-2510-70/+87
* Added a test and fixed a bug in BumpPtrAllocator relating to large alignmentReid Kleckner2009-07-252-2/+50
* this is (unfortunately) several changes mixed together:Chris Lattner2009-07-2514-89/+100
* document some invariants.Chris Lattner2009-07-252-4/+10
* add the most expedient hack to fix PR4619, along with a testcase.Chris Lattner2009-07-252-0/+13
* Fix a few comments to say "backedge-taken count" instead ofDan Gohman2009-07-251-2/+3
* SCEV objects are no longer reference-counted.Dan Gohman2009-07-251-3/+2
* Update comments to new-style syntax.Dan Gohman2009-07-251-1/+1
* When attempting to sign-extend an addrec by interpretingDan Gohman2009-07-252-2/+76