| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify the LLVM assembly output so that it uses references to represent funct... | Bill Wendling | 2013-02-20 | 28 | -164/+244 |
* | Add support to the two-address pass for updating LiveIntervals in many of the | Cameron Zwarich | 2013-02-20 | 2 | -14/+102 |
* | Move the computation of the IsEarlyClobber flag into its own loop, since the | Cameron Zwarich | 2013-02-20 | 1 | -1/+5 |
* | Modify LiveInterval::addRange() to match the comment about what it returns. | Cameron Zwarich | 2013-02-20 | 1 | -2/+2 |
* | Add SlotIndexes::repairIndexesInRange(), which repairs SlotIndexes after adding | Cameron Zwarich | 2013-02-20 | 3 | -0/+68 |
* | Make SlotIndex::getEntry() return unsigned to match IndexListEntry. | Cameron Zwarich | 2013-02-20 | 1 | -1/+1 |
* | Fix a misunderstanding about how RegMaskBlocks works. This was caught by | Cameron Zwarich | 2013-02-20 | 1 | -1/+1 |
* | Remove verification after PHIElimination when using LiveIntervals, and move it | Cameron Zwarich | 2013-02-20 | 2 | -3/+3 |
* | Avoid recomputing an inserted instruction's SlotIndex. | Cameron Zwarich | 2013-02-20 | 1 | -2/+1 |
* | Add preservation of SlotIndexes to PHIElimination. | Cameron Zwarich | 2013-02-20 | 1 | -0/+1 |
* | Rename llvm::Optional<T>::Reset to 'reset' as per LLVM naming conventions. | David Blaikie | 2013-02-20 | 2 | -4/+4 |
* | Expand pseudos/macros: | Reed Kotler | 2013-02-20 | 16 | -25/+125 |
* | [llvm-readobj] Add ELF .dynamic table dumping. | Michael J. Spencer | 2013-02-20 | 6 | -9/+281 |
* | Remove unneeded #include. | Jakub Staszak | 2013-02-20 | 1 | -1/+0 |
* | Add missing #include. | Jakub Staszak | 2013-02-20 | 1 | -0/+1 |
* | Fix #includes, so we include only what we really need. | Jakub Staszak | 2013-02-20 | 2 | -3/+2 |
* | Allow llvm::Optional to work with types without default constructors. | David Blaikie | 2013-02-20 | 3 | -11/+221 |
* | Move part of APInt implementation from header to cpp file. These methods | Jakub Staszak | 2013-02-20 | 2 | -38/+45 |
* | clear new map and initialize new variable | Pedro Artigas | 2013-02-20 | 1 | -0/+2 |
* | Add the function attributes from an inline asm call. These don't have declara... | Bill Wendling | 2013-02-20 | 1 | -0/+8 |
* | [ms-inline asm] Force the use of a base pointer if the MachineFunction includes | Chad Rosier | 2013-02-19 | 2 | -4/+6 |
* | Update a portability kludge to keep it in sync with changes in the code | Dan Gohman | 2013-02-19 | 1 | -2/+7 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 3 | -7/+12 |
* | Remove unused variable. | Jakub Staszak | 2013-02-19 | 1 | -2/+1 |
* | Minor cleanups. No functionality change. | Jakub Staszak | 2013-02-19 | 1 | -10/+7 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 4 | -5/+27 |
* | Remove unneeded #includes. | Jakub Staszak | 2013-02-19 | 1 | -2/+0 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 5 | -9/+46 |
* | Fix typos. | Jakub Staszak | 2013-02-19 | 1 | -10/+10 |
* | ELF symbol table field st_other support, | Jack Carter | 2013-02-19 | 7 | -3/+40 |
* | Add obvious constantness. | Jakub Staszak | 2013-02-19 | 1 | -2/+2 |
* | Simplify code. No functionality change. | Jakub Staszak | 2013-02-19 | 1 | -4/+2 |
* | ARM NEON: Don't need COPY_TO_REGCLASS in pattern | Arnold Schwaighofer | 2013-02-19 | 1 | -3/+1 |
* | Fix a bug in mayHaveSideEffects. Functions that do not return are now conside... | Nadav Rotem | 2013-02-19 | 3 | -3/+31 |
* | Fix a bug that was found by the clang static analyzer. The var "AT" is null s... | Nadav Rotem | 2013-02-19 | 1 | -2/+2 |
* | Whitelist files and block devices instead of blacklisting fifos and | Dan Gohman | 2013-02-19 | 1 | -3/+4 |
* | Don't trust st_size of a character device. This fixes using | Dan Gohman | 2013-02-19 | 1 | -3/+3 |
* | ARM: Allocation hints must make sure to be in the alloc order. | Jim Grosbach | 2013-02-19 | 2 | -1/+55 |
* | Assert that the target provided hints are in the allocation order. | Jakob Stoklund Olesen | 2013-02-19 | 1 | -0/+5 |
* | Remove my bogus MapVector::erase() with a narrower ::pop_back(), and add a un... | Douglas Gregor | 2013-02-19 | 2 | -8/+19 |
* | Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo.h with | Jyotsna Verma | 2013-02-19 | 1 | -28/+60 |
* | Clean up HiPE prologue emission a bit and avoid signed arithmetic tricks. | Benjamin Kramer | 2013-02-19 | 1 | -43/+47 |
* | Move LLVM_LIBRARY_VISIBILITY for consistency with what was done to | Rafael Espindola | 2013-02-19 | 1 | -1/+1 |
* | Fix typo | Eli Bendersky | 2013-02-19 | 1 | -1/+1 |
* | Fix GCMetadaPrinter::finishAssembly not executed, patch by Yiannis Tsiouris. | Benjamin Kramer | 2013-02-19 | 3 | -40/+34 |
* | Make ARMAsmPrinter pass name more precise and fix comment. | Eli Bendersky | 2013-02-19 | 1 | -6/+2 |
* | Make pass name more precise and fix comment. | Eli Bendersky | 2013-02-19 | 1 | -6/+2 |
* | ARM NEON: Merge a f32 bitcast of a v2i32 extractelt | Arnold Schwaighofer | 2013-02-19 | 2 | -0/+31 |
* | R600: Add AR_X to the R600_TReg_X register class. | Tom Stellard | 2013-02-19 | 1 | -1/+1 |
* | R600: Mark all members of the TRegMem register class as reserved | Tom Stellard | 2013-02-19 | 1 | -0/+6 |