2009-08-22 |
Daniel Dunbar | llvm-mc/Mach-O: Improve symbol table support: |
tree | commitdiff |
2009-08-22 |
Daniel Dunbar | Fix typo. |
tree | commitdiff |
2009-08-22 |
Daniel Dunbar | Force triple for these tests. |
tree | commitdiff |
2009-08-22 |
Daniel Dunbar | llvm-mc: Hopefully fix Mach-O tests on big-endian platf... |
tree | commitdiff |
2009-08-22 |
Daniel Dunbar | llvm-mc: Clean up some handling of symbol/section assoc... |
tree | commitdiff |
2009-08-22 |
Eli Friedman | Make x86 test actually test x86 code generation. Fix the |
tree | commitdiff |
2009-08-22 |
Chris Lattner | rename test, make more specific. |
tree | commitdiff |
2009-08-22 |
Anton Korobeynikov | Add missing RUN line |
tree | commitdiff |
2009-08-22 |
Anton Korobeynikov | Reduce the test |
tree | commitdiff |
2009-08-22 |
Bob Wilson | Use CHECK-NEXT to make sure we're only getting one... |
tree | commitdiff |
2009-08-21 |
Daniel Dunbar | llvm-mc: Improve handling of implicit alignment for... |
tree | commitdiff |
2009-08-21 |
Daniel Dunbar | llvm-mc/Mach-O: Support .o emission for .org and .align. |
tree | commitdiff |
2009-08-21 |
Bob Wilson | Match VTRN, VZIP, and VUZP shuffles. Restore the tests... |
tree | commitdiff |
2009-08-21 |
Anton Korobeynikov | Add fcopysign instructions |
tree | commitdiff |
2009-08-21 |
Daniel Dunbar | llvm-mc/Mach-O: Support byte and fill value emission. |
tree | commitdiff |
2009-08-21 |
Anton Korobeynikov | Handle 'r' inline asm constraint |
tree | commitdiff |
2009-08-21 |
Dan Gohman | Change getelementptr folding to use APInt instead of... |
tree | commitdiff |
2009-08-21 |
Bob Wilson | Add some tests for vext.16 and vext.32. |
tree | commitdiff |
2009-08-21 |
Daniel Dunbar | llvm-mc: Accept .fill size of 8. |
tree | commitdiff |
2009-08-21 |
Andreas Neustifter | Removed profiling test, lli not available on all platforms. |
tree | commitdiff |
2009-08-21 |
Andreas Neustifter | Added tests for Profiling Infrastructure. |
tree | commitdiff |
2009-08-21 |
Bill Wendling | Make for 32-bit only. |
tree | commitdiff |
2009-08-21 |
Daniel Dunbar | llvm-mc: Start MCAssembler and MCMachOStreamer. |
tree | commitdiff |
2009-08-21 |
Bill Wendling | Probably should emit bitcode instead of text. |
tree | commitdiff |
2009-08-21 |
Bill Wendling | Testcase for r79597. |
tree | commitdiff |
2009-08-21 |
Bob Wilson | Remove Neon intrinsics for VZIP, VUZP, and VTRN. We... |
tree | commitdiff |
2009-08-20 |
Dale Johannesen | Use FileCheck even though this means testing for something |
tree | commitdiff |
2009-08-20 |
Dan Gohman | Fix an x86 code size regression: prefer RIP-relative... |
tree | commitdiff |
2009-08-20 |
Evan Cheng | Fix an obvious copy-n-paste bug. |
tree | commitdiff |
2009-08-20 |
Dale Johannesen | Use FileCheck for the test run where it's appropriate. |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Loosen up the regex for this test so that it doesn... |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Add targetdata strings to these tests, since SimplifyLi... |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Fix a bug in the over-index constant folding. When... |
tree | commitdiff |
2009-08-19 |
Dale Johannesen | Handle 'a' modifier in X86 asms. PR 4742. |
tree | commitdiff |
2009-08-19 |
Bill Wendling | Make this test platform neutral. |
tree | commitdiff |
2009-08-19 |
Daniel Dunbar | Fix typo |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Canonicalize indices in a constantexpr GEP. If Indices... |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Add an x86 peep that narrows TEST instructions to forms... |
tree | commitdiff |
2009-08-19 |
Erick Tryzelaar | Convert the rest of the ocaml types and functions to... |
tree | commitdiff |
2009-08-19 |
Bob Wilson | Add support for Neon VEXT (vector extract) shuffles. |
tree | commitdiff |
2009-08-19 |
Eli Friedman | PR4737: Fix a nasty bug in load narrowing with non... |
tree | commitdiff |
2009-08-19 |
Nick Lewycky | Fix up PHI nodes correctly in the presence of unreachab... |
tree | commitdiff |
2009-08-19 |
Erick Tryzelaar | Allow passing around LLVMContext in ocaml. |
tree | commitdiff |
2009-08-19 |
Chris Lattner | fix asmstreaming of 2/4 byte elements with pow-2 alignm... |
tree | commitdiff |
2009-08-19 |
Dan Gohman | Fix SimplifyLibcalls and ValueTracking to check mayBeOv... |
tree | commitdiff |
2009-08-18 |
Dan Gohman | Legalize the shift amount operand of SRL_PARTS, SHL_PAR... |
tree | commitdiff |
2009-08-18 |
Richard Osborne | Add support for mergeable sections back into the XCore... |
tree | commitdiff |
2009-08-18 |
Richard Osborne | Put data with relocations in the same sections as data... |
tree | commitdiff |
2009-08-18 |
Daniel Dunbar | Attempt to normalize test results. |
tree | commitdiff |
2009-08-18 |
Dan Gohman | Make this test less sensitive to assembler differences. |
tree | commitdiff |
2009-08-18 |
Chris Lattner | force a triple so this passes on darwin |
tree | commitdiff |
2009-08-18 |
Dan Gohman | Generalize ScalarEvolution to be able to analyze GEPs... |
tree | commitdiff |
2009-08-18 |
Dan Gohman | Make tail merging handle blocks with repeated predecess... |
tree | commitdiff |
2009-08-18 |
Dan Gohman | Fix a bug that caused globalopt to miscompile tramp3d... |
tree | commitdiff |
2009-08-18 |
Evan Cheng | Fix revsh pattern. |
tree | commitdiff |
2009-08-18 |
Anton Korobeynikov | The attached patches attempt to fix cross builds. For... |
tree | commitdiff |
2009-08-18 |
Dale Johannesen | PowerPC inline asm was emitting two output operands |
tree | commitdiff |
2009-08-17 |
Devang Patel | Add prefix only if it is needed. |
tree | commitdiff |
2009-08-17 |
Nick Lewycky | Test the pass the test is actually for, instead of... |
tree | commitdiff |
2009-08-17 |
Nick Lewycky | Don't crash on critical edge. Patch by Andre Tavares. |
tree | commitdiff |
2009-08-17 |
Richard Osborne | Update getSectionForConstant() to to allow mergable... |
tree | commitdiff |
2009-08-17 |
Duncan Sands | XFAIL this test since the fix was reverted. |
tree | commitdiff |
2009-08-17 |
Nick Lewycky | Add a test that shows that SSI is working correctly. |
tree | commitdiff |
2009-08-17 |
Nick Lewycky | Don't crash trying to promote VLAs. |
tree | commitdiff |
2009-08-16 |
Erick Tryzelaar | Expose creating constant ints and floats from strings... |
tree | commitdiff |
2009-08-16 |
Eli Friedman | Fix for PR3016: detect the tricky case, where there are |
tree | commitdiff |
2009-08-15 |
Eli Friedman | Fix test on Linux. |
tree | commitdiff |
2009-08-15 |
Bill Wendling | Reapply r79127. It was fixed by d0k. |
tree | commitdiff |
2009-08-15 |
Bill Wendling | Revert r79127. It was causing compilation errors. |
tree | commitdiff |
2009-08-15 |
Nick Lewycky | SSI construction should just go ahead and ignore instru... |
tree | commitdiff |
2009-08-15 |
Evan Cheng | Change allowsUnalignedMemoryAccesses to take type argum... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | implement support for CHECK-NEXT: in filecheck. |
tree | commitdiff |
2009-08-15 |
Jakob Stoklund Olesen | Refine EarlyClobber assert in register scavenger. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | specify a target triple so global variable manglings... |
tree | commitdiff |
2009-08-15 |
Chris Lattner | convert to filecheck. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | rename this test to sse2.ll |
tree | commitdiff |
2009-08-15 |
Chris Lattner | merge a bunch more sse3 tests into sse3.ll |
tree | commitdiff |
2009-08-15 |
Chris Lattner | convert test to filecheck format. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | rename test |
tree | commitdiff |
2009-08-15 |
Chris Lattner | this is a test for sse3, simplify it. |
tree | commitdiff |
2009-08-15 |
Jakob Stoklund Olesen | Don't setCalleeSavedInfoValid() until spills are interted. |
tree | commitdiff |
2009-08-15 |
Jakob Stoklund Olesen | Add XFAIL testcase for setcc undef. |
tree | commitdiff |
2009-08-15 |
Jakob Stoklund Olesen | Add XFAIL test case for a scavenger assert. |
tree | commitdiff |
2009-08-15 |
Jakob Stoklund Olesen | Update LocalRewriter::DistanceMap when inserting stack... |
tree | commitdiff |
2009-08-15 |
Evan Cheng | Fix tests. |
tree | commitdiff |
2009-08-15 |
Evan Cheng | Turn on if-conversion for thumb2. |
tree | commitdiff |
2009-08-15 |
Chris Lattner | use XCore-specific section with xcore specific cp/dp... |
tree | commitdiff |
2009-08-15 |
Dan Gohman | On x86-64, for a varargs function, don't store the... |
tree | commitdiff |
2009-08-14 |
Evan Cheng | Leaf functions which do not save CSRs can be frameless... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | llvm-mc: Fix bugs where bytes were unintentionally... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | llvm-mc: When handling a .set, make sure to print subse... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | llvm-mc: zerofill shouldn't print quotes around the... |
tree | commitdiff |
2009-08-14 |
Evan Cheng | Also shrink immediate branches; also more assembler... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | llvm-mc: Support escaped characters in string literals... |
tree | commitdiff |
2009-08-14 |
Anton Korobeynikov | Properly handle indirect win64 args when they're passed... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | Take another shot at disabling this when no ppc support... |
tree | commitdiff |
2009-08-14 |
Daniel Dunbar | Update llvm-mc / MCAsmStreamer to print the instruction... |
tree | commitdiff |
2009-08-14 |
Evan Cheng | Shrink ADR and LDR from constantpool late during consta... |
tree | commitdiff |
2009-08-13 |
Daniel Dunbar | Mark this test as requiring the powerpc target. |
tree | commitdiff |
2009-08-13 |
Bruno Cardoso Lopes | Remove HasCrazyBSS and add a flag in TAI to indicate... |
tree | commitdiff |
next |