| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an assortment of doxygen comment mistakes found by -Wdocumentation. | Ted Kremenek | 2012-08-22 | 4 | -14/+16 |
* | Print out the location of expanded multiclass defs in TableGen errors. | Jakob Stoklund Olesen | 2012-08-22 | 8 | -22/+41 |
* | MCInstFragment constructor should take by-reference MCInst. | Jim Grosbach | 2012-08-22 | 1 | -1/+1 |
* | darwin/cross-build: Unset SDKROOT when building BuildTools. | Daniel Dunbar | 2012-08-22 | 1 | -0/+1 |
* | SimplifyLibCalls: Give all safely-shrinkable libcalls the same treatment. | Benjamin Kramer | 2012-08-22 | 2 | -5/+184 |
* | [ms-inline asm] Avoid a false positive assertion | Chad Rosier | 2012-08-22 | 1 | -1/+3 |
* | Whitespace. | Chad Rosier | 2012-08-22 | 1 | -2/+0 |
* | Add test case for r162368. | Chad Rosier | 2012-08-22 | 1 | -0/+335 |
* | Add a few float shrinking optimizations to SimplifyLibCalls. Unsafe | Chad Rosier | 2012-08-22 | 1 | -36/+99 |
* | Tidy up a few more uses of MF.getFunction()->getName(). | David Blaikie | 2012-08-22 | 12 | -27/+15 |
* | Add a new helper function, AddOpt(F1, F1, Opt), as part of PR13574. No | Chad Rosier | 2012-08-22 | 1 | -14/+15 |
* | Reduce duplicated hash map lookups. | Benjamin Kramer | 2012-08-22 | 7 | -23/+20 |
* | Rejected 169195. As Duncan commented, bitcasting to proper type is wrong appr... | Stepan Dyatkovskiy | 2012-08-22 | 2 | -33/+3 |
* | Add a getName function to MachineFunction. Use it in places that previously d... | Craig Topper | 2012-08-22 | 28 | -56/+54 |
* | Don't cache the MBB in the class. Its only used by one function. Change a for... | Craig Topper | 2012-08-22 | 1 | -5/+3 |
* | Mark a function as static since it doesn't use anything in the class. | Craig Topper | 2012-08-22 | 1 | -1/+1 |
* | Add register Mips::GP to the list of reserved registers if target is bare-metal | Akira Hatanaka | 2012-08-22 | 7 | -7/+34 |
* | Add option disable-mips-delay-filler. Turn on mips' delay slot filler by | Akira Hatanaka | 2012-08-22 | 7 | -15/+18 |
* | TblGen: Make asm-matcher ConvertToMCInst() table driven. | Jim Grosbach | 2012-08-22 | 1 | -55/+177 |
* | For mips64 switch statements in subroutines could generate | Jack Carter | 2012-08-22 | 4 | -4/+50 |
* | Initialize SelectionDAGBuilder's Context in 'init', not in its constructor. The | Richard Smith | 2012-08-22 | 2 | -1/+2 |
* | Reduce alignment of SmallVector<T> to the required amount, rather than forcin... | Richard Smith | 2012-08-22 | 3 | -104/+67 |
* | Add a few functions to TargetLibraryInfo as part of PR13574. | Chad Rosier | 2012-08-21 | 2 | -0/+72 |
* | MaximumSpanningTree::EdgeWeightCompare: Make this comparator actually be a | Richard Smith | 2012-08-21 | 1 | -25/+28 |
* | Fix misaligned access in MachO object file reader: despite containing an | Richard Smith | 2012-08-21 | 1 | -0/+5 |
* | Fix unaligned memory accesses when performing relocations in X86 JIT. There's | Richard Smith | 2012-08-21 | 1 | -4/+13 |
* | Don't pass a null pointer to cast<> in its unit tests. | Richard Smith | 2012-08-21 | 1 | -3/+5 |
* | Don't bind a reference to a dereferenced null pointer (for return value of We... | Richard Smith | 2012-08-21 | 1 | -1/+2 |
* | [ms-inline asm] Do not report a Parser error when matching inline assembly. | Chad Rosier | 2012-08-21 | 2 | -15/+27 |
* | Ignore the documentation-suggested location for compile_commands.json | David Blaikie | 2012-08-21 | 1 | -0/+1 |
* | The presence of the empty file "foo" unfortunately does not improve LLVM in a... | David Blaikie | 2012-08-21 | 1 | -0/+0 |
* | Remove unnecessary cast that was also unnecessarily casting away constness. | David Blaikie | 2012-08-21 | 2 | -1/+1 |
* | Provide a portability macro for __builtin_trap. | David Blaikie | 2012-08-21 | 1 | -0/+9 |
* | Fix macros arguments with an underscore, dot or dollar in them. This is based | Rafael Espindola | 2012-08-21 | 2 | -1/+30 |
* | [ms-inline asm] Expose the ErrorInfo from the MatchInstructionImpl. In general, | Chad Rosier | 2012-08-21 | 2 | -5/+9 |
* | Formatting. No functional change. | Chad Rosier | 2012-08-21 | 1 | -2/+2 |
* | Make the wording in of the "expected identifier" error in the .macro directive | Rafael Espindola | 2012-08-21 | 2 | -2/+11 |
* | Pacify PVS-Studio by changing the type rather than doing a cast, a tweak | Duncan Sands | 2012-08-21 | 1 | -1/+1 |
* | Add support for the --param ssp-buffer-size= driver option. | Chad Rosier | 2012-08-21 | 4 | -9/+19 |
* | Use typedefs. Fix indentation. Extracted from the Andy/PaX patch. | Rafael Espindola | 2012-08-21 | 1 | -5/+4 |
* | Remove unused variable. Extracted from the Andy/PaX patch. | Rafael Espindola | 2012-08-21 | 1 | -2/+0 |
* | Fix typo. Extracted from the Andy/PaX patch. | Rafael Espindola | 2012-08-21 | 1 | -1/+1 |
* | MCJIT: Tidy up the constructor. | Jim Grosbach | 2012-08-21 | 3 | -13/+8 |
* | PVS-Studio noticed that EmitVBR64 would perform undefined behaviour if the | Duncan Sands | 2012-08-21 | 1 | -1/+3 |
* | Add correct set of regression tests for r162094 commit. | Tim Northover | 2012-08-21 | 1 | -33/+33 |
* | Port the global copy optimization from the SROA pass to InstCombine. | Chandler Carruth | 2012-08-21 | 3 | -199/+181 |
* | Fix up indentation and remove a couple else's after returns. | Craig Topper | 2012-08-21 | 1 | -11/+12 |
* | [asan] add code to detect global initialization fiasco in C/C++. The sub-pass... | Kostya Serebryany | 2012-08-21 | 2 | -63/+207 |
* | Use uint16_t for tables of opcodes. | Craig Topper | 2012-08-21 | 1 | -2/+2 |
* | Fix up indentation. No functional change. | Craig Topper | 2012-08-21 | 1 | -61/+61 |