aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* X86: Depending on the local semantics of .align this test can also emit a nop...Benjamin Kramer2012-10-131-1/+1
* X86: Disable long nops for all cpus prior to pentiumpro/i686.Benjamin Kramer2012-10-131-2/+8
* Drop <def,dead> flags when merging into an unused lane.Jakob Stoklund Olesen2012-10-131-1/+27
* instcombine: Migrate strchr and strrchr optimizationsMeador Inge2012-10-136-49/+150
* instcombine: Migrate strcat and strncat optimizationsMeador Inge2012-10-138-64/+204
* Allow for loops in LiveIntervals::pruneValue().Jakob Stoklund Olesen2012-10-131-0/+49
* X86: Fix accidentally swapped operands.Benjamin Kramer2012-10-131-4/+4
* Teach SROA to cope with wrapper aggregates. These show up a lot in ABIChandler Carruth2012-10-132-31/+44
* X86: Promote i8 cmov when both operands are coming from truncates of the same...Benjamin Kramer2012-10-131-0/+13
* ARM: tail-call inside a function where part of a byval argument is on caller'sManman Ren2012-10-122-0/+49
* Fix buildbots: -misched=shuffle is only available in +Asserts builds.Jakob Stoklund Olesen2012-10-121-0/+1
* ARM: Mark VSELECT as 'expand'.Jim Grosbach2012-10-121-0/+12
* Use a transposed algorithm for handleMove().Jakob Stoklund Olesen2012-10-121-0/+73
* Fix coalescing with IMPLICIT_DEF values.Jakob Stoklund Olesen2012-10-121-0/+103
* llvm/test/CodeGen/PowerPC/2012-10-12-bitcast.ll: Try to fix failure on non-pp...NAKAMURA Takumi2012-10-121-1/+1
* Fix big-endian codegen bug in DAGTypeLegalizer::ExpandRes_BITCASTUlrich Weigand2012-10-121-0/+20
* Div, Rem int/unsigned int Reed Kotler2012-10-126-0/+117
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-121-12/+34
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-111-0/+49
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-111-0/+32
* This patch addresses PR13947.Bill Schmidt2012-10-111-0/+97
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-112-0/+141
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-111-0/+37
* dependence analysisSebastian Pop2012-10-1116-0/+5522
* Don't crash when !tbaa.struct contents is invalid.Nick Lewycky2012-10-111-6/+24
* Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."NAKAMURA Takumi2012-10-111-16/+0
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-111-0/+4
* Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng2012-10-101-0/+18
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-101-3/+2
* XFAIL for all targets pending investigationBill Schmidt2012-10-101-2/+3
* Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem2012-10-101-0/+16
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-101-0/+19
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-101-0/+15
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-101-0/+16
* Specify CPU model to avoid breaking ATOM buildsMichael Liao2012-10-102-4/+4
* Add support for FP_ROUND from v2f64 to v2f32Michael Liao2012-10-102-14/+98
* [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...NAKAMURA Takumi2012-10-101-0/+5
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-101-0/+23
* Issue description:Stepan Dyatkovskiy2012-10-101-0/+19
* Test case for r165480.Craig Topper2012-10-101-0/+10
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-101-0/+244
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-091-42/+58
* Initial assembler implementation of Mips load address macroJack Carter2012-10-091-0/+13
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-091-1/+1
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-091-0/+9
* New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman2012-10-091-0/+66
* Fix PR14016.Alexey Samsonov2012-10-091-0/+64
* Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."NAKAMURA Takumi2012-10-091-5/+0
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-091-0/+20
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-081-0/+75