summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-19
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-19
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-19
* Fix replacing all the users of objc weak runtime routinesDan Gohman2012-05-18
* allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes2012-05-18
* Refactor data-in-code annotations.Jim Grosbach2012-05-18
* add test case for bugfix in r157032Nuno Lopes2012-05-18
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-18
* FileCheck-ify, apropos of nothingJoel Jones2012-05-18
* Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper2012-05-18
* Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng2012-05-18
* Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev2012-05-18
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-18
* Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen2012-05-18
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-17
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-17
* - Added ExecutionEngine/MCJIT testsDanil Malyshev2012-05-17
* Remove incorrect pattern for ARM SMML instruction.Tim Northover2012-05-17
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-16
* Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng2012-05-16
* Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen2012-05-15
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-15
* Enable all Hexagon tests.Sirish Pande2012-05-15
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-15
* Fix PR12821.Jakob Stoklund Olesen2012-05-14
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-14
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-14
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-14
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-12
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-12
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-12
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-12
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-12
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-12
* Fix test cases.Akira Hatanaka2012-05-12
* Make the following changes in MipsAsmPrinter.cpp:Akira Hatanaka2012-05-12
* Insert instructions to the entry basic block which initializes the globalAkira Hatanaka2012-05-12
* Do not replace operands of pseudo instructions with register $zero.Akira Hatanaka2012-05-11
* Use regular expression to match register names. Akira Hatanaka2012-05-11
* [fast-isel] Add support for selecting @llvm.trap().Chad Rosier2012-05-11
* Hexagon constant extender support.Brendon Cahoon2012-05-11
* [fast-isel] Remove -disable-arm-fast-isel option. -fast-isel=0 suffices. Min...Chad Rosier2012-05-11
* [fast-isel] Cleaner fix for when we're unable to handle a non-double multi-regChad Rosier2012-05-11
* objectsize: add a few more tests and fix a bugNuno Lopes2012-05-11
* Fix test/CodeGen/X86/tls-pie.ll.Hans Wennborg2012-05-11
* Implement initial-exec TLS model for 32-bit PIC x86Hans Wennborg2012-05-11
* Added the missing bit definition for the 4th bit of the STR (post reg) instru...Silviu Baranga2012-05-11