oota-llvm.git
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...
2014-04-11 Duncan P. N... blockfreq: Document BlockFrequencyInfo terminology
2014-04-11 Duncan P. N... blockfreq: Rename BlockProbInfoT to BranchProbabilityInfoT
2014-04-11 Duncan P. N... blockfreq: Remove unnecessary template parameters
2014-04-11 Duncan P. N... blockfreq: Rename BlockFrequencyImpl to BlockFrequencyI...
2014-04-11 Duncan P. N... blockfreq: Use getSuccessorIndex()
2014-04-11 David BlaikiePull out a named variable for the cached section names...
2014-04-11 Louis GerbargAdd ARM64 CLS patterns
2014-04-11 David BlaikieFormat fixes for r205990
2014-04-11 Benjamin KramerMake doxygen comment match the declaration.
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Change the...
2014-04-11 Quentin Colombet[RegAllocGreedy][Last Chance Recoloring] Addition of
2014-04-11 Matt ArsenaultR600: Check if a sextload should be used for parameter...
2014-04-11 Lang HamesRemove redundant symbolization support from MCDisassemb...
2014-04-11 Quentin Colombet[Register Coalescer] Fix wrong live-range information...
2014-04-11 Matt ArsenaultR600/SI: Refactor SOPC classes slightly.
2014-04-11 Rafael EspindolaDon't lose the thumb bit by using relocations with...
2014-04-11 Adrian PrantlAdd some CHECKs to this testcase.
2014-04-11 Matt ArsenaultFix shift by constants for vector.
2014-04-11 Adrian PrantlDebug info: Store the DIVariable in DebugLocEntry also...
2014-04-11 Matt ArsenaultMove ExtractVectorElements to SelectionDAG.
2014-04-11 Tom StellardSelectionDAG: Use helper function to improve legalizati...
2014-04-11 Tom StellardSelectionDAG: Factor ISD::MUL lowering code out of...
2014-04-11 Daniel SandersRevert: r205182 - llvm/test/MC/Mips/mips64r2/valid...
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
2014-04-11 Simon Atanasyan[yaml2obj][ELF] ELF Relocations Support.
2014-04-11 David BlaikieImplement depth_first and inverse_depth_first range...
2014-04-11 Jim Grosbach[c++11] Range'ify use list loops in InstrEmitter.
2014-04-11 Jim Grosbach[c++11] Range'ify use list loops in DAGCombiner.
2014-04-11 Jim Grosbach[ARM64,C++11] Range'ify use-lists iterators in address...
2014-04-11 David BlaikieUse value types instead of 'new'd objects to store...
2014-04-11 Jim Grosbach[ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.
2014-04-11 Jim Grosbach[ARM64,C++11]: More range-based loop simplification.
2014-04-11 Jim GrosbachSDNode: Add uses() iterator_range convenience methods.
2014-04-10 David BlaikieRemove lazy-initialization of section caches in MCContext
2014-04-10 Reid KlecknerMove the segmented stack switch to a function attribute
2014-04-10 Josh Magee[stack protector] Refactor and clean-up test. No funct...
2014-04-10 Louis GerbargTest commit.
2014-04-10 David BlaikieSimplify make_range by using move semantics
2014-04-10 Jim Grosbach[ARM64,C++11]: Range'ify loops in InstrInfo.
2014-04-10 Kaelyn TakataRemove the use of "%e" as it is not a valid expansion...
2014-04-10 David BlaikieReimplement debug info compression by compressing the...
2014-04-10 David BlaikieRevert debug info compression support.
2014-04-10 Jim Grosbach[ARM64,C++11]: Range'ify loops in the conditional-compa...
2014-04-10 Jim Grosbachiterator_range: Add an llvm::make_range() helper method.
2014-04-10 Kevin EnderbyFor the ARM integrated assembler add checking of the
2014-04-10 Adrian PrantlRevert "Follow-up to r205973: change the return type...
2014-04-10 Adrian PrantlFollow-up to r205973: change the return type to const...
2014-04-10 Adrian PrantlDebug info: Factor the retrieving of the DIVariable...
2014-04-10 NAKAMURA TakumiAddLLVM: Mute the prefix "lib" in SHARED on win32.
2014-04-10 Daniel Sanders[mips] NotMips64 predicate is really a test for 32...
2014-04-10 Arnold SchwaighoferReapply "SLPVectorizer: Ignore users that are insertele...
2014-04-10 Daniel Sanders[mips] Switch the MIPS-III and MIPS-IV assembler tests...
2014-04-10 NAKAMURA TakumiARM64/*/LLVMBuild.txt: Prune redundant deps.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Add missing dependencies.
2014-04-10 NAKAMURA TakumiLLVMBuild.txt: Reformat.
2014-04-10 Dmitri GribenkoSaveAndRestore: fix coding style and Doxygenify comments
2014-04-10 David MajnemerYAMLIO: Allow scalars to dictate quotation rules
2014-04-10 Simon AtanasyanUse range-based for loops. No functionality change.
2014-04-10 NAKAMURA TakumiFix abuse of StringRef on ARM64SysReg::MRSMapper::toStr...
next