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
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PowerPC] Preparatory refactoring for making prologue and epilogue
Bill Schmidt
2013-08-16
1
-85
/
+102
*
Fixed RuntimeDyldELF absolute relocations.
Richard Mitton
2013-08-16
1
-1
/
+11
*
Switching to using a helper function instead of manually converting the strin...
Aaron Ballman
2013-08-16
1
-24
/
+1
*
Removing unused functionality.
Aaron Ballman
2013-08-16
2
-18
/
+0
*
InstCombine: Use isAllOnesValue() instead of explicit -1.
Jim Grosbach
2013-08-16
1
-1
/
+1
*
R600/SI: Add pattern for xor of i1
Michel Danzer
2013-08-16
1
-1
/
+3
*
R600/SI: Fix broken encoding of DS_WRITE_B32
Michel Danzer
2013-08-16
5
-9
/
+23
*
Reverted test commit (r188556)
Daniel Sanders
2013-08-16
1
-1
/
+0
*
Test commit. Just a blank line
Daniel Sanders
2013-08-16
1
-0
/
+1
*
R600: Allocate memoperand in the MachienFunction so it doesn't leak.
Benjamin Kramer
2013-08-16
1
-3
/
+4
*
Updating function comments; no functional changes intended.
Aaron Ballman
2013-08-16
1
-5
/
+12
*
When initializing the PIC global base register on ARM/ELF add pc to fix the a...
Benjamin Kramer
2013-08-16
1
-0
/
+4
*
Add support for Thumb2 literal loads with negative zero offset
Mihai Popa
2013-08-16
2
-4
/
+4
*
Fix Thumb2 aliasing complementary instructions taking modified immediates
Mihai Popa
2013-08-16
2
-5
/
+6
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
8
-0
/
+122
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
8
-0
/
+68
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
9
-10
/
+168
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
3
-19
/
+38
*
[SystemZ] Fix sign of integer memcmp result
Richard Sandiford
2013-08-16
2
-36
/
+34
*
This patch implements wait instruction for mips. Examples are added in test f...
Vladimir Medic
2013-08-16
1
-0
/
+11
*
Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8...
Craig Topper
2013-08-16
2
-12
/
+12
*
Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"
Tom Stellard
2013-08-16
3
-8
/
+10
*
R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions
Tom Stellard
2013-08-16
3
-10
/
+8
*
R600: Add support for global vector loads with element types less than 32-bits
Tom Stellard
2013-08-16
1
-0
/
+13
*
R600: Add support for global vector stores with elements less than 32-bits
Tom Stellard
2013-08-16
3
-1
/
+72
*
R600: Add support for i16 and i8 global stores
Tom Stellard
2013-08-16
8
-27
/
+106
*
R600: Add support for v4i32 stores on Cayman
Tom Stellard
2013-08-16
1
-0
/
+1
*
R600: Enable folding of inline literals into REQ_SEQUENCE instructions
Tom Stellard
2013-08-16
2
-17
/
+23
*
R600: Add IsExport bit to TableGen instruction definitions
Tom Stellard
2013-08-16
6
-10
/
+16
*
R600: Change the RAT instruction assembly names so they match the docs
Tom Stellard
2013-08-16
2
-32
/
+35
*
InstCombine: Simplify if(x!=0 && x!=-1).
Jim Grosbach
2013-08-16
1
-1
/
+6
*
Tighten up the yamilizer so it stops eliding empty sequences if the embedded ...
Aaron Ballman
2013-08-15
1
-0
/
+17
*
Don't do FoldCmpLoadFromIndexedGlobal for non inbounds GEPs
Matt Arsenault
2013-08-15
1
-9
/
+2
*
Fix spelling
Matt Arsenault
2013-08-15
2
-9
/
+9
*
Support X86_64_GOTLoad relocations in RuntimeDyldMachO by treating them the
Lang Hames
2013-08-15
1
-4
/
+4
*
Fixing a corner-case bug in strchr and strrchr lib call optimizations where
Yunzhong Gao
2013-08-15
1
-2
/
+2
*
make arm-use-movt available for all ARM
Renato Golin
2013-08-15
1
-3
/
+3
*
make arm-reserve-r9 available for all ARM
Renato Golin
2013-08-15
1
-2
/
+3
*
Make a few more things const.
Bill Wendling
2013-08-15
1
-2
/
+2
*
Use a reference instead of making an unnecessary copy. Also use 'const'.
Bill Wendling
2013-08-15
1
-3
/
+3
*
DataFlowSanitizer: Add a debugging feature to help us track nonzero labels.
Peter Collingbourne
2013-08-15
1
-2
/
+48
*
Constify the function parameters.
Bill Wendling
2013-08-15
1
-2
/
+2
*
This fixes three issues related to Thumb literal loads:
Mihai Popa
2013-08-15
3
-7
/
+4
*
[Mips][msa] Added the simple builtins (madd_q to xori)
Jack Carter
2013-08-15
1
-0
/
+842
*
[Mips][msa] Added the simple builtins (fadd to ftq)
Jack Carter
2013-08-15
1
-0
/
+467
*
[Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi)
Jack Carter
2013-08-15
6
-20
/
+1238
*
Revert r188449 as it turns out we're just missing the instructions that need ...
Craig Topper
2013-08-15
1
-9
/
+26
*
Clang and AArch64 backend patches to support shll/shl and vmovl instructions ...
Hao Liu
2013-08-15
4
-1
/
+220
*
Don't let isPermImmMask handle v16i32 since VPERMI doesn't match on that type...
Craig Topper
2013-08-15
1
-26
/
+9
*
Tentative fix for global-buffer-overflow caused by r188426. Found by AddressS...
Alexey Samsonov
2013-08-15
1
-1
/
+4
[next]