oota-llvm.git
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 Nick LewyckyAdd a DenseMapInfo specialization for PointerUnion...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-15 Chandler Carruth[Allocator] Constrain the Deallocate templated overload...
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 Jim GrosbachAdd iterator_range for MachineInstr defs.
2014-04-15 Quentin Colombet[MC] Emit an error if cfi_startproc is used before...
2014-04-15 Quentin Colombet[Register Coalescer] Add a test case for 206060.
2014-04-15 Chandler Carruth[Allocator] Add Deallocate support to the AllocatorBase...
2014-04-15 Quentin Colombet[ARM64][MC] Set the default CPU string to generic.
2014-04-15 Chandler Carruth[Allocator] Hack around the fact that GCC can't compile the
2014-04-15 Chandler Carruth[Allocator] Factor the Allocate template overloads...
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 NAKAMURA Takumi[CMake] Reformat, if(MSVC)...else()...endif()
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 Chandler Carruth[cleanup] Run clang-format over most of YAMLParser...
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 Richard TrieuFix 2008-03-05-SxtInRegBug.ll so that the CHECK-NOT...
2014-04-14 Kaelyn TakataFix up MCFixup::getAccessVariant to handle unary expres...
2014-04-14 Saleem Abdulrasooltools: fix heap-buffer-overrun detected via ASAN
2014-04-14 Daniel Sanders[mips] Fix fcopysign for MIPS-IV and add the test.
2014-04-14 Daniel Sanders[mips] MIPS-IV is broadly the same as MIPS64 so duplica...
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: specify full triple in tests to pacify Windows.
2014-04-14 Tim NorthoverAArch64: add newline to end of test files.
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: enable more regression tests from AArch64
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 Tim NorthoverARM64: start porting regression test suite from AArch64
2014-04-14 Arnaud A. de... Display the name of the project failing the url check...
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 Chandler Carruth[cleanup] Normalize YAMLParser.h's doxygen markers...
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 CarruthFix the compile from r206147 in release builds by movin...
2014-04-14 Chandler Carruth[Allocator] Switch the BumpPtrAllocator to use a vector...
2014-04-14 Saleem Abdulrasooltools: simplify symbol handling in objdump
2014-04-14 Saleem Abdulrasooltools: address possible non-null terminated filenames
2014-04-14 Serge PavlovUse APInt arithmetic, fixed typo. Thanks to Benjamin...
2014-04-14 Craig TopperAdd back some typecasts I accidentally lost in r206142.
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 Abdulrasooltools: remove duplication of coff_aux_file
2014-04-13 Saleem Abdulrasooltools: avoid a string duplication
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...
2014-04-13 Saleem Abdulrasooltools: teach objdump about FILE aux records
2014-04-12 Hal Finkel[PowerPC] Implement some additional TLI callbacks
2014-04-12 Joerg SonnenbergerFix test syntax to work with non-bash /bin/sh.
2014-04-12 Benjamin KramerSpell the specialization namespace correctly.
2014-04-12 Benjamin KramerMake helper static and place random global into the...
2014-04-12 Saleem Abdulrasooltools: remove unnecessary copy of array_lengthof
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-12 David BlaikiePR13337: Omit DW_TAG_restrict_type when compiling for...
2014-04-12 Richard TrieuAdd extra checks to mvn.ll test to prevent the "f1...
2014-04-12 Adrian PrantlRevert "Debug info: (bugfix) C++ C/Dtors can be compile...
2014-04-12 Juergen Ributzka[ARM64] Never hoist the shift value of a shift instruction.
2014-04-12 Juergen Ributzka[ARM64] Fix the cost model for cheap large constants.
2014-04-12 David BlaikieUse dwarf::Tag rather than unsigned for DIE::Tag to...
2014-04-12 Eric ChristopherRemove documentation for a deleted pass.
2014-04-12 Adrian PrantlDebug info: (bugfix) C++ C/Dtors can be compiled to...
2014-04-12 Jim Grosbachllc: Add support for -mcpu=native.
2014-04-12 Jim GrosbachX86: Remove TargetMachine CPU auto-detection.
2014-04-12 Hal FinkelReenable use of TBAA during CodeGen
2014-04-12 Hal FinkelAdd the ability to use GEPs for address sinking in CGP
2014-04-12 Chad Rosier[AArch64] Implement the isLegalAddressingMode and getSc...
next