index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
refactor the struct byte swapping to a helper function.
Rafael Espindola
2013-04-19
1
-70
/
+20
*
Only run the tests in test/Object/ARM if we have ARM support.
Rafael Espindola
2013-04-19
1
-0
/
+3
*
Attributes: Don't print trailing whitespace on the function attribute comment.
Benjamin Kramer
2013-04-19
2
-5
/
+13
*
Don't read one command past the end.
Rafael Espindola
2013-04-19
4
-4
/
+16
*
ARM: permit "sp" in ARM variants of MOVW/MOVT instructions
Tim Northover
2013-04-19
2
-2
/
+9
*
Revert 179826. Tests were worthless.
Jakub Staszak
2013-04-19
2
-2
/
+2
*
Revert "PR14606: debug info imported_module support"
Eric Christopher
2013-04-19
90
-223
/
+103
*
PR14606: debug info imported_module support
David Blaikie
2013-04-19
90
-103
/
+223
*
Add support for index resources (for a SlotIndex) to be relinquished.
Lang Hames
2013-04-19
1
-1
/
+48
*
Use 'array_lengthof' as possible to avoid magic numbers
Michael Liao
2013-04-19
1
-23
/
+32
*
R600: Add pattern for the BFI_INT instruction
Tom Stellard
2013-04-19
4
-0
/
+58
*
R600/SI: Use InstFlag for VOP3 modifier operands
Tom Stellard
2013-04-19
2
-15
/
+14
*
R600: Reorganize lit tests and document how they should be organized
Tom Stellard
2013-04-19
29
-128
/
+174
*
Keep coding stanard. Don't use "else if" after "return".
Jakub Staszak
2013-04-19
1
-3
/
+4
*
Don't run expensive -O2 and -O3 in tests.
Jakub Staszak
2013-04-19
2
-2
/
+2
*
Add some more stats for fast isel vs. SelectionDAG, w.r.t lowering function
Eli Bendersky
2013-04-19
1
-1
/
+10
*
Use an enum instead of magic constants to improve readability.
Bill Wendling
2013-04-19
2
-16
/
+44
*
Implement a better fix for PR15185.
Bill Wendling
2013-04-18
1
-6
/
+11
*
Relax this assert. It may not hold in all cases.
Bill Wendling
2013-04-18
1
-1
/
+1
*
[ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and
Chad Rosier
2013-04-18
2
-1
/
+31
*
Assert if we're trying to generate a null compact unwind entry.
Bill Wendling
2013-04-18
1
-4
/
+2
*
Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ...
Bill Wendling
2013-04-18
1
-9
/
+9
*
Disable PPC comparison optimization by default
Hal Finkel
2013-04-18
2
-1
/
+7
*
[asm parser] Add support for predicating MnemonicAlias based on the assembler
Chad Rosier
2013-04-18
5
-88
/
+130
*
Implement optimizeCompareInstr for PPC
Hal Finkel
2013-04-18
3
-0
/
+413
*
Make the TargetIndependent flag have the right boolean value.
Bill Wendling
2013-04-18
3
-5
/
+5
*
X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava...
Benjamin Kramer
2013-04-18
2
-15
/
+176
*
Fix typo
Eli Bendersky
2013-04-18
1
-1
/
+1
*
Cleanup patch:
Bill Wendling
2013-04-18
3
-71
/
+71
*
This patch addresses two cleanup issues:
Bill Wendling
2013-04-18
3
-111
/
+71
*
Fix a -Wdocumentation warning
Dmitri Gribenko
2013-04-18
1
-1
/
+1
*
In the function InstCombiner::visitExtractElementInst() removed the limitatio...
Anat Shemer
2013-04-18
2
-4
/
+16
*
C API: Fix coding style
Tom Stellard
2013-04-18
2
-2
/
+2
*
Added a function scalarizePHI() that sclarizes a vector phi instruction if it...
Anat Shemer
2013-04-18
3
-0
/
+105
*
Fix comment. Patch by Stephen Lin.
Bill Wendling
2013-04-18
1
-2
/
+3
*
At Jim Grosbach's request detemplate Object/MachO.h.
Rafael Espindola
2013-04-18
11
-1755
/
+2039
*
Fix a comment, PR15777.
Chris Lattner
2013-04-18
1
-2
/
+2
*
Allow misaligned stores in x86 fast-isel.
Derek Schuff
2013-04-18
2
-5
/
+18
*
LoopVectorizer: Recognize min/max reductions
Arnold Schwaighofer
2013-04-18
2
-34
/
+608
*
Fix grammar in LLVMBuild.rst
Eli Bendersky
2013-04-18
1
-2
/
+2
*
[ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus.
Chad Rosier
2013-04-18
1
-10
/
+13
*
Make this private method.
Chad Rosier
2013-04-18
1
-4
/
+4
*
Fixes to LangRef.rst: incorrect attributes syntax and misplaced 'nobuiltin'
Eli Bendersky
2013-04-18
1
-7
/
+8
*
Fix comment spacing.
Chad Rosier
2013-04-18
1
-2
/
+2
*
LoopVectorize: Use a set to avoid longer cycles in the reduction chain too.
Benjamin Kramer
2013-04-18
2
-8
/
+24
*
Fix for PR14824, An ARM Load/Store Optimization bug
Hao Liu
2013-04-18
2
-1
/
+99
*
Revert "Combine bit test + conditional or into simple math"
David Majnemer
2013-04-18
2
-140
/
+0
*
Combine bit test + conditional or into simple math
David Majnemer
2013-04-18
2
-0
/
+140
*
[objc-arc] Do not mismatch up retains inside a for loop with releases outside...
Michael Gottesman
2013-04-18
2
-96
/
+167
*
Removed trailing whitespace.
Michael Gottesman
2013-04-18
1
-3
/
+3
[prev]
[next]