| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | SLPVectorizer: Add a missing pair of parens. No functionality change. | Benjamin Kramer | 2013-11-03 | 1 | -1/+1 |
* | [SparcV9] Handle i64 <-> float conversions in sparcv9 mode. | Venkatraman Govindaraju | 2013-11-03 | 6 | -29/+416 |
* | SLPVectorizer: When CSEing generated gathers only scan blocks containing them. | Benjamin Kramer | 2013-11-03 | 1 | -20/+37 |
* | Revert "Inliner: Handle readonly attribute per argument when adding memcpy" | David Majnemer | 2013-11-03 | 2 | -36/+31 |
* | Spell "Actual" correctly | David Majnemer | 2013-11-03 | 1 | -1/+1 |
* | [OCaml] Implement Llvm.MemoryBuffer.{of_string,as_string} | Peter Zotov | 2013-11-03 | 4 | -0/+42 |
* | [OCaml] Fix ABI incompatibility | Peter Zotov | 2013-11-03 | 2 | -1/+8 |
* | [OCaml] Implement Llvm_linker, bindings for the IR linker | Peter Zotov | 2013-11-03 | 7 | -1/+194 |
* | [OCaml] Implement Llvm_vectorize bindings | Peter Zotov | 2013-11-03 | 7 | -1/+167 |
* | [OCaml] Refactor Llvm_target tests | Peter Zotov | 2013-11-03 | 1 | -21/+24 |
* | [OCaml] Llvm_target: fix typo (Int_val instead of Int64_val) | Peter Zotov | 2013-11-03 | 1 | -1/+1 |
* | [Sparc] Expand FP_TO_UINT, UINT_TO_FP for fp128. | Venkatraman Govindaraju | 2013-11-03 | 2 | -3/+74 |
* | [OCaml] Llvm_scalar_opts: add missing transforms | Peter Zotov | 2013-11-03 | 4 | -0/+14 |
* | [OCaml] Llvm_ipo: add missing transforms | Peter Zotov | 2013-11-03 | 4 | -0/+13 |
* | Convert calls to __sinpi and __cospi into __sincospi_stret | Bob Wilson | 2013-11-03 | 4 | -0/+292 |
* | Enable optimization of sin / cos pair into call to __sincos_stret for iOS7+. | Bob Wilson | 2013-11-03 | 5 | -0/+125 |
* | [SparcV9] Add ctpop instruction for i64. Also, expand ctlz, cttz and bswap. | Venkatraman Govindaraju | 2013-11-03 | 3 | -0/+32 |
* | Configure with --enable-terminfo=no for Apple's llvmCore builds. | Bob Wilson | 2013-11-03 | 1 | -1/+2 |