aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide a test input for optAlp Toker2013-11-051-6/+6
* Silence GCC warning about dropping off a fully covered switch.Benjamin Kramer2013-11-051-0/+1
* [OCaml] (PR16190) Add ValueKinds for ConstantDataSequential and subclassesPeter Zotov2013-11-053-0/+8
* [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc...Peter Zotov2013-11-051-0/+3
* [OCaml] (PR10016) Add a few missing line in OCamlLangImpl2.rstPeter Zotov2013-11-051-0/+3
* Remove the word "thumb" from comments. Remove also an incorrectReed Kotler2013-11-051-24/+6
* [OCaml] (PR16318) Add missing argument to Llvm.const_intcastPeter Zotov2013-11-054-5/+17
* [OCaml] (PR11717) Make declare_qualified_global respect address argumentPeter Zotov2013-11-052-4/+8
* X86 Disassembler: remove unused bool typedef-nameDavid Majnemer2013-11-051-2/+0
* Suppress OS crash dialog in llvm-rtdyldAlp Toker2013-11-051-0/+5
* [OCaml] Properly tag the custom operations of Llvm.llbuilderPeter Zotov2013-11-051-1/+1
* [OCaml] Llvm_linker: do not use external in module interfacePeter Zotov2013-11-051-2/+1
* Fix r194019 as requested by Eric Christopher.Reed Kotler2013-11-053-13/+1444
* Fix symbol defines in config.h.cmakeAlp Toker2013-11-051-3/+3
* Lift alignment restrictions on load folding for a significant portion of AVX ...Craig Topper2013-11-051-166/+166
* Implement AArch64 post-index vector load/store multiple N-element structure c...Hao Liu2013-11-0511-15/+1425
* Implemented aarch64 neon intrinsic vcopy_lane with float type.Kevin Qin2013-11-053-88/+194
* Revert "llvm-cov: Added command-line option to change dir."Yuchen Wu2013-11-052-19/+7
* Revert "Added basic unit test for llvm-cov."Yuchen Wu2013-11-057-169/+0
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-057-0/+169
* llvm-cov: Added command-line option to change dir.Yuchen Wu2013-11-052-7/+19
* Support for reading run counts in llvm-cov.Yuchen Wu2013-11-052-3/+32
* Fix MSVC build by not putting an error_code directly in a union.Rafael Espindola2013-11-051-6/+17
* Simplify ErrorOr.Rafael Espindola2013-11-052-252/+5
* Add a runtime unrolling parameter to the LoopUnroll pass constructorHal Finkel2013-11-052-7/+12
* Revert r194019 to r194021, "Submit the basic port of the rest of ARM constant...NAKAMURA Takumi2013-11-043-1563/+12
* ARM: remove unnecessary state-tracking during frame lowering.Tim Northover2013-11-046-115/+58
* AArch64: use default asm operand printing when modifier inapplicableTim Northover2013-11-042-47/+88
* Make sure we don't get a warning from this variable that is only usedReed Kotler2013-11-041-0/+1
* Add the test case that goes with the previous submission for constant Reed Kotler2013-11-041-0/+64
* Submit the basic port of the rest of ARM constant islands code to Mips. Reed Kotler2013-11-042-12/+1498
* Remove dead codeShuxin Yang2013-11-041-6/+0
* Check for both styles of clobbers, those produced by dragonegg andEric Christopher2013-11-042-20/+41
* SLPVectorizer: Use properlyDominates to satisfy the irreflexivity of a strict...Benjamin Kramer2013-11-041-1/+1
* Fix another constant folding address space place I missed.Matt Arsenault2013-11-042-13/+38
* Scalarize select vector arguments when extracted.Matt Arsenault2013-11-043-29/+163
* [docs] Add link to 32-bit ARM ELF supplement.Sean Silva2013-11-041-0/+1
* Use startswith_lower() where possible.Jakub Staszak2013-11-042-9/+2
* Add support for AVX512 masked vector blend intrinsics.Cameron McInally2013-11-043-18/+92
* Rename testing case to use - instead of _.Manman Ren2013-11-041-0/+0
* Change BitcodeReader to use error_code instead of bool + string.Rafael Espindola2013-11-044-381/+495
* Support for microMIPS branch instructions.Zoran Jovanovic2013-11-0417-26/+342
* AVX-512: fixed a typo in builtin nameElena Demikhovsky2013-11-041-6/+6
* X86: Add a description for AMD bdver3 aka Steamroller.Benjamin Kramer2013-11-042-3/+13
* Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab...Filip Pizlo2013-11-043-28/+21
* [OCaml] implement Llvm_passmgr_builder, bindings for PassManagerBuilderPeter Zotov2013-11-047-1/+291
* [OCaml] DocumentationPeter Zotov2013-11-042-7/+19
* [OCaml] Implement missing LLVMCore APIsPeter Zotov2013-11-044-68/+396
* [OCaml] FormattingPeter Zotov2013-11-043-172/+48
* AVX-512: added VPCONFLICT instruction and intrinsics,Elena Demikhovsky2013-11-037-6/+209