oota-llvm.git
2015-06-25 Michael J.... [ELF] Add some accessors for lld.
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-25 NAKAMURA TakumiPPCISelLowering.cpp: Appease PR23956. [-Wdocumentation]
2015-06-25 Adrian PrantlSplit test up into two target-spcific directories.
2015-06-25 Anna Zaks[asan] Do not instrument special purpose LLVM sections.
2015-06-25 Anna Zaks[asan] Don't run stack malloc on functions containing...
2015-06-25 Adrian PrantlDebug Info: Add basic test coverage for the DWARF encod...
2015-06-25 Matt ArsenaultDAGCombiner: Use pop_back_val()
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Michael J.... [Object][ELF] Add support for dumping dynamic relocatio...
2015-06-25 Duncan P. N... dsymutil: Split out patchStmtList(), NFC
2015-06-25 Sanjay Patelfix typos; NFC
2015-06-25 Rafael Espindolallvm-nm: Don't print mapping symbols.
2015-06-25 Pete CooperUse foreach loop over constant operands. NFC.
2015-06-25 Rafael EspindolaWe don't need the targets to read objects.
2015-06-25 Jingyue Wu[InstCombine] call SimplifyICmpInst with correct context
2015-06-25 Rafael EspindolaDiagnose undefined temporary symbols.
2015-06-25 Paul RobinsonMake this test verify .debug_pubnames is actually missing.
2015-06-25 Yaron KerenRangify for loop in Inliner.cpp. NFC.
2015-06-25 Douglas KatzmanAdd Arg::getValues method with const 'this' and const...
2015-06-25 Matt ArsenaultDAGCombiner: Remove redundant check
2015-06-25 Peter CollingbourneGVN: If a branch has two identical successors, we canno...
2015-06-25 Rafael EspindolaAdd a test for a recent regression.
2015-06-25 Rafael Espindolallvm-nm: print 'n' instead of '?'
2015-06-25 Kit Barton[PPC] Implement vmrgew and vmrgow instructions
2015-06-25 Bruno Cardoso... [AsmPrinter] Fix crash in handleIndirectSymViaGOTPCRel
2015-06-25 Jonathan RoelofsDoxygen-ify a few comments. NFC
2015-06-25 Rafael EspindolaUse computeSymbolSizes in llvm-symbolize.
2015-06-25 Rafael EspindolaUse range loop. NFC.
2015-06-25 Rafael EspindolaModernize getELFDynamicSymbolIterators.
2015-06-25 Benjamin KramerDon't use std::make_unique.
2015-06-25 Benjamin Kramer[PPC] Replace debug value skipping with getLastNonDebug...
2015-06-25 Joseph Tremoulet[ORC] Add ObjectTransformLayer
2015-06-25 Benjamin KramerReplace copy-pasted debug value skipping with MBB:...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleFP() funct...
2015-06-25 Artur PilipenkoTake alignment into account in isSafeToLoadUnconditionally
2015-06-25 Ulrich Weigand[SystemZ] Only attempt RxSBG optimization for integer...
2015-06-25 Toma Tabacu[mips] [IAS] Refactor the emitDirectiveModuleOddSPReg...
2015-06-25 Pawel BylicaAdd missing <array> include.
2015-06-25 Jay FoadTeach LLVM about the PPC64 memory sanitizer implementation.
2015-06-25 Pawel BylicaExpress APInt::{s,u}{l,g}e(uint64_t) in terms of APInt...
2015-06-25 Toma Tabacu[mips] [IAS] Fix parsing of memory offset expressions...
2015-06-25 Ahmed Bougacha[X86] Accept hasAVX512() as well as hasFMA() when gener...
2015-06-25 Ahmed Bougacha[X86] Cleanup fma tests a little bit. NFC.
2015-06-25 Swaroop SridharEnable StackMap Serialization for COFF
2015-06-25 Rui UeyamalibObject/COFF: Add a function to get pointers to reloc...
2015-06-24 Duncan P. N... Add simplify_type<const WeakVH>; simplify IndVarSimplify
2015-06-24 Douglas Katzman[X86] Simplify some stuff in X86DisassemblerDecoder...
2015-06-24 David Majnemer[GVN] Intersect the IR flags when CSE'ing two instructions
2015-06-24 Douglas KatzmanSpelling fixes in comments.
2015-06-24 David Majnemer[Reassociate] Don't propogate flags when creating negations
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Sanjay Pateldon't repeat function names in comments; NFC
2015-06-24 Akira Hatanaka[If Converter] Convert recursion to iteration.
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Jingyue WuAdd NVPTXPeephole pass to reduce unnecessary address...
2015-06-24 Sanjay Patelfix typos; NFC
2015-06-24 Matthias BraunRevert "(HEAD -> master, origin/master, origin/HEAD...
2015-06-24 Matthias Braunopt: Add option to strip or add llvm value names
2015-06-24 Matthias BraunARMLoadStoreOptimizer: Fix errata 602117 handling and...
2015-06-24 Rafael EspindolaMake computeSymbolSizes never fail.
2015-06-24 Alex LorenzMIR Serialization: Serialize simple MachineRegisterInfo...
2015-06-24 Rafael EspindolaUse Symbol::getValue to simplify object::computeSymbolS...
2015-06-24 Jingyue Wu[LSR] canonicalize Prod*(1<<C) to Prod<<C
2015-06-24 Rafael EspindolaUse Symbol.getValue to simplify RuntimeDyldCOFF::getSym...
2015-06-24 Rafael EspindolaAdd a SymbolRef::getValue.
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Duncan P. N... AsmPrinter: Cleanup DIEValue::EmitValue() API, NFC
2015-06-24 Rafael EspindolaRefactor duplicated code. NFC.
2015-06-24 Peter CollingbourneObject: Add XFAILed test case for r239560.
2015-06-24 Bruno Cardoso... [CaptureTracking] Avoid long compilation time on large...
2015-06-24 Alex LorenzMIR Serialization: Serialize the null register operands.
2015-06-24 Michael Zolotukhin[LoopVectorizer] Fix bailing-out condition for OptForSi...
2015-06-24 Rafael EspindolaSimplify the logic, NFC.
2015-06-24 Alex LorenzADTTests: merge #ifdef checks from r240436.
2015-06-24 Rafael EspindolaDon't get confused with sections whose section number...
2015-06-24 Simon Pilgrim[X86][AVX] Added full set of 256-bit vector shift tests.
2015-06-24 Daniel SandersEliminate additional redundant copies of Triple objects...
2015-06-24 Pawel BylicaFix instruction scheduling live register tracking
2015-06-24 Pawel Bylica[llvm-stress] Simple refactoring and better style....
2015-06-24 Zoran Jovanovic[mips][microMIPS] Implement BREAK, EHB and EI instructions
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-24 Chandler Carruth[ADT] Teach DenseMap to support StringRef keys.
2015-06-24 Justin BognerHexagon: Paper over the undefined behaviour introduced...
2015-06-24 NAKAMURA TakumiMILexer.cpp: Try to fix a warning. [-Wsign-compare]
2015-06-24 Craig Topper[TableGen] Restore the use of the TheInit field in...
2015-06-24 Bob WilsonDo not treat ARM _MoveToCoprocessor* intrinsics as...
2015-06-24 Justin BognerHexagon: Avoid left shifting negative values (it's UB)
2015-06-24 Justin BognerSystemZ: Rephrase this allOnes calculation to avoid UB
2015-06-24 Rafael EspindolaDon't repeat name in comments.
2015-06-24 Ahmed Bougacha[X86] Don't generate vbroadcasti128 for v4i64 splats...
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-24 Ahmed Bougacha[X86] update_llc_test_checks vector-shuffle-*. NFC.
2015-06-23 Alex LorenzMIR Serialization: Serialize immediate machine operands.
2015-06-23 Sanjay Patelfix typo; NFC
2015-06-23 Sanjay Pateldon't repeat function names in comments; NFC
2015-06-23 Petar JovanovicAdd "-mcpu=" option to llvm-rtdyld
2015-06-23 Alex LorenzMIR Parser: Use correct source locations for machine...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
next