aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add a basic-block autovectorization pass.Hal Finkel2012-02-019-0/+633
* Disable InstCombine unsafe folding bitcasts of calls w/ varargs.Jim Grosbach2012-02-012-37/+0
* Fixed a crash in llvm-mc for Mach-O when a symbol difference expression uses aKevin Enderby2012-01-311-0/+27
* Remove pcmpgt/pcmpeq intrinsics as clang is not using them.Craig Topper2012-01-313-130/+2
* Remove all references to the old EH.Bill Wendling2012-01-317-24/+0
* Update test to new EH model.Bill Wendling2012-01-311-2/+2
* Update test to new EH model.Bill Wendling2012-01-311-0/+3
* Chris's constant data sequence refactoring actually enabled printingChandler Carruth2012-01-301-4/+1
* Intel syntax. Adjust special code, used to recognize cmp<comparison code>{ss,...Devang Patel2012-01-301-0/+3
* Intel syntax. Support .intel_syntax directive.Devang Patel2012-01-301-0/+7
* Fix pattern for memory form of PSHUFD for use with FP vectors to remove bitca...Craig Topper2012-01-301-0/+13
* CMake: Promote the testing targets out of folders on IDE.NAKAMURA Takumi2012-01-301-1/+0
* Ensure .AliasedSymbol() is called on all uses of getSymbol(). Affects ARM and...James Molloy2012-01-282-0/+12
* Small improvement to the recursion detection logic from the previous commit.Rafael Espindola2012-01-281-0/+4
* Handle recursive variable definitions directly. This gives us better errorRafael Espindola2012-01-282-1/+13
* Add r149110 back with a fix for when the vector and the int have the sameRafael Espindola2012-01-273-9/+18
* Revert r149110 and add a testcase that was crashing since that revision.Rafael Espindola2012-01-273-15/+15
* Intel Syntax: Parse mem operand with seg reg. QWORD PTR FS:[320]Devang Patel2012-01-271-0/+2
* Unix line endingsMatt Beaumont-Gay2012-01-271-19/+19
* enhance constant folding to be able to constant fold bitcast of Chris Lattner2012-01-272-2/+13
* Rewrite instruction operands in AdjustCopiesBackFrom. Fixes PR11861.Lang Hames2012-01-271-0/+21
* Handle call-clobbered ymm registers on Win64.Jakob Stoklund Olesen2012-01-261-0/+48
* Replace the use of isPredicable() with isPredicated() inChad Rosier2012-01-261-0/+44
* Clear kill flags before propagating a copy.Jakob Stoklund Olesen2012-01-261-0/+121
* Add support for the R_ARM_TARGET1 relocation, which should be given to reloca...James Molloy2012-01-261-0/+12
* Fix for the following bug in AVX codegen for double-to-int conversions:Victor Umansky2012-01-262-1/+20
* Improve sub-register def handling in ProcessImplicitDefs.Jakob Stoklund Olesen2012-01-251-0/+24
* Properly emit ctors / dtors with priorities into desired sectionsAnton Korobeynikov2012-01-252-16/+24
* ARM assemly parsing and validation of IT instruction.Jim Grosbach2012-01-251-0/+11
* Support pointer comparisons against constants, when looking at the inline-costNick Lewycky2012-01-251-0/+39
* Modify MipsFrameLowering::emitPrologue and emitEpilogue.Akira Hatanaka2012-01-251-2/+2
* Lower 64-bit immediates using MipsAnalyzeImmediate that has just been added. Akira Hatanaka2012-01-251-7/+16
* NEON VLD4(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-251-0/+40
* NEON VLD3(all lanes) assembly parsing and encoding.Jim Grosbach2012-01-241-0/+41
* Set correct <def,undef> flags when lowering REG_SEQUENCE.Jakob Stoklund Olesen2012-01-242-1/+44
* Pattern for f32 to i64 conversion.Akira Hatanaka2012-01-241-0/+7
* ARM Darwin symbol ref differences w/o subsection-via-symbols.Jim Grosbach2012-01-241-0/+18
* Intel Syntax: Extend special hand coded logic, to recognize special instructi...Devang Patel2012-01-241-0/+3
* 64-bit sign extension in register instructions.Akira Hatanaka2012-01-241-8/+4
* [asan] enable asan only for the functions that have Attribute::AddressSafetyKostya Serebryany2012-01-243-4/+4
* NEON VST4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-11/+33
* NEON VLD4(one lane) assembly parsing and encoding.Jim Grosbach2012-01-241-11/+33
* Add an (interleave A, B, ...) SetTheory operator.Jakob Stoklund Olesen2012-01-241-0/+7
* NEON Two-operand assembly aliases for VSRA.Jim Grosbach2012-01-241-33/+71
* Remove redundant test file.Jim Grosbach2012-01-241-98/+0
* NEON Two-operand assembly aliases for VSLI.Jim Grosbach2012-01-241-16/+33
* NEON Two-operand assembly aliases for VSRI.Jim Grosbach2012-01-241-16/+33
* Tidy up.Jim Grosbach2012-01-241-32/+41
* ZERO_EXTEND operation is optimized for AVX.Elena Demikhovsky2012-01-241-0/+17
* An option to selectively enable part of ARM EHABI support.Evgeniy Stepanov2012-01-241-0/+1