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
*
[PowerPC] Merge/rename PPC fixup types
Ulrich Weigand
2013-05-17
1
-25
/
+25
*
[PowerPC] Fix processing of ha16/lo16 fixups
Ulrich Weigand
2013-05-17
2
-0
/
+46
*
[Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...
Venkatraman Govindaraju
2013-05-16
1
-0
/
+17
*
Generate debug info for by-value struct args even if they are not used.
Adrian Prantl
2013-05-16
1
-0
/
+126
*
[mips] Improve instruction selection for pattern (store (fp_to_sint $src), $p...
Akira Hatanaka
2013-05-16
1
-0
/
+52
*
More test coverage for addFrameMove.
Rafael Espindola
2013-05-16
1
-0
/
+15
*
Fix cpu on test CodeGen/PowerPC/ctrloop-fp64.ll
Hal Finkel
2013-05-16
1
-1
/
+1
*
Mips assembler: Add TwoOperandConstraint definitions
Jack Carter
2013-05-16
2
-1
/
+13
*
More addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-0
/
+2
*
Create an new preheader in PPCCTRLoops to avoid counter register clobbers
Hal Finkel
2013-05-16
1
-0
/
+32
*
[mips] Test case for r182042. Add comment.
Akira Hatanaka
2013-05-16
1
-0
/
+48
*
More test coverage for addFrameMove.
Rafael Espindola
2013-05-16
1
-5
/
+7
*
Mips assembler: Add branch macro definitions
Jack Carter
2013-05-16
1
-1
/
+13
*
DAGCombine: Also shrink eq compares where the constant is exactly as large as...
Benjamin Kramer
2013-05-16
1
-0
/
+16
*
[PowerPC] Use true offset value in "memrix" machine operands
Ulrich Weigand
2013-05-16
1
-0
/
+14
*
PPC32 cannot form counter loops around i64 FP conversions
Hal Finkel
2013-05-16
1
-0
/
+28
*
Add a triple to the test to try to fix the windows bots.
Rafael Espindola
2013-05-16
1
-1
/
+1
*
More addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-1
/
+9
*
Use new CHECK-DAG support to stabilize CodeGen/PowerPC/recipest.ll
Bill Schmidt
2013-05-16
1
-16
/
+16
*
Add more addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-0
/
+6
*
Add more test coverage for addFrameMove.
Rafael Espindola
2013-05-16
1
-0
/
+5
*
[PowerPC] Report true displacement value from getPreIndexedAddressParts
Ulrich Weigand
2013-05-16
1
-0
/
+19
*
Add more addFrameMove test coverage.
Rafael Espindola
2013-05-16
1
-1
/
+6
*
Extend test to check the .cfi instructions.
Rafael Espindola
2013-05-16
1
-1
/
+15
*
Relax CHECK-NEXTs a bit to cope with atom's return nop padding.
Benjamin Kramer
2013-05-16
1
-2
/
+2
*
[msan] Switch TLS globals to initial-exec model.
Evgeniy Stepanov
2013-05-16
1
-1
/
+10
*
Respect the 'nobuiltin' attribute when determining if a call is to a memory b...
Richard Smith
2013-05-16
1
-0
/
+18
*
Extend test for better coverage.
Rafael Espindola
2013-05-16
1
-1
/
+6
*
Patch number 2 for mips16/32 floating point interoperability stubs.
Reed Kotler
2013-05-16
1
-0
/
+294
*
Set an explicit triple for this test.
David Majnemer
2013-05-15
1
-1
/
+1
*
X86: Remove redundant test instructions
David Majnemer
2013-05-15
1
-0
/
+154
*
Implement PPC counter loops as a late IR-level pass
Hal Finkel
2013-05-15
5
-5
/
+1348
*
Fix miscompile due to StackColoring incorrectly merging stack slots (PR15707)
Derek Schuff
2013-05-15
1
-0
/
+22
*
[PowerPC] Remove need for adjustFixupOffst hack
Ulrich Weigand
2013-05-15
1
-42
/
+42
*
[SystemZ] Make use of SUBTRACT HALFWORD
Richard Sandiford
2013-05-15
4
-0
/
+236
*
[PowerPC] Add test case for r181891
Ulrich Weigand
2013-05-15
1
-0
/
+38
*
[SystemZ] Consolidate disassembler tests for valid input into 2 big tests
Richard Sandiford
2013-05-15
339
-6714
/
+6953
*
[SystemZ] Consolidate assembler tests into 4 big tests
Richard Sandiford
2013-05-15
609
-10038
/
+9176
*
LoopVectorize: Hoist conditional loads if possible
Arnold Schwaighofer
2013-05-15
1
-0
/
+69
*
Object: Fix Mach-O relocation printing.
Ahmed Bougacha
2013-05-14
1
-0
/
+35
*
ARM ISel: Don't create illegal types during LowerMUL
Arnold Schwaighofer
2013-05-14
1
-0
/
+24
*
GlobalOpt: fix an issue where CXAAtExitFn points to a deleted function.
Manman Ren
2013-05-14
1
-0
/
+6
*
Add 'CHECK-DAG' support
Michael Liao
2013-05-14
2
-0
/
+110
*
Implement the PowerPC system call (sc) instruction.
Bill Schmidt
2013-05-14
1
-1
/
+2
*
Hexagon: Pass to replace tranfer/copy instructions into combine instruction
Jyotsna Verma
2013-05-14
2
-6
/
+38
*
Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
2013-05-14
1
-0
/
+213
*
Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
2013-05-14
1
-213
/
+0
*
Subtract isn't commutative, fix this for MMX psub.
Eric Christopher
2013-05-14
1
-0
/
+213
*
Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
2013-05-14
1
-2
/
+2
*
Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
2013-05-14
1
-0
/
+80
[next]