aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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-25Use 2>&1 to include stderr in pipe instead of |&Derek Schuff
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
2013-01-25Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky
2013-01-25ABI verifier: Verify types of global variables and initializers.Derek Schuff
2013-01-25Improve the !add TableGen test case.Hal Finkel
2013-01-25Add command-line flags for DWARF dumping.Eli Bendersky
2013-01-25Add instruction encodings / disassembly support for l5r instructions.Richard Osborne
2013-01-25[msan] Implement exact shadow propagation for relational ICmp.Evgeniy Stepanov
2013-01-25Add an addition operator to TableGenHal Finkel
2013-01-25Fixed the condition codes for the atomic64 min/umin code generation on ARM. I...Silviu Baranga
2013-01-25MIsched: Improve the interface to SchedDFS analysis (subtrees).Andrew Trick
2013-01-25Switch this code away from Value::isUsedInBasicBlock. That code eitherChandler Carruth
2013-01-25MISched: Add SchedDFSResult to ScheduleDAGMI to formalize theAndrew Trick
2013-01-25This patch implements parsing the .wordJack Carter
2013-01-25[mips] Set flag neverHasSideEffects flag on some of the floating point instru...Akira Hatanaka
2013-01-24Reapply chandlerc's r173342 now that the miscompile it was triggering is fixed.Benjamin Kramer
2013-01-24ConstantFolding: Add a missing folding that leads to a miscompile.Benjamin Kramer
2013-01-24Revert r173342 temporarily. It appears to cause a very late miscompileChandler Carruth
2013-01-24Plug TTI into the speculation logic, giving it a real cost interfaceChandler Carruth
2013-01-24Address a large chunk of this FIXME by accumulating the cost forChandler Carruth
2013-01-24Switch the constant expression speculation cost evaluation away fromChandler Carruth
2013-01-24[asan] adaptive redzones for globals (the larger the global the larger is the...Kostya Serebryany
2013-01-24The next phase of Mips16 hard float implementation.Reed Kotler