| Commit message (Expand) | Author | Age | Files | Lines |
* | MC/X86: Add custom hack for recognizing "imul $12, %eax" and friends. | Daniel Dunbar | 2010-08-24 | 1 | -0/+3 |
* | MC/AsmParser: Change ParseExpression to use ParseIdentifier(), to support | Daniel Dunbar | 2010-08-24 | 1 | -0/+2 |
* | MC/X86: Warn on scale factors > 1 without index register, instead of erroring, | Daniel Dunbar | 2010-08-24 | 1 | -1/+8 |
* | MC/Parser: Accept leading dollar signs in identifiers. | Daniel Dunbar | 2010-08-24 | 1 | -0/+5 |
* | Fix X86's isLegalAddressingMode to recognize that static addresses | Dan Gohman | 2010-08-24 | 1 | -0/+31 |
* | Fix SPU BE to use all the available return registers. | Kalle Raiskila | 2010-08-24 | 1 | -2/+24 |
* | Extend function-local metadata to be usable as attachments. | Dan Gohman | 2010-08-24 | 1 | -2/+4 |
* | fix rdar://7997827 - Accept and ignore LL and ULL suffixes on integer literals. | Chris Lattner | 2010-08-24 | 1 | -0/+17 |
* | llvmc: Make syntax more consistent. | Mikhail Glushenkov | 2010-08-23 | 15 | -14/+43 |
* | Add a new llvm.x86.int intrinsic, allowing access to the | Chris Lattner | 2010-08-23 | 1 | -0/+20 |
* | Try to escape the '$'s in these so they reach the underlying 'sh' invocation. | Chandler Carruth | 2010-08-23 | 1 | -2/+2 |
* | Fix x86 fast-isel's cmp+branch folding to avoid folding when the | Dan Gohman | 2010-08-21 | 1 | -0/+29 |
* | Replace some NEON vmovl intrinsic that I missed earlier. | Bob Wilson | 2010-08-20 | 1 | -4/+2 |
* | Create the new linker type "linker_private_weak_def_auto". | Bill Wendling | 2010-08-20 | 1 | -0/+1 |
* | Test should pass on non-Darwin x86. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 |
* | Don't run test on PPC darwin. | Dale Johannesen | 2010-08-20 | 1 | -1/+1 |
* | Re-apply r111568 with a fix for the clang self-host. | Owen Anderson | 2010-08-20 | 1 | -0/+21 |
* | Fix vmcore.ml test. | Erick Tryzelaar | 2010-08-20 | 1 | -6/+7 |
* | llvmc: Fix alias generation. | Mikhail Glushenkov | 2010-08-20 | 1 | -0/+24 |
* | Convert DbgInfoPrinter to use errs() instead of outs(). | Dan Gohman | 2010-08-20 | 1 | -1/+1 |
* | Fix the running of ocaml tests. | Erick Tryzelaar | 2010-08-20 | 5 | -9/+24 |
* | Expose LLVMSetOperand and LLVMGetNumOperands to llvm-c and ocaml. | Erick Tryzelaar | 2010-08-20 | 1 | -0/+7 |
* | Fix some Ocaml tests: the %t substitution now returns an absolute path. | Bob Wilson | 2010-08-20 | 5 | -5/+5 |
* | The %ocamlopt setting has embedded quotes. Copy the entire value instead | Bob Wilson | 2010-08-20 | 1 | -1/+1 |
* | Update LLVMC tests for r111620. | Benjamin Kramer | 2010-08-20 | 2 | -4/+4 |
* | Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend and | Bob Wilson | 2010-08-20 | 4 | -21/+35 |
* | Previous revert failed to remove this file. | Owen Anderson | 2010-08-19 | 1 | -0/+0 |
* | Revert r111568 to unbreak clang self-host. | Owen Anderson | 2010-08-19 | 1 | -21/+0 |
* | When a set of bitmask operations, typically from a bitfield initialization, o... | Owen Anderson | 2010-08-19 | 1 | -0/+21 |
* | It's possible to sink a def if its local uses are PHI's. | Evan Cheng | 2010-08-19 | 1 | -0/+39 |
* | tests: Haste makes waste. | Daniel Dunbar | 2010-08-19 | 1 | -2/+2 |
* | tests: Ignore whitespace in llvm_supports_binding() and llvm_gcc_supports(). | Daniel Dunbar | 2010-08-19 | 1 | -4/+4 |
* | Fixed and reactivated a partial specialization test | Kenneth Uildriks | 2010-08-19 | 1 | -9/+13 |
* | fix PR7465, mishandling of lcall and ljmp: intersegment long | Chris Lattner | 2010-08-19 | 1 | -0/+5 |
* | Testcase for llvm-gcc checkin 111482. | Dale Johannesen | 2010-08-19 | 1 | -0/+15 |
* | refix PR1143 by making basicaa analyze zexts of indices aggresively, | Chris Lattner | 2010-08-18 | 1 | -7/+7 |
* | Add a testcase to verify that commands don't crash when they hit | Dan Gohman | 2010-08-18 | 1 | -0/+9 |
* | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman | 2010-08-18 | 1 | -1/+1 |
* | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman | 2010-08-18 | 8 | -9/+9 |
* | MC/ELF: Allow null values in virtual sections, ELF doesn't use special | Daniel Dunbar | 2010-08-18 | 2 | -0/+13 |
* | Fix a bug with insertelement on SPU. | Kalle Raiskila | 2010-08-18 | 1 | -0/+15 |
* | Remove all traces of v2[i,f]32 on SPU. | Kalle Raiskila | 2010-08-18 | 3 | -10/+10 |
* | Change SPU C calling convention to match that described in | Kalle Raiskila | 2010-08-18 | 1 | -0/+33 |
* | fix a buggy test | Chris Lattner | 2010-08-18 | 1 | -3/+3 |
* | fix PR7589: In brief: | Chris Lattner | 2010-08-18 | 1 | -0/+21 |
* | filecheckize and detrivialize. | Chris Lattner | 2010-08-18 | 1 | -3/+26 |
* | Fix PR7755: knowing something about an inval for a pred | Chris Lattner | 2010-08-18 | 1 | -0/+24 |
* | Expand ZERO_EXTEND operations for NEON vector types. | Bob Wilson | 2010-08-18 | 1 | -0/+7 |
* | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher | 2010-08-17 | 1 | -29/+0 |
* | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman | 2010-08-17 | 2 | -1/+52 |