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
*
Provide a test input for opt
Alp Toker
2013-11-05
1
-6
/
+6
*
Silence GCC warning about dropping off a fully covered switch.
Benjamin Kramer
2013-11-05
1
-0
/
+1
*
[OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclasses
Peter Zotov
2013-11-05
3
-0
/
+8
*
[llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...
Peter Zotov
2013-11-05
1
-0
/
+3
*
[OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rst
Peter Zotov
2013-11-05
1
-0
/
+3
*
Remove the word "thumb" from comments. Remove also an incorrect
Reed Kotler
2013-11-05
1
-24
/
+6
*
[OCaml] (PR16318) Add missing argument to Llvm.const_intcast
Peter Zotov
2013-11-05
4
-5
/
+17
*
[OCaml] (PR11717) Make declare_qualified_global respect address argument
Peter Zotov
2013-11-05
2
-4
/
+8
*
X86 Disassembler: remove unused bool typedef-name
David Majnemer
2013-11-05
1
-2
/
+0
*
Suppress OS crash dialog in llvm-rtdyld
Alp Toker
2013-11-05
1
-0
/
+5
*
[OCaml] Properly tag the custom operations of Llvm.llbuilder
Peter Zotov
2013-11-05
1
-1
/
+1
*
[OCaml] Llvm_linker: do not use external in module interface
Peter Zotov
2013-11-05
1
-2
/
+1
*
Fix r194019 as requested by Eric Christopher.
Reed Kotler
2013-11-05
3
-13
/
+1444
*
Fix symbol defines in config.h.cmake
Alp Toker
2013-11-05
1
-3
/
+3
*
Lift alignment restrictions on load folding for a significant portion of AVX ...
Craig Topper
2013-11-05
1
-166
/
+166
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
11
-15
/
+1425
*
Implemented aarch64 neon intrinsic vcopy_lane with float type.
Kevin Qin
2013-11-05
3
-88
/
+194
*
Revert "llvm-cov: Added command-line option to change dir."
Yuchen Wu
2013-11-05
2
-19
/
+7
*
Revert "Added basic unit test for llvm-cov."
Yuchen Wu
2013-11-05
7
-169
/
+0
*
Added basic unit test for llvm-cov.
Yuchen Wu
2013-11-05
7
-0
/
+169
*
llvm-cov: Added command-line option to change dir.
Yuchen Wu
2013-11-05
2
-7
/
+19
*
Support for reading run counts in llvm-cov.
Yuchen Wu
2013-11-05
2
-3
/
+32
*
Fix MSVC build by not putting an error_code directly in a union.
Rafael Espindola
2013-11-05
1
-6
/
+17
*
Simplify ErrorOr.
Rafael Espindola
2013-11-05
2
-252
/
+5
*
Add a runtime unrolling parameter to the LoopUnroll pass constructor
Hal Finkel
2013-11-05
2
-7
/
+12
*
Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...
NAKAMURA Takumi
2013-11-04
3
-1563
/
+12
*
ARM: remove unnecessary state-tracking during frame lowering.
Tim Northover
2013-11-04
6
-115
/
+58
*
AArch64: use default asm operand printing when modifier inapplicable
Tim Northover
2013-11-04
2
-47
/
+88
*
Make sure we don't get a warning from this variable that is only used
Reed Kotler
2013-11-04
1
-0
/
+1
*
Add the test case that goes with the previous submission for constant
Reed Kotler
2013-11-04
1
-0
/
+64
*
Submit the basic port of the rest of ARM constant islands code to Mips.
Reed Kotler
2013-11-04
2
-12
/
+1498
*
Remove dead code
Shuxin Yang
2013-11-04
1
-6
/
+0
*
Check for both styles of clobbers, those produced by dragonegg and
Eric Christopher
2013-11-04
2
-20
/
+41
*
SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...
Benjamin Kramer
2013-11-04
1
-1
/
+1
*
Fix another constant folding address space place I missed.
Matt Arsenault
2013-11-04
2
-13
/
+38
*
Scalarize select vector arguments when extracted.
Matt Arsenault
2013-11-04
3
-29
/
+163
*
[docs] Add link to 32-bit ARM ELF supplement.
Sean Silva
2013-11-04
1
-0
/
+1
*
Use startswith_lower() where possible.
Jakub Staszak
2013-11-04
2
-9
/
+2
*
Add support for AVX512 masked vector blend intrinsics.
Cameron McInally
2013-11-04
3
-18
/
+92
*
Rename testing case to use - instead of _.
Manman Ren
2013-11-04
1
-0
/
+0
*
Change BitcodeReader to use error_code instead of bool + string.
Rafael Espindola
2013-11-04
4
-381
/
+495
*
Support for microMIPS branch instructions.
Zoran Jovanovic
2013-11-04
17
-26
/
+342
*
AVX-512: fixed a typo in builtin name
Elena Demikhovsky
2013-11-04
1
-6
/
+6
*
X86: Add a description for AMD bdver3 aka Steamroller.
Benjamin Kramer
2013-11-04
2
-3
/
+13
*
Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...
Filip Pizlo
2013-11-04
3
-28
/
+21
*
[OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilder
Peter Zotov
2013-11-04
7
-1
/
+291
*
[OCaml] Documentation
Peter Zotov
2013-11-04
2
-7
/
+19
*
[OCaml] Implement missing LLVMCore APIs
Peter Zotov
2013-11-04
4
-68
/
+396
*
[OCaml] Formatting
Peter Zotov
2013-11-04
3
-172
/
+48
*
AVX-512: added VPCONFLICT instruction and intrinsics,
Elena Demikhovsky
2013-11-03
7
-6
/
+209
[next]