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
*
Fix patterns for 64-bit pointers.
Jakob Stoklund Olesen
2013-04-14
1
-0
/
+9
*
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-13
1
-0
/
+23
*
GlobalDCE: Fix an oversight in my last commit that could lead to crashes.
Benjamin Kramer
2013-04-13
1
-0
/
+18
*
Fix a scalability issue with complex ConstantExprs.
Benjamin Kramer
2013-04-13
1
-0
/
+97
*
Spill and restore PPC CR registers using the FP when we have one
Hal Finkel
2013-04-13
1
-1
/
+14
*
Further generalize this scheduler test.
Andrew Trick
2013-04-13
1
-2
/
+2
*
Fix a dislexic regex.
Andrew Trick
2013-04-13
1
-1
/
+1
*
Add a missing REQUIRES: asserts
Andrew Trick
2013-04-13
1
-0
/
+1
*
MI-Sched: schedule physreg copies.
Andrew Trick
2013-04-13
1
-0
/
+48
*
Finish templating MachObjectFile over endianness.
Rafael Espindola
2013-04-13
5
-0
/
+533
*
[mips] Reapply r179420 and r179421.
Akira Hatanaka
2013-04-13
1
-7
/
+106
*
Revert r179420 and r179421.
Akira Hatanaka
2013-04-12
1
-106
/
+7
*
[mips] Instruction selection patterns for carry-setting and using add
Akira Hatanaka
2013-04-12
1
-0
/
+11
*
[mips] v4i8 and v2i16 add, sub and mul instruction selection patterns.
Akira Hatanaka
2013-04-12
1
-7
/
+95
*
Revert r179409 because it caused some warnings and some of the build bots fail.
Nadav Rotem
2013-04-12
5
-173
/
+0
*
InstCombine: Check the operand types before merging fcmp ord & fcmp ord.
Benjamin Kramer
2013-04-12
1
-0
/
+21
*
SLPVectorizer: add support for vectorization of diamond shaped trees. We now ...
Nadav Rotem
2013-04-12
1
-0
/
+83
*
CostModel: increase the default cost of supported floating point operations f...
Nadav Rotem
2013-04-12
3
-6
/
+31
*
Add support for additional vector instructions in the interpreter.
Nadav Rotem
2013-04-12
5
-0
/
+173
*
ARM: Correct printing of pre-indexed operands.
Quentin Colombet
2013-04-12
2
-1
/
+43
*
Simplify (A & ~B) in icmp if A is a power of 2
David Majnemer
2013-04-12
1
-0
/
+26
*
LoopVectorizer: integer division is not a reduction operation
Arnold Schwaighofer
2013-04-12
1
-0
/
+24
*
AArch64: use full triple for ELF tests
Tim Northover
2013-04-12
11
-12
/
+12
*
AArch64: remove over-zealous use of CHECK-NEXT
Tim Northover
2013-04-12
1
-38
/
+38
*
Teach llvm-readobj to print ELF program headers
Nico Rieck
2013-04-12
1
-0
/
+74
*
Remove obsolete object file dumpers
Nico Rieck
2013-04-12
11
-1261
/
+2
*
Replace coff-/elf-dump with llvm-readobj
Nico Rieck
2013-04-12
150
-5043
/
+4581
*
Add extensive relocation tests for llvm-readobj
Nico Rieck
2013-04-12
14
-0
/
+1749
*
Fix the test on linux by setting the triple and the align format
Nadav Rotem
2013-04-12
1
-4
/
+4
*
Add a flag to align all basic blocks in the function.
Nadav Rotem
2013-04-12
1
-0
/
+22
*
Add 179294 back, but don't use bit fields so that it works on big endian hosts.
Rafael Espindola
2013-04-12
2
-14
/
+14
*
Aliasing rules for struct-path aware TBAA.
Manman Ren
2013-04-11
1
-0
/
+392
*
Use FileCheck instead of grep.
Preston Gurd
2013-04-11
2
-17
/
+12
*
Optimize icmp involving addition better
David Majnemer
2013-04-11
1
-0
/
+52
*
Mips specific inline asm memory operand modifier test case
Jack Carter
2013-04-11
1
-0
/
+16
*
Revert my last two commits while I debug what is wrong in a big endian host.
Rafael Espindola
2013-04-11
2
-14
/
+14
*
Print more information about relocations.
Rafael Espindola
2013-04-11
2
-14
/
+14
*
Fix for wrong instcombine on vector insert/extract
Benjamin Kramer
2013-04-11
1
-0
/
+27
*
Add a CHECK-NOT for a more faithful translation of the original grep | count 2.
Eli Bendersky
2013-04-11
1
-0
/
+1
*
Add missing colons to check lines.
Benjamin Kramer
2013-04-11
3
-4
/
+4
*
FileCheckize a bunch of tests.
Benjamin Kramer
2013-04-11
3
-9
/
+44
*
Optimize vector select from all 0s or all 1s
Michael Liao
2013-04-11
1
-0
/
+72
*
Add CLAC/STAC instruction encoding/decoding support
Michael Liao
2013-04-11
2
-0
/
+14
*
Enhance bool simplifcation in X86 to handle more cases
Michael Liao
2013-04-11
3
-2
/
+299
*
Add MachO-x86-64 tests.
Rafael Espindola
2013-04-11
3
-87
/
+213
*
Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grep
Eli Bendersky
2013-04-10
11
-15
/
+31
*
MC: Support COFF image-relative MCSymbolRefs
Nico Rieck
2013-04-10
1
-0
/
+29
*
Manually remove successors in if conversion when CopyAndPredicateBlock is used
Hal Finkel
2013-04-10
2
-1
/
+1
*
Mips specific inline asm memory operand modifier test case
Jack Carter
2013-04-10
1
-5
/
+12
*
fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases
Kay Tiong Khoo
2013-04-10
2
-0
/
+18
[next]