summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [mips] interAptiv based generic schedule modelSimon Dardis2016-09-0119-125/+133
* Try to fix another profile testRenato Golin2016-09-011-1/+1
* Remove extra scariness.Clear() call.Filipe Cabecinhas2016-09-011-1/+0
* [CMake] Fix LLVM_ENABLE_EH and LLVM_ENABLE_RTTI on MSVCAndrey Bokhanko2016-09-011-0/+5
* [InstCombine] remove fold of an icmp pattern that should never happenSanjay Patel2016-09-012-15/+15
* [Hexagon] Deal with undefs when extending live intervalsKrzysztof Parzyszek2016-09-012-1/+113
* Optimized FMA intrinsic + FNEG , likeElena Demikhovsky2016-09-013-35/+220
* [analyzer] ExprEngine: remove second call to PreStmt<CastExpr>Aleksei Sidorin2016-09-015-9/+72
* Sign extend a value before passing it to the Target.Rafael Espindola2016-09-012-1/+16
* Fix profile test assuming dumb compilerRenato Golin2016-09-011-1/+1
* [SimplifyCFG] Handle tail-sinking of more than 2 incoming branchesJames Molloy2016-09-017-50/+224
* Clear scariness score when initializing ErrorDoubleFreeFilipe Cabecinhas2016-09-011-0/+1
* Copy over most of the scariness_score test to the general testsFilipe Cabecinhas2016-09-011-0/+191
* [analyzer] Add more FileIDs to PlistDiagnostic map to avoid assertionAleksei Sidorin2016-09-014-25/+177
* [include-fixer] Fix an undefined variable exception in vim script when there isHaojian Wu2016-09-011-0/+1
* Add an optional parameter with a list of undefs to extendToIndicesKrzysztof Parzyszek2016-09-012-5/+15
* [IR] Properly handle escape characters in Attribute::getAsString()Honggyu Kim2016-09-013-7/+18
* Minidump parsingDimitar Vlahovski2016-09-0112-0/+768
* [Frontend] Fix mcount inlining bugHonggyu Kim2016-09-013-43/+53
* [analyzer][test commit] ExprEngine.cpp: Remove training whitespace; NFCAleksei Sidorin2016-09-011-2/+2
* [SimplifyCFG] Change the algorithm in SinkThenElseCodeToEndJames Molloy2016-09-012-90/+233
* Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPCHal Finkel2016-09-019-32/+79
* [AMDGPU] Scalar Memory instructions TD refactoringValery Pykhtin2016-09-017-398/+431
* Eliminate LayoutInputSection classEugene Leviant2016-09-015-105/+76
* Add a counter-function insertion passHal Finkel2016-09-0111-0/+117
* [Support] Fix a warning introduced in r280339 due to the memberChandler Carruth2016-09-011-1/+1
* XFail TestMemoryFind on 32-bit architecturesPavel Labath2016-09-011-0/+2
* [ScopInfo] Add missing ISL annotations NFC.Michael Kruse2016-09-012-15/+15
* [SimplifyCFG] Fix nondeterministic iteration orderJames Molloy2016-09-011-2/+2
* Update ISL to isl-0.17.1-203-g3fef898.Michael Kruse2016-09-015-4/+20
* Commit of forgotten header for r280339 "[LLVM/Support] - Create no-arguments ...George Rimar2016-09-011-0/+1
* [LLVM/Support] - Create no-arguments constructor for llvm::RegexGeorge Rimar2016-09-012-0/+11
* [SimplifyCFG] Improve FoldValueComparisonIntoPredecessors to handle more casesJames Molloy2016-09-011-6/+21
* Remove whitespace to test commit accessHonggyu Kim2016-09-011-1/+1
* [NFC] Remove unnecessary commentDean Michael Berris2016-09-011-4/+2
* Fix libc++ configuration with -fsanitize-coverageIvan Krasin2016-09-012-0/+6
* [XRay] Detect and emit sleds for sibling/tail callsDean Michael Berris2016-09-015-3/+100
* Fix typos in comments.George Burgess IV2016-09-011-3/+3
* [libFuzzer] add -minimize_crash flag (to minimize crashers). also add two tes...Kostya Serebryany2016-09-015-8/+115
* [XRay][NFC] Promote isTailCall() as virtual in TargetInstrInfo.Dean Michael Berris2016-09-014-1/+34
* [Sema] Don't diagnose an array type mismatch when the new or previousAkira Hatanaka2016-09-012-2/+35
* Revert "Add asm.js-style setjmp/longjmp handling for wasm"Heejin Ahn2016-09-016-1074/+186
* There exists at least one compiler on one platform that doesn't know how to a...Enrico Granata2016-09-011-1/+1
* Change "memory find" over to using a variation of the Boyer–Moore search al...Enrico Granata2016-09-014-16/+152
* Support: Avoid errors with LLVM_FALLTHROUGH in clang 3.6 and below in C modeJustin Bogner2016-08-311-0/+4
* Fix the use of unitialized value while reporting double free in ASAN.Ivan Krasin2016-08-311-0/+1
* [StreamExecutor] getOrDie and dieIfError utilsJason Henline2016-08-314-37/+52
* Add cast to appease windows builder. Fixes build break introduced in r280306.Nick Lewycky2016-08-311-1/+1
* Fix the implementation of R_386_GOTPC and R_386_GOTOFF.Rafael Espindola2016-08-315-5/+15
* Fix all tests under test/CXX (and test/Analysis) to pass if clang's defaultRichard Smith2016-08-3111-57/+241
OpenPOWER on IntegriCloud