aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Allow 256-bit shuffles to still be split even if only half of the shuffle com...Craig Topper2012-05-211-6/+15
* When legalising shifts, do not pre-build a list of operands whichPeter Collingbourne2012-05-201-0/+18
* Add a missing PPC 64-bit stwu pattern.Hal Finkel2012-05-201-0/+28
* Use the right register class for LDRrs.Jakob Stoklund Olesen2012-05-201-2/+2
* Transfer memory operands to the right instruction.Jakob Stoklund Olesen2012-05-201-4/+4
* Properly constrain register classes for sub-registers.Jakob Stoklund Olesen2012-05-201-2/+2
* Properly constrain register classes in 2-addr.Jakob Stoklund Olesen2012-05-201-1/+1
* Do not pass an invalid domtree to SimplifyInstruction fromPeter Collingbourne2012-05-201-0/+25
* Fix 12892.Jakob Stoklund Olesen2012-05-191-0/+122
* Do not eliminate allocas whose alignment exceeds that of thePeter Collingbourne2012-05-191-0/+36
* Erase joined copies immediately.Jakob Stoklund Olesen2012-05-191-6/+6
* On Haswell, perfer storing YMM registers using a single instruction.Nadav Rotem2012-05-191-0/+14
* Add support for additional in-reg vbroadcast patternsNadav Rotem2012-05-191-0/+37
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-191-0/+40
* Add support for the 'd' mips inline asm output modifier.Eric Christopher2012-05-191-0/+6
* SCEV: Add MarkPendingLoopPredicates to avoid recursive isImpliedCond.Andrew Trick2012-05-191-0/+30
* Fix replacing all the users of objc weak runtime routinesDan Gohman2012-05-181-0/+46
* allow LazyValueInfo::getEdgeValue() to reason about multiple edges from the s...Nuno Lopes2012-05-181-0/+28
* Refactor data-in-code annotations.Jim Grosbach2012-05-184-2/+79
* add test case for bugfix in r157032Nuno Lopes2012-05-181-0/+29
* Add support for the mips 'x' inline asm modifier.Eric Christopher2012-05-181-0/+6
* FileCheck-ify, apropos of nothingJoel Jones2012-05-181-4/+4
* Simplify handling of v16i8 shuffles and fix a missed optimization.Craig Topper2012-05-182-5/+6
* Teach two-address pass to update the "source" map so it doesn't perform aEvan Cheng2012-05-181-0/+16
* Temporarily disabled the MCJIT tests for Darwin, because the RuntimeDyldMachO...Danil Malyshev2012-05-181-1/+1
* Fixed a bug in llvm-objdump when disassembling using -macho option for a binaryKevin Enderby2012-05-181-0/+5
* Remove a test that was only testing for physreg joining.Jakob Stoklund Olesen2012-05-181-12/+1
* Remove -join-physregs from the test suite.Jakob Stoklund Olesen2012-05-1717-232/+227
* Fix the encoding of the armv7m (MClass) for MSR APSR writes which was missingKevin Enderby2012-05-171-4/+28
* - Added ExecutionEngine/MCJIT testsDanil Malyshev2012-05-1751-0/+1239
* Remove incorrect pattern for ARM SMML instruction.Tim Northover2012-05-171-0/+13
* Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the ClangChandler Carruth2012-05-161-0/+8
* Avoid creating a cycle when folding load / op with flag / store. PR11451474. ...Evan Cheng2012-05-161-0/+46
* Enable sub-sub-register copy coalescing.Jakob Stoklund Olesen2012-05-151-0/+68
* Add a test case for r156840, a fix to llvm-objdump when disassembling usingKevin Enderby2012-05-151-0/+20
* Enable all Hexagon tests.Sirish Pande2012-05-1511-28/+18
* Teach SimplifyLibCalls about stpcpy.David Majnemer2012-05-151-0/+43
* Fix PR12821.Jakob Stoklund Olesen2012-05-141-1/+33
* Move the capture analysis from MemoryDependencyAnalysis to a more general placeChad Rosier2012-05-141-0/+22
* Revert 156634 upon request until code improvement changes are made.Brendon Cahoon2012-05-142-74/+4
* Rename @llvm.debugger to @llvm.debugtrap.Dan Gohman2012-05-141-2/+2
* Add support for the .rept directive. Patch by Vladmir Sorokin. I added supportRafael Espindola2012-05-123-0/+35
* ELF: Add support for the asm .version directive.Benjamin Kramer2012-05-121-0/+17
* AsmParser: Add support for the .purgem directive.Benjamin Kramer2012-05-121-0/+12
* AsmParser: ignore the .extern directive.Benjamin Kramer2012-05-121-0/+4
* AsmParser: Add support for .ifc and .ifnc directives.Benjamin Kramer2012-05-121-0/+65
* AsmParser: Add support for .ifb and .ifnb directives.Benjamin Kramer2012-05-121-0/+67
* Recommited r156374 with critical fixes in BitcodeReader/Writer:Stepan Dyatkovskiy2012-05-121-0/+33
* Teach Function::hasAddressTaken that BlockAddress doesn't really takeJay Foad2012-05-121-0/+16
* Support for Hexagon feature, New Value Jump.Sirish Pande2012-05-122-0/+63