oota-llvm.git
2011-12-30 Bruno Cardoso... Cleanup Mips code and rename some variables. Patch...
2011-12-30 Bruno Cardoso... Improve Mips JIT.
2011-12-30 Nick LewyckyRemove extraneous ".get()->" which is just "->". No...
2011-12-30 Craig TopperMake FMA4 imply AVX so that YMM registers would be...
2011-12-30 Craig TopperAdd disassembler support for VPERMIL2PD and VPERMIL2PS.
2011-12-30 Craig TopperAdd FMA4 instructions to disassembler.
2011-12-30 Craig TopperSeparate the concept of having memory access in operand...
2011-12-30 Craig TopperCombine FMA4 SS/SD patterns with the instruction defini...
2011-12-30 Craig TopperCombine FMA4 PS/PD patterns with the instruction defini...
2011-12-30 Craig TopperChange FMA4 memory forms to use memopv* instead of...
2011-12-30 Craig TopperFix load size for FMA4 SS/SD instructions. They need...
2011-12-30 Hal FinkelCleanup stack/frame register define/kill states. This...
2011-12-29 Rafael EspindolaImplement cfi_restore. Patch by Brian Anderson!
2011-12-29 Rafael EspindolaRename Remember and Restore to RememberState and Restor...
2011-12-29 Craig TopperFix execution domains for PS/PD FMA3 instructions....
2011-12-29 Rafael EspindolaImplement .cfi_escape. Patch by Brian Anderson!
2011-12-29 Craig TopperExpose FMA3 instructions to the disassembler.
2011-12-29 Craig TopperMake FMA3 imply AVX needs to be enabled. Particularly...
2011-12-29 Craig TopperChange XOP detection to use the correct CPUID bit inste...
2011-12-29 Craig TopperAdd FeaturePOPCNT to all CPU types that lost it was...
2011-12-29 Craig TopperMark non-VEX forms of PCLMUL instructions as requiring...
2011-12-29 Craig TopperMark non-VEX forms of AES instructions as requiring...
2011-12-29 Craig TopperRemove the separate explicit AES instruction patterns...
2011-12-29 Craig TopperMake SSE42 and SSE4A not imply POPCNT. POPCNT should...
2011-12-29 Craig TopperMake LowerBUILD_VECTOR keep node vector types consisten...
2011-12-29 Craig TopperRemove some elses after returns.
2011-12-29 Craig TopperRemove trailing spaces. Fix an assert to use && instead...
2011-12-29 Rafael EspindolaFix grammar error noticed by Duncan.
2011-12-28 Nick LewyckyChange CaptureTracking to pass a Use* instead of a...
2011-12-28 Eli FriedmanFix type-checking for load transformation which is...
2011-12-28 Bob WilsonUpdate OCaml bindings for the new half float type.
2011-12-28 Rafael EspindolaAdd support for mipsel in configure. Fixes PR11669...
2011-12-28 Nadav RotemPR11662.
2011-12-28 Elena DemikhovskyFixed a bug in LowerVECTOR_SHUFFLE and LowerBUILD_VECTOR.
2011-12-28 Nick LewyckyDemystify this comment.
2011-12-27 Rafael EspindolaPR11642 has been fixed, enable -fvisibility-inlines...
2011-12-27 Benjamin KramerSwitch StringMap from an array of structures to a struc...
2011-12-27 Nick LewyckyUse false not zero, as a bool.
2011-12-27 Nick LewyckyTurn cos(-x) into cos(x). Patch by Alexander Malyshev!
2011-12-27 Benjamin KramerClean up some Release build warnings.
2011-12-27 Craig TopperAdd handling of x86_avx2_pmovmskb to computeMaskedBitsF...
2011-12-27 Nick LewyckyTeach simplifycfg to recompute branch weights when...
2011-12-27 Nick LewyckyUsing Inst->setMetadata(..., NULL) should be safe to...
2011-12-26 Rafael EspindolaFix warning.
2011-12-26 Eli FriedmanMake sure DAGCombiner doesn't introduce multiple loads...
2011-12-26 Nick LewyckyUpdate the branch weight metadata when reversing the...
2011-12-26 Nick LewyckySort includes, canonicalize whitespace, fix typos....
2011-12-25 Nadav RotemUpdate the LangRef documentation: the codegen does...
2011-12-25 Nadav RotemFix a typo in the widening of vectors in PromoteIntRes...
2011-12-25 Venkatraman... Sparc: Implement emitFrameIndexDebugValue and getDebugV...
2011-12-25 Bill WendlingAdd braces to remove silly warning.
2011-12-25 Rafael EspindolaRemove unused variables.
2011-12-24 Chandler CarruthAdd an explicit test that we now fold cttz.i32(......
2011-12-24 Benjamin KramerInstCombine: Add a combine that turns (2^n)-1 ^ x back...
2011-12-24 Benjamin KramerComputeMaskedBits: Make knownzero computation more...
2011-12-24 Benjamin KramerInstCombine: Canonicalize (2^n)-1 - x into (2^n)-1...
2011-12-24 Rafael EspindolaSection relative fixups are a coff concept, not a x86...
2011-12-24 Chandler CarruthUse standard promotion for i8 CTTZ nodes and i8 CTLZ...
2011-12-24 Chandler CarruthAdd systematic testing for cttz as well, and fix the...
2011-12-24 Chandler CarruthAdd i8 and i64 testing for ctlz on x86. Also simplify...
2011-12-24 Chandler CarruthTidy up this rather crufty test. Put the declarations...
2011-12-24 Benjamin KramerChandler fixed this.
2011-12-24 Chandler CarruthExpand more when we have a nice 'tzcnt' instruction...
2011-12-24 Chandler CarruthTidy up some of these tests.
2011-12-24 Chandler CarruthSwitch the lowering of CTLZ_ZERO_UNDEF from a .td patte...
2011-12-24 Chandler CarruthCleanup this test a bit, sorting things and grouping...
2011-12-24 Jakob Stoklund... Fix Comments.
2011-12-24 Akira HatanakaAdd MachineMemOperands to instructions generated in...
2011-12-24 Akira HatanakaDetect unaligned loads/stores that have been added...
2011-12-24 Akira HatanakaTest case for r147232.
2011-12-24 Akira HatanakaIf target ABI is N64, LEA should be daddiu.
2011-12-24 Rafael EspindolaMove x86 specific bits of the COFF writer to lib/Target...
2011-12-24 Rafael EspindolaDefine trivial destructor inline.
2011-12-24 Rafael EspindolaMake GetRelocType pure virtual.
2011-12-23 Nick LewyckyFix typo "infinte".
2011-12-23 Nick LewyckyMove this test from date-name to feature-name, and...
2011-12-23 Mon P WangWhen not destroying the source, the linker is not remap...
2011-12-23 Ted KremenekUse 'check_symbol_exists' instead of 'check_function_ex...
2011-12-23 Jakob Stoklund... Experimental support for aligned NEON spills.
2011-12-22 Bob WilsonAdd variants of the dispatchsetup pseudo for Thumb...
2011-12-22 Dylan NoblesmithTableGen: add a comment
2011-12-22 Dylan Noblesmithtry to fix MSVC build
2011-12-22 Dylan Noblesmithdrop unneeded config.h includes
2011-12-22 Benjamin KramerAttempt #2 to fix mingw crossbuild. This time with...
2011-12-22 Chad RosierFix 80-column violations.
2011-12-22 Benjamin KramerMake the -fvisibility-inlines-hidden check more thoroug...
2011-12-22 Rafael EspindolaMove all the dependencies on X86FixupKinds.h to a singl...
2011-12-22 Jim GrosbachARM VFP assembly parsing and encoding for VCVT(float...
2011-12-22 Bob WilsonAdd missing usesCustomInserter flag on Int_eh_sjlj_setj...
2011-12-22 Bob WilsonRemove broken command to copy tblgen tool.
2011-12-22 Eli FriedmanSome unittests for APInt rotates; patch by Cameron...
2011-12-22 Jim GrosbachTidy up. Use predicate function a bit more liberally.
2011-12-22 Benjamin KramerReenable building with -fvisibility-inlines-hidden.
2011-12-22 Rafael EspindolaFix incorrect relocation generation. Patch by Kristof...
2011-12-22 Chad RosierAdd the actual code for r147175.
2011-12-22 Chad RosierReinstate r146578; it doesn't appear to be the cause...
2011-12-22 Jim GrosbachARM VFP add encoding of the bitcount to fixed-point...
2011-12-22 Jim GrosbachRemove some bogus comments.
2011-12-22 Chris Lattnerfix typo
2011-12-22 Jim GrosbachARM pre-UAL aliases. fcmp[sd].
next