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
2013-02-17
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
Return false instead of 0.
Jakub Staszak
2013-02-17
Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
2013-02-17
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-17
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
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
Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
2013-02-17
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-16
The transform is:
Bill Wendling
2013-02-16
Clean up mips16 td file in preparation for massive pseudo lowering work.
Reed Kotler
2013-02-16
Documentation: correct syntax (one missing comma, one extra comma)
Dmitri Gribenko
2013-02-16
GCC doesn't like ++ on enums.
Benjamin Kramer
2013-02-16
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
Typo
Renato Golin
2013-02-16
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
One more try to make this look nice. I have lots of pseudo lowering
Reed Kotler
2013-02-16
Replace erase loop with std::remove_if.
Benjamin Kramer
2013-02-16
Replace loop with std::find.
Benjamin Kramer
2013-02-16
LegalizeDAG.cpp doesn't need DenseMap.
Jakub Staszak
2013-02-16
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-16
[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
NAKAMURA Takumi
2013-02-16
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...
NAKAMURA Takumi
2013-02-16
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-16
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
Replace "check:" wth "CHECK:".
Jakub Staszak
2013-02-16
R600/SI: Add pattern to simplify i64 loading
Christian Konig
2013-02-16
R600/SI: nuke SReg_1 v3
Christian Konig
2013-02-16
R600/SI: cleanup literal handling v3
Christian Konig
2013-02-16
R600/SI: replace AllReg_* with [SV]Src_* v2
Christian Konig
2013-02-16
R600/SI: fix VOPC encoding v2
Christian Konig
2013-02-16
R600/SI: move *_Helper definitions to SIInstrFormat.td
Christian Konig
2013-02-16
R600/SI: remove some more unused code
Christian Konig
2013-02-16
R600/structurizer: improve inverting conditions
Christian Konig
2013-02-16
R600/structurizer: improve loop handling
Christian Konig
2013-02-16
R600/structurizer: improve finding condition values
Christian Konig
2013-02-16
R600/structurizer: improve PHI value finding
Christian Konig
2013-02-16
R600/structurizer: add class to find the Nearest Common Dominator
Christian Konig
2013-02-16
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
Remove trailing spaces.
Jakub Staszak
2013-02-16
Use a different scheme to chose 16/32 variants. This scheme is more
Reed Kotler
2013-02-16
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-16
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
[next]