summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add several more calling conventions to the supported list.Dan Gohman2015-12-041-2/+7
* don't repeat function names in comments; NFCSanjay Patel2015-12-041-24/+21
* fix formatting; NFCSanjay Patel2015-12-041-25/+18
* [libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko2015-12-047-146/+146
* [CXX TLS calling convention] Add CXX TLS calling convention.Manman Ren2015-12-049-0/+98
* [TSan] Fix the wikipage link.Alexander Potapenko2015-12-041-1/+1
* [ASan] Fix the links to bugs and wikipages.Alexander Potapenko2015-12-0410-16/+15
* [Docs] Remove false claim: UBSan can also be combined with TSan/MSan.Alexey Samsonov2015-12-041-2/+1
* Clang documentation for UBSan.Alexey Samsonov2015-12-043-61/+211
* [ASan] Change the links in asa_flags.inc to point to GitHub.Alexander Potapenko2015-12-041-4/+4
* [llvm-dwp] Retrieve the DWOID from the CU for the cu_index entryDavid Blaikie2015-12-044-6/+76
* [WebAssembly] Give names to the callseq begin and end instructions.Dan Gohman2015-12-041-4/+4
* [WebAssembly] clang-format CallingConvSupported. NFC.Dan Gohman2015-12-041-4/+2
* [WebAssembly] Factor out the list of supported calling conventions.Dan Gohman2015-12-041-4/+13
* [WebAssembly] Check for more unsupported ABI flags.Dan Gohman2015-12-041-1/+26
* [WebAssembly] Use SelectionDAG::getUNDEF. NFC.Dan Gohman2015-12-041-1/+1
* Update for llvm change.Rafael Espindola2015-12-041-6/+6
* [Hexagon] Simplify LowerCONCAT_VECTORS, handle different types betterKrzysztof Parzyszek2015-12-041-58/+55
* [PS4] Add an additional test for ASan+UBSanFilipe Cabecinhas2015-12-041-0/+4
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-046-51/+6
* Modernize the C++ APIs for creating LTO modules.Rafael Espindola2015-12-044-127/+165
* ARM/AArch64: update reference documentation.Tim Northover2015-12-041-2/+4
* [Hexagon] Using multiply instead of shift on signed number which can be UBColin LeMahieu2015-12-041-2/+2
* [analyzer] Improve modelling of nullptr_t in the analyzer. Fix PR25414.Gabor Horvath2015-12-042-1/+57
* [tsan] Enable building and testing TSan Go runtime on OS XKuba Brecka2015-12-042-1/+11
* Improve the functionality of JSONNumberTamas Berghammer2015-12-043-44/+116
* [SystemZ] Bugfix: Don't add CC twice to new three-address instruction.Jonas Paulsson2015-12-041-4/+10
* [ELF] - Implemented @tlsgd optimization (GD->IE case, x64).George Rimar2015-12-047-26/+142
* LEA code size optimization pass (Part 1): Remove redundant address recalculat...Alexey Bataev2015-12-045-0/+463
* [LLDB][MIPS] Fix gdbremote_testcase.pyMohit K. Bhakkad2015-12-041-3/+9
* [LLDB][MIPS] XFAIL TestCrashDuringStep.py for MIPSJaydeep Patil2015-12-041-0/+1
* [AArch64] Clean up statistical profiling testOliver Stannard2015-12-041-4/+0
* [asan] Enable alloca_vla_interact.cc test on PowerPC64.Yury Gribov2015-12-041-1/+0
* [asan] Fix dynamic allocas unpoisoning on PowerPC64.Yury Gribov2015-12-041-2/+17
* Update isl to isl-0.15-142-gf101714Tobias Grosser2015-12-045-41/+98
* [PGO] Fix build failure with -fprofile-instr-generate Xinliang David Li2015-12-041-1/+1
* Fix an unused variable warning in released builds. While there use 'auto' to ...Craig Topper2015-12-041-3/+2
* [AST] ArrayRef-ize CompoundStmt::setStmts.Craig Topper2015-12-043-8/+9
* [analyzer] Support inlining lambda-converted blocks.Devin Coughlin2015-12-045-11/+142
* [PGO] Fix mips test failure with new test caseXinliang David Li2015-12-041-4/+19
* Revert "[BranchFolding] Merge MMOs during tail merge"Rafael Espindola2015-12-041-26/+16
* Don't assert if evaluation of an expression that we're syntactically requiredRichard Smith2015-12-042-1/+7
* Add a space char so step logging doesn't print things likeJason Molenda2015-12-041-1/+1
* Update for LLVM api change.Rafael Espindola2015-12-041-1/+2
* Move a call to getGlobalContext out of lib/LTO.Rafael Espindola2015-12-044-15/+7
* [Orc] Fix Kaleidoscope example for change in r254693.Lang Hames2015-12-041-1/+1
* [BranchFolding] Merge MMOs during tail mergeJunmo Park2015-12-041-16/+26
* [Orc] Rename JITCompileCallbackManagerBase to JITCompileCallbackManager.Lang Hames2015-12-048-18/+18
* .gitignore: ignore vim swap filesSaleem Abdulrasool2015-12-041-0/+4
* ibc++abi: mark visibilitySaleem Abdulrasool2015-12-0410-212/+264
OpenPOWER on IntegriCloud