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
path:
root
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Use MVC for simple load/store pairs
Richard Sandiford
2013-07-09
2
-2
/
+420
*
[SystemZ] Use "STC;MVC" for memset
Richard Sandiford
2013-07-09
4
-0
/
+1076
*
InstCombine: variations on 0xffffffff - x >= 4
David Majnemer
2013-07-09
1
-0
/
+18
*
InstCombine: X & -C != -C -> X <= u ~C
David Majnemer
2013-07-09
1
-40
/
+0
*
[PowerPC] Support .llong and fix .word
Ulrich Weigand
2013-07-09
3
-1
/
+57
*
Commit r185909 was a misapplied patch, fix it
David Majnemer
2013-07-09
2
-3
/
+60
*
InstCombine: add more transforms
David Majnemer
2013-07-09
3
-5
/
+45
*
PPC: Allocate RS spill slot for unaligned i64 load/store
Hal Finkel
2013-07-09
1
-0
/
+119
*
CEHCK->CHECK typo fix.
Eric Christopher
2013-07-08
1
-4
/
+4
*
Fix up whitespace.
Eric Christopher
2013-07-08
1
-36
/
+36
*
Stop emitting weak symbols into the "coal" sections.
Bill Wendling
2013-07-08
2
-4
/
+77
*
[PowerPC] Always use "assembler dialect" 1
Ulrich Weigand
2013-07-08
1
-0
/
+18
*
PPC: Mark vector CC action for SETO and SETONE as Expand
Hal Finkel
2013-07-08
1
-0
/
+17
*
Add a comment to this change, requested by Eric Christopher.
Joey Gouly
2013-07-08
1
-0
/
+1
*
ARM: Improve codegen for generic vselect.
Jim Grosbach
2013-07-08
2
-30
/
+39
*
PPC: Mark vector FREM as Expand by default
Hal Finkel
2013-07-08
1
-0
/
+8
*
[PowerPC] Support time base instructions
Ulrich Weigand
2013-07-08
1
-0
/
+9
*
[PowerPC] Support basic compare mnemonics
Ulrich Weigand
2013-07-08
1
-1
/
+19
*
[PowerPC] Fix PR16556 (handle undef ppcf128 in LowerFP_TO_INT).
Bill Schmidt
2013-07-08
1
-0
/
+20
*
Convert an OCaml binding grep test to FileCheck
Reid Kleckner
2013-07-08
1
-329
/
+340
*
InstCombine: Fold X-C1 <u 2 -> (X & -2) == C1
David Majnemer
2013-07-08
1
-0
/
+10
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-08
1
-1
/
+1
*
Revert "Proper va_arg/va_copy lowering on win64"
Nico Rieck
2013-07-08
1
-59
/
+0
*
[SystemZ] Use MVC for memcpy
Richard Sandiford
2013-07-08
1
-0
/
+82
*
llvm/test/CMakeLists.txt: Add llvm-cov in "check-clang".
NAKAMURA Takumi
2013-07-08
1
-0
/
+1
*
llvm/test/CMakeLists.txt: Reformat LLVM_TEST_DEPENDS.
NAKAMURA Takumi
2013-07-08
1
-8
/
+21
*
llvm/test/Other/llvm-cov.test: It requires +Asserts to let XFAILed.
NAKAMURA Takumi
2013-07-08
1
-0
/
+1
*
Fix PromoteIntRes_BUILD_VECTOR crash with i1 vectors
Hal Finkel
2013-07-08
1
-0
/
+39
*
Revert: Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-08
2
-1
/
+3
*
Revert: Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH data structures.
Kai Nacke
2013-07-08
2
-32
/
+11
*
Revert: Fix alignment of unwind data.
Kai Nacke
2013-07-08
3
-226
/
+0
*
Add the nearbyint -> FNEARBYINT mapping to BasicTargetTransformInfo
Hal Finkel
2013-07-08
1
-0
/
+28
*
[objc-arc] Committed test for r185770 as per dblaikie's suggestion.
Michael Gottesman
2013-07-08
1
-0
/
+19
*
Revert "Reuse %rax after calling __chkstk on win64"
Nico Rieck
2013-07-08
1
-1
/
+1
*
Reuse %rax after calling __chkstk on win64
Nico Rieck
2013-07-07
1
-1
/
+1
*
Eliminate trivial redundant loads across nocapture+readonly calls to uncaptured
Nick Lewycky
2013-07-07
1
-0
/
+17
*
SLPVectorizer: Implement DCE as part of vectorization.
Nadav Rotem
2013-07-07
16
-8
/
+645
*
[objc-arc] Remove the alias analysis part of r185764.
Michael Gottesman
2013-07-07
1
-18
/
+0
*
[objc-arc] Teach the ARC optimizer that objc_sync_enter/objc_sync_exit do not...
Michael Gottesman
2013-07-07
2
-5
/
+42
*
Add MC support for the v8fp instructions: vmaxnm and vminnm.
Joey Gouly
2013-07-06
2
-0
/
+24
*
Proper va_arg/va_copy lowering on win64
Nico Rieck
2013-07-06
1
-0
/
+59
*
Fix alignment of unwind data.
Kai Nacke
2013-07-06
3
-0
/
+226
*
Generate IMAGE_REL_AMD64_ADDR32NB relocations for SEH
Kai Nacke
2013-07-06
2
-11
/
+32
*
Fix wrong code offset for unwind code SET_FPREG.
Kai Nacke
2013-07-06
2
-3
/
+1
*
DAGCombiner: Don't drop extension behavior when shrinking a load when unsafe.
Benjamin Kramer
2013-07-06
1
-0
/
+23
*
Stop putting operations after a tail call.
Tim Northover
2013-07-06
1
-0
/
+16
*
MC: Implement COFF .linkonce directive
Nico Rieck
2013-07-06
2
-0
/
+219
*
InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B test
David Majnemer
2013-07-06
1
-2
/
+2
*
Extend 'readonly' and 'readnone' to work on function arguments as well as
Nick Lewycky
2013-07-06
8
-22
/
+80
*
[TRE] Combined another test into basic.ll
Michael Gottesman
2013-07-05
2
-13
/
+1
[next]