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
...
*
Revert "Added basic unit test for llvm-cov."
Yuchen Wu
2013-11-12
7
-169
/
+0
*
llvm-cov: Added call to update run/program counts.
Yuchen Wu
2013-11-12
3
-0
/
+8
*
Added basic unit test for llvm-cov.
Yuchen Wu
2013-11-12
7
-0
/
+169
*
R600/SI: Change formatting of printed registers.
Matt Arsenault
2013-11-12
55
-282
/
+343
*
Change the default branch instruction to be the 16 bit variety for mips16.
Reed Kotler
2013-11-12
4
-5
/
+63
*
Extract a bc attr parsing helper that returns Attribute::None on error
Reid Kleckner
2013-11-12
1
-78
/
+49
*
R600/SI: Add test that fails due to requiring i64 mul for pointers
Matt Arsenault
2013-11-11
1
-0
/
+18
*
Lower X86::MORESTACK_RET and X86::MORESTACK_RET_RESTORE_R10 in
Lang Hames
2013-11-11
1
-12
/
+12
*
Fix the recently added anyregcc convention to handle spilled operands.
Andrew Trick
2013-11-11
2
-9
/
+47
*
Print new JavaScript calling conventions symbolically.
Andrew Trick
2013-11-11
1
-0
/
+2
*
R600: Use function inputs to represent data stored in gpr
Vincent Lejeune
2013-11-11
29
-321
/
+285
*
Fix PR17952.
Shuxin Yang
2013-11-11
9
-28
/
+396
*
[mips] Partially revert r193641. Stack alignment should not be determined by
Akira Hatanaka
2013-11-11
2
-3
/
+2
*
Add support for DT_VERxxx and DT_MIPS_xxx .dynamic section entries to the
Simon Atanasyan
2013-11-11
4
-0
/
+62
*
Change libLTO back to linking with @executable_path instead of @rpath.
Bob Wilson
2013-11-11
1
-1
/
+1
*
CalcSpillWeights: allow overidding the spill weight normalizing function
Arnaud A. de Grandmaison
2013-11-11
2
-6
/
+16
*
[ARM] Add support for MVFR2 which is new in ARMv8
Artyom Skrobov
2013-11-11
5
-0
/
+19
*
Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSy...
Andrew Kaylor
2013-11-11
1
-2
/
+12
*
[NVPTX] Properly handle bitcast ConstantExpr when checking for the alignment ...
Justin Holewinski
2013-11-11
2
-13
/
+64
*
[NVPTX] Fix logic error in loading vector parameters of more than 4 components
Justin Holewinski
2013-11-11
2
-1
/
+14
*
[AArch64] The shift right/left and insert immediate builtins expect 3
Chad Rosier
2013-11-11
3
-26
/
+41
*
CalcSpillWeights: give a better describing name to calculateSpillWeights
Arnaud A. de Grandmaison
2013-11-11
6
-15
/
+14
*
Unify the adding of enumerators with the construction of the enumeration.
Eric Christopher
2013-11-11
2
-23
/
+25
*
Formatting.
Eric Christopher
2013-11-11
1
-9
/
+8
*
80-col.
Eric Christopher
2013-11-11
1
-5
/
+7
*
Just pass the DIComposite type by value instead of by pointer.
Eric Christopher
2013-11-11
2
-6
/
+6
*
[AArch64] Add support for NEON scalar floating-point convert to fixed-point i...
Chad Rosier
2013-11-11
6
-11
/
+165
*
Vector forms of SHL, SRA, and SRL can be constant folded using SimplifyVBinOp...
Daniel Sanders
2013-11-11
2
-0
/
+88
*
[mips][msa] CHECK-DAG-ize MSA 3r-a.ll test.
Matheus Almeida
2013-11-11
1
-192
/
+336
*
[mips][msa] CHECK-DAG-ize MSA 2rf_int_float.ll test.
Matheus Almeida
2013-11-11
1
-30
/
+50
*
[mips][msa] CHECK-DAG-ize MSA 2rf_float_int.ll test.
Matheus Almeida
2013-11-11
1
-12
/
+20
*
Move debug message in vectorizer
Renato Golin
2013-11-11
1
-4
/
+1
*
[mips][msa] CHECK-DAG-ize MSA 2rf.ll test.
Matheus Almeida
2013-11-11
1
-48
/
+80
*
[mips][msa] CHECK-DAG-ize MSA 2r.ll test.
Matheus Almeida
2013-11-11
1
-36
/
+60
*
Add a testcase for pr17852.
Rafael Espindola
2013-11-11
1
-0
/
+66
*
Add PPC option for full register names in asm
Hal Finkel
2013-11-11
2
-0
/
+27
*
Simplify code. No functionality change.
Benjamin Kramer
2013-11-11
1
-5
/
+1
*
[OCaml] Add missing Llvm_target functions
Peter Zotov
2013-11-11
4
-0
/
+30
*
[OCaml] Accept context explicitly in Llvm_target functions
Peter Zotov
2013-11-11
5
-7
/
+9
*
[OCaml] Make Llvm_target.DataLayout.t automatically managed
Peter Zotov
2013-11-11
9
-54
/
+72
*
[llvm-c] Remove dead typedef
Peter Zotov
2013-11-11
1
-1
/
+0
*
Update of the 'Code Review' page. The link is now called 'Create Diff' instea...
Sylvestre Ledru
2013-11-11
1
-1
/
+1
*
[autoconf] Prune "runtime" stuff in configure, corresponding to r191835.
NAKAMURA Takumi
2013-11-11
2
-7
/
+0
*
[msan] Propagate origin for insertvalue, extractvalue.
Evgeniy Stepanov
2013-11-11
2
-2
/
+28
*
[NVPTX] Blacklist TailDuplicate pass
Justin Holewinski
2013-11-11
1
-0
/
+1
*
Don't universally enable initialiser lists on GCC. Thanks for catching this ...
Pete Cooper
2013-11-11
1
-2
/
+1
*
Add LLVM_HAS_INITIALIZER_LISTS for upcoming C++11 support. Use it in ArrayRef
Pete Cooper
2013-11-11
2
-0
/
+16
*
AArch64: refactor vector list creation to be more uniform
Tim Northover
2013-11-11
1
-101
/
+55
*
CalculateSpillWeights does not need to be a pass
Arnaud A. de Grandmaison
2013-11-10
7
-52
/
+25
*
Mark 36 tests as XFAIL:vg_leak in llvm/test/TableGen.
NAKAMURA Takumi
2013-11-10
36
-0
/
+36
[prev]
[next]