| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Change the way the lint sanity checking pass detects misaligned memory accesses. | Duncan Sands | 2012-09-25 | 2 | -8/+24 |
* | Fix an illegal tailcall opt where the callee returns a double via xmm while c... | Evan Cheng | 2012-09-25 | 3 | -4/+36 |
* | Fix a -Wparentheses warning in the mingw build | Nico Weber | 2012-09-25 | 1 | -1/+1 |
* | Fix a crash in SROA. This was reported independently by Takumi and | Chandler Carruth | 2012-09-25 | 1 | -12/+7 |
* | Don't forget that strcpy and friends return a pointer to the destination, so | Nick Lewycky | 2012-09-25 | 2 | -2/+12 |
* | Unit tests for IntegerDivision. Currently, just a basic sanity check to ensur... | Michael Ilseman | 2012-09-25 | 2 | -0/+55 |
* | ARM: 'add Rd, pc, #imm' is an alias for 'adr Rd, #imm'. | Jim Grosbach | 2012-09-25 | 2 | -0/+18 |
* | Remove unused name of variable to quiet a warning. Also canonicalize a | Nick Lewycky | 2012-09-24 | 1 | -3/+3 |
* | Mark jump tables in code sections with DataRegion directives. | Jim Grosbach | 2012-09-24 | 3 | -0/+24 |
* | Typo. | Chad Rosier | 2012-09-24 | 1 | -1/+1 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 6 | -44/+7 |
* | Clear UNIVERSAL_SDK_PATH setting when building host tools. <rdar://12360497> | Bob Wilson | 2012-09-24 | 1 | -2/+4 |
* | Teach DSE that strcpy, strncpy, strcat and strncat are all stores which may be | Nick Lewycky | 2012-09-24 | 2 | -32/+117 |
* | Move all the calls to AA.getTargetLibraryInfo() to using a TLI member variable. | Nick Lewycky | 2012-09-24 | 1 | -12/+11 |
* | Specify MachinePointerInfo as refering to the argument value and offset of the | Roman Divacky | 2012-09-24 | 2 | -3/+32 |
* | Rather then have a wrapper function, have tblgen instantiate the implementation. | Chad Rosier | 2012-09-24 | 5 | -18/+2 |
* | Add missing : in CHECK line. | Richard Osborne | 2012-09-24 | 1 | -1/+1 |
* | Add missing check for presence of target data. | Richard Osborne | 2012-09-24 | 2 | -20/+41 |
* | Enable the new SROA pass by default. | Chandler Carruth | 2012-09-24 | 1 | -1/+1 |
* | Address one of the original FIXMEs for the new SROA pass by implementing | Chandler Carruth | 2012-09-24 | 2 | -21/+161 |
* | Emit dtors into proper section while compiling in vcpp-compatible mode. | Anton Korobeynikov | 2012-09-23 | 2 | -12/+31 |
* | Switch to a signed representation for the dynamic offsets while walking | Chandler Carruth | 2012-09-23 | 2 | -26/+133 |
* | Don't do actual work inside an assert statement. Fixes PR11760! | Nick Lewycky | 2012-09-23 | 4 | -4/+9 |
* | Revise test to avoid using of 'grep' | Michael Liao | 2012-09-23 | 1 | -20/+14 |
* | Add LLVM_OVERRIDE to methods that override their base classes. | Craig Topper | 2012-09-23 | 17 | -66/+73 |
* | Enhance test case of atomic16 to verify inst encoding fixed in r164453. | Michael Liao | 2012-09-22 | 1 | -0/+6 |
* | ARMInstPrinter.cpp: Fix a warning in -Asserts. [-Wunused-variable] | NAKAMURA Takumi | 2012-09-22 | 1 | -0/+2 |
* | Whitespace. | NAKAMURA Takumi | 2012-09-22 | 1 | -2/+2 |
* | Fix edge cases of ARM shift operands in arith instructions. | Tim Northover | 2012-09-22 | 3 | -38/+94 |
* | Fix the handling of edge cases in ARM shifted operands. | Tim Northover | 2012-09-22 | 6 | -8/+151 |
* | Fix 16-bit atomic inst encoding and keep pseudo-inst starting with '#' | Michael Liao | 2012-09-22 | 1 | -14/+14 |
* | Fix typo in r164357 | Michael Liao | 2012-09-22 | 1 | -1/+1 |
* | Machine Model (-schedmodel only). Added SchedAliases. | Andrew Trick | 2012-09-22 | 4 | -88/+327 |
* | Add llvm::getOrdinalSuffix to get the appropriate -st, -nd, -rd, -th suffix. | Jordan Rose | 2012-09-22 | 1 | -0/+19 |
* | Casting: assert that pointer arguments to isa<> are non-null. | Jordan Rose | 2012-09-22 | 1 | -0/+3 |
* | DenseMap: assert that we have found a bucket before we try to insert into it. | Jordan Rose | 2012-09-22 | 1 | -0/+1 |
* | MIPS DSP: Add immediate leaves. | Akira Hatanaka | 2012-09-22 | 1 | -0/+20 |
* | MIPS DSP: Add predicates and instruction template. | Akira Hatanaka | 2012-09-22 | 1 | -0/+25 |
* | Add MIPS DSP register classes. Set actions of DSP vector operations and override | Akira Hatanaka | 2012-09-21 | 2 | -0/+49 |
* | SelectionDAG node enums for MIPS DSP nodes. | Akira Hatanaka | 2012-09-21 | 2 | -0/+55 |
* | Add MIPS accumulator and DSP control registers. | Akira Hatanaka | 2012-09-21 | 2 | -1/+45 |
* | Add flags and feature bits for mips dsp. | Akira Hatanaka | 2012-09-21 | 2 | -0/+9 |
* | Fix a case where the new SROA pass failed to zap dead operands to | Chandler Carruth | 2012-09-21 | 2 | -7/+15 |
* | Add an --enable-backtraces option to configure to determine | Eric Christopher | 2012-09-21 | 4 | -2/+47 |
* | Add an MDBuilder utility for creating !tbaa.struct nodes. | Dan Gohman | 2012-09-21 | 1 | -0/+21 |
* | [CMake] Respect LLVM_BUILD_RUNTIME. | Michael J. Spencer | 2012-09-21 | 1 | -0/+1 |
* | [ms-inline asm] Expose the mnemonicIsValid() function in the AsmParser. | Chad Rosier | 2012-09-21 | 6 | -2/+22 |
* | Have the DbgVariable "isArtificial" and "isObjectPointer" not | Eric Christopher | 2012-09-21 | 2 | -5/+5 |
* | Add comment. | Chad Rosier | 2012-09-21 | 1 | -1/+2 |
* | Add comment. | Chad Rosier | 2012-09-21 | 1 | -1/+2 |