| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Add a comment to note that LLVMDisablePrettyStackTrace() is likely not a good... | Filip Pizlo | 2013-11-03 | 1 | -0/+3 |
* | When LLVM is embedded in a larger application, it's not OK for LLVM to interc... | Filip Pizlo | 2013-11-03 | 2 | -0/+11 |
* | move getSymbolNMTypeChar to the one program that needs it: nm. | Rafael Espindola | 2013-11-02 | 7 | -192/+226 |
* | Convert another use of getSymbolNMTypeChar. | Rafael Espindola | 2013-11-02 | 1 | -5/+9 |
* | Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself. | Rafael Espindola | 2013-11-02 | 1 | -12/+6 |
* | Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym... | Rafael Espindola | 2013-11-02 | 1 | -2/+4 |
* | Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO... | Rafael Espindola | 2013-11-02 | 1 | -4/+2 |
* | SLPVectorizer: Remove duplicated function. | Benjamin Kramer | 2013-11-02 | 1 | -10/+2 |
* | LoopVectorize: Remove quadratic behavior the local CSE. | Benjamin Kramer | 2013-11-02 | 1 | -26/+40 |
* | A better fix that also works on ppc: add a target tripple. | Rafael Espindola | 2013-11-02 | 1 | -12/+12 |
* | Fix this test to pass on darwin now that llvm-nm is working. | Rafael Espindola | 2013-11-02 | 1 | -6/+2 |
* | Fix llvm-nm to mach OS X's nm on some tests. | Rafael Espindola | 2013-11-02 | 4 | -10/+24 |
* | Fix PR17764 | Michael Liao | 2013-11-02 | 2 | -1/+11 |