aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* Include cmath/math.h in DataTypes.h regardless of whether MSVC is being used.Stefanus Du Toit2009-07-282-12/+12
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-287-147/+203
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-7/+0
* Add a comment on Value explaining the current getName() behavior.Daniel Dunbar2009-07-271-0/+6
* Move ConstantStruct back to 2.5 API.Owen Anderson2009-07-272-12/+7
* Add a new keyword 'inbounds' for use with getelementptr. See theDan Gohman2009-07-272-2/+13
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-272-4/+5
* Order unsigned before signed, for consistency.Dan Gohman2009-07-271-8/+8
* Make raw_null_ostream flush its buffer in its destructor, so thatDan Gohman2009-07-271-0/+1
* hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner2009-07-271-0/+13
* Move MCContext and friends to StringRef based APIs.Daniel Dunbar2009-07-273-7/+10
* simplify #includes.Chris Lattner2009-07-271-3/+1
* Move ConstantFP construction back to the 2.5-ish API.Owen Anderson2009-07-273-18/+16
* 80 columns!Devang Patel2009-07-271-5/+12
* Thanks, Bill!Sean Callanan2009-07-271-1/+1
* Sink getSectionPrefixForUniqueGlobal down into the TAI Chris Lattner2009-07-273-15/+7
* Many of Daniel's fixes.Sean Callanan2009-07-271-15/+14
* CMake configuration: find mkdtemp, mkstemp, mktemp.Douglas Gregor2009-07-271-3/+3
* make COFF work like ELF and macho, by splitting out into its ownChris Lattner2009-07-272-1/+30
* inline a method.Chris Lattner2009-07-271-6/+1
* Fix wording in comments.Dan Gohman2009-07-271-1/+1
* Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec...Chris Lattner2009-07-271-4/+3
* Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner2009-07-272-69/+30
* untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create aChris Lattner2009-07-262-6/+3
* Use the RHS length instead of the LHS length. They are both the same,Chris Lattner2009-07-261-1/+1
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-13/+0
* Remove Value::getNameLenDaniel Dunbar2009-07-261-4/+0
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-261-4/+6
* remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner2009-07-262-7/+9
* make SectionKind keep track of whether a global had an explicitChris Lattner2009-07-261-2/+9
* make SectionKind know whether a symbol is weak or not in additionChris Lattner2009-07-261-5/+9
* Make the kind actually be private.Chris Lattner2009-07-261-4/+5
* rename Mergable -> Mergeable and Writable -> WriteableChris Lattner2009-07-263-40/+46
* remove a bunch of helper functions, just use SectionKind::get instead.Chris Lattner2009-07-261-17/+0
* simplify getSectionForMergableConstant to take a SectionKind.Chris Lattner2009-07-263-5/+3
* precreate 4/8/16 byte mergable sections to simplify code.Chris Lattner2009-07-261-6/+10
* introduce specialized mergable const sectionkinds for elements of size 4/8/16 toChris Lattner2009-07-261-2/+23
* Rearrange all the SectionKinds and structure them into a hierarchicalChris Lattner2009-07-261-49/+116
* Factor commonality in triple match routines into helper template for registeringDaniel Dunbar2009-07-261-12/+12
* Oops, forgot XCore. Sorry XCore!Daniel Dunbar2009-07-261-0/+1
* Update for API change.Daniel Dunbar2009-07-261-5/+17
* 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-261-14/+14
* Add StringRef::{slice, split}, two convenient string operations which are simpleDaniel Dunbar2009-07-261-3/+38
* put normal data into .data instead of .data.rel on elf systems.Chris Lattner2009-07-261-1/+1
* Kill Target specific ModuleMatchQuality stuff.Daniel Dunbar2009-07-261-12/+0
* Add TargetRegistry::lookupTarget.Daniel Dunbar2009-07-261-14/+17
* finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobalChris Lattner2009-07-261-0/+9
* Some clients rely on getName{Start,End} not returning 0, even if the length isDaniel Dunbar2009-07-261-2/+8