aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix regular expression to work with multiple-digit version numbersDmitri Gribenko2013-11-141-2/+2
* ARM: produce friendly error for invalid inline asmTim Northover2013-11-142-0/+20
* Add a triple and switch test to FileCheck.Rafael Espindola2013-11-141-1/+8
* llvm-cov.test: Remove XFAIL:arm. Seems this is passing since my tweaks.NAKAMURA Takumi2013-11-141-1/+1
* Error if we see an alias to a declaration.Rafael Espindola2013-11-1410-26/+75
* [asan] Poor man's coverage that works with ASanKostya Serebryany2013-11-142-0/+65
* [msan] Use CHECK-DAG instead of CHECK where order of instructions does not ma...Evgeniy Stepanov2013-11-141-2/+2
* [msan] Fast path optimization for wrap-indirect-calls feature of MemorySaniti...Evgeniy Stepanov2013-11-142-14/+80
* llvm-cov requires IR and Support as libraries. Instrumentation would be overk...NAKAMURA Takumi2013-11-142-2/+2
* llvm-cov.test: Tweak win32 hosts not confused by \r\n in llvm-cov's stdout.NAKAMURA Takumi2013-11-141-1/+1
* IR/GCOV.cpp: Use PRIu64 as format string with uint64_t.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-3/+2
* AVX-512: Handled extractelement from mask vector;Elena Demikhovsky2013-11-145-2/+113
* Fix the header comment of the new pass manager stuff to not claim to beChandler Carruth2013-11-141-1/+1
* Indentation fixesMatt Arsenault2013-11-142-3/+2
* Add a commentMatt Arsenault2013-11-141-1/+3
* Fix trailing whitespace in debug printingMatt Arsenault2013-11-141-1/+1
* R600/SI: Add testcase for problem I ran intoMatt Arsenault2013-11-141-0/+18
* yaml::Input::mapTag(): Don't use StringRef to hold return type of std::string.NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-1/+1
* AArch64DAGToDAGISel::SelectVTBL(): Fix a warning. [-Wunused-variable]NAKAMURA Takumi2013-11-141-3/+1
* Minor extension to llvm.experimental.patchpoint: don't require a call.Andrew Trick2013-11-143-12/+33
* Add test case for AArch64 NEON instruction set misc.Kevin Qin2013-11-142-0/+2255
* [OCaml] Build stub OCaml libraries for all configured targetsPeter Zotov2013-11-146-0/+195
* [OCaml] Expose LLVM's fatal error and stacktrace APIsPeter Zotov2013-11-143-0/+47
* Don't mangle \n and "Rafael Espindola2013-11-143-38/+21
* Add external project LDC to release notes.Kai Nacke2013-11-141-0/+15
* R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]NAKAMURA Takumi2013-11-141-1/+1
* Whitespace.NAKAMURA Takumi2013-11-141-4/+4
* [AArch64 neon] support poly64 and relevant intrinsic functions.Kevin Qin2013-11-142-0/+12
* remove extra semicolonNick Kledzik2013-11-141-1/+1
* Implement aarch64 neon instruction class SIMD misc.Kevin Qin2013-11-146-129/+2080
* Add dyn_cast<> support to YAML I/O's IO classNick Kledzik2013-11-143-5/+80
* Added BlockFrequencyInfo::view for displaying the block frequency propagation...Michael Gottesman2013-11-142-0/+105
* Suppress llvm-cov.test on Win32, with REQUIRES: shellNAKAMURA Takumi2013-11-141-0/+2
* Update emacs llvm mode.Matt Arsenault2013-11-141-4/+11
* Implement AArch64 NEON instruction set AdvSIMD (table).Jiangning Liu2013-11-148-1/+1185
* Fixing a heisenbug where the memory dependence analysis behaves differentlyYunzhong Gao2013-11-142-5/+266
* Add simple support for tags in YAML I/ONick Kledzik2013-11-144-2/+121
* llvm-cov: Slightly improved error checking.Yuchen Wu2013-11-142-2/+6
* llvm-cov: Removed StringMap holding GCOVLines.Yuchen Wu2013-11-143-55/+21
* llvm-cov: Replaced asserts with proper error handling.Yuchen Wu2013-11-143-59/+106
* Fixed 80+ violations.Michael Gottesman2013-11-141-5/+5
* R600: Fix uninitialized variable usageTom Stellard2013-11-131-5/+5
* Take care of long short branch immediate instructions for mips16 inReed Kotler2013-11-133-5/+69
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-1328-154/+429
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-1317-144/+656
* llvm-cov: Changed XFAIL targets to be more generic.Yuchen Wu2013-11-131-1/+1
* Added basic unit test for llvm-cov.Yuchen Wu2013-11-137-0/+171
* add more comments around the delinearization of arraysSebastian Pop2013-11-133-17/+88