index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2013-02-20
MCParser: Update method names per coding guidelines.
Jim Grosbach
2013-02-20
Update TargetLowering ivars for name policy.
Jim Grosbach
2013-02-20
Use LiveRangeUpdater instead of mergeIntervalRanges.
Jakob Stoklund Olesen
2013-02-20
Add a LiveRangeUpdater class.
Jakob Stoklund Olesen
2013-02-20
Add a default constructor for LiveRange.
Jakob Stoklund Olesen
2013-02-20
Revert r175626, "ADT/Optional.h: Appease msvc."
NAKAMURA Takumi
2013-02-20
Whitespace.
NAKAMURA Takumi
2013-02-20
ADT/Optional.h: Appease msvc.
NAKAMURA Takumi
2013-02-20
Move the SplatByte helper to APInt and generalize it a bit.
Benjamin Kramer
2013-02-20
Modify LiveInterval::addRange() to match the comment about what it returns.
Cameron Zwarich
2013-02-20
Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding
Cameron Zwarich
2013-02-20
Make SlotIndex::getEntry() return unsigned to match IndexListEntry.
Cameron Zwarich
2013-02-20
Fix a misunderstanding about how RegMaskBlocks works. This was caught by
Cameron Zwarich
2013-02-20
Rename 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-20
Remove unneeded #include.
Jakub Staszak
2013-02-20
Fix #includes, so we include only what we really need.
Jakub Staszak
2013-02-20
Allow llvm::Optional to work with types without default constructors.
David Blaikie
2013-02-20
Move part of APInt implementation from header to cpp file. These methods
Jakub Staszak
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
ELF symbol table field st_other support,
Jack Carter
2013-02-19
Simplify code. No functionality change.
Jakub Staszak
2013-02-19
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un...
Douglas Gregor
2013-02-19
Fix initialization-order bug in llvm::Support::TimeValue. TimeValue::now() is...
Alexey Samsonov
2013-02-19
Grammar.
Eric Christopher
2013-02-18
Add some convenience methods for querying function attributes.
Bill Wendling
2013-02-18
Use LLVM_DELETED_FUNCTION rather than '// do not implement' comments.
David Blaikie
2013-02-18
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
Use llvm::cast instead of reinterpret_cast.
Jakub Staszak
2013-02-18
Add front/back/erase to MapVector.
Douglas Gregor
2013-02-18
Futureproof AttrBuild if we ever have more than 64 attr enum values.
Benjamin Kramer
2013-02-18
Add `unsigned DISubprogram::getFlags() const` for DragonEgg.
David Blaikie
2013-02-18
Add `DIFile DISubprogram::getFile() const` for DragonEgg.
David Blaikie
2013-02-18
Narrow the return types of a few DIBuilder utility functions.
David Blaikie
2013-02-17
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-16
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
Remove trailing spaces.
Jakub Staszak
2013-02-16
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-15
Pacify -Wnon-virtual-dtor
Matt Beaumont-Gay
[next]