| Commit message (Expand) | Author | Age | Files | Lines |
* | Use error_code in GVMaterializer. | Rafael Espindola | 2013-11-05 | 1 | -8/+4 |
* | Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA. | Jiangning Liu | 2013-11-05 | 1 | -0/+8 |
* | [llvm-c] (PR16190) Add LLVMIsA* functions for ConstantDataSequential and subc... | Peter Zotov | 2013-11-05 | 1 | -0/+3 |
* | Fix symbol defines in config.h.cmake | Alp Toker | 2013-11-05 | 1 | -3/+3 |
* | Support for reading run counts in llvm-cov. | Yuchen Wu | 2013-11-05 | 1 | -2/+19 |
* | 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 | 1 | -214/+5 |
* | Add a runtime unrolling parameter to the LoopUnroll pass constructor | Hal Finkel | 2013-11-05 | 1 | -1/+2 |
* | Add support for AVX512 masked vector blend intrinsics. | Cameron McInally | 2013-11-04 | 1 | -3/+21 |
* | Support for microMIPS branch instructions. | Zoran Jovanovic | 2013-11-04 | 1 | -0/+1 |
* | AVX-512: fixed a typo in builtin name | Elena Demikhovsky | 2013-11-04 | 1 | -6/+6 |
* | Make the pretty stack trace be an opt-in, rather than opt-out, facility. Enab... | Filip Pizlo | 2013-11-04 | 2 | -12/+8 |
* | AVX-512: added VPCONFLICT instruction and intrinsics, | Elena Demikhovsky | 2013-11-03 | 1 | -0/+28 |
* | Convert calls to __sinpi and __cospi into __sincospi_stret | Bob Wilson | 2013-11-03 | 1 | -0/+12 |
* | 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 | 1 | -0/+6 |
* | move getSymbolNMTypeChar to the one program that needs it: nm. | Rafael Espindola | 2013-11-02 | 4 | -86/+2 |
* | Added command-line option to output llvm-cov to file. | Yuchen Wu | 2013-11-02 | 1 | -1/+1 |
* | Remove linkonce_odr_auto_hide. | Rafael Espindola | 2013-11-01 | 2 | -12/+2 |
* | Add to the disassembler C API output reference types for | Kevin Enderby | 2013-11-01 | 1 | -0/+11 |
* | [AArch64] Add support for NEON scalar fixed-point convert to floating-point i... | Chad Rosier | 2013-10-31 | 1 | -0/+11 |
* | Add new calling convention for WebKit Java Script. | Andrew Trick | 2013-10-31 | 1 | -0/+3 |
* | Add support for stack map generation in the X86 backend. | Andrew Trick | 2013-10-31 | 1 | -0/+107 |
* | Use LTO_SYMBOL_SCOPE_DEFAULT_CAN_BE_HIDDEN instead of the "dso list". | Rafael Espindola | 2013-10-31 | 3 | -32/+1 |
* | [AArch64] Add support for NEON scalar shift immediate instructions. | Chad Rosier | 2013-10-31 | 1 | -0/+40 |
* | Cleanup: update comments. | Manman Ren | 2013-10-31 | 1 | -1/+1 |
* | Lower stackmap intrinsics directly to their target opcode in the DAG builder. | Andrew Trick | 2013-10-31 | 3 | -1/+28 |
* | Add experimental stackmap intrinsics to definition file and documenation. | Andrew Trick | 2013-10-31 | 1 | -0/+13 |
* | Enable variable arguments support for intrinsics. | Andrew Trick | 2013-10-31 | 1 | -1/+1 |
* | Remove another unused flag. | Rafael Espindola | 2013-10-31 | 1 | -8/+0 |
* | Remove unused flag. | Rafael Espindola | 2013-10-31 | 1 | -5/+0 |
* | Add AVX512 unmasked integer broadcast intrinsics and support. | Cameron McInally | 2013-10-31 | 1 | -0/+12 |
* | Merge CallGraph and BasicCallGraph. | Rafael Espindola | 2013-10-31 | 2 | -38/+38 |
* | Produce .weak_def_can_be_hidden for some linkonce_odr values | Rafael Espindola | 2013-10-30 | 1 | -1/+1 |
* | [Mips] Add more SHF_MIPS_xxx ELF section flags. | Simon Atanasyan | 2013-10-30 | 1 | -2/+24 |
* | Add {start,end}with_lower methods to StringRef. | Rui Ueyama | 2013-10-30 | 1 | -0/+6 |
* | [mips][msa] Correct definition of bins[lr] and CHECK-DAG-ize related tests | Daniel Sanders | 2013-10-30 | 1 | -8/+16 |
* | [mips][msa] Added support for matching bmnz, bmnzi, bmz, and bmzi from normal... | Daniel Sanders | 2013-10-30 | 1 | -4/+8 |
* | [AArch64] Add support for NEON scalar floating-point compare instructions. | Chad Rosier | 2013-10-30 | 1 | -13/+20 |
* | Refactor the AVX512 intrinsics. Cluster the intrinsics into the appropriate v... | Cameron McInally | 2013-10-30 | 1 | -82/+104 |
* | Rehash but don't grow when full of tombstones. | Howard Hinnant | 2013-10-30 | 1 | -3/+2 |
* | [mips][msa] Added support for matching bins[lr]i.[bhwd] from normal IR (i.e. ... | Daniel Sanders | 2013-10-30 | 1 | -8/+16 |
* | Reformat code with clang-format. | Josh Magee | 2013-10-30 | 1 | -5/+6 |
* | StackProtector.h: Fix trailing comments for doxygen. [-Wdocumentation] | NAKAMURA Takumi | 2013-10-30 | 1 | -8/+8 |
* | Trailing whitespace in a comment line. | NAKAMURA Takumi | 2013-10-30 | 1 | -1/+1 |
* | [stackprotector] Update the StackProtector pass to perform datalayout analysis. | Josh Magee | 2013-10-29 | 1 | -1/+30 |
* | Update comment | Matt Arsenault | 2013-10-29 | 1 | -2/+2 |
* | Workaround MSVC 32-bit miscompile of getCondCodeAction. | Matt Arsenault | 2013-10-29 | 1 | -15/+13 |
* | Remove declared but not implemented function. | Rafael Espindola | 2013-10-29 | 1 | -11/+0 |
* | Move getSymbol to TargetLoweringObjectFile. | Rafael Espindola | 2013-10-29 | 2 | -8/+5 |