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