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
*
Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
2013-05-14
2
-7
/
+220
*
Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
2013-05-14
2
-220
/
+7
*
Fix __clear_cache declaration.
Rafael Espindola
2013-05-14
1
-1
/
+1
*
Subtract isn't commutative, fix this for MMX psub.
Eric Christopher
2013-05-14
2
-7
/
+220
*
Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
2013-05-14
2
-3
/
+3
*
Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
2013-05-14
2
-0
/
+167
*
Hexagon: ArePredicatesComplement should not restrict itself to TFRs.
Jyotsna Verma
2013-05-14
2
-5
/
+63
*
Add bitcast to store of personality function.
Kai Nacke
2013-05-14
1
-1
/
+3
*
Fix ARM FastISel tests, as a first step to enabling ARM FastISel
Derek Schuff
2013-05-14
18
-168
/
+143
*
PPC32: Fix stack collision between FP and CR save areas.
Bill Schmidt
2013-05-14
2
-4
/
+9
*
Hexagon: Test case to check if branch probabilities are properly reflected in
Jyotsna Verma
2013-05-14
1
-0
/
+79
*
Hexagon: Remove dead-code after unconditional return from addPreSched2.
Jyotsna Verma
2013-05-14
1
-3
/
+0
*
R600/SI: Add processor type for Hainan asic
Tom Stellard
2013-05-14
2
-1
/
+3
*
Get the unittests compiling when building with cmake and the setting
Duncan Sands
2013-05-14
2
-1
/
+6
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
[SystemZ] Add disassembler support
Richard Sandiford
2013-05-14
353
-7
/
+7189
*
R600/SI: Add lit test coverage for the remaining patterns added recently
Michel Danzer
2013-05-14
6
-11
/
+111
*
[SystemZ] Add extra testscases for r181773
Richard Sandiford
2013-05-14
24
-0
/
+384
*
[SystemZ] Rework handling of constant PC-relative operands
Richard Sandiford
2013-05-14
31
-130
/
+425
*
[SystemZ] Remove bogus isAsmParserOnly
Richard Sandiford
2013-05-14
1
-28
/
+22
*
[SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
2013-05-14
3
-57
/
+79
*
[SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
2013-05-14
5
-312
/
+326
*
Removed trailing whitespace.
Michael Gottesman
2013-05-14
1
-4
/
+4
*
Fix typo.
Reed Kotler
2013-05-14
1
-1
/
+1
*
Removed an unnamed namespace and forgot to make two of the functions inside
Reed Kotler
2013-05-14
1
-3
/
+5
*
This is the first of three patches which creates stubs used for
Reed Kotler
2013-05-14
2
-0
/
+1303
*
StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
2013-05-14
2
-0
/
+44
*
Assert that DIEEntries are constructed with non-null DIEs
David Blaikie
2013-05-14
1
-1
/
+3
*
LoopVectorize: Handle loops with multiple forward inductions
Arnold Schwaighofer
2013-05-14
2
-17
/
+70
*
[objc-arc-opts] Added debug statements when we set and unset whether a pointe...
Michael Gottesman
2013-05-14
1
-0
/
+2
*
[objc-arc-opts] In the presense of an alloca unconditionally remove RR pairs ...
Michael Gottesman
2013-05-13
2
-5
/
+294
*
Move a couple more statistics inside '#ifndef NDEBUG'.
Matt Beaumont-Gay
2013-05-13
1
-1
/
+1
*
Mips assembler: Assembler macro ADDIU $rs,imm
Jack Carter
2013-05-13
2
-1
/
+4
*
[objc-arc-opts] Add comment to BBState making it clear that get{TopDown,Botto...
Michael Gottesman
2013-05-13
1
-0
/
+6
*
Fix goofy commentary in PPCTargetObjectFile.cpp.
Bill Schmidt
2013-05-13
1
-2
/
+2
*
PPC64: Constant initializers with dynamic relocations go in .data.rel.ro.
Bill Schmidt
2013-05-13
5
-0
/
+121
*
Remove redundant variable introduced by r181682.
Bob Wilson
2013-05-13
1
-1
/
+0
*
[objc-arc] Move the before optimization statistics gathering phase out of Opt...
Michael Gottesman
2013-05-13
1
-8
/
+7
*
[mips] Add option -mno-ldc1-sdc1.
Akira Hatanaka
2013-05-13
4
-4
/
+120
*
Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...
Shuxin Yang
2013-05-13
2
-2
/
+50
*
[mips] Define a helper function which creates an instruction with the same
Akira Hatanaka
2013-05-13
2
-0
/
+19
*
[mips] Rename functions. No functionality changes.
Akira Hatanaka
2013-05-13
7
-29
/
+29
*
Remove unused fields and arguments.
Rafael Espindola
2013-05-13
3
-13
/
+6
*
The purpose of the patch is to fix the syntax of ARM mrc and mrc2 instruction...
Mihai Popa
2013-05-13
6
-14
/
+58
*
Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
2013-05-13
2
-1
/
+18
*
Suppress GCC compiler warnings in release builds about variables that are only
Duncan Sands
2013-05-13
3
-0
/
+3
*
SLPVectorizer: Swap LHS and RHS. No functionality change.
Nadav Rotem
2013-05-13
1
-4
/
+4
*
Fix PR15950 A bug in DAG Combiner about undef mask
Hao Liu
2013-05-13
2
-10
/
+35
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
38
-177
/
+169
*
XFAIL this test for mingw too.
Rafael Espindola
2013-05-13
1
-1
/
+1
[next]