aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [OCaml] Implement Llvm.string_of_llvaluePeter Zotov2013-11-064-0/+24
* [llvm-c] Implement LLVMPrintValueToStringPeter Zotov2013-11-062-0/+18
* Fix definition for Mips16 pc relative load word instructions.Reed Kotler2013-11-061-5/+3
* Implement AArch64 Neon instruction set Perm.Jiangning Liu2013-11-066-0/+2649
* Implement AArch64 Neon instruction set Bitwise Extract.Jiangning Liu2013-11-0610-100/+456
* Rewrite SCEV's backedge taken count computation.Andrew Trick2013-11-069-188/+247
* Remove another unused, and IMHO, not very desirable feature of ErrorOr.Rafael Espindola2013-11-051-29/+7
* Get rid of current calculation function and adjustment schemeReed Kotler2013-11-051-76/+13
* Slightly change the way stackmap and patchpoint intrinsics are lowered.Andrew Trick2013-11-052-9/+47
* Get rid of all references to soimm in MipsConstantIslands pass becauseReed Kotler2013-11-051-12/+7
* Cleanup getUserOffset. Issues related to inline assembler length andReed Kotler2013-11-051-16/+1
* ARM: permit bare dmb/dsb/isb aliases on Cortex-M0Tim Northover2013-11-052-4/+34
* Convert comments to documentation comments (// -> ///)Dmitri Gribenko2013-11-051-9/+10
* Use error_code in GVMaterializer.Rafael Espindola2013-11-054-31/+38
* Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.Jiangning Liu2013-11-057-5/+468
* Convert FindFunctionInStream to return an error_code.Rafael Espindola2013-11-052-5/+6
* [objc-arc] Convert the one directional retain/release relation assert to a co...Michael Gottesman2013-11-052-3/+294
* 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