2013-02-20 |
Cameron Zwarich | Avoid recomputing an inserted instruction's SlotIndex. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Cameron Zwarich | Add preservation of SlotIndexes to PHIElimination. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Rename llvm::Optional<T>::Reset to 'reset' as per LLVM... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Reed Kotler | Expand pseudos/macros: |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Michael J.... | [llvm-readobj] Add ELF .dynamic table dumping. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakub Staszak | Remove unneeded #include. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakub Staszak | Add missing #include. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakub Staszak | Fix #includes, so we include only what we really need. |
commit | commitdiff | tree | snapshot |
2013-02-20 |
David Blaikie | Allow llvm::Optional to work with types without default... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Jakub Staszak | Move part of APInt implementation from header to cpp... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Pedro Artigas | clear new map and initialize new variable |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Bill Wendling | Add the function attributes from an inline asm call... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Chad Rosier | [ms-inline asm] Force the use of a base pointer if... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Dan Gohman | Update a portability kludge to keep it in sync with... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Minor cleanups. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Remove unneeded #includes. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Fix typos. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jack Carter | ELF symbol table field st_other support, |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Add obvious constantness. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Arnold Schwaighofer | ARM NEON: Don't need COPY_TO_REGCLASS in pattern |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Nadav Rotem | Fix a bug in mayHaveSideEffects. Functions that do... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Nadav Rotem | Fix a bug that was found by the clang static analyzer... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Dan Gohman | Whitelist files and block devices instead of blacklisti... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Dan Gohman | Don't trust st_size of a character device. This fixes... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jim Grosbach | ARM: Allocation hints must make sure to be in the alloc... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakob Stoklund... | Assert that the target provided hints are in the alloca... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Douglas Gregor | Remove my bogus MapVector::erase() with a narrower... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jyotsna Verma | Hexagon: Sync TSFlags in MCTargetDesc/HexagonBaseInfo... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Benjamin Kramer | Clean up HiPE prologue emission a bit and avoid signed... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Rafael Espindola | Move LLVM_LIBRARY_VISIBILITY for consistency with what... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Eli Bendersky | Fix typo |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Benjamin Kramer | Fix GCMetadaPrinter::finishAssembly not executed, patch... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Eli Bendersky | Make ARMAsmPrinter pass name more precise and fix comment. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Eli Bendersky | Make pass name more precise and fix comment. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Arnold Schwaighofer | ARM NEON: Merge a f32 bitcast of a v2i32 extractelt |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Tom Stellard | R600: Add AR_X to the R600_TReg_X register class. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Tom Stellard | R600: Mark all members of the TRegMem register class... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Tom Stellard | R600: Fix scheduler crash caused by invalid MachinePoin... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Tom Stellard | R600: Fix tracking of implicit defs in the IndirectAddr... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Alexey Samsonov | Fix initialization-order bug in llvm::Support::TimeValu... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Kostya Serebryany | [asan] instrument memory accesses with unusual sizes |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Jakub Staszak | Simplify code. No functionality change. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | Fix capitalization in comment to match function name. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Eric Christopher | Grammar. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | More const correcting of stack coloring. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | Const-correct the stack coloring code. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | Avoid extra DenseMap lookups in StackColoring::calculat... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Reed Kotler | Expand pseudos/macros BteqzT8SltiX16, BteqzT8SltiuX16, |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | Make the dump() function const and reduce the number... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Craig Topper | Use a reference into the BlockLiveness DenseMap to... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Chandler Carruth | Remove some unused private fields from the AArch64MCCod... |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Bill Wendling | Temporarily revert r175470 for more review. |
commit | commitdiff | tree | snapshot |
2013-02-19 |
Reed Kotler | Expand pseudos BteqzT8CmpiX16 and BtnezT8CmpiX16. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Jakub Staszak | Use array_pod_sort instead of std::sort. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Bill Wendling | Check to see if the 'no-builtin' attribute is set befor... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Bill Wendling | Add some convenience methods for querying function... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
NAKAMURA Takumi | X86FrameLowering.cpp: Fixup. Sorry for the breakage. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | Use LLVM_DELETED_FUNCTION rather than '// do not implem... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
NAKAMURA Takumi | X86FrameLowering.cpp: Fix a warning in -Asserts. [... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Chad Rosier | Remove a useless assert. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Chad Rosier | Comment out the rdar number. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Chad Rosier | [fast-isel] Remove an invalid assert. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Benjamin Kramer | Fix a 32/64 bit incompatibility in the HiPE prologue... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Benjamin Kramer | Support for HiPE-compatible code emission, patch by... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Chad Rosier | [ms-inline asm] Remove a redundant call to the setHasMS... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Jakub Staszak | Use llvm::cast instead of reinterpret_cast. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Douglas Gregor | Add front/back/erase to MapVector. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Vincent Lejeune | R600/SI: Use MULADD_IEEE/V_MAD_F32 instruction for... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Vincent Lejeune | R600: Support for TBO |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Vincent Lejeune | R600: Increase number of ArrayBase Reg to 32 |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Kostya Serebryany | [asan] revert r175266 as it breaks code with packed... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Benjamin Kramer | Futureproof AttrBuild if we ever have more than 64... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Tim Northover | Revert CMake version bump since we don't actually need... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Tim Northover | Note minimum required version of CMake |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Tim Northover | AArch64: adjust tests which rely on a default JIT |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | Add `unsigned DISubprogram::getFlags() const` for Drago... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | Add `DIFile DISubprogram::getFile() const` for DragonEgg. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | DIBuilder: Correct the null/0 type of trailing fields... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | DIBuilder: Add function and method definitions to the... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
NAKAMURA Takumi | [ms-inline asm] Fix undefined behavior to reset hasMSIn... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
David Blaikie | Narrow the return types of a few DIBuilder utility... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Reed Kotler | Expand macro/pseudo instructions BtnezT8SltX16 and... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Reed Kotler | Expand pseudo/macro BteqzT8SltuX16 . There is no test... |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Reed Kotler | Expand pseudo/macro BteqzT8SltX16. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Reed Kotler | Expand macro/pseudo BteqzT8CmpX16. |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Alex Rosenberg | Spelling corrections |
commit | commitdiff | tree | snapshot |
2013-02-18 |
Reed Kotler | Beginning of expanding all current mips16 macro/pseudo... |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Benjamin Kramer | X86: Add a note. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Richard Osborne | [XCore] Add missing 2r instructions. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Richard Osborne | [XCore] Add TSETR instruction. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Richard Osborne | [XCore] Add missing u10 / lu10 instructions. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Richard Osborne | [XCore] Add missing u6 / lu6 instructions. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Jakub Staszak | Return false instead of 0. |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Benjamin Kramer | Force a cpu for test. It failed on atom due to differen... |
commit | commitdiff | tree | snapshot |
2013-02-17 |
Benjamin Kramer | AArch64: Avoid shifts by 64, that's undefined behavior. |
commit | commitdiff | tree | snapshot |
next |