| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DAG] Prevent Stale nodes from entering worklist | Nirav Dave | 2017-03-01 | 1 | -4/+10 |
| * | Alphabetize some cases (NFC) | Paul Robinson | 2017-03-01 | 1 | -12/+12 |
| * | [DWARF] Default lower bound should respect requested DWARF version. | Paul Robinson | 2017-03-01 | 1 | -10/+22 |
| * | [DAGCombiner] Support {a|s}ext, {a|z|s}ext load nodes in load combine | Artur Pilipenko | 2017-03-01 | 1 | -8/+19 |
| * | [CodeGen] Remove dead FastISel code after SDAG emitted a tailcall. | Ahmed Bougacha | 2017-03-01 | 1 | -0/+6 |
| * | [GlobalISel] Replace all combined G_EXTRACT uses. | Ahmed Bougacha | 2017-03-01 | 1 | -4/+1 |
| * | Add missing module/license header. NFC. | Paul Robinson | 2017-03-01 | 1 | -0/+13 |
| * | [DWARFv5] Emit new unit header format. | Paul Robinson | 2017-02-28 | 3 | -9/+30 |
| * | [DAGCombiner] use dyn_cast values in foldSelectOfConstants(); NFC | Sanjay Patel | 2017-02-28 | 1 | -6/+8 |
| * | [DAGISel] When checking if chain node is foldable, make sure the intermediate... | Craig Topper | 2017-02-28 | 1 | -1/+1 |
| * | [Stack Protection] Add diagnostic information for why stack protection was ap... | David Bozier | 2017-02-28 | 1 | -1/+25 |
| * | Revert r296474 - [globalisel] Change LLT constructor string into an LLT subcl... | Daniel Sanders | 2017-02-28 | 2 | -23/+56 |
| * | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-28 | 2 | -370/+374 |
| * | [globalisel] Change LLT constructor string into an LLT subclass that knows ho... | Daniel Sanders | 2017-02-28 | 2 | -56/+23 |
| * | [ImplicitNullCheck] Add alias analysis usage | Sanjoy Das | 2017-02-28 | 1 | -27/+75 |
| * | Revert "Add MIR-level outlining pass" | Matthias Braun | 2017-02-28 | 4 | -1407/+0 |
| * | Add MIR-level outlining pass | Matthias Braun | 2017-02-28 | 4 | -0/+1407 |
| * | [CGP] Split some critical edges coming out of indirect branches | Michael Kuperstein | 2017-02-28 | 1 | -0/+157 |
| * | [PDB] Make streams carry their own endianness. | Zachary Turner | 2017-02-28 | 1 | -1/+1 |
| * | [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot... | Eugene Zelenko | 2017-02-27 | 6 | -31/+97 |
| * | ISel: We need to notify FastIS of the IMPLICIT_DEF we created in createSwiftE... | Arnold Schwaighofer | 2017-02-27 | 1 | -1/+7 |
| * | [PDB] Partial resubmit of r296215, which improved PDB Stream Library. | Zachary Turner | 2017-02-27 | 1 | -3/+2 |
| * | Revert "DAG: Check if extract_vector_elt is legal or custom" | Matt Arsenault | 2017-02-27 | 1 | -1/+1 |
| * | [X86][SSE] Attempt to extract vector elements through target shuffles | Simon Pilgrim | 2017-02-27 | 1 | -0/+15 |
| * | [TailDuplicator] Maintain DebugLoc for branch instructions | Taewook Oh | 2017-02-27 | 1 | -1/+2 |
| * | [DAGCombine] Fix for a load combine bug with non-zero offset patterns on BE t... | Artur Pilipenko | 2017-02-27 | 1 | -0/+4 |
| * | [DAGCombine] NFC. MatchLoadCombine extract MemoryByteOffset lambda helper | Artur Pilipenko | 2017-02-27 | 1 | -9/+13 |
| * | [DAGCombine] NFC. MatchLoadCombine remember the first byte provider, not the ... | Artur Pilipenko | 2017-02-27 | 1 | -3/+5 |
| * | Revert "[CGP] Split some critical edges coming out of indirect branches" | Daniel Jasper | 2017-02-26 | 1 | -155/+0 |
| * | Revert "In visitSTORE, always use FindBetterChain, rather than only when UseA... | Nirav Dave | 2017-02-26 | 2 | -374/+370 |
| * | [ExecutionDepsFix] Don't make copies of LiveReg objects when collecting opera... | Craig Topper | 2017-02-25 | 1 | -13/+8 |
| * | No need to copy the variable [NFC] | Artyom Skrobov | 2017-02-25 | 1 | -2/+1 |
| * | Revert r296215, "[PDB] General improvements to Stream library." and followings. | NAKAMURA Takumi | 2017-02-25 | 1 | -2/+3 |
| * | In visitSTORE, always use FindBetterChain, rather than only when UseAA is ena... | Nirav Dave | 2017-02-25 | 2 | -370/+374 |
| * | Minor code cleanup. NFC. | Junmo Park | 2017-02-25 | 1 | -1/+1 |
| * | [PDB] General improvements to Stream library. | Zachary Turner | 2017-02-25 | 1 | -3/+2 |
| * | [PDB] Rename Stream related source files. | Zachary Turner | 2017-02-25 | 1 | -2/+2 |
| * | [WebAssembly] Add support for using a wasm global for the stack pointer. | Dan Gohman | 2017-02-24 | 1 | -0/+1 |
| * | [WebAssembly] Basic support for Wasm object file encoding. | Dan Gohman | 2017-02-24 | 1 | -3/+58 |
| * | Revert "Correct register pressure calculation in presence of subregs" | Stanislav Mekhanoshin | 2017-02-24 | 3 | -42/+13 |
| * | GlobalISel: check for CImm rather than Imm on G_CONSTANTs. | Tim Northover | 2017-02-24 | 1 | -2/+5 |
| * | [CodeGenPrepare] Make -addr-sink-using-gep work with address spaces. | Eli Friedman | 2017-02-24 | 1 | -4/+4 |
| * | [CGP] Split some critical edges coming out of indirect branches | Michael Kuperstein | 2017-02-24 | 1 | -0/+155 |
| * | [DAGCombiner] add missing folds for scalar select of {-1,0,1} | Sanjay Patel | 2017-02-24 | 1 | -3/+32 |
| * | [globalisel] Decouple src pattern operands from dst pattern operands. | Daniel Sanders | 2017-02-24 | 1 | -0/+17 |
| * | Add missing initialization for MachineOptimizationRemarkEmitter | Justin Bogner | 2017-02-24 | 1 | -0/+1 |
| * | [ExecutionDepsFix] Use range-based for loop. NFC | Craig Topper | 2017-02-24 | 1 | -2/+1 |
| * | Revert r269060 to pacify bots. | Michael Kuperstein | 2017-02-24 | 1 | -155/+0 |
| * | [CGP] Split some critical edges coming out of indirect branches | Michael Kuperstein | 2017-02-24 | 1 | -0/+155 |
| * | [GlobalISel] Use the same name for all remarks. | Ahmed Bougacha | 2017-02-24 | 1 | -2/+2 |