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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: provide diagnostics on more writeback LDM/STM instructions
Tim Northover
2013-10-22
5
-17
/
+80
*
R600/SI: Use llvm_unreachable() for an always false assert
Tom Stellard
2013-10-22
1
-2
/
+1
*
R600/SI: Fix warning on non-asserts build
Tom Stellard
2013-10-22
1
-0
/
+1
*
R600: Simplify handling of private address space
Tom Stellard
2013-10-22
14
-436
/
+134
*
R600: Remove unused InstrInfo::getMovImmInstr() function
Tom Stellard
2013-10-22
5
-31
/
+0
*
Simplify testing case (Thanks Rafael for the testing case).
Manman Ren
2013-10-22
1
-28
/
+22
*
DWARF type hashing: pointers to members
David Blaikie
2013-10-22
2
-11
/
+192
*
Fix llvm-cov counts to be 64-bit integers to avoid overflows.
Bob Wilson
2013-10-22
2
-5
/
+5
*
Speling fixes.
Benjamin Kramer
2013-10-22
8
-10
/
+10
*
Fix the -Werror -Wpedantic clang selfhost build
Alp Toker
2013-10-22
1
-3
/
+3
*
[mips][msa] Direct Object Emission support for conditional branches.
Matheus Almeida
2013-10-22
3
-25
/
+121
*
AVX-512: aligned / unaligned load and store for 512-bit integer vectors.
Elena Demikhovsky
2013-10-22
3
-30
/
+64
*
Add testcase for PR3168. It was fixed over time.
Bill Wendling
2013-10-22
1
-0
/
+21
*
Using FoldingSet in SelectionDAG::getVTList.
Wan Xiaofei
2013-10-22
2
-60
/
+104
*
llvm-c: Add LLVMPrintTypeToString
Anders Waldenborg
2013-10-22
2
-0
/
+18
*
Change llvm-cov output formatting to be more similar to gcov.
Bob Wilson
2013-10-22
3
-10
/
+12
*
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
[next]