aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Fix another SROA crasher, PR14601.Chandler Carruth2012-12-171-0/+15
* Teach MachO which sections contain codeTim Northover2012-12-172-0/+3
* Add instruction encodings / disassembly support for l2r instructions.Richard Osborne2012-12-171-0/+32
* Teach the rewriting of memcpy calls to support subvector copies.Chandler Carruth2012-12-171-0/+48
* Add instruction encodings for PEEK and ENDIN.Richard Osborne2012-12-171-0/+6
* Fix a secondary bug I introduced while fixing the first part of PR14478.Chandler Carruth2012-12-171-17/+17
* Add instruction encodings / disassembly support for rus instructions.Richard Osborne2012-12-171-0/+20
* Add instruction encodings for ZEXT and SEXT.Richard Osborne2012-12-171-0/+6
* Add instruction encodings / disassembly support for 2r instructions.Richard Osborne2012-12-171-0/+74
* Add instruction encodings / disassembly support for 0r instructions.Richard Osborne2012-12-171-0/+20
* Add rest of BMI/BMI2 instructions to the folding tables as well as popcnt and...Craig Topper2012-12-171-0/+76
* Fix the first part of PR14478: memset now works.Chandler Carruth2012-12-171-0/+35
* Add tests for disassembly of 1r XCore instructions.Richard Osborne2012-12-162-0/+45
* This patch is needed to make c++ exceptions work for mips16.Reed Kotler2012-12-161-0/+87
* X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...Benjamin Kramer2012-12-151-0/+340
* Add a corollary test for PR14572. We got this code path correct already.Chandler Carruth2012-12-151-2/+18
* Relax an overly aggressive assert to fix PR14572.Chandler Carruth2012-12-151-0/+16
* This code implements most of mips16 hardfloat as it is done by gcc.Reed Kotler2012-12-151-0/+381
* Make sure the alternate PC+imm syntax of LDR instruction with a smallKevin Enderby2012-12-141-0/+4
* Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...Michael Ilseman2012-12-141-0/+39
* TypeLegalizer: Do not generate target specific nodes with illegal types, beca...Nadav Rotem2012-12-141-0/+22
* Fix a crash in ValueTracking on vectors of pointers. Nadav Rotem2012-12-141-0/+10
* This patch removes some nondeterminism from direct object file outputBill Schmidt2012-12-141-4/+0
* rdar://12753946Shuxin Yang2012-12-141-6/+34
* This patch improves the 64-bit PowerPC InitialExec TLS support by providingBill Schmidt2012-12-142-3/+8
* [msan] Origin stores and loads do not need explicit alignment.Evgeniy Stepanov2012-12-141-0/+30
* Debug Info: add support to mark member variables as artificialDavid Blaikie2012-12-131-0/+1
* Revert r170020, "Simplify negated bit test", for now.NAKAMURA Takumi2012-12-131-26/+0
* [mips] Do not copy GOT address to register $gp if the function being called hasAkira Hatanaka2012-12-131-0/+27
* Make this Lit config file a bit slimmerEli Bendersky2012-12-131-8/+1
* Fix a bug in DAGCombiner::MatchBSwapHWord. Make sure the node has operands be...Evan Cheng2012-12-131-0/+46
* Take into account minimize size attribute in the inliner.Quentin Colombet2012-12-131-0/+232
* Teach the cost model about the optimization in r169904: Truncation of inducti...Nadav Rotem2012-12-131-1/+1
* Fix typo, which prevent test from being check.Jakub Staszak2012-12-121-3/+3
* unHECKify test fixed by Jacob in r159003.Jakub Staszak2012-12-121-8/+6
* Simplify negated bit testDavid Majnemer2012-12-121-0/+26
* Fix a logic bug in inline expansion of memcpy / memset with an overlappingEvan Cheng2012-12-121-0/+11
* unHECKify test. It was fixed by Chris in 2009.Jakub Staszak2012-12-121-8/+5
* The ordering of two relocations on the same instruction is apparently notBill Schmidt2012-12-121-3/+8
* Fix typo in test-case.Jakub Staszak2012-12-121-8/+8
* Fix typo.Jakub Staszak2012-12-121-4/+4
* LoopVectorizer: Use the "optsize" attribute to decide if we are allowed to in...Nadav Rotem2012-12-121-0/+170
* This patch implements local-dynamic TLS model support for the 64-bitBill Schmidt2012-12-122-0/+73
* Improve debug info generated with enabled AddressSanitizer.Alexey Samsonov2012-12-121-0/+60
* llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Fix possible typo(s) in C...NAKAMURA Takumi2012-12-121-4/+4
* llvm/test/CodeGen/X86/atom-bypass-slow-division.ll: Rename symbols, s/test_/T...NAKAMURA Takumi2012-12-121-20/+20
* llvm/test/CodeGen/X86/store_op_load_fold.ll: Fix typo, s/CHECK_NEXT/CHECK-NEXT/NAKAMURA Takumi2012-12-121-1/+1
* llvm/test/CodeGen/X86/store_op_load_fold.ll: Add explicit triple.NAKAMURA Takumi2012-12-121-1/+1
* DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertionManman Ren2012-12-121-1/+18
* Avoid using lossy load / stores for memcpy / memset expansion. e.g.Evan Cheng2012-12-121-2/+2