| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Switch lowering: improve partitioning of jump tables | Evandro Menezes | 2016-10-25 | 1 | -14/+31 |
* | [MachineMemOperand] Move synchronization scope and atomic orderings from SDNo... | Konstantin Zhuravlyov | 2016-10-15 | 1 | -3/+3 |
* | Create llvm.addressofreturnaddress intrinsic | Albert Gutowski | 2016-10-12 | 1 | -0/+4 |
* | DAG: Setting Masked-Expand-Load as a variant of Masked-Load node | Elena Demikhovsky | 2016-10-09 | 1 | -1/+1 |
* | swifterror: Don't compute swifterror vregs during instruction selection | Arnold Schwaighofer | 2016-10-07 | 1 | -52/+23 |
* | Add support to optionally limit the size of jump tables. | Evandro Menezes | 2016-09-26 | 1 | -12/+26 |
* | Disable tail calls if there is an swifterror argument | Arnold Schwaighofer | 2016-09-21 | 1 | -0/+5 |
* | getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -3/+3 |
* | [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 |