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
*
Remove all non-linker oriented compile options from the linker
Eric Christopher
2013-06-24
1
-4
/
+3
*
80-column and tab character fixes.
Eric Christopher
2013-06-24
3
-5
/
+8
*
Formatting.
Eric Christopher
2013-06-24
1
-3
/
+2
*
typo.
Adrian Prantl
2013-06-24
1
-1
/
+1
*
Use const references instead of pointers to references that are
Eric Christopher
2013-06-24
2
-21
/
+23
*
[PowerPC] Support some miscellaneous mnemonics in the asm parser
Ulrich Weigand
2013-06-24
3
-5
/
+27
*
Add a simpler version of is_regular_file.
Rafael Espindola
2013-06-24
1
-0
/
+9
*
DebugInfo: DIBuilder changes to match DIEnumerator changes in r184694
David Blaikie
2013-06-24
2
-2
/
+2
*
Improve diagnostics when getSizeInBits is called on the Other type.
Chad Rosier
2013-06-24
1
-2
/
+4
*
PPC: Remove default case from fully covered switch.
Benjamin Kramer
2013-06-24
1
-4
/
+2
*
[PowerPC] Add some FIXMEs
Ulrich Weigand
2013-06-24
1
-0
/
+25
*
R600: Fix spelling error in comment
Aaron Watry
2013-06-24
1
-1
/
+1
*
[PowerPC] Add predicted forms of branches
Ulrich Weigand
2013-06-24
7
-68
/
+1395
*
Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...
NAKAMURA Takumi
2013-06-24
1
-0
/
+0
*
Rename the variable to fix a warning. Thanks Andy Gibbs.
Nadav Rotem
2013-06-24
1
-2
/
+2
*
Look for Python 2 before Python 3 in CMakeLists.txt
Reid Kleckner
2013-06-24
1
-1
/
+2
*
llvm/test/CodeGen/X86: Add explicit -mtriple=x86_64-unknown-unknown.
NAKAMURA Takumi
2013-06-24
2
-2
/
+2
*
llvm/test/CodeGen/X86/legalize-shift-64.ll: Add explicit -mtriple=i686-unknow...
NAKAMURA Takumi
2013-06-24
1
-1
/
+1
*
llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.
NAKAMURA Takumi
2013-06-24
1
-1
/
+1
*
NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...
NAKAMURA Takumi
2013-06-24
1
-1
/
+23
*
[PowerPC] Add t/f branch mnemonics to asm parser
Ulrich Weigand
2013-06-24
2
-81
/
+127
*
Reapply 184685 after the SetVector iteration order fix.
Arnold Schwaighofer
2013-06-24
4
-234
/
+328
*
LoopVectorize: Use SetVector for the access set
Arnold Schwaighofer
2013-06-24
1
-1
/
+2
*
[PowerPC] Support generic conditional branches in asm parser
Ulrich Weigand
2013-06-24
3
-9
/
+84
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
14
-76
/
+344
*
[PowerPC] Support bd(n)zl and bd(n)zlrl
Ulrich Weigand
2013-06-24
2
-4
/
+22
*
[PowerPC] Support b(cond)l in the asm parser
Ulrich Weigand
2013-06-24
2
-24
/
+81
*
[PowerPC] Support blrl and variants in the asm parser
Ulrich Weigand
2013-06-24
2
-25
/
+63
*
This patch introduces RegisterOperand class into Mips FPU instruction defini...
Vladimir Medic
2013-06-24
3
-87
/
+157
*
[APFloat] Removed trailing whitespace from unittests.
Michael Gottesman
2013-06-24
1
-14
/
+14
*
[APFloat] Added a large unittest for APFloat.add that checks that special val...
Michael Gottesman
2013-06-24
1
-0
/
+302
*
[APFloat] Added support for parsing float strings which contain {inf,-inf,NaN...
Michael Gottesman
2013-06-24
2
-0
/
+30
*
[APFloat] Added make{Zero,Inf} methods and implemented get{Zero,Inf} on top o...
Michael Gottesman
2013-06-24
2
-2
/
+24
*
[APFloat] Removed a assert from significandParts() which says that one can on...
Michael Gottesman
2013-06-24
1
-2
/
+0
*
[APFloat] Rename macro convolve => PackCategoriesIntoKey so that it is clear ...
Michael Gottesman
2013-06-24
1
-86
/
+92
*
Add -mcpu to some unit tests that only fail on certain hosts.
Andrew Trick
2013-06-24
7
-8
/
+8
*
ARM: check predicate bits for thumb instructions
Amaury de la Vieuville
2013-06-24
3
-13
/
+35
*
ARM: rGPR is meant to be unpredictable, not undefined
Amaury de la Vieuville
2013-06-24
3
-5
/
+7
*
Temporarily enable MI-Sched on X86.
Andrew Trick
2013-06-24
64
-258
/
+277
*
ARM: fix thumb1 nop decoding
Amaury de la Vieuville
2013-06-24
4
-19
/
+4
*
ARM: fix IT decoding
Amaury de la Vieuville
2013-06-24
2
-6
/
+8
*
ARM: enable decoding of pc-relative PLD/PLI
Amaury de la Vieuville
2013-06-24
4
-46
/
+180
*
Add a flag to defer vectorization into a phase after the inliner and its
Chandler Carruth
2013-06-24
2
-16
/
+67
*
Filter out dragonegg when checked out into a projects subdirectory.
Chandler Carruth
2013-06-24
1
-0
/
+3
*
DebugInfo: enumerator values returned as int64 as they are stored
David Blaikie
2013-06-24
1
-1
/
+1
*
DebugInfo: add some testing from an overly broad end-to-end test in Clang
David Blaikie
2013-06-24
2
-37
/
+79
*
Revert "LoopVectorize: Use the dependence test utility class"
Arnold Schwaighofer
2013-06-24
4
-328
/
+234
*
[APFloat] Removed out of date comment from isNormal().
Michael Gottesman
2013-06-24
1
-3
/
+0
*
[APFloat] Rename llvm::exponent_t => llvm::APFloat::ExponentType.
Michael Gottesman
2013-06-24
2
-9
/
+9
*
LoopVectorize: Use the dependence test utility class
Arnold Schwaighofer
2013-06-24
4
-234
/
+328
[next]