Use unique_ptr to handle ownership of TreePatterns in CodeGenDAGPatterns::PatternFrag...
[oota-llvm.git] / lib /
2014-11-13 Aditya NandakumarWe can get the TLOF from the TargetMachine - so constru...
2014-11-13 Chad Rosier[GVN] Perform Scalar PRE on gep indices that feed loads...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Don't bail during simple GEP instru...
2014-11-13 Matt ArsenaultR600/SI: Use s_movk_i32
2014-11-13 Matt ArsenaultR600/SI: Fix definition for s_cselect_b32
2014-11-13 Matt ArsenaultR600: Fix assert on empty function
2014-11-13 Rui UeyamaUn-break the big-endian buildbots
2014-11-13 Matt ArsenaultR600: Error on initializer for LDS.
2014-11-13 Matt ArsenaultR600/SI: Get rid of FCLAMP_SI pseudo
2014-11-13 David MajnemerObject, Mach-O: Refactor and clean code up
2014-11-13 Matt ArsenaultR600/SI: Allow commuting with src2_modifiers
2014-11-13 Matt ArsenaultR600/SI: Allow commuting some 3 op instructions
2014-11-13 Tim NorthoverARM: allow constpool entry to be moved to the user...
2014-11-13 Tim NorthoverARM: avoid duplicating branches during constant islands.
2014-11-13 Tim NorthoverARM: add @llvm.arm.space intrinsic for testing Constant...
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-13 Colin LeMahieu[Hexagon]
2014-11-13 Chad Rosier[Reassociate] Update comment. NFC.
2014-11-13 Aaron BallmanFixing -Wtype-limits warnings with the asserts (the...
2014-11-13 Duncan P. N. Exon... IR: Create the Metadata class
2014-11-13 Elena DemikhovskyAVX-512: SINT_TO_FP cost model and some bugfixes
2014-11-13 David MajnemerObject, COFF: Refactor code to get relocation iterators
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-11-13 Hal FinkelRevert r219432 - "Revert "[BasicAA] Revert "Revert...
2014-11-13 David MajnemerObject, COFF: Increase code reuse
2014-11-13 David MajnemerObject, COFF: getRelocationSymbol shouldn't assert
2014-11-13 David MajnemerObject, COFF: Cleanup some code in getSectionName
2014-11-13 David MajnemerObject, COFF: Fix some theoretical bugs
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-13 Chandler Carruth[x86] Teach the vector shuffle lowering to make a more...
2014-11-13 Rui Ueyamallvm-readobj: Print out address table when dumping...
2014-11-13 Frederic RissAdd an assert and a test that verify r221709's fix.
2014-11-13 Chandler Carruth[x86] Don't form overly fragmented blends when splittin...
2014-11-13 Quentin Colombet[CodeGenPrepare] Handle zero extensions in the TypeProm...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Optimize select when one of the...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Fold the cmp into the select when...
2014-11-13 Juergen Ributzka[FastISel][AArch64] Extend 'select' lowering to support...
2014-11-13 Frederic RissRevert "[dwarfdump] Add support for dumping accelerator...
2014-11-13 Paul RobinsonImprove long path name support on Windows.
2014-11-13 Sanjoy DasTeach ScalarEvolution to sharpen range information.
2014-11-12 Frederic RissFix emission of Dwarf accelerator table when there...
2014-11-12 Frederic Riss[dwarfdump] Add support for dumping accelerator tables.
2014-11-12 Frederic RissAllow DWARFFormValue::extractValue to be called with...
2014-11-12 Frederic RissRemove unsused variables.
2014-11-12 Ahmed Bougacha[CodeGenPrepare] Replace other uses of EVT::getEVT...
2014-11-12 Ahmed Bougacha[CodeGenPrepare][AArch64] Fix a TLI legality check...
2014-11-12 Sanjay PatelExpose the number of Newton-Raphson iterations applied...
2014-11-12 Ahmed BougachaAdd fortified (__*_chk) library functions to TLI (NFC)
2014-11-12 Timur IskhodzhanovTemporary fix for PR21528 - use mangled C++ function...
2014-11-12 Timur Iskhodzhanov[COFF] Make it clearer that the symbols subsection...
2014-11-12 Cameron McInally[AVX512] Add integer shift by immediate intrinsics.
2014-11-12 Aaron BallmanChanging a StringRef::begin() call into StringRef:...
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Sanjay PatelCGSCC should not treat intrinsic calls like function...
2014-11-12 Jingyue WuFix broken doxygen annotations, NFC
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Sanjay Patelremove function names from comments; NFC
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Rafael EspindolaReduce code duplication a bit. NFC.
2014-11-12 Aaron BallmanFixing a -Wcast-qual warning; NFC.
2014-11-12 Zoran Jovanovic[mips][micromips] Add predicate 'InMicroMips' at CodeGe...
2014-11-12 Chandler Carruth[x86] Start improving the matching of unpck instruction...
2014-11-12 Elena DemikhovskyAVX-512: Intrinsics for ERI
2014-11-12 Jingyue WuReverts r221772 which fails tests
2014-11-12 Jingyue WuDisable indvar widening if arithmetics on the wider...
2014-11-12 Bill Schmidt[PowerPC] Add vec_vsx_ld and vec_vsx_st intrinsics
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaMake readBytes pure virtual. Every real implementation...
2014-11-12 Rafael EspindolaRemove unused method. NFC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-12 Nick KledzikObject, support both mach-o archive t.o.c file names
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-11-12 Philip ReamesExtend intrinsic name mangling to support arrays, named...
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Philip ReamesCanonicalize an assume(load != null) into !nonnull...
2014-11-11 Sanjay PatelInitialize new subtarget feature variable for generatin...
2014-11-11 Duncan P. N. Exon... libLTO: Assert if LTOCodeGenerator and LTOModule are...
2014-11-11 Juergen Ributzka[FastISel][AArch64] Add support for fabs intrinsic.
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOModule to own a context
2014-11-11 Duncan P. N. Exon... libLTO: Allow LTOCodeGenerator to own a context
2014-11-11 Kostya Serebryany[asan] adding ShadowOffset64 for mips64, patch by Kumar...
2014-11-11 Chad Rosier[Reassociate] Canonicalize negative constants out of...
2014-11-11 Kostya SerebryanyMove asan-coverage into a separate phase.
2014-11-11 Duncan P. N. Exon... Revert "IR: MDNode => Value"
2014-11-11 Tom RoederFix build break: remove unused variable in FCFI.
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-11 Sanjay PatelUse rcpss/rcpps (X86) to speed up reciprocal calcs...
2014-11-11 Bill Schmidt[PowerPC] Replace foul hackery with real calls to __tls...
2014-11-11 Rafael EspindolaUse a 8 bit immediate when possible.
2014-11-11 Dario Domizioli[X86][ELF] Fix PR20243 - leaf frame pointer bug with...
2014-11-11 Oliver StannardLLVM incorrectly folds xor into select
2014-11-11 Vasileios Kalintiris[mips] Add preliminary support for the MIPS II target.
2014-11-11 Vasileios Kalintiris[mips] Add hardware register name "hwr_ulr" ($29)
2014-11-11 Andrea Di Biagio[X86] Add missing check for 'isINSERTPSMask' in method...
2014-11-11 Vasileios KalintirisRecommit "[mips] Add names and tests for the hardware...
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
next