index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use inbounds GEPs for memcpy and memset lowering
Eli Bendersky
2015-07-17
1
-5
/
+5
*
Add support for producing thin archives in llvm-lib.
Rafael Espindola
2015-07-17
1
-0
/
+9
*
Make global aliases have symbol size equal to their type
John Brawn
2015-07-17
3
-0
/
+24
*
[PM/AA] Disable the core unsafe aspect of GlobalsModRef in the face of
Chandler Carruth
2015-07-17
2
-2
/
+8
*
[asan] Fix invalid debug info for promotable allocas
Kuba Brecka
2015-07-17
1
-0
/
+26
*
ARM: Enable MachineScheduler and disable PostRAScheduler for swift.
Matthias Braun
2015-07-17
6
-31
/
+31
*
Only do fmul (fadd x, x), c combine if the fadd only has one use
Matt Arsenault
2015-07-17
1
-0
/
+102
*
Use small encodings for constants when possible.
Rafael Espindola
2015-07-17
2
-15
/
+41
*
MIR Serialization: Serialize the frame setup machine instruction flag.
Alex Lorenz
2015-07-17
1
-0
/
+39
*
MIR Serialization: Serialize the frame index machine operands.
Alex Lorenz
2015-07-16
4
-0
/
+155
*
Arm: Don't define a label twice with two setjmps in a function.
Matthias Braun
2015-07-16
1
-0
/
+89
*
Fix __builtin_setjmp in combination with sjlj exception handling.
Matthias Braun
2015-07-16
1
-0
/
+113
*
AArch64: make inexact signalling on round Darwin-specific
Tim Northover
2015-07-16
2
-75
/
+146
*
[X86][SSE] Added nounwind attribute to vector shift tests.
Simon Pilgrim
2015-07-16
6
-128
/
+96
*
[PowerPC] v4i32 is a VSRCRegClass
Bill Schmidt
2015-07-16
2
-39
/
+38
*
[X86][SSE] Updated vector conversion test names.
Simon Pilgrim
2015-07-16
2
-201
/
+201
*
[NVPTX] enable SpeculativeExecution in NVPTX
Jingyue Wu
2015-07-16
1
-0
/
+71
*
AArch64: Implement conditional compare sequence matching.
Matthias Braun
2015-07-16
1
-0
/
+96
*
AMDPGU/SI: Negative offsets aren't allowed in MUBUF's vaddr operand
Tom Stellard
2015-07-16
2
-12
/
+41
*
Revert "Add missing load/store flags to thumb2 instructions."
Pete Cooper
2015-07-16
1
-1
/
+1
*
Internalize: internalize comdat members as a group, and drop comdat on such m...
Peter Collingbourne
2015-07-16
1
-0
/
+52
*
Correct lowering of memmove in NVPTX
Eli Bendersky
2015-07-16
1
-22
/
+96
*
[Codegen] Add intrinsics 'absdiff' and corresponding SDNodes for absolute dif...
James Molloy
2015-07-16
1
-0
/
+242
*
Fix memcheck interval ends for pointers with negative strides
Silviu Baranga
2015-07-16
1
-0
/
+89
*
[X86] Test for r242395 (Fix emitPrologue() to make less assumptions about pus...
Michael Kuperstein
2015-07-16
1
-0
/
+19
*
[X86] Reapply r240257 : "Allow more call sequences to use push instructions f...
Michael Kuperstein
2015-07-16
1
-40
/
+53
*
Revert "[X86] Allow more call sequences to use push instructions for argument...
Reid Kleckner
2015-07-16
1
-53
/
+40
*
Fix broken testcase from r242358.
Alex Lorenz
2015-07-16
1
-1
/
+1
*
[ARM] Define a subtarget feature that is used to avoid using movt/movw
Akira Hatanaka
2015-07-16
2
-5
/
+50
*
Trying to fix the windows bots.
Rafael Espindola
2015-07-16
1
-4
/
+4
*
Fix handling of relative paths in thin archives.
Rafael Espindola
2015-07-16
1
-3
/
+18
*
MIR Serialization: Serialize the jump table index operands.
Alex Lorenz
2015-07-15
2
-1
/
+183
*
MIR Serialization: Serialize the jump table info.
Alex Lorenz
2015-07-15
2
-0
/
+116
*
Add a test for r242281 from an old patch of mine.
Sean Silva
2015-07-15
1
-0
/
+37
*
llvm-ar: Don't write the directory in the string table.
Rafael Espindola
2015-07-15
1
-3
/
+12
*
MIR Serialization: Serialize references from the stack objects to named allocas.
Alex Lorenz
2015-07-15
3
-6
/
+36
*
Add a "debugger tuning" concept that allows us to fine-tune how we
Paul Robinson
2015-07-15
2
-1
/
+45
*
Fix mergefunc infinite loop
JF Bastien
2015-07-15
1
-0
/
+40
*
Handle the error of trying to convert a regular archive to a thin one.
Rafael Espindola
2015-07-15
1
-0
/
+14
*
Analyze recursive PHI nodes in BasicAA
Tobias Edler von Koch
2015-07-15
1
-0
/
+75
*
Revert "Look through PHIs to find additional register sources"
Bruno Cardoso Lopes
2015-07-15
1
-84
/
+0
*
Debug Info: Add basic support for external types references.
Adrian Prantl
2015-07-15
1
-0
/
+51
*
Add missing load/store flags to thumb2 instructions.
Pete Cooper
2015-07-15
1
-1
/
+1
*
Look through PHIs to find additional register sources
Bruno Cardoso Lopes
2015-07-15
1
-0
/
+84
*
[PPC] Disassemble little endian ppc instructions in the right byte order
Benjamin Kramer
2015-07-15
1
-0
/
+664
*
[SDAG] Optimize unordered comparison in soft-float mode (patch by Anton Nadol...
Alexey Bataev
2015-07-15
5
-51
/
+158
*
[PowerPC] Use the MachineCombiner to reassociate fadd/fmul
Hal Finkel
2015-07-15
1
-0
/
+188
*
[AArch64] Fix problems in decoding generic MSR instructions
Petr Pavlu
2015-07-15
1
-0
/
+4
*
[TableGen] Improve decoding options for non-orthogonal instructions
Petr Pavlu
2015-07-15
3
-0
/
+131
*
[X86][SSE] Added i686/SSE2 vector shift tests.
Simon Pilgrim
2015-07-15
3
-34
/
+987
[next]