aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-081-0/+191
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-081-0/+57
* Move TargetData to DataLayout.Micah Villmow2012-10-084-11/+11
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-083-0/+3
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-071-0/+451
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-061-0/+16
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-053-0/+59
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-052-2/+2
* Convert to unix line endings.Rafael Espindola2012-10-051-68/+68
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-9/+7
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-051-0/+36
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-051-4/+2
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-041-3/+35
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-041-0/+21
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-041-0/+35
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-041-0/+28
* In my recent change to avoid use of underaligned memory I didn't notice thatDuncan Sands2012-10-041-2/+2
* The alignment of an sret parameter is known: it must be at least theDuncan Sands2012-10-041-0/+16
* Fix PR13969, a mini-phase-ordering issue with the new SROA pass.Chandler Carruth2012-10-041-0/+24
* The memcpy optimizer was happily doing call slot forwarding when the new memoryDuncan Sands2012-10-041-3/+21
* Teach the integer-promotion rewrite strategy to be endianness aware.Chandler Carruth2012-10-046-5/+113
* Implement methods that enable expansion of load immediate Jack Carter2012-10-041-0/+14
* This patch is a partial implementation of mips .set assembler directive. Dire...Jack Carter2012-10-041-1/+7
* Fix PR13967.Jakub Staszak2012-10-031-0/+26
* [ms-inline asm] Add support in the X86AsmPrinter for printing memory referencesChad Rosier2012-10-031-0/+14