summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add IntrWrite[Arg]Mem intrinsic propertyNicolai Haehnle2016-04-199-41/+72
* AMDGPU: Guard VOPC instructions against incorrect commuteNicolai Haehnle2016-04-192-3/+52
* AMDGPU/SI: SGPR accounting in getSIProgramInfo must ignore exec_lo/hiNicolai Haehnle2016-04-191-0/+2
* [TableGen] Make an error message slightly more informativeNicolai Haehnle2016-04-191-2/+9
* Remove duplicated header contents, NFCVedant Kumar2016-04-191-102/+0
* [Hexagon] Fix operand swapping in HexagonPeepholeKrzysztof Parzyszek2016-04-192-2/+34
* XFAILing new test on C++03Ben Craig2016-04-191-0/+1
* Document how a binary file was created.Rafael Espindola2016-04-191-0/+6
* [AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic.Marcin Koscielnicki2016-04-1912-18/+71
* [AArch64] Fix D19098 fallout.Marcin Koscielnicki2016-04-192-6/+1
* Make a function file-scoped.Rui Ueyama2016-04-191-1/+1
* Eliminate circular dependency introduced between lldbtest.py and decorators.pyKate Stone2016-04-191-3/+2
* cc1as: Don't crash when CIE is requested and no DWARF version is specified.Adrian Prantl2016-04-192-1/+38
* [compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC.Mandeep Singh Grang2016-04-192-2/+2
* [Orc] Add move ops for OrcRemoteTargetClient and OrcRemoteTargetServer toLang Hames2016-04-192-0/+31
* [Hexagon] Fix printing the address operand of S2_storerinewabsKrzysztof Parzyszek2016-04-193-10/+25
* Fix pr27420.Rafael Espindola2016-04-193-0/+19
* [PPC, SSP] Support PowerPC Linux stack protection.Tim Shen2016-04-1911-26/+64
* Include initializer_list from utilityBen Craig2016-04-192-0/+21
* [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma.Ahmed Bougacha2016-04-197-121/+134
* [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARDTim Shen2016-04-1918-99/+209
* [Orc] Add explicit move ops to OrcRemoteTargetRPCAPI for MSVC.Lang Hames2016-04-191-0/+11
* [Orc] Fix missing return in RPC move assignment operator.Lang Hames2016-04-191-0/+1
* Fixed a bug in AnnotatedLine::startsWith when there are comments in the line.Eric Liu2016-04-191-4/+13
* [lanai] Add lowering for SETCCE i32.Jacques Pienaar2016-04-195-35/+177
* [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCallDavid Majnemer2016-04-198-179/+185
* ObjC Class Property: don't emit class properties on old deployment targets.Manman Ren2016-04-192-2/+22
* Attempt to fix buildbot.Rui Ueyama2016-04-191-1/+1
* ELF: Add +, -, *, / and & to SECTIONS linker script command.Rui Ueyama2016-04-193-71/+248
* Fix PR26999 better- RenderDebugEnablingArgs() once onlyDouglas Katzman2016-04-191-22/+22
* [CUDA] Add a test for r266496 (raise an error if a CUDA installation isn't fo...Justin Lebar2016-04-191-0/+12
* [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines/ProTypeMemberIn...Eugene Zelenko2016-04-191-2/+2
* [X86] Simplify StackMapShadowTracker; NFCSanjoy Das2016-04-192-38/+27
* [X86MCInstLower] Clean up EmitNops; NFCSanjoy Das2016-04-191-51/+68
* [Hexagon] Implement branch relaxationKrzysztof Parzyszek2016-04-193-0/+215
* Adds a test to detect when clang omits specialized generic types from debug i...Kate Stone2016-04-196-0/+118
* reuse mustBeJSIdent for interface detectionMartin Probst2016-04-191-7/+8
* clang-format: [JS] support `interface` as a free standing identifier.Martin Probst2016-04-192-0/+18
* [builtin_expect] tighten checks, add test, add commentsSanjay Patel2016-04-191-25/+50
* reduce indentation; NFCISanjay Patel2016-04-191-9/+6
* IR: Enable debug info type ODR uniquing for forward declsDuncan P. N. Exon Smith2016-04-197-13/+212
* [CodeGen] Widen non-power-of-2 vector HFA base types.Ahmed Bougacha2016-04-194-30/+92
* [CodeGen] Fix whitespace. NFC.Ahmed Bougacha2016-04-191-1/+1
* Pass dwarf-version to cc1as.Douglas Katzman2016-04-192-0/+11
* Preliminary changes for fixing PR27241. Generalized/restructured some thingsDavid L Kreitzer2016-04-191-19/+37
* Linker: Simplify test/Linker/dicompositetype-unique.ll, NFCDuncan P. N. Exon Smith2016-04-191-11/+9
* [llvm-pdbdump] Print a better error message when PDB loading fails.Zachary Turner2016-04-194-17/+29
* [Release Notes] Mention Clang-tidy misc-unused-using-decls check.Eugene Zelenko2016-04-191-0/+5
* [Orc] Add move ops to RPC to satisfy MSVC.Lang Hames2016-04-191-0/+23
* [ValueTracking] Improve isImpliedCondition for conditions with matching opera...Chad Rosier2016-04-197-22/+636
OpenPOWER on IntegriCloud