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
...
*
Fix iterator definitions for ImmutableSet and ImmutableMap.
Ryan Govostes
2013-02-13
2
-20
/
+24
*
R600: Add support for 128-bit parameters
Tom Stellard
2013-02-13
3
-0
/
+23
*
s/grep/FileCheck/ in some tests
Eli Bendersky
2013-02-13
2
-3
/
+5
*
Don't build tail calls to functions with three inreg arguments on x86-32 PIC.
Nick Lewycky
2013-02-13
1
-5
/
+11
*
s/grep/FileCheck/ in some tests
Eli Bendersky
2013-02-13
5
-6
/
+16
*
Bug fix 13622: Add paired register support for inline asm with 64-bit data on...
Weiming Zhao
2013-02-13
4
-8
/
+205
*
[ms-inline asm] Fix up test case for non-Darwin platforms.
Chad Rosier
2013-02-13
1
-1
/
+1
*
Hexagon: Use absolute addressing mode loads/stores for global+offset
Jyotsna Verma
2013-02-13
8
-1052
/
+310
*
Add iterator_traits to ImmutableMap and ImmutableSet.
Ryan Govostes
2013-02-13
2
-0
/
+10
*
[ms-inline-asm] Add support for memory references that have non-immediate
Chad Rosier
2013-02-13
2
-13
/
+41
*
[ms-inline asm] Add a comment about the determinism of the rewrite sort.
Chad Rosier
2013-02-13
1
-0
/
+2
*
configure: remove workaround for gcc's -Wno-maybe-uninitialized
Dmitri Gribenko
2013-02-13
2
-44
/
+16
*
[docs] PR15254: Add "AST" to the lexicon.
Sean Silva
2013-02-13
1
-0
/
+15
*
LoopVectorize: Simplify code for clarity.
Benjamin Kramer
2013-02-13
1
-10
/
+8
*
Add a blurb about the attributes changes to the release notes.
Bill Wendling
2013-02-13
1
-0
/
+5
*
For Mips 16, add the optimization where the 16 bit form of addiu sp can be used
Reed Kotler
2013-02-13
4
-3
/
+77
*
Clean up LDV, no functionality change.
Manman Ren
2013-02-13
3
-65
/
+20
*
Use 'RC_XBS' instead of 'RC_BUILDIT' to catch all times when it's built in th...
Bill Wendling
2013-02-13
3
-3
/
+3
*
MIsched: HazardRecognizers are created for each DAG. Free them.
Andrew Trick
2013-02-13
2
-2
/
+9
*
PR14992 - Tablegen incorrectly converts ARM tLDMIA_UPD pseudo to tLDMIA
David Peixotto
2013-02-13
2
-0
/
+29
*
[ms-inline-asm] Use an array_pod_sort, rather than a std:sort.
Chad Rosier
2013-02-13
1
-3
/
+10
*
Metadata for annotating loops as parallel. The first consumer for this
Pekka Jaaskelainen
2013-02-13
4
-0
/
+183
*
Add registration for PPC-specific passes to allow the IR to be dumped
Krzysztof Parzyszek
2013-02-13
3
-3
/
+41
*
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
Benjamin Kramer
2013-02-13
2
-0
/
+26
*
Mention AArch64 in release notes for 3.3
Tim Northover
2013-02-13
1
-0
/
+14
*
Fix MSan annotations inclusion guard.
Evgeniy Stepanov
2013-02-13
2
-2
/
+2
*
Use array_pod_sort.
Bill Wendling
2013-02-13
1
-1
/
+1
*
Update phab docs to clarify how to accept a change.
Manuel Klimek
2013-02-13
1
-0
/
+6
*
Add some accessor and query methods for retrieving Attribute objects and such.
Bill Wendling
2013-02-13
3
-0
/
+54
*
Make jumptables work for -static
Reed Kotler
2013-02-13
2
-0
/
+73
*
Prevent insertion of "vzeroupper" before call that preserves YMM registers, s...
Elena Demikhovsky
2013-02-13
2
-0
/
+50
*
Remove unnecessary condtional assignment. The next line ignores the result of...
Craig Topper
2013-02-13
1
-1
/
+0
*
This is actually located at the end, not the middle.
Eric Christopher
2013-02-13
1
-1
/
+1
*
Check i1 as well as i8 variables for 8 bit registers for x86 inline
Eric Christopher
2013-02-13
2
-1
/
+32
*
Finish obviously broken thought.
Eric Christopher
2013-02-13
1
-1
/
+1
*
[tsan] disable load widening in ThreadSanitizer mode
Kostya Serebryany
2013-02-13
2
-0
/
+32
*
[asan] fix confusing indentation
Kostya Serebryany
2013-02-13
1
-1
/
+2
*
use memcpy instead of dubious union to type pun two values,
Chris Lattner
2013-02-13
1
-8
/
+9
*
Fix comment.
Eric Christopher
2013-02-13
1
-2
/
+2
*
Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.
Manman Ren
2013-02-13
4
-14
/
+189
*
[ms-inline-asm] Make sure the AsmRewrite list is sorted in lexical order.
Chad Rosier
2013-02-13
1
-0
/
+5
*
Test commit. Fixed typo.
David Peixotto
2013-02-13
1
-1
/
+1
*
Fix comment
Arnaud A. de Grandmaison
2013-02-13
1
-2
/
+2
*
Changed isStoredObjCPointer => IsStoredObjCPointer. No functionality change.
Michael Gottesman
2013-02-12
1
-4
/
+4
*
Add a default empty string to the 'value' of a string attribute.
Bill Wendling
2013-02-12
1
-1
/
+1
*
Actually delete this code, since it's really not clear what it's
Dan Gohman
2013-02-12
1
-24
/
+0
*
[ms-inline-asm] Implement align directive (which is roughly equivalent to .al...
Chad Rosier
2013-02-12
2
-9
/
+44
*
This patch just fixes up various llvm formatting
Jack Carter
2013-02-12
4
-13
/
+14
*
Add static cast to unsigned char whenever a character classification function...
Guy Benyei
2013-02-12
18
-56
/
+80
*
Record PRE predecessors with a SmallVector instead of a DenseMap, and
Dan Gohman
2013-02-12
1
-8
/
+9
[prev]
[next]