oota-llvm.git
2011-12-09 Kostya Serebryany[asan] call __asan_init from .preinit_array. This simpl...
2011-12-09 Jim GrosbachARM assembly aliases for BIC<-->AND (immediate).
2011-12-09 Evan ChengUpdate test to something more sensible.
2011-12-09 Jim GrosbachARM NEON data type aliases for VBIC(register).
2011-12-09 Jim GrosbachARM assembly parsing and encoding for VLD2 with writeback.
2011-12-09 Jakub StaszakSplitBlockPredecessors uses ArrayRef instead of Data...
2011-12-09 Chad Rosier[fast-isel] Add support for selecting insertvalue.
2011-12-09 Rafael EspindolaHandle reloc_signed_4byte in here. Not doing so was...
2011-12-09 Jakob Stoklund... User a helper overload for a common pattern.
2011-12-09 Bill WendlingRevert r146041 et al. The FunctionPass doesn't take...
2011-12-09 Jim GrosbachTidy up. Better base class factoring.
2011-12-09 Jim GrosbachTidy up. Better base class factoring.
2011-12-09 Jakob Stoklund... Tweak debugging output.
2011-12-09 Kevin EnderbyThe second part of support for generating dwarf for...
2011-12-09 Benjamin KramerThis is now implemented.
2011-12-09 Benjamin KramerX86: Add patterns for the various rounding ops for...
2011-12-09 Benjamin KramerX86: Split (v)rounds[sd] into a normal and an intrinsic...
2011-12-09 Evan ChengMove isUnpredicatedTerminator() default implementation...
2011-12-09 Evan ChengRemove hasSSE1orAVX(). It's the same as hasXMM().
2011-12-09 Andrew TrickAdd -unroll-runtime for unrolling loops with run-time...
2011-12-09 Evan ChengForgot setting -march.
2011-12-09 Chandler CarruthFix InitializeNativeTargetAsmParser in CMake builds...
2011-12-09 Rafael EspindolaHandle the case of the magical _GLOBAL_OFFSET_TABLE_...
2011-12-09 Chad RosierTypo.
2011-12-09 Akira HatanakaRename WrapperPIC. It is now used for both pic and...
2011-12-09 Akira Hatanakajalr should use t9 ($25) for indirect calls regardless...
2011-12-09 Devang PatelFix comment.
2011-12-09 Devang PatelUpdate stale comment.
2011-12-09 Eli FriedmanFix a couple of logic bugs in TargetLowering::SimplifyD...
2011-12-09 Michael J.... unittests/SupportTests: Fix test. pop modifies the...
2011-12-09 Michael J.... unittests/SupportTests: Add some outs()'s to debug...
2011-12-08 Devang PatelRevert r146184. I am seeing performance regression...
2011-12-08 Jim GrosbachARM convenience aliases for VSQRT.
2011-12-08 Michael J.... Support/FileSystem: Implement recursive_directory_itera...
2011-12-08 Nick LewyckyFix infinite loop in DSE when deleting a free in a...
2011-12-08 Evan ChengAdd 256-bit variant vmovss and vmovsd patterns. rdar...
2011-12-08 Eli FriedmanRemove reference to dead GEPSplitterPass. PR11506.
2011-12-08 Jim GrosbachARM 64-bit VEXT assembly uses a .64 suffix, not .32...
2011-12-08 Owen AndersonEnhance both TargetLibraryInfo and SelectionDAGBuilder...
2011-12-08 Jim GrosbachARM VSHR implied destination operand form aliases.
2011-12-08 Evan ChengAdd various missing AVX patterns which was causing...
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Devang PatelRefactor. No intentional functionality change.
2011-12-08 Chad RosierAdd rather verbose stats for fast-isel failures.
2011-12-08 Jim GrosbachARM asm parser, just issue a warning for a duplicate...
2011-12-08 Devang PatelFilter "sink to" candidate blocks sooner. This avoids...
2011-12-08 Akira HatanakaPass a GlobalAddress instead of an ExternalSymbol to...
2011-12-08 Jim GrosbachARM VSUB implied destination operand form aliases.
2011-12-08 Jim GrosbachTidy up a bit.
2011-12-08 Owen AndersonDon't explicitly marked libm rounding ops as legal...
2011-12-08 Jim GrosbachARM VQADD implied destination operand form aliases.
2011-12-08 Jim GrosbachARM a few more VMUL implied destination operand form...
2011-12-08 Akira HatanakaImplement 64-bit support for thread local storage handling.
2011-12-08 Owen AndersonTeach SelectionDAG to match more calls to libm function...
2011-12-08 Jim GrosbachARM assembler support for register name aliases.
2011-12-08 Evan ChengMake MachineInstr instruction property queries more...
2011-12-08 Evan ChengAdd test for r146163.
2011-12-08 Evan ChengMany of the SSE patterns should not be selected when...
2011-12-08 Daniel DunbarRevert r146143, "Fix bug 9905: Failure in code selectio...
2011-12-08 NAKAMURA Takumitest/CodeGen/X86/vec_compare-2.ll: Add explicit -mtripl...
2011-12-08 Jan SjödinSrc2 and src3 were accidentally swapped for the FMA4...
2011-12-08 Nadav RotemFix a bug in the integer-promotion of bitcast operation...
2011-12-08 Stepan DyatkovskiyFix bug 9905: Failure in code selection for llvm intrin...
2011-12-08 Hal FinkelMTCTR needs to be glued to BCTR so that CTR is not...
2011-12-08 Pete CooperReverting r145899 as it breaks clang self-hosting
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(immediate).
2011-12-08 Jakob Stoklund... Drop the HasInlineAsm flag.
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VSHL(register).
2011-12-08 Jakob Stoklund... Simplify offset verification.
2011-12-08 Jim GrosbachFix copy/past-o.
2011-12-08 Jim GrosbachARM NEON two-operand aliases for VMUL.
2011-12-08 Jakob Stoklund... Don't include alignment padding in BBInfo.Size.
2011-12-08 Jim GrosbachARM VFP support 'fmrs/fmsr' aliases for 'vldr'
2011-12-08 Jim GrosbachARM VFP support 'flds/fldd' aliases for 'vldr'
2011-12-08 Jim GrosbachARM optional destination operand variants for VEXT...
2011-12-08 Jim GrosbachTidy up.
2011-12-08 Chad RosierFix 80-column.
2011-12-08 Jim GrosbachARM assembler aliases for "add Rd, #-imm" to "sub Rd...
2011-12-08 Nick LewyckyAdd Tsan annotations to the pass system.
2011-12-08 Chad RosierFix comments.
2011-12-07 Peter CollingbourneEngineBuilder: support for custom TargetOptions. Fixes the
2011-12-07 Chad RosierFix comments.
2011-12-07 Jim GrosbachARM assembly, allow 'asl' as a synonym for 'lsl' in...
2011-12-07 Akira HatanakaModify class ReadHardware and add definition of 64...
2011-12-07 Akira HatanakaAdd newline.
2011-12-07 Akira HatanakaAdd 64-bit HWR29 register.
2011-12-07 Akira Hatanaka32 to 64-bit anyext pattern.
2011-12-07 Akira Hatanaka32 to 64-bit zext pattern.
2011-12-07 Jim GrosbachARM two-operand aliases for VAND/VEOR/VORR instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADDW instructions.
2011-12-07 Jim GrosbachARM two-operand aliases for VADD instructions.
2011-12-07 Chad RosierFlesh out a bit more of the bitcode use-list ordering...
2011-12-07 Bruno Cardoso... Variable cleanup. Based on past patch submittals variab...
2011-12-07 Eli FriedmanMake sure we correctly set LiveRegGens when a call...
2011-12-07 Akira Hatanaka64-bit WrapperPICPat patterns.
2011-12-07 Daniel Dunbarconfigure: Don't warn about compiler-rt checked out...
2011-12-07 Eli FriedmanFix an assertion in the scheduler. PR11386. No testca...
2011-12-07 Akira HatanakaDefine base class for WrapperPICPat.
2011-12-07 Akira HatanakaModify LowerFCOPYSIGN to handle Mips64.
2011-12-07 Chad RosierUpdate bcanalyzer to handle new USELIST_BLOCK/USELIST_C...
next