Age | Commit message (Expand) | Author |
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 | Add native integer type TargetData to some existing tests. | Cameron Zwarich |
2011-03-16 | Better use initializer lists. | Cameron Zwarich |
2011-03-16 | Add a clarifying comment. | Cameron Zwarich |
2011-03-16 | Add TargetData::fitsInLegalInteger(). | 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 | lit/ProgressBar.py: [PR7919] Improve line wrap for XN-incapable terminals. | NAKAMURA Takumi |
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 | is_llvm_target_library: recognize libraries without the LLVM prefix. | Oscar Fuentes |
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 | - Add "Bitcast" target instruction property for instructions which perform | 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 | Testcase for r127630. | Bill Wendling |
2011-03-15 | Basic sanity checks to ensure that 2- and 3-byte | Sean Callanan |
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 | Make llvm::Consumer a class (to remove a MSVC warning since Consumer is later... | Francois Pichet |
2011-03-14 | Generate a VTBL instruction instead of a series of loads and stores when we | Bill Wendling |
2011-03-14 | Version N of the llvm_unreachable patch: VC++ doesn't recognize that abort() | John McCall |
2011-03-14 | This patch is a big refactoring of llvm-diff. It doesn't add new features, bu... | Renato Golin |
2011-03-14 | Check that the AsmParser exists for the native target to enable initialization | Jan Sjödin |
2011-03-14 | Fix this test up a bit. | Eric Christopher |
2011-03-14 | Trailing whitespace. | Jim Grosbach |