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
*
Delete empty files.
Joerg Sonnenberger
2013-09-20
2
-0
/
+0
*
Revert r191017, it results in segmentation faults in Qt.
Joerg Sonnenberger
2013-09-20
9
-384
/
+28
*
Fixed typo in CreateProcessTrailingSlash test
Tareq A. Siraj
2013-09-20
1
-1
/
+1
*
InstCombine: Canonicalize (gep i8* X, -(ptrtoint Y)) to (sub (ptrtoint X), (p...
Benjamin Kramer
2013-09-20
2
-0
/
+28
*
llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably...
NAKAMURA Takumi
2013-09-20
1
-0
/
+2
*
llvm/test: Mark 3 tests as XFAIL:msvc.
NAKAMURA Takumi
2013-09-20
3
-0
/
+9
*
test/tools/lto/lit.local.cfg: Suppress llvm-lto test on Cygwin and Win32, for...
NAKAMURA Takumi
2013-09-20
1
-0
/
+3
*
Move x86-dependent tests into the right directory.
Benjamin Kramer
2013-09-20
2
-0
/
+0
*
Revert "llvm-c: Add LLVMGetPointerToFunction"
Anders Waldenborg
2013-09-20
2
-6
/
+0
*
Lift alignment restrictions on load/store folding of VEXTRACTI128/VINSERTI128.
Craig Topper
2013-09-20
1
-12
/
+12
*
Allow subtarget selection of the default MachineScheduler and document the in...
Andrew Trick
2013-09-20
6
-38
/
+119
*
Revert r191062; the build break was also fixed in a different (incompatible) ...
Richard Smith
2013-09-20
1
-3
/
+2
*
Unbreak Clang build after r191050: don't pass a StringRef to snprintf.
Richard Smith
2013-09-20
1
-2
/
+3
*
DebugInfo: GDBIndexEntry*String conversion functions now return const char* f...
David Blaikie
2013-09-20
3
-7
/
+6
*
Add braces to suppress Clang's dangling-else warning.
David Blaikie
2013-09-20
1
-2
/
+4
*
DebugInfo: constrain gnu pubnames test further
David Blaikie
2013-09-19
2
-12
/
+34
*
Fixed warning
Richard Mitton
2013-09-19
1
-1
/
+1
*
Added support for generate DWARF .debug_aranges sections automatically.
Richard Mitton
2013-09-19
18
-26
/
+453
*
Rename ConvergingScheduler to GenericScheduler.
Andrew Trick
2013-09-19
1
-63
/
+63
*
DebugInfo: llvm-dwarfdump support for gnu_pubnames section
David Blaikie
2013-09-19
6
-24
/
+52
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
2
-2
/
+113
*
Revert PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
2
-111
/
+0
*
PR16726: extend rol/ror matching
Kai Nacke
2013-09-19
2
-0
/
+111
*
DebugInfo: Improve IR annotation comments for GNU pubthings.
David Blaikie
2013-09-19
4
-22
/
+68
*
Fix LTO handling of module-level assembly (PR14152).
Peter Collingbourne
2013-09-19
12
-17
/
+167
*
Add testcase to make sure we don't generate too many jumps for a une compare.
Bill Wendling
2013-09-19
1
-0
/
+43
*
Unbreak C++03 build.
Benjamin Kramer
2013-09-19
1
-4
/
+6
*
[Fast-math] Disable "(C1/X)*C2 => (C1*C2)/X" if C1/X has multiple uses.
Shuxin Yang
2013-09-19
2
-3
/
+18
*
InstCombine: Don't allow turning vector-of-pointer loads into vector-of-integer.
Benjamin Kramer
2013-09-19
2
-1
/
+12
*
Unshift the GDB index/GNU pubnames constants modified in r191025
David Blaikie
2013-09-19
3
-67
/
+56
*
llvm-c: Add LLVMGetPointerToFunction
Anders Waldenborg
2013-09-19
2
-0
/
+6
*
llvm-c: Make LLVMGetFirstTarget a proper prototype
Anders Waldenborg
2013-09-19
1
-1
/
+1
*
Remove extraneous space, the asm printing infrastructure adds a space
Eric Christopher
2013-09-19
1
-1
/
+0
*
DebugInfo: Simplify gnu_pubnames index computation.
David Blaikie
2013-09-19
2
-56
/
+28
*
X86 horizontal vector reduction cost model
Yi Jiang
2013-09-19
2
-0
/
+355
*
Remove unnecessary conditional operators performing bool->bool conversion.
David Blaikie
2013-09-19
1
-2
/
+2
*
Fix a typo and simplify a boolean expression.
David Blaikie
2013-09-19
1
-3
/
+2
*
GVN proceeds in the presence of dead code.
Shuxin Yang
2013-09-19
9
-28
/
+384
*
msbuild: Set _MSC_VER to match the CRT we're using
Reid Kleckner
2013-09-19
2
-0
/
+10
*
Add function DominatorTree::getDescendants().
Shuxin Yang
2013-09-19
1
-0
/
+20
*
Include an LLVM-vs2012_xp toolset in the MSBuild integration
Reid Kleckner
2013-09-19
4
-0
/
+37
*
[msan] Wrap indirect functions.
Evgeniy Stepanov
2013-09-19
2
-7
/
+64
*
DAGCombiner: Don't fold vector muls with constants that look like a splat of ...
Benjamin Kramer
2013-09-19
2
-3
/
+25
*
[NVPTX] Make constant vector test case endian-independent
Justin Holewinski
2013-09-19
1
-3
/
+2
*
[NVPTX] Support constant vector globals
Justin Holewinski
2013-09-19
2
-1
/
+8
*
[ARMv8] Add support for the v8 cryptography extensions.
Amara Emerson
2013-09-19
16
-17
/
+459
*
X86: FrameIndex addressing modes do have a base register.
Tim Northover
2013-09-19
2
-1
/
+24
*
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Andrew Trick
2013-09-19
11
-136
/
+74
*
Encapsulate PassManager debug flags to avoid static init and cxa_exit.
Andrew Trick
2013-09-18
11
-74
/
+136
*
whitespace
Andrew Trick
2013-09-18
6
-33
/
+33
[next]