summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAge
* Div, Rem int/unsigned int Reed Kotler2012-10-12
* Legalizer optimize a pair of div / mod to a call to divrem libcall if they areEvan Cheng2012-10-12
* Change encoding of instruction operands in bitcode binaries to be relativeJan Wen Voung2012-10-11
* Pass an explicit operand number to addLiveIns.Jakob Stoklund Olesen2012-10-11
* This patch addresses PR13947.Bill Schmidt2012-10-11
* Add test cases for correct parsing of register names in 32- and 64-bit modes.David Chisnall2012-10-11
* Expose move to/from coprocessor instructions in MIPS64 mode.David Chisnall2012-10-11
* dependence analysisSebastian Pop2012-10-11
* Don't crash when !tbaa.struct contents is invalid.Nick Lewycky2012-10-11
* Revert r165661, "Patch by Shuxin Yang <shuxin.llvm@gmail.com>."NAKAMURA Takumi2012-10-11
* Don't crash if a .ll file contains a forward-reference that looks like a globalNick Lewycky2012-10-11
* Add isel patterns for v2f32 / v4f32 neon.vbsl intrinsics. rdar://12471808Evan Cheng2012-10-10
* Add -mattr=+altivec and remove XFAIL.Bill Schmidt2012-10-10
* XFAIL for all targets pending investigationBill Schmidt2012-10-10
* Patch by Shuxin Yang <shuxin.llvm@gmail.com>.Nadav Rotem2012-10-10
* When generating spill and reload code for vector registers on PowerPC,Bill Schmidt2012-10-10
* The PowerPC VRSAVE register has been somewhat of an odd beast sinceBill Schmidt2012-10-10
* Add the testcase from pr13254 (the old scalarreply pass handles this wrong;Duncan Sands2012-10-10
* Specify CPU model to avoid breaking ATOM buildsMichael Liao2012-10-10
* Add support for FP_ROUND from v2f64 to v2f32Michael Liao2012-10-10
* [CMake] check-all: Don't include check-llvm into check-all without LLVM_BUILD...NAKAMURA Takumi2012-10-10
* Fix for LDRB instruction:Stepan Dyatkovskiy2012-10-10
* Issue description:Stepan Dyatkovskiy2012-10-10
* Test case for r165480.Craig Topper2012-10-10
* Implement MipsTargetLowering::CanLowerReturn.Akira Hatanaka2012-10-10
* When expanding atomic load arith instructions, do not lose target flags. rdar...Evan Cheng2012-10-09
* Initial assembler implementation of Mips load address macroJack Carter2012-10-09
* Inline the checks for mutually exclusive attributes since they're used in onl...Bill Wendling2012-10-09
* Enable response files in all tools. Patch by Liu, Yaxun (Sam). I have simplifiedRafael Espindola2012-10-09
* New EarlyCSE tests for CSE-ing across commutativity.Michael Ilseman2012-10-09
* Fix PR14016.Alexey Samsonov2012-10-09
* Revert r117093, "test/Makefile: Force lit -j1 on Cygwin."NAKAMURA Takumi2012-10-09
* Fix PR14034, an infloop / heap corruption / crash bug in the new SROA.Chandler Carruth2012-10-09
* Don't crash on extra evil irreducible control flow.Jakob Stoklund Olesen2012-10-08
* PR12716: PPC crashes on vector compareAdhemerval Zanella2012-10-08
* Add floating-point to and from integer conversionAdhemerval Zanella2012-10-08
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Some regression tests which are testing the old jit and are exercising functi...James Molloy2012-10-08
* X86: fcmov doesn't handle all possible EFLAGS, fall back to a branch for the ...Benjamin Kramer2012-10-07
* Adding support for instructions mfc0, mfc2, mtc0, mtc2Jack Carter2012-10-06
* Patch for integer multiply, signed/unsigned, long/long long.Reed Kotler2012-10-05
* Enable llvm/test/ExecutionEngine/MCJIT also for cygwin.NAKAMURA Takumi2012-10-05
* Convert to unix line endings.Rafael Espindola2012-10-05
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-05
* Follow up to r165072. Try a different approach: only move the load when it's ...Evan Cheng2012-10-05
* Teach the new SROA a new trick. Now we zap any memcpy or memmoves whichChandler Carruth2012-10-05
* When merging connsecutive stores, use vectors to store the constant zero.Nadav Rotem2012-10-04
* ARM: locate user-defined text sections next to default text.Jim Grosbach2012-10-04
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-04
* SimplifyCFG: Enhance the "remove CFG edge that leads to null pointer derefere...Benjamin Kramer2012-10-04