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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Recognize NetBSD's terminfo implementation.
Joerg Sonnenberger
2013-08-17
3
-3
/
+3
*
PR 16899: Do not modify the basic block using the iterator, but keep the
Joerg Sonnenberger
2013-08-17
1
-4
/
+6
*
R600: Fix possible use of an uninitialized variable
Tom Stellard
2013-08-17
1
-0
/
+1
*
R600: Expand vector FRINT ops
Tom Stellard
2013-08-16
2
-0
/
+55
*
R600: Expand vector FFLOOR ops
Tom Stellard
2013-08-16
2
-0
/
+55
*
R600: Expand vector float operations for both SI and R600
Tom Stellard
2013-08-16
6
-88
/
+128
*
ARM: Properly constrain comparison fastisel register classes.
Jim Grosbach
2013-08-16
2
-6
/
+13
*
ARM: Fast-isel register class constrain for extends.
Jim Grosbach
2013-08-16
7
-17
/
+18
*
ARM: Fix more fast-isel verifier failures.
Jim Grosbach
2013-08-16
3
-1
/
+48
*
ARM: Clean up fast-isel machine verifier errors.
Jim Grosbach
2013-08-16
10
-42
/
+42
*
[lit] Rewrite TODO list, and elaborate on some things.
Daniel Dunbar
2013-08-16
1
-12
/
+129
*
[typo] An LLVM.
Daniel Dunbar
2013-08-16
9
-19
/
+19
*
Fix a subtle difference between running clang vs llc for mips16.
Reed Kotler
2013-08-16
2
-0
/
+30
*
Actually, use GNU inline asm for cpuid with clang
Reid Kleckner
2013-08-16
1
-10
/
+10
*
I'm told that != is not ==
Chris Lattner
2013-08-16
1
-1
/
+1
*
allow != to compare PointerUnion, we already support ==.
Chris Lattner
2013-08-16
1
-2
/
+9
*
Add difference_type to ImmutableMap/Set iterators so they have a complete set...
Benjamin Kramer
2013-08-16
2
-0
/
+2
*
DebugInfo: Allow the addition of other (such as static data) members to a rec...
David Blaikie
2013-08-16
5
-13
/
+13
*
[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
*
Test commit.
Richard Mitton
2013-08-16
1
-1
/
+1
*
[tests] Another attempt to workaround broken misched-copy.s test on some buil...
Daniel Dunbar
2013-08-16
2
-1
/
+9
*
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
3
-28
/
+0
*
FileCheck: Fix stray quote in CHECK-LABEL error message.
Stephen Lin
2013-08-16
1
-1
/
+1
*
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
2
-1
/
+20
*
R600/SI: Fix broken encoding of DS_WRITE_B32
Michel Danzer
2013-08-16
6
-11
/
+25
*
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
2
-0
/
+8
*
Add support for Thumb2 literal loads with negative zero offset
Mihai Popa
2013-08-16
3
-4
/
+16
*
Fix Thumb2 aliasing complementary instructions taking modified immediates
Mihai Popa
2013-08-16
3
-6
/
+14
*
[SystemZ] Use SRST to implement strlen and strnlen
Richard Sandiford
2013-08-16
14
-1
/
+236
*
[SystemZ] Use MVST to implement strcpy and stpcpy
Richard Sandiford
2013-08-16
13
-1
/
+157
*
[SystemZ] Use CLST to implement strcmp
Richard Sandiford
2013-08-16
15
-11
/
+347
*
[SystemZ] Fix handling of 64-bit memcmp results
Richard Sandiford
2013-08-16
5
-20
/
+174
*
[SystemZ] Fix sign of integer memcmp result
Richard Sandiford
2013-08-16
3
-44
/
+41
*
This patch implements wait instruction for mips. Examples are added in test f...
Vladimir Medic
2013-08-16
2
-0
/
+15
*
Don't use v16i32 for load pattern matching. All 512-bit loads are cated to v8...
Craig Topper
2013-08-16
3
-12
/
+53
*
Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. Th...
Aaron Ballman
2013-08-16
1
-0
/
+1
*
Add missing test for GEP + bitcast transformation
Matt Arsenault
2013-08-16
1
-0
/
+24
*
Calling the base class constructor from the derived class' initializer list. ...
Aaron Ballman
2013-08-16
1
-2
/
+2
*
[tests] Add a hack to eliminate some dangling .s files on buildbots.
Daniel Dunbar
2013-08-16
1
-0
/
+8
*
[tests] Remove an out-dated failing test.
Daniel Dunbar
2013-08-16
2
-41
/
+0
*
Removing a spurious semi-colon; this macro expands into a namespace.
Aaron Ballman
2013-08-16
1
-1
/
+1
*
Fixing a warning about control reaching the end of a non-void function.
Aaron Ballman
2013-08-16
1
-0
/
+1
*
Revert "R600/SI: Fix incorrect encoding of DS_WRITE_B32 instructions"
Tom Stellard
2013-08-16
4
-10
/
+12
[next]