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
*
[SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.
Venkatraman Govindaraju
2013-09-22
3
-6
/
+16
*
[Sparc] Emit .register directive to declare the use of global registers %g2, ...
Venkatraman Govindaraju
2013-09-22
2
-0
/
+42
*
Correct the pre-increment load latencies in the PPC A2 itinerary
Hal Finkel
2013-09-22
1
-3
/
+3
*
[Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.
Venkatraman Govindaraju
2013-09-21
2
-6
/
+23
*
SROA: Handle casts involving vectors of pointers and integer scalars.
Benjamin Kramer
2013-09-21
2
-11
/
+100
*
Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...
Juergen Ributzka
2013-09-21
4
-83
/
+9
*
Remove alignment restrictions from FMA load folding.
Craig Topper
2013-09-21
1
-31
/
+31
*
SLPVectorizer: Fix multiline comment warning
Arnold Schwaighofer
2013-09-21
1
-2
/
+2
*
ELF: Parse types in directives like binutils gas
David Majnemer
2013-09-21
3
-21
/
+72
*
Fix the buildbot
Juergen Ributzka
2013-09-21
1
-3
/
+3
*
[X86] Emulate AVX 256bit MIN/MAX support by splitting the vector.
Juergen Ributzka
2013-09-21
2
-19
/
+54
*
SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs splitting too.
Juergen Ributzka
2013-09-21
4
-9
/
+74
*
Initialize BSSSection explicitly in InitMachOMCObjectFileInfo() to appease msvc.
NAKAMURA Takumi
2013-09-21
4
-9
/
+3
*
Set .reorder for the stub so that gas takes care of delay slot processing.
Reed Kotler
2013-09-21
2
-1
/
+23
*
Reapply "SLPVectorizer: Handle more horizontal reductions (disabled)""
Arnold Schwaighofer
2013-09-21
2
-8
/
+779
*
LoopVectorizer: Only allow vectorization of intrinsics. We can't know for sur...
Nadav Rotem
2013-09-21
2
-5
/
+39
*
Revert "SLPVectorizer: Handle more horizontal reductions (disabled)"
Arnold Schwaighofer
2013-09-21
2
-783
/
+8
*
Move emission of the debug string table to early in the debug
Eric Christopher
2013-09-20
6
-35
/
+59
*
Resurrect r191017 " GVN proceeds in the presence of dead code" plus a fix to ...
Shuxin Yang
2013-09-20
9
-28
/
+388
*
MC: Tidy up.
Jim Grosbach
2013-09-20
1
-743
/
+723
*
Migrate addGlobalName to the .cpp file as an intermediate step
Eric Christopher
2013-09-20
2
-2
/
+6
*
InstCombine: Remove unused argument. No functionality change.
Benjamin Kramer
2013-09-20
2
-12
/
+6
*
Fix some more MCJIT PIC test XFAILs (for i386)
Andrew Kaylor
2013-09-20
5
-5
/
+5
*
[mips] MUL should clobber HI0 and LO0.
Akira Hatanaka
2013-09-20
1
-0
/
+1
*
SLPVectorizer: Handle more horizontal reductions (disabled)
Arnold Schwaighofer
2013-09-20
2
-8
/
+783
*
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
[next]