Age | Commit message (Expand) | Author |
2011-03-17 | Fix handling of @IDNTPOFF relocations, they need to get STT_TLS. | Joerg Sonnenberger |
2011-03-17 | Rewrite instructions as part of ConnectedVNInfoEqClasses::Distribute. | Jakob Stoklund Olesen |
2011-03-16 | Add a LiveRangeEdit delegate callback before shrinking a live range. | Jakob Stoklund Olesen |
2011-03-16 | Erase virtual registers that are unused after DCE. | Jakob Stoklund Olesen |
2011-03-16 | Tag cached interference with a user-provided tag instead of the virtual regis... | Jakob Stoklund Olesen |
2011-03-16 | Clarify debugging output. | Jakob Stoklund Olesen |
2011-03-16 | The x86-64 ABI says that a bool is only guaranteed to be sign-extended to a byte | Cameron Zwarich |
2011-03-16 | Don't recompute something that we already have in a local variable. | Cameron Zwarich |
2011-03-16 | Revert r127757, "Patch to a fix dwarf relocation problem on ARM. One-line fix | Daniel Dunbar |
2011-03-16 | Add XCore intrinsics for setclk, setrdy. | Richard Osborne |
2011-03-16 | Patch to a fix dwarf relocation problem on ARM. One-line fix plus the test wh... | Renato Golin |
2011-03-16 | Add checkevent intrinsic to check if any resources owned by the current thread | Richard Osborne |
2011-03-16 | Fix a comment. | Cameron Zwarich |
2011-03-16 | lib/Support/raw_ostream.cpp: On mingw, report_fatal_error() should not be cal... | NAKAMURA Takumi |
2011-03-16 | Windows/PathV2.inc: [PR8520] Recognize "NUL" as special (character) file. | NAKAMURA Takumi |
2011-03-16 | Windows/Path.inc: [PR6270] PathV1::makeUnique(): Give arbitrary initial seed ... | NAKAMURA Takumi |
2011-03-16 | Tidy up. Whitespace and 80 column. | Jim Grosbach |
2011-03-16 | Do not accidently initialize NumDbgValueLost and NumDbgLineLost counts. | Devang Patel |
2011-03-16 | Only convert allocas to scalars if it is profitable. The profitability metric I | Cameron Zwarich |
2011-03-16 | Better use initializer lists. | Cameron Zwarich |
2011-03-16 | Add a clarifying comment. | Cameron Zwarich |
2011-03-15 | There were two issues fixed: | Johnny Chen |
2011-03-15 | Add scei vendor | John Thompson |
2011-03-15 | The VTBL (and VTBX) instructions are rather permissive concerning the masks they | Bill Wendling |
2011-03-15 | Trace back through sibling copies to hoist spills and find rematerializable d... | Jakob Stoklund Olesen |
2011-03-15 | Preserve both isPHIDef and isDefByCopy bits when copying parent values. | Jakob Stoklund Olesen |
2011-03-15 | Some minor cleanups based on feedback. | Bill Wendling |
2011-03-15 | Trailing whitespae. | Jim Grosbach |
2011-03-15 | Clean up something noticed by Fritz. | Cameron Zwarich |
2011-03-15 | Do not form thumb2 ldrd / strd if the offset is by multiple of 4. rdar://9133587 | Evan Cheng |
2011-03-15 | Don't indent cases in a switch, no functionality change. | Richard Osborne |
2011-03-15 | On the XCore the scavenging slot should be closest to the SP. | Richard Osborne |
2011-03-15 | Add XCore intrinsics for getps, setps, setsr and clrsr. | Richard Osborne |
2011-03-15 | PTX: Set PTX 2.0 as the minimum supported version | Justin Holewinski |
2011-03-15 | Silence compiler warning about case values not being in the enumerated type | Duncan Sands |
2011-03-15 | Avoid a compiler warning about reg possibly being used uninitialized | Duncan Sands |
2011-03-15 | Do not add PHIs with no users when creating LCSSA form. Patch by Andrew Clinton. | Cameron Zwarich |
2011-03-15 | Add C++ global operator {new,new[],delete,delete[]}(unsigned {int,long}) to the | Nick Lewycky |
2011-03-15 | Add a peephole optimization to optimize pairs of bitcasts. e.g. | Evan Cheng |
2011-03-15 | PR9450: Make switch optimization in SimplifyCFG not dependent on the ordering | Eli Friedman |
2011-03-15 | sext(undef) = 0, because the top bits will all be the same. | Evan Cheng |
2011-03-15 | Enabled disassembler support for AVX instructions | Sean Callanan |
2011-03-15 | X86 table-generator and disassembler support for the AVX | Sean Callanan |
2011-03-15 | Remove getMinusSCEVForExitTest(). | Andrew Trick |
2011-03-15 | Fixed an ARM disassembler bug where it does not handle STRi12 correctly becau... | Johnny Chen |
2011-03-15 | There are some situations which can cause the URoR hack to infinitely recurse | Bill Wendling |
2011-03-15 | Propagate SCEV no-wrap flags whenever possible. | Andrew Trick |
2011-03-15 | Clean up ARM tail calls a bit. They're pseudo-instructions for normal branches. | Jim Grosbach |
2011-03-15 | If we don't know how long a string is we can't fold an _chk version to the | Eric Christopher |
2011-03-14 | Generate a VTBL instruction instead of a series of loads and stores when we | Bill Wendling |