| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix include guards. | Jakub Staszak | 2013-08-20 | 2 | -4/+4 |
* | [mips][msa] Removed fcge, fcgt, fsge, fsgt | Daniel Sanders | 2013-08-20 | 1 | -20/+0 |
* | [SystemZ] Use SRST to optimize memchr | Richard Sandiford | 2013-08-20 | 2 | -0/+13 |
* | [mips][msa] Added insve | Daniel Sanders | 2013-08-20 | 1 | -0/+17 |
* | [mips][msa] Added and.v, bmnz.v, bmz.v, bsel.v, nor.v, or.v, xor.v | Daniel Sanders | 2013-08-20 | 1 | -0/+21 |
* | [stackprotector] Refactor out the end of isInTailCallPosition into the functi... | Michael Gottesman | 2013-08-20 | 1 | -0/+9 |
* | Add a llvm.copysign intrinsic | Hal Finkel | 2013-08-19 | 1 | -0/+2 |
* | Introduce non-const overloads for GlobalAlias::{get,resolve}AliasedGlobal. | Peter Collingbourne | 2013-08-19 | 1 | -2/+8 |
* | Make sure that pop_back_val() result is used. | Jakub Staszak | 2013-08-19 | 2 | -2/+2 |
* | Fix assert with GEP ptr vector indexing structs | Matt Arsenault | 2013-08-19 | 1 | -3/+8 |
* | Add definition of __warn_unused_result__ attribute. It will be used in the | Jakub Staszak | 2013-08-19 | 1 | -0/+6 |
* | Introduce SpecialCaseList::isIn overload for GlobalAliases. | Peter Collingbourne | 2013-08-19 | 1 | -0/+9 |
* | AVX-512: compiler intrinsics | Elena Demikhovsky | 2013-08-19 | 1 | -0/+263 |
* | Remove SpecialCaseList::findCategory. | Peter Collingbourne | 2013-08-19 | 1 | -16/+0 |
* | The vbroadcastsi256 intrinsic does not exactly resemble the GCC | Juergen Ributzka | 2013-08-17 | 1 | -1/+0 |
* | [typo] An LLVM. | Daniel Dunbar | 2013-08-16 | 4 | -14/+14 |
* | I'm told that != is not == | Chris Lattner | 2013-08-16 | 1 | -1/+1 |
* | allow != to compare PointerUnion, we already support ==. | Chris Lattner | 2013-08-16 | 1 | -2/+9 |
* | Add difference_type to ImmutableMap/Set iterators so they have a complete set... | Benjamin Kramer | 2013-08-16 | 2 | -0/+2 |
* | DebugInfo: Allow the addition of other (such as static data) members to a rec... | David Blaikie | 2013-08-16 | 2 | -4/+6 |
* | Removing unused functionality. | Aaron Ballman | 2013-08-16 | 1 | -10/+0 |
* | [SystemZ] Use SRST to implement strlen and strnlen | Richard Sandiford | 2013-08-16 | 2 | -1/+14 |
* | [SystemZ] Use MVST to implement strcpy and stpcpy | Richard Sandiford | 2013-08-16 | 2 | -1/+17 |
* | [SystemZ] Use CLST to implement strcmp | Richard Sandiford | 2013-08-16 | 2 | -1/+15 |
* | Calling the base class constructor from the derived class' initializer list. ... | Aaron Ballman | 2013-08-16 | 1 | -2/+2 |
* | Tighten up the yamilizer so it stops eliding empty sequences if the embedded ... | Aaron Ballman | 2013-08-15 | 1 | -2/+4 |
* | Make a few more things const. | Bill Wendling | 2013-08-15 | 1 | -1/+1 |
* | Drive-by fix for a doxygen comment in MachineInstr.h. | Joey Gouly | 2013-08-15 | 1 | -2/+2 |
* | [Mips][msa] Added the simple builtins (madd_q to xori) | Jack Carter | 2013-08-15 | 1 | -0/+396 |
* | [Mips][msa] Added the simple builtins (fadd to ftq) | Jack Carter | 2013-08-15 | 2 | -0/+208 |
* | [Mips][msa] Added the simple builtins (add_a to dpsub[su], ilvev to ldi) | Jack Carter | 2013-08-15 | 1 | -0/+443 |
* | Auto-compute live intervals on demand. | Mark Lacey | 2013-08-14 | 2 | -11/+30 |
* | Add the MachineInstrSpan class. | Mark Lacey | 2013-08-14 | 1 | -0/+25 |
* | Notify LiveRangeEdit of new virtual registers. | Mark Lacey | 2013-08-14 | 2 | -2/+36 |
* | Track new virtual registers by register number. | Mark Lacey | 2013-08-14 | 1 | -6/+5 |
* | DataFlowSanitizer: greylist is now ABI list. | Peter Collingbourne | 2013-08-14 | 1 | -3/+5 |
* | Remove unnecessary parameter to RenumberValues. | Jakob Stoklund Olesen | 2013-08-14 | 1 | -1/+1 |
* | Remove unused function. | Jakob Stoklund Olesen | 2013-08-14 | 1 | -7/+0 |
* | Remove unused struct/enum | Jakob Stoklund Olesen | 2013-08-14 | 1 | -11/+0 |
* | Expose CRC-32 implementation from zlib | Alexey Samsonov | 2013-08-14 | 1 | -0/+2 |
* | Support C99 hexadecimal floating-point literals in assembly | Tim Northover | 2013-08-14 | 1 | -0/+1 |
* | Revert r187191, which broke opt -mem2reg on the testcases included in PR16867. | Nick Lewycky | 2013-08-13 | 1 | -3/+2 |
* | [Mips][msa] Value types for MSA support. | Jack Carter | 2013-08-13 | 2 | -24/+30 |
* | Options: Add new option kind that consumes remaining arguments | Hans Wennborg | 2013-08-13 | 2 | -0/+4 |
* | Update makeLibCall to return both the call and the chain associated with the ... | Michael Gottesman | 2013-08-13 | 1 | -3/+6 |
* | For COFF only: dwarf debug info output a label reference as a section relativ... | Carlo Kok | 2013-08-13 | 1 | -3/+5 |
* | Fix an oversight in isPotentiallyReachable where we wouldn't do any CFG-walking | Nick Lewycky | 2013-08-13 | 1 | -0/+12 |
* | [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM. | Michael J. Spencer | 2013-08-12 | 1 | -2/+2 |
* | Add editor C++ filetype declaration no functionality change. | Michael Gottesman | 2013-08-12 | 1 | -1/+1 |
* | Revert r188188 and r188200. | Shuxin Yang | 2013-08-12 | 1 | -12/+0 |