aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-01-31Made the min-trip-count-switch test X86-specific to avoidPekka Jaaskelainen
2013-01-31Revert r173946. This breaks compilation of googletest with ClangAlexey Samsonov
2013-01-31Filecheckized 2x tests in SimplifyCFG and removed their date prefix to fit wi...Michael Gottesman
2013-01-31Check and allow floating point registers to select the size of theEric Christopher
2013-01-31Replace some more greps with FileChecks in testsEli Bendersky
2013-01-31Rewrite this test properly with a FileCheck instead of grepsEli Bendersky
2013-01-31Fix ConstantFold's folding of icmp instructions to recognize that,Dan Gohman
2013-01-30PPC QPX requires a 32-byte aligned stackHal Finkel
2013-01-30Forgot the test case before.Evan Cheng
2013-01-30Add definitions for the PPC a2q core marked as having QPX availableHal Finkel
2013-01-30Linker: correctly link in dbg.declareManman Ren
2013-01-30Add a special ARM trap encoding for NaCl.Eli Bendersky
2013-01-30Add missing header and test cases for r173939.Logan Chien
2013-01-30InstCombine: canonicalize sext-and --> selectNadav Rotem
2013-01-30build: add --with-python optionSaleem Abdulrasool
2013-01-30This patch implements runtime ARM specificJack Carter
2013-01-30This patch implements runtime Mips specificJack Carter
2013-01-30This patch reworks how llvm targets set Jack Carter
2013-01-30[mips] Test case for r173862.Akira Hatanaka
2013-01-29Adding simple cast cost to ARMRenato Golin
2013-01-29[MC][COFF] Delay handling symbol aliases when writingMichael J. Spencer
2013-01-29LoopVectorize: convert TinyTripCountVectorThreshold constantPekka Jaaskelainen
2013-01-29Support artificial parameters in function types.David Blaikie
2013-01-29Fix 64-bit atomic operations in Thumb mode.Tim Northover
2013-01-29Merge SSE and AVX shuffle instructions in the comment printer.Craig Topper
2013-01-29Convert getAttributes() to return an AttributeSetNode.Bill Wendling
2013-01-28Add support for source and line information to IntelJITEventListener for obje...Andrew Kaylor
2013-01-28This patch addresses bug 15031.Bill Schmidt
2013-01-28[msan] Mostly disable msan-handle-icmp-exact.Evgeniy Stepanov
2013-01-28Fix 256-bit PALIGNR comment decoding to understand that it works on independe...Craig Topper
2013-01-27[XCore] Add missing l2rus instructions.Richard Osborne
2013-01-27[XCore] Add missing l2r instructions.Richard Osborne
2013-01-27[XCore] Add missing 1r instructions.Richard Osborne
2013-01-27[XCore] Add missing 0r instructions.Richard Osborne
2013-01-27When the legalizer is splitting vector shifts, the result may not have the ri...Benjamin Kramer
2013-01-27Re-revert r173342, without losing the compile time improvements, flatChandler Carruth
2013-01-26PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie
2013-01-26X86: Decode PALIGN operands so I don't have to do it in my head.Benjamin Kramer
2013-01-26X86: Do splat promotion later, so the optimizer can chew on it first.Benjamin Kramer
2013-01-26FileCheckize and merge some tests.Benjamin Kramer
2013-01-26Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor
2013-01-25llvm/test/CMakeLists.txt: Add a dependency to llvm-rtdyld in check-llvm.NAKAMURA Takumi
2013-01-25Initial implementation of PPCTargetTransformInfoHal Finkel
2013-01-25Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor
2013-01-25XFAIL close-stderr on win32Reid Kleckner
2013-01-25Set the +x bit on two batch scriptsReid Kleckner
2013-01-25FileCheck-ify some grep testsReid Kleckner
2013-01-25In this patch, we teach X86_64TargetMachine that it has a ILP32Eli Bendersky
2013-01-25Add back a RUN line removed by mistake by a previous commitEli Bendersky
2013-01-25Add instruction encodings / disassembly support for l4r instructions.Richard Osborne