index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hexagon: Pass to replace tranfer/copy instructions into combine instruction
Jyotsna Verma
2013-05-14
5
-0
/
+686
*
Reapply "Subtract isn't commutative, fix this for MMX psub." with
Eric Christopher
2013-05-14
1
-7
/
+7
*
Temporarily revert "Subtract isn't commutative, fix this for MMX psub."
Eric Christopher
2013-05-14
1
-7
/
+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
1
-7
/
+7
*
Recognize sparc64 as an alias for sparcv9 triples.
Jakob Stoklund Olesen
2013-05-14
1
-1
/
+1
*
Hexagon: Add patterns to generate 'combine' instructions.
Jyotsna Verma
2013-05-14
1
-0
/
+87
*
Hexagon: ArePredicatesComplement should not restrict itself to TFRs.
Jyotsna Verma
2013-05-14
1
-5
/
+31
*
Add bitcast to store of personality function.
Kai Nacke
2013-05-14
1
-1
/
+3
*
PPC32: Fix stack collision between FP and CR save areas.
Bill Schmidt
2013-05-14
1
-0
/
+1
*
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
*
Declare __clear_cache.
Rafael Espindola
2013-05-14
1
-0
/
+1
*
[SystemZ] Add disassembler support
Richard Sandiford
2013-05-14
11
-6
/
+399
*
[SystemZ] Rework handling of constant PC-relative operands
Richard Sandiford
2013-05-14
3
-20
/
+81
*
[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
1
-0
/
+275
*
StackColoring: don't clear an instruction's mem operand if the underlying
Akira Hatanaka
2013-05-14
1
-0
/
+5
*
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
1
-17
/
+40
*
[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
1
-5
/
+91
*
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
1
-1
/
+2
*
[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
4
-0
/
+94
*
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
3
-4
/
+75
*
Fix a bug that APFloat::fusedMultiplyAdd() mistakenly evaluate "14.5f * -14.5...
Shuxin Yang
2013-05-13
1
-2
/
+27
*
[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
4
-11
/
+43
*
Correctly preserve the input chain for potential tailcall nodes whose
Lang Hames
2013-05-13
1
-1
/
+1
*
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
1
-10
/
+25
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
29
-115
/
+131
*
SLPVectorizer: Fix a bug in the code that generates extracts for values with ...
Nadav Rotem
2013-05-12
1
-7
/
+27
*
SLPVectorizer: Clear the map that maps between scalars to vectors after each ...
Nadav Rotem
2013-05-12
1
-0
/
+1
*
InstCombine: Flip the order of two urem transforms
David Majnemer
2013-05-12
1
-6
/
+6
*
LoopVectorize: Use the widest induction variable type
Arnold Schwaighofer
2013-05-11
1
-21
/
+69
*
LoopVectorize: Use variable instead of repeated function call
Arnold Schwaighofer
2013-05-11
1
-3
/
+4
[next]