aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2013-02-22Add a field to the compile unit of where we plan on splitting outEric Christopher
2013-02-22Add a TODO and explain when we can get rid of the isMain field.Eric Christopher
2013-02-22Formatting.Eric Christopher
2013-02-22An Optional<T> is pod-like if the inner type is.Benjamin Kramer
2013-02-22Implement the NoBuiltin attribute.Bill Wendling
2013-02-21Limit cast machinery to preserve const and not accept temporariesDavid Blaikie
2013-02-21Clear the whole table including the tombstones, since the tombstone count willPedro Artigas
2013-02-21Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky
2013-02-21Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen
2013-02-21Add move ctor/assignment to Optional<T>David Blaikie
2013-02-21Correct spelling of 'enumerator'.David Blaikie
2013-02-21Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie
2013-02-21ADT/Optional.h: Appease msvc. It reapplies r175626.NAKAMURA Takumi
2013-02-21Provide a "None" value for convenience when using Optional<T>()David Blaikie
2013-02-20MCParser: Update method names per coding guidelines.Jim Grosbach
2013-02-20Update TargetLowering ivars for name policy.Jim Grosbach
2013-02-20Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen
2013-02-20Add a LiveRangeUpdater class.Jakob Stoklund Olesen
2013-02-20Add a default constructor for LiveRange.Jakob Stoklund Olesen
2013-02-20Revert r175626, "ADT/Optional.h: Appease msvc."NAKAMURA Takumi
2013-02-20Whitespace.NAKAMURA Takumi
2013-02-20ADT/Optional.h: Appease msvc.NAKAMURA Takumi
2013-02-20Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer
2013-02-20Modify LiveInterval::addRange() to match the comment about what it returns.Cameron Zwarich
2013-02-20Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich
2013-02-20Make SlotIndex::getEntry() return unsigned to match IndexListEntry.Cameron Zwarich
2013-02-20Fix a misunderstanding about how RegMaskBlocks works. This was caught byCameron Zwarich
2013-02-20Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie
2013-02-20[llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer
2013-02-20Remove unneeded #include.Jakub Staszak
2013-02-20Fix #includes, so we include only what we really need.Jakub Staszak
2013-02-20Allow llvm::Optional to work with types without default constructors.David Blaikie
2013-02-20Move part of APInt implementation from header to cpp file. These methodsJakub Staszak
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19ELF symbol table field st_other support, Jack Carter
2013-02-19Simplify code. No functionality change.Jakub Staszak
2013-02-19Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem
2013-02-19Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor
2013-02-19Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov
2013-02-19Grammar.Eric Christopher
2013-02-18Add some convenience methods for querying function attributes.Bill Wendling
2013-02-18Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie
2013-02-18Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer
2013-02-18Use llvm::cast instead of reinterpret_cast.Jakub Staszak
2013-02-18Add front/back/erase to MapVector.Douglas Gregor
2013-02-18Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer
2013-02-18Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie
2013-02-18Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie