| Commit message (Expand) | Author | Age | Files | Lines |
* | Add IntrWrite[Arg]Mem intrinsic property | Nicolai Haehnle | 2016-04-19 | 9 | -41/+72 |
* | AMDGPU: Guard VOPC instructions against incorrect commute | Nicolai Haehnle | 2016-04-19 | 2 | -3/+52 |
* | AMDGPU/SI: SGPR accounting in getSIProgramInfo must ignore exec_lo/hi | Nicolai Haehnle | 2016-04-19 | 1 | -0/+2 |
* | [TableGen] Make an error message slightly more informative | Nicolai Haehnle | 2016-04-19 | 1 | -2/+9 |
* | Remove duplicated header contents, NFC | Vedant Kumar | 2016-04-19 | 1 | -102/+0 |
* | [Hexagon] Fix operand swapping in HexagonPeephole | Krzysztof Parzyszek | 2016-04-19 | 2 | -2/+34 |
* | XFAILing new test on C++03 | Ben Craig | 2016-04-19 | 1 | -0/+1 |
* | Document how a binary file was created. | Rafael Espindola | 2016-04-19 | 1 | -0/+6 |
* | [AArch64] [ARM] Make a target-independent llvm.thread.pointer intrinsic. | Marcin Koscielnicki | 2016-04-19 | 12 | -18/+71 |
* | [AArch64] Fix D19098 fallout. | Marcin Koscielnicki | 2016-04-19 | 2 | -6/+1 |
* | Make a function file-scoped. | Rui Ueyama | 2016-04-19 | 1 | -1/+1 |
* | Eliminate circular dependency introduced between lldbtest.py and decorators.py | Kate Stone | 2016-04-19 | 1 | -3/+2 |
* | cc1as: Don't crash when CIE is requested and no DWARF version is specified. | Adrian Prantl | 2016-04-19 | 2 | -1/+38 |
* | [compiler-rt] Remove unwanted --check-prefix=CHECK from unit tests. NFC. | Mandeep Singh Grang | 2016-04-19 | 2 | -2/+2 |
* | [Orc] Add move ops for OrcRemoteTargetClient and OrcRemoteTargetServer to | Lang Hames | 2016-04-19 | 2 | -0/+31 |
* | [Hexagon] Fix printing the address operand of S2_storerinewabs | Krzysztof Parzyszek | 2016-04-19 | 3 | -10/+25 |
* | Fix pr27420. | Rafael Espindola | 2016-04-19 | 3 | -0/+19 |
* | [PPC, SSP] Support PowerPC Linux stack protection. | Tim Shen | 2016-04-19 | 11 | -26/+64 |
* | Include initializer_list from utility | Ben Craig | 2016-04-19 | 2 | -0/+21 |
* | [ARM NEON] Define vfms_f32 on ARM, and all vfms using vfma. | Ahmed Bougacha | 2016-04-19 | 7 | -121/+134 |
* | [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD | Tim Shen | 2016-04-19 | 18 | -99/+209 |
* | [Orc] Add explicit move ops to OrcRemoteTargetRPCAPI for MSVC. | Lang Hames | 2016-04-19 | 1 | -0/+11 |
* | [Orc] Fix missing return in RPC move assignment operator. | Lang Hames | 2016-04-19 | 1 | -0/+1 |
* | Fixed a bug in AnnotatedLine::startsWith when there are comments in the line. | Eric Liu | 2016-04-19 | 1 | -4/+13 |
* | [lanai] Add lowering for SETCCE i32. | Jacques Pienaar | 2016-04-19 | 5 | -35/+177 |
* | [ValueTracking, VectorUtils] Refactor getIntrinsicIDForCall | David Majnemer | 2016-04-19 | 8 | -179/+185 |
* | ObjC Class Property: don't emit class properties on old deployment targets. | Manman Ren | 2016-04-19 | 2 | -2/+22 |
* | Attempt to fix buildbot. | Rui Ueyama | 2016-04-19 | 1 | -1/+1 |
* | ELF: Add +, -, *, / and & to SECTIONS linker script command. | Rui Ueyama | 2016-04-19 | 3 | -71/+248 |
* | Fix PR26999 better- RenderDebugEnablingArgs() once only | Douglas Katzman | 2016-04-19 | 1 | -22/+22 |
* | [CUDA] Add a test for r266496 (raise an error if a CUDA installation isn't fo... | Justin Lebar | 2016-04-19 | 1 | -0/+12 |
* | [Clang-tidy] Fix extra semicolon warning in cppcoreguidelines/ProTypeMemberIn... | Eugene Zelenko | 2016-04-19 | 1 | -2/+2 |
* | [X86] Simplify StackMapShadowTracker; NFC | Sanjoy Das | 2016-04-19 | 2 | -38/+27 |
* | [X86MCInstLower] Clean up EmitNops; NFC | Sanjoy Das | 2016-04-19 | 1 | -51/+68 |
* | [Hexagon] Implement branch relaxation | Krzysztof Parzyszek | 2016-04-19 | 3 | -0/+215 |
* | Adds a test to detect when clang omits specialized generic types from debug i... | Kate Stone | 2016-04-19 | 6 | -0/+118 |
* | reuse mustBeJSIdent for interface detection | Martin Probst | 2016-04-19 | 1 | -7/+8 |
* | clang-format: [JS] support `interface` as a free standing identifier. | Martin Probst | 2016-04-19 | 2 | -0/+18 |
* | [builtin_expect] tighten checks, add test, add comments | Sanjay Patel | 2016-04-19 | 1 | -25/+50 |
* | reduce indentation; NFCI | Sanjay Patel | 2016-04-19 | 1 | -9/+6 |
* | IR: Enable debug info type ODR uniquing for forward decls | Duncan P. N. Exon Smith | 2016-04-19 | 7 | -13/+212 |
* | [CodeGen] Widen non-power-of-2 vector HFA base types. | Ahmed Bougacha | 2016-04-19 | 4 | -30/+92 |
* | [CodeGen] Fix whitespace. NFC. | Ahmed Bougacha | 2016-04-19 | 1 | -1/+1 |
* | Pass dwarf-version to cc1as. | Douglas Katzman | 2016-04-19 | 2 | -0/+11 |
* | Preliminary changes for fixing PR27241. Generalized/restructured some things | David L Kreitzer | 2016-04-19 | 1 | -19/+37 |
* | Linker: Simplify test/Linker/dicompositetype-unique.ll, NFC | Duncan P. N. Exon Smith | 2016-04-19 | 1 | -11/+9 |
* | [llvm-pdbdump] Print a better error message when PDB loading fails. | Zachary Turner | 2016-04-19 | 4 | -17/+29 |
* | [Release Notes] Mention Clang-tidy misc-unused-using-decls check. | Eugene Zelenko | 2016-04-19 | 1 | -0/+5 |
* | [Orc] Add move ops to RPC to satisfy MSVC. | Lang Hames | 2016-04-19 | 1 | -0/+23 |
* | [ValueTracking] Improve isImpliedCondition for conditions with matching opera... | Chad Rosier | 2016-04-19 | 7 | -22/+636 |