aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2013-04-12Add support for additional vector instructions in the interpreter.Nadav Rotem
2013-04-12Have the StripMetadata pass also strip unsupported named metadata.Jan Voung
2013-04-12PNaCl: extend GlobalCleanup to null-out extern_weak function references, and ...Derek Schuff
2013-04-12PNaCl ABI checker: Disallow ConstantExprs inside functionsMark Seaborn
2013-04-12PNaCl ABI checker: Disallow va_arg, varargs functions and varargs callsMark Seaborn
2013-04-12PNaCl ABI checker: Disallow invoke+landingpad instructionsMark Seaborn
2013-04-12ARM: Correct printing of pre-indexed operands.Quentin Colombet
2013-04-12Simplify (A & ~B) in icmp if A is a power of 2David Majnemer
2013-04-12LoopVectorizer: integer division is not a reduction operationArnold Schwaighofer
2013-04-12AArch64: use full triple for ELF testsTim Northover
2013-04-12AArch64: remove over-zealous use of CHECK-NEXTTim Northover
2013-04-12Teach llvm-readobj to print ELF program headersNico Rieck
2013-04-12Remove obsolete object file dumpersNico Rieck
2013-04-12Replace coff-/elf-dump with llvm-readobjNico Rieck
2013-04-12Add extensive relocation tests for llvm-readobjNico Rieck
2013-04-12Fix the test on linux by setting the triple and the align formatNadav Rotem
2013-04-12Add a flag to align all basic blocks in the function.Nadav Rotem
2013-04-12Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola
2013-04-11Aliasing rules for struct-path aware TBAA.Manman Ren
2013-04-11Use FileCheck instead of grep.Preston Gurd
2013-04-11Optimize icmp involving addition betterDavid Majnemer
2013-04-11Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-11Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola
2013-04-11Print more information about relocations.Rafael Espindola
2013-04-11Fix for wrong instcombine on vector insert/extractBenjamin Kramer
2013-04-11Add a CHECK-NOT for a more faithful translation of the original grep | count 2.Eli Bendersky
2013-04-11Add missing colons to check lines.Benjamin Kramer
2013-04-11FileCheckize a bunch of tests.Benjamin Kramer
2013-04-11Optimize vector select from all 0s or all 1sMichael Liao
2013-04-11Add CLAC/STAC instruction encoding/decoding supportMichael Liao
2013-04-11Enhance bool simplifcation in X86 to handle more casesMichael Liao
2013-04-11Add MachO-x86-64 tests.Rafael Espindola
2013-04-10Rewrite some of the test/CodeGen/X86 tests to use FileCheck instead of grepEli Bendersky
2013-04-10MC: Support COFF image-relative MCSymbolRefsNico Rieck
2013-04-10Manually remove successors in if conversion when CopyAndPredicateBlock is usedHal Finkel
2013-04-10Mips specific inline asm memory operand modifier test caseJack Carter
2013-04-10fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test casesKay Tiong Khoo
2013-04-10Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher
2013-04-10Add object-emission flag for lit tests. This flag is usedJyotsna Verma
2013-04-10Make the SLP store-merger less paranoid about function calls. We check for fu...Nadav Rotem
2013-04-10R600/SI: Add pattern for AMDGPUurecipMichel Danzer
2013-04-10This is for an experimental option -mips-os16. The idea is to compile allReed Kotler
2013-04-10Use a scheme closer to that of GNU as when deciding the type of aPeter Collingbourne
2013-04-10PNaCl ABI checker: Disallow the GetElementPtr instructionMark Seaborn
2013-04-10PNaCl ABI checker: Disallow "section", "thread_local" and "gc" attributesMark Seaborn
2013-04-10R600: Add VTX_READ_* and RAT_WRITE_CACHELESS_* when computing cf addrVincent Lejeune
2013-04-10[test] Use lit's shell test runner on WindowsReid Kleckner
2013-04-10ARM: Make "SMC" instructions conditional on new TrustZone architecture feature.Tim Northover
2013-04-10R600/SI: dynamical figure out the reg class of MIMGChristian Konig
2013-04-10R600/SI: adjust writemask to only the used componentsChristian Konig