aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-05-16Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng
2012-05-15Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen
2012-05-15Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby
2012-05-15Enable all Hexagon tests.Sirish Pande
2012-05-15Teach SimplifyLibCalls about stpcpy.David Majnemer
2012-05-14Fix PR12821.Jakob Stoklund Olesen
2012-05-14Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier
2012-05-14Revert 156634 upon request until code improvement changes are made.Brendon Cahoon
2012-05-14Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman
2012-05-12Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola
2012-05-12ELF: Add support for the asm .version directive.Benjamin Kramer
2012-05-12AsmParser: Add support for the .purgem directive.Benjamin Kramer
2012-05-12AsmParser: ignore the .extern directive.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer
2012-05-12AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer
2012-05-12Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy
2012-05-12Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad
2012-05-12Support for Hexagon feature, New Value Jump.Sirish Pande
2012-05-12Fix test cases.Akira Hatanaka
2012-05-12Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka
2012-05-12Insert instructions to the entry basic block which initializes the globalAkira Hatanaka
2012-05-11Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka
2012-05-11Use regular expression to match register names. Akira Hatanaka
2012-05-11[fast-isel] Add support for selecting @llvm.trap().Chad Rosier
2012-05-11Hexagon constant extender support.Brendon Cahoon
2012-05-11[fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier
2012-05-11[fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier
2012-05-11objectsize: add a few more tests and fix a bugNuno Lopes
2012-05-11Fix test/CodeGen/X86/tls-pie.ll.Hans Wennborg
2012-05-11Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg
2012-05-11Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga
2012-05-11Fixed the LLVM ARM v7 assembler and instruction printer for 8-bit immediate o...Silviu Baranga
2012-05-11Fix a minor logic mistake transforming compares in instcombine. PR12514.Eli Friedman
2012-05-11ARM: peephole optimization to remove cmp instructionManman Ren
2012-05-11Define a new intrinsic, @llvm.debugger. It will be similar to __builtin_trap(),Dan Gohman
2012-05-10objectsize: add support for GEPs with non-constant indexesNuno Lopes
2012-05-10Add support for the 'X' inline asm operand modifier.Eric Christopher
2012-05-10Hexagon V5 FP Support.Sirish Pande
2012-05-10Teach DeadStoreElimination to eliminate exit-block stores with phi addresses.Dan Gohman
2012-05-10Revert: 156550 "ARM: peephole optimization to remove cmp instruction"Manman Ren
2012-05-10teach DSE and isInstructionTriviallyDead() about callocNuno Lopes
2012-05-10formatting change: strip debug info from testJoel Jones
2012-05-10ARM: peephole optimization to remove cmp instructionManman Ren
2012-05-10Fix a problem with incomplete equality testing of PHINodes in Joel Jones
2012-05-10AVX2: Add an additional broadcast idiom.Nadav Rotem
2012-05-10Generate AVX/AVX2 shuffles even when there is a memory op somewhere else in t...Nadav Rotem
2012-05-09Fix the objc_storeStrong recognizer to stop before walking off theDan Gohman
2012-05-09objectsize:Nuno Lopes
2012-05-09Added a regress test for the bug #9964 before close it.Danil Malyshev
2012-05-09change the objectsize intrinsic signature: add a 3rd parameter to denote the ...Nuno Lopes