index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
X86: Add a note.
Benjamin Kramer
2013-02-17
1
-0
/
+9
*
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
4
-1
/
+44
*
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
4
-1
/
+37
*
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
2
-1
/
+24
*
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
2
-2
/
+54
*
Return false instead of 0.
Jakub Staszak
2013-02-17
1
-1
/
+1
*
Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
2013-02-17
1
-1
/
+1
*
AArch64: Avoid shifts by 64, that's undefined behavior.
Benjamin Kramer
2013-02-17
1
-3
/
+3
*
Add multithreading functions and shutdown to the C API. Patch by Moritz
Duncan Sands
2013-02-17
2
-0
/
+53
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
2
-4
/
+105
*
Make the visibility of LLVMPPCCompilationCallback work with GCC.
Benjamin Kramer
2013-02-17
1
-1
/
+1
*
Remove use of reverse iterators in repairIntervalsInRange(). While they were
Cameron Zwarich
2013-02-17
3
-21
/
+18
*
Use ArrayRef instead of a reference to a SmallVectorImpl.
Cameron Zwarich
2013-02-17
2
-2
/
+2
*
Fix a conversion from a forward iterator to a reverse iterator in
Cameron Zwarich
2013-02-17
1
-6
/
+7
*
Add support for updating the LiveIntervals of registers used by 'exotic'
Cameron Zwarich
2013-02-17
3
-0
/
+80
*
The transform is:
Bill Wendling
2013-02-16
3
-23
/
+26
*
Clean up mips16 td file in preparation for massive pseudo lowering work.
Reed Kotler
2013-02-16
1
-71
/
+68
*
Documentation: correct syntax (one missing comma, one extra comma)
Dmitri Gribenko
2013-02-16
1
-2
/
+2
*
GCC doesn't like ++ on enums.
Benjamin Kramer
2013-02-16
1
-1
/
+1
*
Remove comma at the end of enum. Still my favourite C++11 feature.
Benjamin Kramer
2013-02-16
1
-1
/
+1
*
Typo
Renato Golin
2013-02-16
1
-1
/
+1
*
Turn the enum attributes DenseSet in AttrBuilder into a set of bits.
Benjamin Kramer
2013-02-16
2
-64
/
+38
*
One more try to make this look nice. I have lots of pseudo lowering
Reed Kotler
2013-02-16
2
-4
/
+12
*
Replace erase loop with std::remove_if.
Benjamin Kramer
2013-02-16
1
-6
/
+5
*
Replace loop with std::find.
Benjamin Kramer
2013-02-16
1
-10
/
+4
*
LegalizeDAG.cpp doesn't need DenseMap.
Jakub Staszak
2013-02-16
1
-1
/
+0
*
Reduce indents in LSRInstance::NarrowSearchSpaceByCollapsingUnrolledCode method.
Jakub Staszak
2013-02-16
1
-67
/
+67
*
[msvc x64] Update X86CompilationCallback_Win64.asm corresponding to r175267.
NAKAMURA Takumi
2013-02-16
1
-2
/
+2
*
Use const reference instead of vector object when passing an argument to
Jakub Staszak
2013-02-16
2
-2
/
+2
*
Target/R600/CMakeLists.txt: Prune SILowerLiteralConstants.cpp corresponding t...
NAKAMURA Takumi
2013-02-16
1
-1
/
+0
*
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
2
-0
/
+14
*
Minor cleanups. No functionality change.
Jakub Staszak
2013-02-16
1
-9
/
+8
*
Add even more constatness in MachineDominators.h.
Jakub Staszak
2013-02-16
1
-3
/
+3
*
Replace "check:" wth "CHECK:".
Jakub Staszak
2013-02-16
1
-4
/
+4
*
R600/SI: Add pattern to simplify i64 loading
Christian Konig
2013-02-16
2
-0
/
+9
*
R600/SI: nuke SReg_1 v3
Christian Konig
2013-02-16
7
-118
/
+23
*
R600/SI: cleanup literal handling v3
Christian Konig
2013-02-16
10
-195
/
+176
*
R600/SI: replace AllReg_* with [SV]Src_* v2
Christian Konig
2013-02-16
3
-85
/
+89
*
R600/SI: fix VOPC encoding v2
Christian Konig
2013-02-16
1
-37
/
+16
*
R600/SI: move *_Helper definitions to SIInstrFormat.td
Christian Konig
2013-02-16
2
-66
/
+66
*
R600/SI: remove some more unused code
Christian Konig
2013-02-16
2
-52
/
+0
*
R600/structurizer: improve inverting conditions
Christian Konig
2013-02-16
1
-1
/
+39
*
R600/structurizer: improve loop handling
Christian Konig
2013-02-16
1
-196
/
+148
*
R600/structurizer: improve finding condition values
Christian Konig
2013-02-16
1
-9
/
+22
*
R600/structurizer: improve PHI value finding
Christian Konig
2013-02-16
1
-0
/
+6
*
R600/structurizer: add class to find the Nearest Common Dominator
Christian Konig
2013-02-16
1
-0
/
+66
*
Add some constantness in Machine Dominators.
Jakub Staszak
2013-02-16
1
-6
/
+8
*
Remove trailing spaces.
Jakub Staszak
2013-02-16
1
-24
/
+24
*
Use a different scheme to chose 16/32 variants. This scheme is more
Reed Kotler
2013-02-16
2
-11
/
+7
*
[ELF] Add STN_UNDEF.
Michael J. Spencer
2013-02-16
1
-0
/
+5
[prev]
[next]