Put instruction names into an indexed string table on the side, removing a pointer...
[oota-llvm.git] / test /
2012-02-10 Andrew TrickRegAlloc superpass: includes phi elimination, coalescin...
2012-02-09 Benjamin KramerGlobalOpt: Be more aggressive about elminating side...
2012-02-09 James MolloyTeach the MC and disassembler about SoftFail, and hook...
2012-02-09 NAKAMURA Takumitest/CodeGen/X86/atom-lea-sp.ll: Add explicit -mtriple...
2012-02-08 Evan ChengCommit Andy Zhang's test for the lea patch.
2012-02-08 Kostya Serebryany[asan] unpoison the stack before every noreturn call...
2012-02-08 Elena DemikhovskyFixed a bug in printing "cmp" pseudo ops.
2012-02-08 Chad Rosier[fast-isel] Add support for SUBs with non-legal types.
2012-02-08 Chad RosierAdd comment to test case.
2012-02-08 Chad Rosier[fast-isel] Add support for ORs with non-legal types.
2012-02-07 Chad Rosier[fast-isel] Add support for indirect branches.
2012-02-07 Craig TopperAdd instruction selection for 256-bit VPSHUFD and 128...
2012-02-06 Chad Rosier[fast-isel] Add support for ADDs with non-legal types.
2012-02-06 Kostya SerebryanyThe patch resolves the conflict between AddressSanitize...
2012-02-06 Bill WendlingThe 'unwind' instruction is deprecated and will be...
2012-02-05 Nick LewyckyTeach GlobalOpt to handle atomic accesses to globals.
2012-02-05 Duncan SandsTestcase for commit 149833 (use of an uninitialized...
2012-02-05 Duncan SandsReduce the number of dom queries made by GVN's conditio...
2012-02-05 Benjamin KramerTesting vector code without sse doesn't make much sense.
2012-02-05 Chris LattnerAdd a test for the miscompilation my recent ConstantDat...
2012-02-05 Craig TopperRemove most of the intrinsics for XOP VPCMOV instructio...
2012-02-04 Hal FinkelBoost the effective chain depth of loads and stores.
2012-02-04 Chad Rosier[fast-isel] HandlePHINodesInSuccessorBlocks() can promi...
2012-02-03 Chad Rosier[fast-isel] Add support for FPToUI. Also add test...
2012-02-03 Chad Rosier[fast-isel] Add support for selecting UIToFP.
2012-02-03 Nadav RotemThe type-legalizer often scalarizes code. One of the...
2012-02-03 Akira HatanakaAdd a new MachineJumpTableInfo entry type, EK_GPRel64Bl...
2012-02-03 Dan GohmanFix SSAUpdaterImpl's RecordMatchingPHI to record exactl...
2012-02-03 Jim GrosbachRevert "Disable InstCombine unsafe folding bitcasts...
2012-02-02 Matt Beaumont-GayUnix line endings
2012-02-02 NAKAMURA TakumiMove test/CodeGen/Generic/2012-02-01-CoalescerBug.ll...
2012-02-02 Elena DemikhovskyOptimization for SIGN_EXTEND operation on AVX.
2012-02-02 Lang HamesSet EFLAGS correctly in EmitLoweredSelect on X86.
2012-02-02 Lang HamesPR11868. The previous loop in LiveIntervals::join would...
2012-02-01 Andrew TrickInstruction scheduling itinerary for Intel Atom.
2012-02-01 Mon P WangAvoid creating an extract element to an illegal type...
2012-02-01 Andrew TrickVLIW specific scheduler framework that utilizes determi...
2012-02-01 NAKAMURA Takumitest/CodeGen/X86/avx-minmax.ll: Relax expressions for...
2012-02-01 Elena DemikhovskyPassing AVX 256-bit structures in Win64 was wrong.
2012-02-01 Elena DemikhovskyOptimization for "truncate" operation on AVX.
2012-02-01 Hal FinkelAdd a basic-block autovectorization pass.
2012-02-01 Jim GrosbachDisable InstCombine unsafe folding bitcasts of calls...
2012-01-31 Kevin EnderbyFixed a crash in llvm-mc for Mach-O when a symbol diffe...
2012-01-31 Craig TopperRemove pcmpgt/pcmpeq intrinsics as clang is not using...
2012-01-31 Bill WendlingRemove all references to the old EH.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-31 Bill WendlingUpdate test to new EH model.
2012-01-30 Chandler CarruthChris's constant data sequence refactoring actually...
2012-01-30 Devang PatelIntel syntax. Adjust special code, used to recognize...
2012-01-30 Devang PatelIntel syntax. Support .intel_syntax directive.
2012-01-30 Craig TopperFix pattern for memory form of PSHUFD for use with...
2012-01-30 NAKAMURA TakumiCMake: Promote the testing targets out of folders on...
2012-01-28 James MolloyEnsure .AliasedSymbol() is called on all uses of getSym...
2012-01-28 Rafael EspindolaSmall improvement to the recursion detection logic...
2012-01-28 Rafael EspindolaHandle recursive variable definitions directly. This...
2012-01-27 Rafael EspindolaAdd r149110 back with a fix for when the vector and...
2012-01-27 Rafael EspindolaRevert r149110 and add a testcase that was crashing...
2012-01-27 Devang PatelIntel Syntax: Parse mem operand with seg reg. QWORD...
2012-01-27 Matt Beaumont-GayUnix line endings
2012-01-27 Chris Lattnerenhance constant folding to be able to constant fold...
2012-01-27 Lang HamesRewrite instruction operands in AdjustCopiesBackFrom...
2012-01-26 Jakob Stoklund OlesenHandle call-clobbered ymm registers on Win64.
2012-01-26 Chad RosierReplace the use of isPredicable() with isPredicated...
2012-01-26 Jakob Stoklund OlesenClear kill flags before propagating a copy.
2012-01-26 James MolloyAdd support for the R_ARM_TARGET1 relocation, which...
2012-01-26 Victor UmanskyFix for the following bug in AVX codegen for double...
2012-01-25 Jakob Stoklund OlesenImprove sub-register def handling in ProcessImplicitDefs.
2012-01-25 Anton KorobeynikovProperly emit ctors / dtors with priorities into desire...
2012-01-25 Jim GrosbachARM assemly parsing and validation of IT instruction.
2012-01-25 Nick LewyckySupport pointer comparisons against constants, when...
2012-01-25 Akira HatanakaModify MipsFrameLowering::emitPrologue and emitEpilogue.
2012-01-25 Akira HatanakaLower 64-bit immediates using MipsAnalyzeImmediate...
2012-01-25 Jim GrosbachNEON VLD4(all lanes) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD3(all lanes) assembly parsing and encoding.
2012-01-24 Jakob Stoklund OlesenSet correct <def,undef> flags when lowering REG_SEQUENCE.
2012-01-24 Akira HatanakaPattern for f32 to i64 conversion.
2012-01-24 Jim GrosbachARM Darwin symbol ref differences w/o subsection-via...
2012-01-24 Devang PatelIntel Syntax: Extend special hand coded logic, to recog...
2012-01-24 Akira Hatanaka64-bit sign extension in register instructions.
2012-01-24 Kostya Serebryany[asan] enable asan only for the functions that have...
2012-01-24 Jim GrosbachNEON VST4(one lane) assembly parsing and encoding.
2012-01-24 Jim GrosbachNEON VLD4(one lane) assembly parsing and encoding.
2012-01-24 Jakob Stoklund OlesenAdd an (interleave A, B, ...) SetTheory operator.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRA.
2012-01-24 Jim GrosbachRemove redundant test file.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSLI.
2012-01-24 Jim GrosbachNEON Two-operand assembly aliases for VSRI.
2012-01-24 Jim GrosbachTidy up.
2012-01-24 Elena DemikhovskyZERO_EXTEND operation is optimized for AVX.
2012-01-24 Evgeniy StepanovAn option to selectively enable part of ARM EHABI support.
2012-01-24 Eric ChristopherFix the testcases for the previous patch.
2012-01-24 Jim GrosbachNEON VST4(multiple 4 element structures) assembly parsing.
2012-01-24 Jim GrosbachNEON VLD4(multiple 4 element structures) assembly parsing.
2012-01-24 Chandler CarruthRevert r148686 (and r148694, a fix to it) due to a...
2012-01-24 Jim GrosbachNEON VST3(single element from one lane) assembly parsing.
2012-01-23 Jim GrosbachNEON VST3(multiple 3-element structures) assembly parsing.
2012-01-23 Jim GrosbachNEON VLD3(multiple 3-element structures) assembly parsing.
2012-01-23 Devang PatelIntel syntax: Robustify parsing of memory operand's...
2012-01-23 Jim GrosbachNEON VLD3 lane-indexed assembly parsing and encoding.
2012-01-23 Rafael EspindolaAdd support for .cfi_signal_frame. Fixes pr11762.
next