summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)AuthorFilesLines
2012-05-18Refactor data-in-code annotations.Jim Grosbach4-2/+79
2012-05-18add test case for bugfix in r157032Nuno Lopes1-0/+29
2012-05-18Add support for the mips 'x' inline asm modifier.Eric Christopher1-0/+6
2012-05-18FileCheck-ify, apropos of nothingJoel Jones1-4/+4
2012-05-18Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper2-5/+6
2012-05-18Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng1-0/+16
2012-05-18Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev1-1/+1
2012-05-18Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby1-0/+5
2012-05-18Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen1-12/+1
2012-05-17Remove -join-physregs from the test suite.Jakob Stoklund Olesen17-232/+227
2012-05-17Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby1-4/+28
2012-05-17- Added ExecutionEngine/MCJIT testsDanil Malyshev51-0/+1239
2012-05-17Remove incorrect pattern for ARM SMML instruction.Tim Northover1-0/+13
2012-05-16Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth1-0/+8
2012-05-16Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng1-0/+46
2012-05-15Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen1-0/+68
2012-05-15Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby1-0/+20
2012-05-15Enable all Hexagon tests.Sirish Pande11-28/+18
2012-05-15Teach SimplifyLibCalls about stpcpy.David Majnemer1-0/+43
2012-05-14Fix PR12821.Jakob Stoklund Olesen1-1/+33
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier1-0/+22
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2-74/+4
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman1-2/+2
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola3-0/+35
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer1-0/+17
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer1-0/+12
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer1-0/+4
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer1-0/+65
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer1-0/+67
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy1-0/+33
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad1-0/+16
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande2-0/+63
2012-05-12Fix test cases.Akira Hatanaka13-76/+76
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka3-6/+8
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2-3/+5
2012-05-11Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka1-0/+16
2012-05-11Use regular expression to match register names. Akira Hatanaka1-1/+1
2012-05-11[fast-isel] Add support for selecting @llvm.trap().Chad Rosier1-0/+12
2012-05-11Hexagon constant extender support.Brendon Cahoon2-4/+74
2012-05-11[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier1-1/+1
2012-05-11[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier1-0/+17
2012-05-11objectsize: add a few more tests and fix a bugNuno Lopes1-0/+55
2012-05-11Fix test/CodeGen/X86/tls-pie.ll.Hans Wennborg1-1/+1
2012-05-11Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg1-4/+13
2012-05-11Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2-0/+67
2012-05-11Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga1-0/+3
2012-05-11Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman1-0/+15
2012-05-11ARM: peephole optimization to remove cmp instructionManman Ren1-0/+34
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman1-2/+14
2012-05-10objectsize: add support for GEPs with non-constant indexesNuno Lopes1-0/+25