[mips] Add calling convention tests covering O32, N32, and N64.
[oota-llvm.git] / lib /
2014-04-16 Tim NorthoverARM64: mark x7 as used when an i128 gets shunted onto...
2014-04-16 Tim NorthoverDAGCombiner: don't optimise non-existant litpool load
2014-04-16 Timur IskhodzhanovSimplify a static_assert so VS2013 can build it
2014-04-16 Saleem AbdulrasoolCOFF: fix an off by one error
2014-04-16 Craig TopperConvert SelectionDAG::getVTList to use ArrayRef
2014-04-16 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-16 Saleem AbdulrasoolCOFF: add support for .file symbols
2014-04-16 Saleem AbdulrasoolTarget: whitespace
2014-04-16 Matt ArsenaultR600: Expand sign extension of vectors.
2014-04-16 Jim Grosbach[ARM64,C++11] Tidy up branch relaxation a bit w/ c...
2014-04-16 Jim GrosbachARM64: Nuke some dead code.
2014-04-15 Jim Grosbach[ARM64,C++11] Clean up the ARM64 LOH collection pass.
2014-04-15 Matt ArsenaultR600/SI: Print code size along with used registers
2014-04-15 Matt ArsenaultR600/SI: Print more immediates in hex format
2014-04-15 Matt ArsenaultR600/SI: Cleanup parsing of register names.
2014-04-15 Matt ArsenaultR600/SI: Fix loads of i1
2014-04-15 Tobias GrosserRegionInfo: Do not access a value that was just moved...
2014-04-15 Akira HatanakaMake FastISel::SelectInstruction return before target...
2014-04-15 Andrea Di Biagio[X86] Improve the lowering of packed shifts by constant...
2014-04-15 Quentin Colombet[ARM64] Set default CPU to generic instead of cyclone.
2014-04-15 Robert LougherRevert r191049/r191059 as it can produce wrong code...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of child Regions...
2014-04-15 Julien LerougeAdd lifetime markers for allocas created to hold byval...
2014-04-15 Julien LerougeSplit byval argument initialization so the memcpy(s...
2014-04-15 Duncan P. N. Exon... LTO: Add more loop simplification passes to LTO
2014-04-15 Duncan P. N. Exon... verify-di: Add back braces for MSVC compatability
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Duncan P. N. Exon... verify-di: split out VerifierSupport
2014-04-15 David BlaikieUse unique_ptr to manage PassInfo instances in the...
2014-04-15 NAKAMURA TakumiMipsAsmParser.cpp: Fix vg_leak in MipsOperand::CreateMe...
2014-04-15 NAKAMURA TakumiMipsAsmParser::ParseRegister(): Be responsible to delet...
2014-04-15 Tim NorthoverAArch64/ARM64: add missing pattern for extending load.
2014-04-15 Tim NorthoverAArch64/ARM64: only mangle MOVZ/MOVN during encoding...
2014-04-15 Tim NorthoverAArch64/ARM64: add support for large code-model jump...
2014-04-15 Tim NorthoverAArch64/ARM64: add patterns for various commutations...
2014-04-15 Tim NorthoverAArch64/ARM64: add half as a storage type on ARM64.
2014-04-15 Tim NorthoverAArch64/ARM64: copy patterns for fixed-point conversions
2014-04-15 Tim NorthoverARM64: add constraints to various FastISel operations
2014-04-15 Tim NorthoverFastISel: constrain the RegClass of operands when emitt...
2014-04-15 Tim NorthoverAArch64/ARM64: add dp tests from AArch64
2014-04-15 NAKAMURA TakumiARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
2014-04-15 Stepan DyatkovskiyOptional hash symbol feature support for ARM64
2014-04-15 Vladimir MedicCurrent definition of subtract with immediate instructi...
2014-04-15 Chandler Carruth[Allocator] Finally, finish nuking the redundant code...
2014-04-15 Alexey BataevD3348 - [BUG] "Rotate Loop" pass kills "llvm.vectorizer...
2014-04-15 NAKAMURA TakumiX86JITInfo: [x86] Rework r206240, X86CompilationCallbac...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 David BlaikieUse unique_ptr to manage TypePromotionActions owned...
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCFunctionInfos...
2014-04-15 David BlaikieUse unique_ptr for the result of Registry entries.
2014-04-15 David BlaikieUse unique_ptr to manage ownership of GCStrategy object...
2014-04-15 David BlaikieUse unique_ptr for section/segment ownership in WinCOFF...
2014-04-15 David BlaikieUse unique_ptr to own MCFunctions within MCModule.
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 David BlaikieUse std::unique_ptr to manage MCBasicBlocks in MCFunction.
2014-04-15 Lang Hames[MC] Require an MCContext when constructing an MCDisass...
2014-04-15 NAKAMURA TakumiX86JITInfo: [x86] Use X86CompilationCallback_SSE()...
2014-04-15 Jim Grosbach[ARM64,C++11]: Range'ify the dead-register-definition...
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-15 Quentin Colombet[ARM64][MC] Set the default CPU string to generic.
2014-04-14 David BlaikieUse std::unique_ptr for DIE children
2014-04-14 Jim GrosbachX86: Nuke one more CPU autodetect blurb.
2014-04-14 David BlaikieChange argument order and add explanatory comment to...
2014-04-14 Eric ChristopherUse FrameSetup on frame instructions for the Mips port.
2014-04-14 Matt ArsenaultRevert "Revert r206045, "Fix shift by constants for...
2014-04-14 Quentin Colombet[ARM64][MC] Set the default CPU to cyclone when initili...
2014-04-14 Adrian PrantlRe-apply r206096 after investigating the gdb buildbot...
2014-04-14 Louis GerbargFix for codegen bug that could cause illegal cmn instru...
2014-04-14 Louis GerbargAdd a flag to disable the ARM64DeadRegisterDefinitionsPass
2014-04-14 James Molloy[ARM64] Port over missing subtarget features, and CPU...
2014-04-14 James Molloy[ARM64] Add big endian target arm64_be.
2014-04-14 Kaelyn TakataReplace two calls to object::symbol_iterator::increment...
2014-04-14 Kaelyn TakataRemove a variable from r206192 that is only used in...
2014-04-14 Akira HatanakaFix a bug in which BranchProbabilityInfo wasn't setting...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-14 Daniel Sanders[mips] Fix fcopysign for MIPS-IV and add the test.
2014-04-14 Daniel Sanders[mips] Fix more incorrect uses of HasMips64 and isMips64()
2014-04-14 James MolloyTeach llvm-lto to respect the given RelocModel.
2014-04-14 Tim NorthoverARM64: remove buggy REV16 pattern.
2014-04-14 Tim NorthoverAArch64/ARM64: enable directcond.ll test on ARM64.
2014-04-14 Tim NorthoverARM64: add patterns for csXYZ with reversed operands.
2014-04-14 Tim NorthoverARM64: add support for AArch64's addsub_ext.ll
2014-04-14 Tim NorthoverARM64: optimise (cmp x, (sub 0, y)) to (cmn x, y).
2014-04-14 Richard Osborne[XCore] Don't create invalid MKMSK instructions inside...
2014-04-14 NAKAMURA TakumiWhitespace.
2014-04-14 NAKAMURA TakumiRevert r206045, "Fix shift by constants for vector."
2014-04-14 Chandler Carruth[Allocator] Hoist the external helper function into...
2014-04-14 Hal FinkelDon't assert in BasicTTI::getMemoryOpCost for non-simpl...
2014-04-14 Chandler Carruth[Allocator] Make the underlying allocator a template...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-14 Serge PavlovUse APInt arithmetic, fixed typo. Thanks to Benjamin...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-13 Hal Finkel[PowerPC] [Constant Hoisting] Enable constant hoisting...
2014-04-13 Saleem AbdulrasoolMC: check machine magic when applying offset adjustments
2014-04-13 Serge PavlovRecognize test for overflow in integer multiplication.
2014-04-13 Hal Finkel[PowerPC] Fix rlwimi isel when mask is not constant
2014-04-13 David BlaikieFix instruction debug info location during legalization
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-13 Lang Hames[X86] unique_ptr'ify one of X86GenericDisassembler...
next