| Commit message (Expand) | Author | Age | Files | Lines |
* | [mips] Shorten predicate name. | Akira Hatanaka | 2012-12-07 | 5 | -105/+105 |
* | [mips] Delete unused sub-target features. | Akira Hatanaka | 2012-12-07 | 3 | -15/+2 |
* | [mips] Remove unnecessary predicates. | Akira Hatanaka | 2012-12-07 | 3 | -4/+4 |
* | Add support to ValueTracking for determining that a pointer is non-null | Chandler Carruth | 2012-12-07 | 1 | -0/+73 |
* | Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we | Matt Beaumont-Gay | 2012-12-06 | 1 | -0/+1 |
* | fixed valgrind issues of prior commit, this change applies r169456 changes ba... | Pedro Artigas | 2012-12-06 | 2 | -9/+48 |
* | Remove unused field. | Jakub Staszak | 2012-12-06 | 1 | -6/+1 |
* | Remove trailing spaces. | Jakub Staszak | 2012-12-06 | 1 | -25/+25 |
* | Replace r169459 with something safer. Rather than having computeMaskedBits to | Evan Cheng | 2012-12-06 | 7 | -101/+58 |
* | Remove unneeded function, since PR8156 was fixed over a year ago. | Jakub Staszak | 2012-12-06 | 1 | -18/+1 |
* | Simplify code. | Jakub Staszak | 2012-12-06 | 1 | -3/+1 |
* | Fix a bug in the code that merges consecutive stores. Previously we did not | Nadav Rotem | 2012-12-06 | 1 | -10/+14 |
* | MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable] | NAKAMURA Takumi | 2012-12-06 | 1 | -0/+1 |
* | [msan] Fix a typo in a comment. | Evgeniy Stepanov | 2012-12-06 | 1 | -1/+1 |
* | [msan] Do not store origin for clean values. | Evgeniy Stepanov | 2012-12-06 | 1 | -17/+57 |
* | s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo... | Bill Wendling | 2012-12-06 | 2 | -5/+7 |
* | Handle non-default array bounds. | Bill Wendling | 2012-12-06 | 2 | -14/+59 |
* | Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ... | Craig Topper | 2012-12-06 | 1 | -13/+5 |
* | Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne... | Craig Topper | 2012-12-06 | 2 | -4/+9 |
* | Revert r169456, "change MCContext to work on the doInitialization/doFinalizat... | NAKAMURA Takumi | 2012-12-06 | 2 | -36/+6 |
* | [arm fast-isel] Make the fast-isel implementation of memcpy respect alignment. | Chad Rosier | 2012-12-06 | 1 | -11/+22 |
* | Let targets provide hooks that compute known zero and ones for any_extend | Evan Cheng | 2012-12-06 | 6 | -7/+100 |
* | change MCContext to work on the doInitialization/doFinalization model | Pedro Artigas | 2012-12-06 | 2 | -6/+36 |
* | Set the 'MadeChange' variable if we are deleting blocks. | Bill Wendling | 2012-12-06 | 1 | -0/+1 |
* | Have CannotBeNegativeZero() be aware of the nsz fast-math flag | Michael Ilseman | 2012-12-06 | 1 | -1/+6 |
* | RegPressureTracker::dump(): Remove unnecessary argument. | Andrew Trick | 2012-12-05 | 1 | -1/+1 |
* | Change std::vector to SmallVector<4> and remove some unused methods. | Eli Bendersky | 2012-12-05 | 1 | -1/+1 |
* | Define new-value store instructions with base+immediate addressing mode | Jyotsna Verma | 2012-12-05 | 1 | -128/+53 |
* | Fix name. The array is unboundED. | Bill Wendling | 2012-12-05 | 1 | -1/+1 |
* | RegisterPressureTracker: fix findUseBetween to handle DebugValue | Andrew Trick | 2012-12-05 | 1 | -0/+2 |
* | RegisterPressureTracker: unify virtual registers and physical regunits. | Andrew Trick | 2012-12-05 | 1 | -241/+179 |
* | RegisterPresssureTracker: Track live physical register by unit. | Andrew Trick | 2012-12-05 | 1 | -94/+87 |
* | Cost Model: change the default cost of control flow instructions (br / ret / ... | Nadav Rotem | 2012-12-05 | 1 | -1/+1 |
* | Correct ARM NOP encoding | David Sehr | 2012-12-05 | 1 | -1/+1 |
* | [NVPTX] Fix crash with unnamed struct arguments | Justin Holewinski | 2012-12-05 | 1 | -1/+1 |
* | Use multiclass to define store instructions with base+immediate offset | Jyotsna Verma | 2012-12-05 | 1 | -138/+68 |
* | Adjust JIT target triple on OS X to match the current architecture. | Bob Wilson | 2012-12-05 | 1 | -1/+11 |
* | Fix misplaced closing brace. | Matthew Curtis | 2012-12-05 | 1 | -1/+2 |
* | Try to unbreak the build on hosts that don't transitively pull in a definitio... | Benjamin Kramer | 2012-12-05 | 1 | -2/+2 |
* | Remove unused MachineInstr constructors. | Jakob Stoklund Olesen | 2012-12-05 | 1 | -27/+0 |
* | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 4 | -11/+26 |
* | - Added calls to doInitialization/doFinalization to immutable passes | Pedro Artigas | 2012-12-05 | 2 | -15/+52 |
* | [msan] Instrument bswap intrinsic. | Evgeniy Stepanov | 2012-12-05 | 1 | -6/+21 |
* | [msan] Initialize callbacks in runOnFunction as opposed to doInitialization. | Evgeniy Stepanov | 2012-12-05 | 1 | -37/+49 |
* | [msan] Change linkage type of __msan_track_origins. | Evgeniy Stepanov | 2012-12-05 | 1 | -1/+1 |
* | Simplified BLEND pattern matching for shuffles. | Elena Demikhovsky | 2012-12-05 | 4 | -78/+68 |
* | Added RegisterPressureTracker::dump() for debugging. | Andrew Trick | 2012-12-05 | 1 | -5/+16 |
* | Copy clang/Driver/<Option parsing stuff> to llvm. | Michael J. Spencer | 2012-12-05 | 10 | -2/+1148 |
* | Add x86 isel lowering logic to form bit test with inverted condition. e.g. | Evan Cheng | 2012-12-05 | 1 | -6/+17 |
* | Appease GCC's -Wparentheses. | Matt Beaumont-Gay | 2012-12-04 | 1 | -2/+2 |