oota-llvm.git
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.
2015-06-23 Simon Pilgrim[X86][SSE] Added full set of 128-bit vector shift tests.
2015-06-23 Alexey SamsonovLet llvm::ReplaceInstWithInst copy debug location from...
2015-06-23 Evgeniy StepanovPass 2 more variables to lit tests.
2015-06-23 Sanjoy DasRevert "[FaultMaps] Move FaultMapParser to Object/"
2015-06-23 Steven WuAdding the missing LTO API to lto.exports
2015-06-23 Rafael EspindolaDon't pass a 32 bit value to "%08" PRIx64.
2015-06-23 Mark HeffernanThis change fixes three bugs in loop unswitching. This...
2015-06-23 Artem Belevich[NVPTX] Added missing test case for llvm.nvvm.sqrt...
2015-06-23 Alex LorenzADT: Add a string APSInt constructor.
2015-06-23 Rafael EspindolaPass -m to the linker in this test.
2015-06-23 Alex LorenzAsmParser: Extend the API to make the global value...
2015-06-23 Tom StellardELF: Fix defintion of STT_LOOS and STT_HIOS.
2015-06-23 Alex LorenzMIR Serialization: Serialize physical register machine...
2015-06-23 John Brawn[ARM] ARMLoadStoreOpt::UpdateBaseRegUses should stop...
2015-06-23 Rafael Espindolaobjdump: Don't print a (always 0) size for MachO symbols.
2015-06-23 Justin BognerSystemZ: Avoid left shifting negative values (it's UB)
2015-06-23 Benjamin Kramer[Option] Plug a leak when move-assigning an InputArgList.
2015-06-23 Benjamin KramerMake helper functions static. NFC.
2015-06-23 Benjamin Kramer[BranchFolding] Document why replacing HashMachineInstr...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Add getFirstNonDebugInstr to comple...
2015-06-23 Benjamin Kramer[MachineBasicBlock] Use the const_cast(this) trick...
2015-06-23 Rafael EspindolaBe sure to set the DataLayout before checking the cache.
2015-06-23 Toma Tabacu[mips] [IAS] Add partial support for the ULHU pseudo...
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Toma Tabacu[mips] [IAS] Add support for generating DADDu to create...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Petar Jovanovic[mips64] Emit correct addend for some PC-relative reloc...
2015-06-23 Krzysztof Parzyszek[Hexagon] Use MF reference from parent class in Hexagon...
2015-06-23 Toma Tabacu[mips] [IAS] Move some function definitions to MipsTarg...
2015-06-23 Rafael EspindolaDon't repeat names in comments.
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Daniel JasperRevert r240302 ("Bring r240130 back.").
2015-06-23 Alexander KornienkoRevert r240271 (Fixed/added namespace ending comments...
2015-06-23 Daniel Sanders[mips] llvm-readobj can parse .MIPS.abiflags. No need...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-23 Elena DemikhovskyAVX-512: Added all forms of VPABS instruction
2015-06-23 Justin BognerMCExpr: Avoid UB by evaluating this shift as unsigned
2015-06-23 Justin Bogner[mips] Fix some UB by shifting before sign-extending
2015-06-23 Justin Bognertest: Move target dependent test in their own folder...
2015-06-23 Weiming ZhaoFix PR13851: Preserve metadata for the unswitched branch
2015-06-23 Rafael EspindolaRemove broken banner.
2015-06-23 Rafael EspindolaAdd a test for the previous commit.
2015-06-23 Rafael EspindolaHandle multiple symbols having the same address.
2015-06-23 David Majnemer[InstCombine] Optimize subtract of selects into a selec...
2015-06-23 Rafael EspindolaFix tests when X86 is not enabled.
2015-06-23 Rafael EspindolaCompute correct symbol sizes for MachO and COFF.
2015-06-23 Rafael EspindolaExtract an utility for computing symbol sizes on MachO...
2015-06-23 Matt ArsenaultAMDGPU: Use getAsInteger instead of atoi
2015-06-23 Sanjoy Das[FaultMaps] Move FaultMapParser to Object/
2015-06-23 Sanjoy DasFix a typo in a comment in FaultMaps.h. NFC.
next