| Commit message (Expand) | Author | Age | Files | Lines |
* | [CodeGen] Split out the notions of MI invariance and MI dereferenceability. | Justin Lebar | 2016-09-11 | 1 | -12/+6 |
* | [SDAGBuilder] Don't create a binary tree for switches in minsize mode | James Molloy | 2016-09-08 | 1 | -1/+2 |
* | [SelectionDAGBuilder] Add const to relevant places | Aditya Kumar | 2016-09-01 | 1 | -13/+13 |
* | [SelectionDAG] Generate vector_shuffle nodes for undersized result vector sizes | Michael Kuperstein | 2016-09-01 | 1 | -45/+63 |
* | Add ISD::EH_DWARF_CFA, simplify @llvm.eh.dwarf.cfa on Mips, fix on PowerPC | Hal Finkel | 2016-09-01 | 1 | -12/+3 |
* | Reuse an SDLoc throughout a function. NFC. | Michael Kuperstein | 2016-08-25 | 1 | -18/+12 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+1 |
* | Fix bug in DAGBuilder for getelementptr with expanded vector. | Ayman Musa | 2016-08-17 | 1 | -1/+2 |
* | First commit (test commit) - Adding empty line. | Ayman Musa | 2016-08-17 | 1 | -0/+1 |
* | Local variables whose address is taken and passed on to a call are described | Wolfgang Pieb | 2016-08-15 | 1 | -4/+28 |
* | Use range algorithms instead of unpacking begin/end | David Majnemer | 2016-08-11 | 1 | -1/+1 |
* | [SelectionDAG] Refactor visitInlineAsm a bit. NFCI. | Diana Picus | 2016-08-08 | 1 | -151/+198 |
* | Recommitting r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-29 | 1 | -0/+47 |
* | MachineFunction: Return reference for getFrameInfo(); NFC | Matthias Braun | 2016-07-28 | 1 | -13/+12 |
* | Reverting r276771 due to MSan failures. | Andrew Kaylor | 2016-07-27 | 1 | -47/+0 |
* | Re-committing r275284: add support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-26 | 1 | -0/+47 |
* | [SelectionDAG] Get rid of bool parameters in SelectionDAG::getLoad, getStore,... | Justin Lebar | 2016-07-15 | 1 | -34/+37 |
* | [CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp... | Justin Lebar | 2016-07-15 | 1 | -1/+1 |
* | Fix copy/paste bug in r275340. | Michael Kuperstein | 2016-07-13 | 1 | -1/+1 |
* | [DAG] Correctly chain masked loads | Michael Kuperstein | 2016-07-13 | 1 | -9/+8 |
* | Reverting r275284 due to platform-specific test failures | Andrew Kaylor | 2016-07-13 | 1 | -46/+0 |
* | Fix for Bug 26903, adds support to inline __builtin_mempcpy | Andrew Kaylor | 2016-07-13 | 1 | -0/+46 |
* | Give helper classes/functions internal linkage. NFC. | Benjamin Kramer | 2016-07-10 | 1 | -1/+1 |
* | SelectionDAG: Avoid implicit iterator conversions in SelectionDAGBuilder, NFC | Duncan P. N. Exon Smith | 2016-07-08 | 1 | -1/+2 |
* | [CodeGen] Make the code that detects a if a shuffle is really a concatenation... | Craig Topper | 2016-07-04 | 1 | -33/+41 |
* | [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a poin... | Craig Topper | 2016-07-01 | 1 | -4/+3 |
* | Delete unused includes. NFC. | Rafael Espindola | 2016-06-30 | 1 | -0/+1 |
* | AMDGPU: Add convergent flag to INLINEASM instruction. | Wei Ding | 2016-06-22 | 1 | -0/+2 |
* | [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee | Krzysztof Parzyszek | 2016-06-22 | 1 | -3/+2 |
* | [SelectionDAG] Don't treat library calls specially if marked with nobuiltin. | Marcin Koscielnicki | 2016-06-17 | 1 | -2/+3 |
* | [SelectionDAG] Remove exit-on-error flag from test (PR27765) | Diana Picus | 2016-06-14 | 1 | -1/+3 |
* | Pass DebugLoc and SDLoc by const ref. | Benjamin Kramer | 2016-06-12 | 1 | -37/+34 |
* | [stack-protection] Add support for MSVC buffer security check | Etienne Bergeron | 2016-06-07 | 1 | -5/+34 |
* | SDAG: Use an Optional<> instead of a sigil value. NFC | Justin Bogner | 2016-05-26 | 1 | -6/+6 |
* | Fix some comment typos in SelectionDAGBuilder. NFC | Diana Picus | 2016-05-20 | 1 | -3/+3 |
* | Fix an assert in SelectionDAGBuilder when processing inline asm | Renato Golin | 2016-05-17 | 1 | -25/+28 |
* | SelectionDAG: Select min/max when both are used | Matt Arsenault | 2016-05-16 | 1 | -1/+9 |
* | getelementptr instruction, support index vector of EVT. | Igor Breger | 2016-05-01 | 1 | -1/+2 |
* | [PPC, SSP] Support PowerPC Linux stack protection. | Tim Shen | 2016-04-19 | 1 | -13/+11 |
* | [SSP, 2/2] Create llvm.stackguard() intrinsic and lower it to LOAD_STACK_GUARD | Tim Shen | 2016-04-19 | 1 | -45/+50 |
* | [CodeGen] Teach LLVM how to lower @llvm.{min,max}num to {MIN,MAX}NAN | David Majnemer | 2016-04-14 | 1 | -6/+16 |
* | AMDGPU: Implement canonicalize | Matt Arsenault | 2016-04-14 | 1 | -1/+3 |
* | Introduce an GCRelocateInst class [NFC] | Philip Reames | 2016-04-12 | 1 | -1/+1 |
* | [SSP] Remove llvm.stackprotectorcheck. | Tim Shen | 2016-04-08 | 1 | -13/+4 |
* | NFC: make AtomicOrdering an enum class | JF Bastien | 2016-04-06 | 1 | -1/+1 |
* | Lower @llvm.experimental.deoptimize as a noreturn call | Sanjoy Das | 2016-04-06 | 1 | -0/+12 |
* | Swift Calling Convention: swifterror target-independent change. | Manman Ren | 2016-04-05 | 1 | -3/+197 |
* | Swift Calling Convention: add swifterror attribute. | Manman Ren | 2016-04-01 | 1 | -0/+5 |
* | Don't use an i64 return type with webkit_jscc | Sanjoy Das | 2016-04-01 | 1 | -6/+7 |
* | Revert "Protect some assertions with NDEBUG rather than DEBUG()." | Justin Lebar | 2016-04-01 | 1 | -7/+6 |