aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Make Optional<T>'s operator bool 'explicit' in C++11David Blaikie2013-02-212-1/+11
* ADT/Optional.h: Appease msvc. It reapplies r175626.NAKAMURA Takumi2013-02-211-1/+1
* Provide a "None" value for convenience when using Optional<T>()David Blaikie2013-02-212-0/+29
* MCParser: Update method names per coding guidelines.Jim Grosbach2013-02-201-19/+19
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-14/+14
* Use LiveRangeUpdater instead of mergeIntervalRanges.Jakob Stoklund Olesen2013-02-201-3/+0
* Add a LiveRangeUpdater class.Jakob Stoklund Olesen2013-02-201-0/+58
* Add a default constructor for LiveRange.Jakob Stoklund Olesen2013-02-201-1/+2
* Revert r175626, "ADT/Optional.h: Appease msvc."NAKAMURA Takumi2013-02-201-1/+1
* Whitespace.NAKAMURA Takumi2013-02-201-7/+7
* ADT/Optional.h: Appease msvc.NAKAMURA Takumi2013-02-201-1/+1
* Move the SplatByte helper to APInt and generalize it a bit.Benjamin Kramer2013-02-201-0/+11
* Modify LiveInterval::addRange() to match the comment about what it returns.Cameron Zwarich2013-02-201-2/+2
* Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after addingCameron Zwarich2013-02-201-0/+5
* Make SlotIndex::getEntry() return unsigned to match IndexListEntry.Cameron Zwarich2013-02-201-1/+1
* Fix a misunderstanding about how RegMaskBlocks works. This was caught byCameron Zwarich2013-02-201-1/+1
* Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions.David Blaikie2013-02-201-3/+3
* [llvm-readobj] Add ELF .dynamic table dumping.Michael J. Spencer2013-02-201-9/+40
* Remove unneeded #include.Jakub Staszak2013-02-201-1/+0
* Fix #includes, so we include only what we really need.Jakub Staszak2013-02-201-2/+1
* Allow llvm::Optional to work with types without default constructors.David Blaikie2013-02-201-11/+47
* Move part of APInt implementation from header to cpp file. These methodsJakub Staszak2013-02-201-38/+5
* ELF symbol table field st_other support, Jack Carter2013-02-191-0/+1
* ELF symbol table field st_other support, Jack Carter2013-02-191-2/+5
* ELF symbol table field st_other support, Jack Carter2013-02-191-3/+10
* ELF symbol table field st_other support, Jack Carter2013-02-193-0/+8
* Simplify code. No functionality change.Jakub Staszak2013-02-191-4/+2
* Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...Nadav Rotem2013-02-191-1/+7
* Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...Douglas Gregor2013-02-191-7/+4
* Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...Alexey Samsonov2013-02-191-6/+9
* Grammar.Eric Christopher2013-02-191-1/+1
* Add some convenience methods for querying function attributes.Bill Wendling2013-02-181-0/+8
* Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.David Blaikie2013-02-187-14/+12
* Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.Benjamin Kramer2013-02-181-0/+4
* Use llvm::cast instead of reinterpret_cast.Jakub Staszak2013-02-181-8/+8
* Add front/back/erase to MapVector.Douglas Gregor2013-02-181-0/+15
* Futureproof AttrBuild if we ever have more than 64 attr enum values.Benjamin Kramer2013-02-181-5/+5
* Add `unsigned DISubprogram::getFlags() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* Add `DIFile DISubprogram::getFile() const` for DragonEgg.David Blaikie2013-02-181-0/+4
* Narrow the return types of a few DIBuilder utility functions.David Blaikie2013-02-181-25/+27
* Add multithreading functions and shutdown to the C API. Patch by MoritzDuncan Sands2013-02-171-0/+33
* Remove use of reverse iterators in repairIntervalsInRange(). While they wereCameron Zwarich2013-02-171-5/+5
* Use ArrayRef instead of a reference to a SmallVectorImpl.Cameron Zwarich2013-02-171-1/+1
* Add support for updating the LiveIntervals of registers used by 'exotic'Cameron Zwarich2013-02-171-0/+15
* Remove comma at the end of enum. Still my favourite C++11 feature.Benjamin Kramer2013-02-161-1/+1
* Turn the enum attributes DenseSet in AttrBuilder into a set of bits.Benjamin Kramer2013-02-161-40/+15
* Use const reference instead of vector object when passing an argument toJakub Staszak2013-02-161-1/+1
* Add even more constatness in MachineDominators.h.Jakub Staszak2013-02-161-3/+3
* Add some constantness in Machine Dominators.Jakub Staszak2013-02-161-6/+8
* Remove trailing spaces.Jakub Staszak2013-02-161-24/+24