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
*
Fix a bug in mayHaveSideEffects. Functions that do not return are now conside...
Nadav Rotem
2013-02-19
1
-0
/
+18
*
ARM: Allocation hints must make sure to be in the alloc order.
Jim Grosbach
2013-02-19
1
-0
/
+53
*
Fix typo
Eli Bendersky
2013-02-19
1
-1
/
+1
*
Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-19
1
-0
/
+31
*
ARM NEON: Merge a f32 bitcast of a v2i32 extractelt
Arnold Schwaighofer
2013-02-19
1
-0
/
+25
*
[asan] instrument memory accesses with unusual sizes
Kostya Serebryany
2013-02-19
1
-1
/
+31
*
Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16,
Reed Kotler
2013-02-19
2
-0
/
+184
*
Temporarily revert r175470 for more review.
Bill Wendling
2013-02-19
1
-23
/
+0
*
Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16.
Reed Kotler
2013-02-19
2
-0
/
+198
*
Check to see if the 'no-builtin' attribute is set before simplifying a librar...
Bill Wendling
2013-02-18
1
-0
/
+23
*
Comment out the rdar number.
Chad Rosier
2013-02-18
1
-1
/
+1
*
[fast-isel] Remove an invalid assert.
Chad Rosier
2013-02-18
1
-0
/
+7
*
Support for HiPE-compatible code emission, patch by Yiannis Tsiouris.
Benjamin Kramer
2013-02-18
1
-0
/
+67
*
R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for mad pattern
Vincent Lejeune
2013-02-18
1
-0
/
+19
*
[asan] revert r175266 as it breaks code with packed structures. supporting lo...
Kostya Serebryany
2013-02-18
1
-1
/
+1
*
AArch64: adjust tests which rely on a default JIT
Tim Northover
2013-02-18
3
-2
/
+14
*
Expand macro/pseudo instructions BtnezT8SltX16 and BtnezT8SltuX16.
Reed Kotler
2013-02-18
1
-0
/
+96
*
Expand pseudo/macro BteqzT8SltX16.
Reed Kotler
2013-02-18
1
-0
/
+98
*
Expand macro/pseudo BteqzT8CmpX16.
Reed Kotler
2013-02-18
1
-0
/
+96
*
Beginning of expanding all current mips16 macro/pseudo instruction sequences.
Reed Kotler
2013-02-18
1
-0
/
+95
*
[XCore] Add missing 2r instructions.
Richard Osborne
2013-02-17
1
-0
/
+9
*
[XCore] Add TSETR instruction.
Richard Osborne
2013-02-17
1
-0
/
+3
*
[XCore] Add missing u10 / lu10 instructions.
Richard Osborne
2013-02-17
1
-0
/
+12
*
[XCore] Add missing u6 / lu6 instructions.
Richard Osborne
2013-02-17
1
-0
/
+36
*
Force a cpu for test. It failed on atom due to different scheduling decisions.
Benjamin Kramer
2013-02-17
1
-1
/
+1
*
BBVectorize: Fix an invalid reference bug
Hal Finkel
2013-02-17
1
-0
/
+98
*
The transform is:
Bill Wendling
2013-02-16
2
-23
/
+12
*
MCParser: Reject .balign with non-pow2 alignments.
Benjamin Kramer
2013-02-16
1
-0
/
+10
*
Replace "check:" wth "CHECK:".
Jakub Staszak
2013-02-16
1
-4
/
+4
*
Reinitialize the ivars in the subtarget so that they can be reset with the ne...
Bill Wendling
2013-02-16
1
-1
/
+0
*
[ms-inline asm] Do not omit the frame pointer if we have ms-inline assembly.
Chad Rosier
2013-02-16
1
-2
/
+8
*
Derive ELF section type from the name in some cases where GNU as does
Joerg Sonnenberger
2013-02-16
1
-0
/
+62
*
Temporary revert of 175320.
Bill Wendling
2013-02-15
1
-0
/
+1
*
Reinitialize the ivars in the subtarget.
Bill Wendling
2013-02-15
1
-0
/
+66
*
If bundle alignment is enabled, do not add data to a fragment with instructions
Derek Schuff
2013-02-15
1
-2
/
+13
*
Forgot to 'svn add' the LoopVectorizer tests for the new parallel loop metada...
Pekka Jaaskelainen
2013-02-15
2
-0
/
+166
*
enable SDISel sincos optimization for GNU environments
Paul Redmond
2013-02-15
1
-14
/
+40
*
Teach InstCombine to work with smaller legal types in icmp (shl %v, C1), C2
Arnaud A. de Grandmaison
2013-02-15
2
-3
/
+42
*
[asan] support long double on 64-bit. See https://code.google.com/p/address-s...
Kostya Serebryany
2013-02-15
1
-0
/
+9
*
AArch64: remove ConstantIsland pass & put literals in separate section.
Tim Northover
2013-02-15
9
-31
/
+38
*
AArch64: refactor frame handling to use movz/movk for overlarge offsets.
Tim Northover
2013-02-15
1
-18
/
+15
*
Simplify the 'operator<' for the attribute object.
Bill Wendling
2013-02-15
1
-2
/
+2
*
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
1
-1
/
+1
*
Revert "Fix testcase for attribute ordering."
Anna Zaks
2013-02-15
1
-1
/
+1
*
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
1
-1
/
+1
*
Fix minor mips16 issues in directives for function prologue. Probably this does
Reed Kotler
2013-02-15
1
-4
/
+20
*
Fix testcase for attribute ordering.
Bill Wendling
2013-02-15
1
-1
/
+1
*
The ARM NEON vector compare instructions take three arguments. However, the
Joel Jones
2013-02-14
1
-1
/
+67
*
death to extra whitespace
Kay Tiong Khoo
2013-02-14
1
-20
/
+20
*
added basic support for Intel ADX instructions
Kay Tiong Khoo
2013-02-14
2
-0
/
+36
[next]