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
*
Clarify SCEV comments.
Andrew Trick
2013-10-22
1
-8
/
+11
*
Replace (V)MOVZDI2PDIrr/rm instructions with patterns that select (V)MOVDI2PD...
Craig Topper
2013-10-22
2
-37
/
+22
*
ARM: Thumb2 copy for GPRPair needs to use thumb instructions.
Jim Grosbach
2013-10-22
1
-1
/
+1
*
ARM: Clean up copyPhysReg() a bit.
Jim Grosbach
2013-10-22
1
-27
/
+47
*
TBAA: fix PR17620.
Manman Ren
2013-10-22
2
-1
/
+56
*
Formatting/whitespace.
Eric Christopher
2013-10-22
1
-4
/
+4
*
Move the printing of llvm-cov information out from collectLineCounts().
Bob Wilson
2013-10-22
2
-1
/
+1
*
fix two typos.
Adrian Prantl
2013-10-21
1
-2
/
+2
*
FIXME comment shouldn't have been doxygen style
Andrew Kaylor
2013-10-21
1
-1
/
+1
*
Fix spelling, grammar, and match naming convention for test files.
Eric Christopher
2013-10-21
2
-4
/
+4
*
DWARF Type Hashing: Include reference and rvalue reference type in the declar...
David Blaikie
2013-10-21
2
-1
/
+69
*
DWARF type hashing: begin implementing Step 5, summary hashing in declarable ...
David Blaikie
2013-10-21
3
-13
/
+74
*
Removing unnecessary link component for MCJIT unittests
Andrew Kaylor
2013-10-21
2
-2
/
+1
*
DIEHashTest: Correct the order of operands to the TEST macro
David Blaikie
2013-10-21
1
-7
/
+7
*
[AArch64] Add the constraint to NEON scalar mla/mls instructions.
Chad Rosier
2013-10-21
3
-28
/
+56
*
SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2
Tom Stellard
2013-10-21
2
-0
/
+52
*
Remove unused TargetLowering field.
Matt Arsenault
2013-10-21
2
-5
/
+0
*
Fix CodeGen for vectors of pointers with address spaces.
Matt Arsenault
2013-10-21
2
-3
/
+37
*
Fix CodeGen for different size address space GEPs
Matt Arsenault
2013-10-21
3
-8
/
+16
*
Use more type helper functions
Matt Arsenault
2013-10-21
5
-24
/
+24
*
Reuse variable
Matt Arsenault
2013-10-21
1
-1
/
+1
*
Fix the build in DIE.cpp with MSVC 2010
Reid Kleckner
2013-10-21
1
-3
/
+5
*
DWARF type hashing: Handle multiple (including recursive) references to the s...
David Blaikie
2013-10-21
3
-9
/
+79
*
Teach SimplifyCFG about address spaces
Matt Arsenault
2013-10-21
3
-16
/
+113
*
Fix creating bitcasts between address spaces in SCEV.
Matt Arsenault
2013-10-21
2
-6
/
+37
*
Remove unused SCEV functions
Matt Arsenault
2013-10-21
2
-29
/
+1
*
X86 vector element shift-by-immediate instructions take i8 immediates. Make
Lang Hames
2013-10-21
5
-64
/
+77
*
Fix up some old review feedback.
Eric Christopher
2013-10-21
1
-2
/
+3
*
Improving MCJIT/RuntimeDyld thread safety
Andrew Kaylor
2013-10-21
5
-13
/
+41
*
DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...
David Blaikie
2013-10-21
6
-212
/
+276
*
Optimize more linkonce_odr values during LTO.
Rafael Espindola
2013-10-21
7
-213
/
+294
*
DebugInfo: Hash DW_FORM_GNU_str_index as a string.
David Blaikie
2013-10-21
2
-3
/
+5
*
AVX-512: MUL operation lowering for v8i64
Elena Demikhovsky
2013-10-21
2
-4
/
+14
*
[mips][msa] Direct Object Emission support for LD/ST instructions.
Matheus Almeida
2013-10-21
4
-24
/
+86
*
[mips][msa] Direct Object Emission support for LDI instructions.
Matheus Almeida
2013-10-21
3
-8
/
+32
*
[mips][msa] Direct Object Emission support for MOVE.v.
Matheus Almeida
2013-10-21
3
-2
/
+10
*
[mips][msa] Direct Object Emission support for CTCMSA and CFCMSA.
Matheus Almeida
2013-10-21
6
-14
/
+242
*
[mips][msa] Direct Object Emission of SPLAT instruction.
Matheus Almeida
2013-10-21
2
-12
/
+28
*
[mips][msa] Fix definition of SLD instruction.
Matheus Almeida
2013-10-21
5
-51
/
+79
*
Fix the predecessor removal logic in r193045.
Michael Gottesman
2013-10-21
1
-11
/
+9
*
Don't eliminate a partially redundant load if it's in a landing pad.
Bill Wendling
2013-10-21
4
-58
/
+210
*
Fix typo in test's XFAIL line. Patch by Dimitry Andric!
Nick Lewycky
2013-10-21
1
-1
/
+1
*
Teach simplify-cfg how to correctly create covered lookup tables for switches...
Michael Gottesman
2013-10-20
2
-6
/
+76
*
Typo.
Peter Collingbourne
2013-10-20
1
-1
/
+1
*
Emit prefix data after debug and EH directives.
Peter Collingbourne
2013-10-20
2
-4
/
+6
*
Emit DWARF line entries for all data in the instruction stream.
Peter Collingbourne
2013-10-20
2
-6
/
+20
*
Remove unused variable.
Benjamin Kramer
2013-10-19
1
-2
/
+1
*
Perform an intelligent splice of the predecessor with the single successor.
Bill Wendling
2013-10-19
2
-1
/
+57
*
Avoid duplicate search by reusing the iterator.
Yaron Keren
2013-10-19
2
-5
/
+7
*
Added comments from Andrew Kaylor.
Yaron Keren
2013-10-19
1
-0
/
+21
[next]