2010-08-23 |
Chris Lattner | Add a new llvm.x86.int intrinsic, allowing access to the |
tree | commitdiff |
2010-08-23 |
Chandler Carruth | Try to escape the '$'s in these so they reach the under... |
tree | commitdiff |
2010-08-21 |
Dan Gohman | Fix x86 fast-isel's cmp+branch folding to avoid folding... |
tree | commitdiff |
2010-08-20 |
Bob Wilson | Replace some NEON vmovl intrinsic that I missed earlier. |
tree | commitdiff |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
tree | commitdiff |
2010-08-20 |
Dale Johannesen | Test should pass on non-Darwin x86. |
tree | commitdiff |
2010-08-20 |
Dale Johannesen | Don't run test on PPC darwin. |
tree | commitdiff |
2010-08-20 |
Owen Anderson | Re-apply r111568 with a fix for the clang self-host. |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Fix vmcore.ml test. |
tree | commitdiff |
2010-08-20 |
Mikhail Glushenkov | llvmc: Fix alias generation. |
tree | commitdiff |
2010-08-20 |
Dan Gohman | Convert DbgInfoPrinter to use errs() instead of outs(). |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Fix the running of ocaml tests. |
tree | commitdiff |
2010-08-20 |
Erick Tryzelaar | Expose LLVMSetOperand and LLVMGetNumOperands to llvm... |
tree | commitdiff |
2010-08-20 |
Bob Wilson | Fix some Ocaml tests: the %t substitution now returns... |
tree | commitdiff |
2010-08-20 |
Bob Wilson | The %ocamlopt setting has embedded quotes. Copy the... |
tree | commitdiff |
2010-08-20 |
Benjamin Kramer | Update LLVMC tests for r111620. |
tree | commitdiff |
2010-08-20 |
Bob Wilson | Replace the arm.neon.vmovls and vmovlu intrinsics with... |
tree | commitdiff |
2010-08-19 |
Owen Anderson | Previous revert failed to remove this file. |
tree | commitdiff |
2010-08-19 |
Owen Anderson | Revert r111568 to unbreak clang self-host. |
tree | commitdiff |
2010-08-19 |
Owen Anderson | When a set of bitmask operations, typically from a... |
tree | commitdiff |
2010-08-19 |
Evan Cheng | It's possible to sink a def if its local uses are PHI's. |
tree | commitdiff |
2010-08-19 |
Daniel Dunbar | tests: Haste makes waste. |
tree | commitdiff |
2010-08-19 |
Daniel Dunbar | tests: Ignore whitespace in llvm_supports_binding(... |
tree | commitdiff |
2010-08-19 |
Kenneth Uildriks | Fixed and reactivated a partial specialization test |
tree | commitdiff |
2010-08-19 |
Chris Lattner | fix PR7465, mishandling of lcall and ljmp: intersegment... |
tree | commitdiff |
2010-08-19 |
Dale Johannesen | Testcase for llvm-gcc checkin 111482. |
tree | commitdiff |
2010-08-18 |
Chris Lattner | refix PR1143 by making basicaa analyze zexts of indices... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | Add a testcase to verify that commands don't crash... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | When sending stats output to stdout for grepping, don... |
tree | commitdiff |
2010-08-18 |
Dan Gohman | When sending stats output to stdout for grepping, don... |
tree | commitdiff |
2010-08-18 |
Daniel Dunbar | MC/ELF: Allow null values in virtual sections, ELF... |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Fix a bug with insertelement on SPU. |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Remove all traces of v2[i,f]32 on SPU. |
tree | commitdiff |
2010-08-18 |
Kalle Raiskila | Change SPU C calling convention to match that described in |
tree | commitdiff |
2010-08-18 |
Chris Lattner | fix a buggy test |
tree | commitdiff |
2010-08-18 |
Chris Lattner | fix PR7589: In brief: |
tree | commitdiff |
2010-08-18 |
Chris Lattner | filecheckize and detrivialize. |
tree | commitdiff |
2010-08-18 |
Chris Lattner | Fix PR7755: knowing something about an inval for a... |
tree | commitdiff |
2010-08-18 |
Bob Wilson | Expand ZERO_EXTEND operations for NEON vector types. |
tree | commitdiff |
2010-08-17 |
Eric Christopher | Temporarily revert r110987 as it's causing some miscomp... |
tree | commitdiff |
2010-08-17 |
Dan Gohman | Tweak IVUsers' concept of "interesting" to exclude... |
tree | commitdiff |
2010-08-17 |
Evan Cheng | Add nounwind. |
tree | commitdiff |
2010-08-17 |
Dale Johannesen | Make fast scheduler handle asm clobbers correctly. |
tree | commitdiff |
2010-08-17 |
Anton Korobeynikov | Add some win64 coff goodness. |
tree | commitdiff |
2010-08-17 |
Dan Gohman | When rotating loops, put the original header at the... |
tree | commitdiff |
2010-08-17 |
Bob Wilson | Change ARM PKHTB and PKHBT instructions to use a shift_... |
tree | commitdiff |
2010-08-17 |
Bob Wilson | Allow more cases of undef shuffle indices and add tests... |
tree | commitdiff |
2010-08-17 |
Evan Cheng | PHI elimination should not break back edge. It can... |
tree | commitdiff |
2010-08-16 |
Bob Wilson | Add a testcase for svn 111208. |
tree | commitdiff |
2010-08-16 |
Bob Wilson | Generalize a pattern for PKHTB: an SRL of 16-31 bits... |
tree | commitdiff |
2010-08-16 |
Bob Wilson | Convert test to FileCheck. |
tree | commitdiff |
2010-08-16 |
Bob Wilson | Convert a test to use FileCheck. |
tree | commitdiff |
2010-08-16 |
Dan Gohman | Instead, teach SimplifyCFG to trim non-address-taken... |
tree | commitdiff |
2010-08-16 |
Dan Gohman | Revert r111058, the lint check for indirectbr successor... |
tree | commitdiff |
2010-08-15 |
Benjamin Kramer | Test expects SSE, give him SSE. |
tree | commitdiff |
2010-08-15 |
Benjamin Kramer | Restore arch on these test, they fail on arm. |
tree | commitdiff |
2010-08-15 |
Dale Johannesen | Mark as XFAIL on darwin 8. PR 7886. |
tree | commitdiff |
2010-08-15 |
Mikhail Glushenkov | Update tests. |
tree | commitdiff |
2010-08-14 |
Dan Gohman | LoopSimplify shouldn't split loop backedges that use... |
tree | commitdiff |
2010-08-14 |
Dan Gohman | Teach SimplifyCFG how to simplify indirectbr instructions. |
tree | commitdiff |
2010-08-13 |
Dan Gohman | Add a lint check for an indirectbr destination which... |
tree | commitdiff |
2010-08-13 |
Bob Wilson | Add a Thumb2 t2RSBrr instruction for disassembly only. |
tree | commitdiff |
2010-08-13 |
Bob Wilson | Temporarily disable tail calls on ARM to work around... |
tree | commitdiff |
2010-08-13 |
Bob Wilson | Move the Thumb2 SSAT and USAT optional shift operator... |
tree | commitdiff |
2010-08-13 |
Dale Johannesen | Revert 110491. While not wrong, it was based on a |
tree | commitdiff |
2010-08-13 |
Mikhail Glushenkov | One more XFAIL. |
tree | commitdiff |
2010-08-13 |
Mikhail Glushenkov | More XFAILs. |
tree | commitdiff |
2010-08-13 |
Mikhail Glushenkov | Add an XFAIL. |
tree | commitdiff |
2010-08-13 |
Mikhail Glushenkov | Remove -fexceptions from llvmc tests. |
tree | commitdiff |
2010-08-13 |
Mikhail Glushenkov | llvmc: fix two tests, remove XFAILs. |
tree | commitdiff |
2010-08-13 |
Nate Begeman | Reapply this transformation now that it is passing... |
tree | commitdiff |
2010-08-12 |
Chris Lattner | fix PR7876: If ipsccp decides that a function's address... |
tree | commitdiff |
2010-08-12 |
Johnny Chen | Cleaned up the for-disassembly-only entries in the... |
tree | commitdiff |
2010-08-12 |
Bruno Cardoso Lopes | - Teach SSEDomainFix to switch between different levels... |
tree | commitdiff |
2010-08-12 |
Bob Wilson | Add a test for llvm-gcc svn 110632. |
tree | commitdiff |
2010-08-12 |
Eric Christopher | Temporarily revert 110737 and 110734, they were causing... |
tree | commitdiff |
2010-08-12 |
Bruno Cardoso Lopes | Begin to support some vector operations for AVX 256... |
tree | commitdiff |
2010-08-12 |
Johnny Chen | The autogened decoder was confusing the ARM STRBT for... |
tree | commitdiff |
2010-08-12 |
Daniel Dunbar | MC/X86/AsmParser: Give an explicit error message when... |
tree | commitdiff |
2010-08-12 |
Devang Patel | This is x86 only test. |
tree | commitdiff |
2010-08-11 |
Johnny Chen | Changed the format of DMBsy, DSBsy, and friends from... |
tree | commitdiff |
2010-08-11 |
Bob Wilson | Move the ARM SSAT and USAT optional shift amount operan... |
tree | commitdiff |
2010-08-11 |
Bruno Cardoso Lopes | Add testcases for all AVX 256-bit intrinsics added... |
tree | commitdiff |
2010-08-11 |
Bruno Cardoso Lopes | Reapply r109881 using a more strict command line for... |
tree | commitdiff |
2010-08-11 |
Jim Grosbach | fix silly typo |
tree | commitdiff |
2010-08-11 |
Jim Grosbach | Add a target triple, as the runtime library invocation... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Fix test and re-enable it. |
tree | commitdiff |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they... |
tree | commitdiff |
2010-08-11 |
Jim Grosbach | cortex m4 has floating point support, but only single... |
tree | commitdiff |
2010-08-11 |
Dan Gohman | Temporarily disable some failing tests, until they... |
tree | commitdiff |
2010-08-11 |
Bill Wendling | Consider this code snippet: |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Report error if codegen tries to instantiate a ARM... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Add ARM Archv6M and let it implies FeatureDB (having... |
tree | commitdiff |
2010-08-11 |
Daniel Dunbar | MC/ARM: Add basic support for handling predication... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | Add Cortex-M0 support. It's a ARMv6m device (no ARM... |
tree | commitdiff |
2010-08-11 |
Evan Cheng | - Add subtarget feature -mattr=+db which determine... |
tree | commitdiff |
2010-08-11 |
Bill Wendling | Update test to match output of optimize compares for... |
tree | commitdiff |
2010-08-11 |
Dan Gohman | When analyzing loop exit conditions combined with and... |
tree | commitdiff |
2010-08-10 |
Bill Wendling | The optimize comparisons pass removes the "cmp" instruc... |
tree | commitdiff |
2010-08-10 |
Nate Begeman | Add test for recent instcombine vector shuffle enhancement |
tree | commitdiff |
next |