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
2012-08-02
include/llvm/Analysis/RegionInfo.h: Appease msvc.
NAKAMURA Takumi
2012-08-02
Implement the block_iterator of Region based on df_iterator.
Hongbin Zheng
2012-08-02
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-08-01
Reference IntrusiveRefCntPtr in doxygen doc of RefCountedBase to get a link t...
Axel Naumann
2012-08-01
Add range erase, element insert, and range insert methods to
Chandler Carruth
2012-08-01
Add basic in-bounds asserts to TinyPtrVector::erase.
Chandler Carruth
2012-08-01
Initial commit of new FileOutputBuffer support class.
Nick Kledzik
2012-08-01
Fix shadowed variable warning
Nick Kledzik
2012-07-31
Implement copy and move assignment for TinyPtrVector. These try to
Chandler Carruth
2012-07-31
Clean up trailing whitespace and unnecessary blank lines.
Chandler Carruth
2012-07-31
Bring TinyPtrVector under test. Somehow we never picked up unit tests
Chandler Carruth
2012-07-30
Added MachineRegisterInfo::hasOneDef()
Andrew Trick
2012-07-30
Inline MachineRegisterInfo::hasOneUse
Andrew Trick
2012-07-30
Extend the InstVisitor to visit the specialized classes wrapping
Chandler Carruth
2012-07-30
Move the SmallVector unit tests to be type-parameterized so that we can
Chandler Carruth
2012-07-30
Typo.
Eric Christopher
2012-07-30
Add MachineInstr::isTransient().
Jakob Stoklund Olesen
2012-07-30
Add MachineBasicBlock::isPredecessor().
Jakob Stoklund Olesen
2012-07-29
APInt: Simplify code.
Benjamin Kramer
2012-07-29
Revert r160920 and r160919 due to dragonegg and clang selfhost failure
Manman Ren
2012-07-28
X86 Peephole: fold loads to the source register operand if possible.
Manman Ren
2012-07-27
Also compute register mask lists under -new-live-intervals.
Jakob Stoklund Olesen
2012-07-27
Typos.
Chad Rosier
2012-07-27
Eliminate the IS_PHI_DEF flag and VNInfo::setIsPHIDef().
Jakob Stoklund Olesen
2012-07-27
Add a -new-live-intervals experimental option.
Jakob Stoklund Olesen
2012-07-27
SmallVector: Crank up verbosity of asserts per Chandler's request.
Benjamin Kramer
2012-07-27
Give MCRegisterInfo an implementation file.
Jakob Stoklund Olesen
2012-07-27
SmallVector::erase: Assert that iterators are actually inside the vector.
Benjamin Kramer
2012-07-27
Eliminate the large XXXSubRegTable constant arrays.
Jakob Stoklund Olesen
2012-07-26
Remove support for 'CompositeIndices' and sub-register cycles.
Jakob Stoklund Olesen
2012-07-26
Add support for v16i32/v16i64 into the code generator. This is required for b...
Micah Villmow
2012-07-26
Make comments in Debug.cpp and Debug.h consistent. Rename SetCurrentDebugType;
Chad Rosier
2012-07-26
Start scaffolding for a MachineTraceMetrics analysis pass.
Jakob Stoklund Olesen
2012-07-26
Add a floor intrinsic.
Dan Gohman
2012-07-25
Differentially encode all MC register lists.
Jakob Stoklund Olesen
2012-07-25
revert r160742: it's breaking CMake build
Nuno Lopes
2012-07-25
MemoryBuiltins: add support to determine the size of strdup'ed non-constant s...
Nuno Lopes
2012-07-25
add EmitStrNLen()
Nuno Lopes
2012-07-25
make all Emit*() functions consult the TargetLibraryInfo information before c...
Nuno Lopes
2012-07-24
In order to correctly compile
Rafael Espindola
2012-07-24
[Object] Remove unneeded const_cast.
Michael J. Spencer
2012-07-24
add a few more functions to TargetLibraryInfo:
Nuno Lopes
2012-07-24
Add new interfaces to support ldd's ReaderElf.cpp.
Anshuman Dasgupta
2012-07-24
TargetLibraryInfo: add strn?cat, strn?cpy, and strn?len
Nuno Lopes
2012-07-23
Add operator== to APSInt. This will compare the signed bit before doing
Richard Trieu
2012-07-23
Doxygenify the comments of ISD nodes.
Nadav Rotem
2012-07-23
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-22
autoconf: Re-introduce LLVM_HOSTTRIPLE since r143500, as rework of PR11060.
NAKAMURA Takumi
2012-07-21
Add VK_Mips_HIGHER and VK_Mips_HIGHEST to MCSymbolRefExpr::VariantKind.
Akira Hatanaka
2012-07-20
baby steps toward fixing some problems with inbound GEPs that overflow, as di...
Nuno Lopes
[next]