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
Age
Commit message (
Expand
)
Author
2012-09-29
Add LLVM support for Swift.
Bob Wilson
2012-09-29
Whitespace.
Bob Wilson
2012-09-29
Shrink TargetAlignElem a bit, we do a lot of searches on them.
Benjamin Kramer
2012-09-29
Fix a somewhat surprising miscompile where code relying on an ABI
Chandler Carruth
2012-09-29
Speculatively revert commit 164885 (nadav) in the hope of ressurecting a pile of
Duncan Sands
2012-09-29
Tidy up to match coding standards. Remove 'else' after 'return' and moving op...
Craig Topper
2012-09-29
Replace a couple if/elses around similar calls with conditional operators on ...
Craig Topper
2012-09-29
A DAGCombine optimization for merging consecutive stores. This optimization i...
Nadav Rotem
2012-09-29
Remove more LLVM_DELETED_FUNCTIONs from destructors to fix -std=c++11 build o...
Craig Topper
2012-09-29
Add test case for r164850.
Evan Cheng
2012-09-28
Do not delete BBs if their addresses are taken. rdar://12396696
Evan Cheng
2012-09-28
Don't use bit-wise operations to query for inclusion/exclusion of attributes.
Bill Wendling
2012-09-28
GlobalDCE should be run at -O2 / -Os to eliminate unused dtor, etc. rdar://91...
Evan Cheng
2012-09-28
MIPS DSP: add operands to make sure instruction strings are being matched.
Akira Hatanaka
2012-09-28
Remove unused methods.
Bill Wendling
2012-09-28
docs: dedent list on index.rst
Sean Silva
2012-09-28
MIPS DSP: other miscellaneous instructions.
Akira Hatanaka
2012-09-28
Testcase for r164835
Manman Ren
2012-09-28
MIPS DSP: ADDUH.QB instruction sub-class.
Akira Hatanaka
2012-09-28
X86: when replacing SUB with TEST in ISelDAGToDAG, only replace uses of the
Manman Ren
2012-09-28
Removing dependency on third party library for Intel JIT event support.
Andrew Kaylor
2012-09-28
PackedVector: Make the BitVector implementation configurable.
Benjamin Kramer
2012-09-28
Provide malloc-free sentinels for the SparseBitVector internals.
Benjamin Kramer
2012-09-28
Replace the use of strncpy() and sprintf() with std::string and LLVM streams.
Dmitri Gribenko
2012-09-28
CorrelatedPropagation: BasicBlock::removePredecessor can simplify PHI nodes. ...
Benjamin Kramer
2012-09-28
Make backtraces work again with both the configure and cmake build.
Benjamin Kramer
2012-09-28
GlobalOpt: non-constexpr bitcasts or GEPs can occur even if the global value ...
Benjamin Kramer
2012-09-28
Surprisingly, we missed a trivial case here. Fix that!
Nick Lewycky
2012-09-28
Remove a LLVM_DELETED_FUNCTION from destructor to fix -std=c++11 build on gcc...
Craig Topper
2012-09-28
1. Add load/store words from the stack
Reed Kotler
2012-09-27
Remove <def,read-undef> flags from partial redefinitions.
Jakob Stoklund Olesen
2012-09-27
Fix more crlf issues.
Micah Villmow
2012-09-27
instcombine: Add more test cases for __strncpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __strcpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memmove_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memcpy_chk simplification
Meador Inge
2012-09-27
instcombine: Add more test cases for __memset_chk simplification
Meador Inge
2012-09-27
Enable the new coalescer algorithm by default.
Jakob Stoklund Olesen
2012-09-27
Don't dereference begin() on an empty vector.
Jakob Stoklund Olesen
2012-09-27
MIPS DSP: ABSQ_S.PH instruction sub-class.
Akira Hatanaka
2012-09-27
MIPS DSP: SHLL.QB instruction sub-class.
Akira Hatanaka
2012-09-27
Fix a integer overflow in SimplifyCFG's look up table formation logic.
Benjamin Kramer
2012-09-27
Fix CRLF issues.
Micah Villmow
2012-09-27
Avoid dereferencing a NULL pointer.
Jakob Stoklund Olesen
2012-09-27
Patch for HowToBuildOnARM documentation from Wei-Ren Chen.
Micah Villmow
2012-09-27
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
Prefer shuffles to selects. Backends love shuffles!
Nick Lewycky
2012-09-27
Add constructors to the attribute builder.
Bill Wendling
2012-09-27
Add missing function CreateFPCast to the TargetFolder. It's there in the other
Nick Lewycky
[prev]
[next]