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
*
LoopVectorize: getConsecutiveVector must respect signed arithmetic
Arnold Schwaighofer
2013-05-07
1
-0
/
+79
*
DebugInfo: Support imported modules in lexical blocks
David Blaikie
2013-05-06
1
-20
/
+78
*
InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)
David Majnemer
2013-05-06
1
-0
/
+10
*
Reduce attributes.
Bill Wendling
2013-05-06
1
-2
/
+2
*
Split Alignment out of the Section Characteristics.
Rafael Espindola
2013-05-06
2
-4
/
+8
*
Test results verified using FileCheck rather than grep | count
Jean-Luc Duprat
2013-05-06
1
-1
/
+7
*
Rotate multi-exit loops even if the latch was simplified.
Andrew Trick
2013-05-06
1
-1
/
+38
*
R600: Emit config values in register / value pairs
Tom Stellard
2013-05-06
1
-2
/
+3
*
R600: Stop emitting the instruction type byte before each instruction
Tom Stellard
2013-05-06
2
-4
/
+4
*
R600: Emit ISA for CALL_FS_* instructions
Tom Stellard
2013-05-06
1
-0
/
+15
*
[SystemZ] Update non-pic DWARF encodings
Ulrich Weigand
2013-05-06
1
-3
/
+5
*
PowerPC: Fix unimplemented relocation on ppc64
Adhemerval Zanella
2013-05-06
1
-1
/
+1
*
Fix add4.ll test cmdline so that it passes
Jean-Luc Duprat
2013-05-06
1
-1
/
+1
*
Provide InstCombines for the following 3 cases:
Jean-Luc Duprat
2013-05-06
1
-0
/
+34
*
AArch64: use MCJIT by default and enable related tests.
Tim Northover
2013-05-06
2
-5
/
+1
*
[SystemZ] Set up JIT/MCJIT test cases
Ulrich Weigand
2013-05-06
3
-4
/
+5
*
[SystemZ] Add MC test cases
Ulrich Weigand
2013-05-06
582
-0
/
+9426
*
[SystemZ] Add DebugInfo test cases
Ulrich Weigand
2013-05-06
6
-0
/
+595
*
[SystemZ] Add CodeGen test cases
Ulrich Weigand
2013-05-06
296
-0
/
+31125
*
Free the exception object. Should fix the vg bots.
Rafael Espindola
2013-05-06
1
-0
/
+5
*
Fix slightly too aggressive conact_vector optimization.
Michael Kuperstein
2013-05-06
1
-0
/
+14
*
Add a testcase that checks that we generate functions with frame
Bill Wendling
2013-05-06
1
-0
/
+32
*
XFAIL for cygwin.
Rafael Espindola
2013-05-06
1
-1
/
+1
*
Revert r164763 because it introduces new shuffles.
Nadav Rotem
2013-05-06
2
-71
/
+1
*
Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.
Matt Arsenault
2013-05-06
3
-0
/
+34
*
Fix const merging when an alias of a const is llvm.used.
Rafael Espindola
2013-05-06
1
-0
/
+3
*
This should also fail on ARM.
Rafael Espindola
2013-05-05
1
-1
/
+1
*
Fix XFAIL line.
Rafael Espindola
2013-05-05
1
-1
/
+1
*
XFAIL this on ppc64.
Rafael Espindola
2013-05-05
1
-0
/
+1
*
Add EH support to the MCJIT.
Rafael Espindola
2013-05-05
1
-0
/
+26
*
Test case for r181160 and r181161. rdar://13782395
Evan Cheng
2013-05-05
1
-0
/
+71
*
[XCore] Add LDAPB instructions.
Richard Osborne
2013-05-05
1
-0
/
+6
*
[XCore] Add BLRB instructions.
Richard Osborne
2013-05-05
1
-0
/
+6
*
For ARM backend, fixed "byval" attribute support.
Stepan Dyatkovskiy
2013-05-05
3
-0
/
+166
*
Remove a recently redundant transform from X86ISelLowering.
David Majnemer
2013-05-05
1
-4
/
+1
*
LoopVectorize: Add support for floating point min/max reductions
Arnold Schwaighofer
2013-05-05
1
-0
/
+480
*
LoopVectorize: We don't need an identity element for min/max reductions
Arnold Schwaighofer
2013-05-05
1
-1
/
+4
*
AArch64: enable MCJIT and tests now that everything passes.
Tim Northover
2013-05-04
1
-3
/
+4
*
AArch64: support literal pool access in large memory model.
Tim Northover
2013-05-04
1
-0
/
+40
*
AArch64: support large code model for jump-tables
Tim Northover
2013-05-04
1
-0
/
+8
*
AArch64: implement support for blockaddress in large code model
Tim Northover
2013-05-04
1
-0
/
+9
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
2
-0
/
+80
*
Allow host triple to be correctly overridden in CMake builds
Tim Northover
2013-05-04
2
-2
/
+2
*
Revert r181009.
Amara Emerson
2013-05-03
2
-0
/
+0
*
Remove some uneeded pseudos in the presence of the naked function attribute.
Reed Kotler
2013-05-03
1
-0
/
+29
*
Delete test instead.
Amara Emerson
2013-05-03
1
-47
/
+0
*
Temporarily disable failing test.
Amara Emerson
2013-05-03
1
-0
/
+1
*
[PowerPC] Parse platform-specifc variant kinds in AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+95
*
[PowerPC] Add some Book II instructions to AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+58
*
[PowerPC] Support extended mnemonics in AsmParser
Ulrich Weigand
2013-05-03
1
-0
/
+331
[next]