LoopAccessAnalysis.cpp: Tweak r243239 to avoid side effects. It caused different...
[oota-llvm.git] / lib /
2015-07-27 NAKAMURA TakumiLoopAccessAnalysis.cpp: Tweak r243239 to avoid side...
2015-07-27 Sean SilvaAvoid using uncommon acronym "MSROM".
2015-07-26 Jingyue WuRoll forward r243250
2015-07-26 Jingyue WuRevert r243250
2015-07-26 Jingyue Wu[TTI/CostModel] improve TTI::getGEPCost and use it...
2015-07-26 Igor BregerImplemented encoding and intrinsics of the following...
2015-07-26 Adam Nemet[LAA] Begin moving the logic of generating checks out...
2015-07-25 Simon Pilgrim[InstCombine][SSE4A] Standardized references to Length...
2015-07-25 Chen Li[LoopUnswitch] Improve loop unswitch pass to find trivi...
2015-07-25 Juergen Ributzka[AArch64][FastISel] Always use an AND instruction when...
2015-07-25 Eric ChristopherFix PPCMaterializeInt to check the size of the integer...
2015-07-25 Eric ChristopherPPCMaterializeInt should only take a ConstantInt so...
2015-07-25 Akira Hatanaka[AArch64] Define subtarget feature "reserve-x18", which...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-24 Alex LorenzMIR Serialization: Serialize MachineFrameInfo's callee...
2015-07-24 Lawrence HuHandle loop with negtive induction variable increment
2015-07-24 Pete CooperRemove unnecessary null check. NFC.
2015-07-24 Pete CooperUse make_range(rbegin(), rend()) to allow foreach loops...
2015-07-24 Duncan P. N. Exon... DI: Remove unnecessary DICompositeTypeBase
2015-07-24 Duncan P. N. Exon... DI: Simplify DebugInfoFinder::processType(), NFC
2015-07-24 Duncan P. N. Exon... DI: Remove dead code: getDICompositeType()
2015-07-24 Duncan P. N. Exon... AsmPrinter: Use DICompositeType in updateAcceleratorTab...
2015-07-24 Alex LorenzMIR Serialization: Serialize the simple virtual registe...
2015-07-24 Duncan P. N. Exon... DI: Remove DIDerivedTypeBase
2015-07-24 Duncan P. N. Exon... Verifier: Sink filename check into visitMDCompositeType...
2015-07-24 Duncan P. N. Exon... Verifier: Remove unnecessary references to DW_TAG_subro...
2015-07-24 Duncan P. N. Exon... DI: Clarify isUnsignedDIType(), NFC
2015-07-24 Pete CooperAdd const to some Type* parameters which didn't need...
2015-07-24 Diego NovilloRemove unused variable. NFC.
2015-07-24 Duncan P. N. Exon... DI: Strengthen some dyn_casts to DIDerivedType, NFC
2015-07-24 Jingyue WuRemove the user-count threshold when analyzing read...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Adjust naming scheme to be...
2015-07-24 Duncan P. N. Exon... DI: Strengthen block-byref cast to DIDerivedType, NFC
2015-07-24 Pete CooperUse foreach loops for StructType::elements(). NFC.
2015-07-24 Pete CooperAdd const to a bunch of Type* in DataLayout. NFC.
2015-07-24 Duncan P. N. Exon... DI: Only DICompositeType has getElements(), NFC
2015-07-24 Alex LorenzMIR Parser: Run the machine verifier after initializing...
2015-07-24 Lang Hames[RuntimeDyld] MachO: Add support for ARM scattered...
2015-07-24 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 Sanjay Patelfix wrong comment; NFC
2015-07-24 Luke Cheeseman[ARM] - Fix lowering of shufflevectors in AArch32
2015-07-24 Luke CheesemanWhen lowering vector shifts a check is performed to...
2015-07-24 Mehdi AminiRevert "Remove access to the DataLayout in the TargetMa...
2015-07-24 Alexei Starovoitov[bpf] initial support for debug_info
2015-07-24 Michael ZolotukhinHandle resolvable branches in complete loop unroll...
2015-07-24 Mehdi AminiRemove access to the DataLayout in the TargetMachine
2015-07-24 NAKAMURA TakumiMIRParser/LLVMBuild.txt: Add MC for MCRegisterInfo...
2015-07-24 NAKAMURA TakumiReorder alphabetically.
2015-07-24 Kostya Serebryany[libFuzzer] allow users to supply their own implementat...
2015-07-24 Philip Reames[RewriteStatepointsForGC] Fix release build warning
2015-07-24 Philip Reames[RewriteStatepointsForGC] Use a worklist algorithm...
2015-07-23 Lawrence Hutest commit, only added one space
2015-07-23 Jingyue Wu[NaryReassociate] remove redundant code
2015-07-23 Alex LorenzMIR Serialization: Serialize the '.cfi_offset' CFI...
2015-07-23 Sanjay Patelfix crash in machine trace metrics due to processing...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Rename PhiState to reflect...
2015-07-23 Philip Reames[RewriteStatepointsForGC] Use idomatic mechanisms for...
2015-07-23 David Gross[ARM] Register (existing) ARMLoadStoreOpt pass with...
2015-07-23 David GrossTest commit.
2015-07-23 Philip Reames[RewriteStatepointsForGC] Simplify code around meet...
2015-07-23 Matt Wala[Scalarizer] Fix potential for stale data in Scattered...
2015-07-23 Duncan P. N. Exon... X86: Use dyn_cast instead of isa+cast, NFC
2015-07-23 Weiming ZhaoThis patch eanble register coalescing to coalesce the...
2015-07-23 Kostya Serebryany[libFuzzer] dump long running units to disk
2015-07-23 Michael Kuperstein[X86] Allow load folding into PUSH instructions
2015-07-23 Kuba Brecka[asan] Rename the ABI versioning symbol to '__asan_vers...
2015-07-23 Michael Kuperstein[X86] Fix order of operands for ins and outs instructio...
2015-07-23 Chandler Carruth[GMR] Add a late run of GlobalsModRef to the main pass...
2015-07-23 Elena DemikhovskyX86: Fixed assertion failure in 32-bit mode
2015-07-23 Chandler CarruthRevert r242990: "AVX-512: Implemented encoding , DAG...
2015-07-23 Chandler Carruth[GMR] Switch the function info we store for every funct...
2015-07-23 Igor BregerAVX-512: Implemented encoding , DAG lowering and intrin...
2015-07-23 Craig Topper[ScalarEvolution] Change addRequired to addRequiredTran...
2015-07-23 Igor BregerAVX : Fix ISA disabling in case AVX512VL , some instruc...
2015-07-23 Yaron KerenRemove unnecessary in C++11 c_str() calls
2015-07-23 Jingyue Wu[NVPTX] run LSR before straight-line optimizations
2015-07-23 Chandler Carruth[GMR] Further improve the FunctionInfo API inside of...
2015-07-22 Chandler Carruth[GMR] Wrap all of the per-function information behind...
2015-07-22 Chandler Carruth[PM/AA] Extract the ModRef enums from the AliasAnalysis...
2015-07-22 Chandler Carruth[GMR] Continue my quest to remove linked datastructures...
2015-07-22 David Majnemer[ConstantFolding] Support folding loads from a GlobalAlias
2015-07-22 Anthony PeschRevert "Improve merging of stores from static construct...
2015-07-22 Anthony PeschRevert "IPO: Avoid brace initialization of a map, some...
2015-07-22 Chandler Carruth[GMR] Make the collection of readers and writers of...
2015-07-22 Sanjay Patelfix typo; NFC
2015-07-22 Sanjay Patelfix indent; NFC
2015-07-22 Justin BognerIPO: Avoid brace initialization of a map, some versions...
2015-07-22 Bruno Cardoso Lopes[PeepholeOptimizer] Refactor optimizeUncoalescable...
2015-07-22 JF BastienWebAssembly: basic bitcode → assembly CodeGen test
2015-07-22 Alex LorenzMIR Serialization: Serialize the machine instruction...
2015-07-22 Yaron KerenRename RunCallBacksToRun to llvm::sys::RunSignalHandlers
2015-07-22 Anthony PeschImprove merging of stores from static constructors...
2015-07-22 Alex LorenzMIR Parser: Extract the MDNode parsing code into a...
2015-07-22 Hans WennborgFix -Wextra-semi warnings.
2015-07-22 Rafael EspindolaFix fetching the symbol table of a thin archive.
2015-07-22 Yaron KerenDe-duplicate Unix & Windows CallBacksToRun
2015-07-22 Anthony PeschTest commit, added blank line
2015-07-22 Chad RosierSimplify switch as all cases other than default return...
2015-07-22 Rafael EspindolaIdentify thin archives as archives.
next