oota-llvm.git
2015-08-18 Michael Kruse[Support] On Windows, generate PDF files for graphs...
2015-08-18 Michael Kruse[Support] Always wait for GraphViz before opening the...
2015-08-18 Daniel Sanders[mips] Correct -Woverflow warning in r245208 without...
2015-08-18 Simon PilgrimFixed max/min typo in test names
2015-08-18 Simon Pilgrim[X86][SSE} Added constant SMAX/SMIN/UMAX/UMIN tests
2015-08-18 Simon Pilgrim[X86][SSE] Added extra vector truncation tests.
2015-08-18 Yaron KerenAdd unit test for isLayoutIdentical(empty, empty).
2015-08-18 Justin BognerRevert "Constant propagation after hiting llvm.assume"
2015-08-18 Piotr PadlewskiConstant propagation after hiting llvm.assume
2015-08-17 Hans WennborgDoxygen: add build option to use svg instead of png...
2015-08-17 Eric ChristopherAdd an exposed variable for which c++ compiler we're...
2015-08-17 Dan Gohman[WebAssembly] Don't default to ELF in the triple.
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Dan Gohman[WebAssembly] Make getArchTypePrefix return "wasm".
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets for...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's range...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's noali...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's alias...
2015-08-17 Alex LorenzMIR Serialization: Serialize the memory operand's TBAA...
2015-08-17 David Majnemer[WinEHPrepare] Replace unreasonable funclet terminators...
2015-08-17 Douglas Katzman[SPARC]: recognize '.' as the start of an assembler...
2015-08-17 James Molloy[ARM] Fix crash when targetting CPU without NEON
2015-08-17 Igor Laevsky[ScalarEvolutionExpander] Reuse findExistingExpansion...
2015-08-17 Silviu Baranga[CostModel][AArch64] Increase cost of vector insert...
2015-08-17 Silviu Baranga[CostModel][ARM] Increase cost of insert/extract operations
2015-08-17 Igor Laevsky[BasicAliasAnalysis] Do not check ModRef table for...
2015-08-17 Artur PilipenkoTake alignment into account in isSafeToSpeculativelyExe...
2015-08-17 Benjamin KramerExtend MCAsmLexer so that it can peek forward several...
2015-08-17 Aaron BallmanCorrecting a -Woverflow warning where 0xFFFF was overfl...
2015-08-17 Joseph Tremoulet[WinEHPrepare] Fix catchret successor phi demotion
2015-08-17 Tobias GrosserRevert "Disable targetdatalayoutcheck"
2015-08-17 Tobias GrosserDisable targetdatalayoutcheck
2015-08-17 Daniel Sanders[mips] [IAS] Add support for the DLA pseudo-instruction...
2015-08-17 Michael Kuperstein[GMR] isNonEscapingGlobalNoAlias() should look through...
2015-08-17 James MolloyRemove hand-rolled matching for fmin and fmax.
2015-08-17 James MolloyRip out hand-rolled matching code for VMIN, VMAX, VMINN...
2015-08-17 James MolloyGenerate FMINNAN/FMINNUM/FMAXNAN/FMAXNUM from SDAGBuilder.
2015-08-17 Karthik BhatFix PR24469 resulting from r245025 and re-enable dead...
2015-08-17 David MajnemerRevert "[InstCombinePHI] Partial simplification of...
2015-08-17 Chandler Carruth[PM] Port ScalarEvolution to the new pass manager.
2015-08-16 Chandler Carruth[ADT] Teach FoldingSet to be movable.
2015-08-16 Craig Topper[TableGen] Use range-based for loop.
2015-08-16 Craig Topper[TableGen] Move the ConversionRow vector into the Conve...
2015-08-16 Benjamin Kramer[SimplifyLibCalls] Drop default template args. No funct...
2015-08-16 Benjamin Kramer[IR] Simplify code. No functionality change.
2015-08-16 Sanjay Pateltransform fmin/fmax calls when possible (PR24314)
2015-08-16 Sanjoy Das[LSR][NFC] Don’t duplicate entity name at the beginning...
2015-08-16 Sanjoy Das[LSR][NFC] Use camelCase for method names in Formula...
2015-08-16 Sanjay Pateluse SDValue bool operator; NFCI
2015-08-16 Yaron KerenAdd missing include guard.
2015-08-16 David MajnemerRevert "Add support for cross block dse. This patch...
2015-08-16 David Majnemer[InstCombine] Replace an and+icmp with a trunc+icmp
2015-08-16 Chandler CarruthRevert r244127: [PM] Remove a failed attempt to port...
2015-08-16 David Majnemer[X86] Widen the 'AND' mask if doing so shrinks the...
2015-08-16 NAKAMURA TakumiMergeFunc: Quick fix for r245140, Ignore second, aka...
2015-08-15 Yaron KerenTry to appease VS 2015 warnings from reviews.llvm.org...
2015-08-15 Sanjay Patel[x86] enable machine combiner reassociations for scalar...
2015-08-15 Simon PilgrimUpdated broadcast stack folding test to avoid use of...
2015-08-15 Sanjay Patelfix typos; NFC
2015-08-15 Sanjay Pateladd test case to show current codegen
2015-08-15 Yaron KerenSilence VS2015 warning.
2015-08-15 Simon Pilgrim[DAGCombiner] Attempt to mask vectors before zero exten...
2015-08-15 Chandler Carruth[PM/AA] Delete the LibCallAliasAnalysis and all the...
2015-08-15 David Majnemer[IR] Update CreateCatchRet to take a return value
2015-08-15 Matt ArsenaultAMDGPU/SI: Only look at live out SGPR defs
2015-08-15 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
2015-08-15 JF Bastien[WebAssembly] Add Relooper
2015-08-15 JF BastienAccelerate MergeFunctions with hashing
2015-08-15 Alex LorenzMIRLangRef: Describe the syntax that is used to represe...
2015-08-15 Matt ArsenaultLoopStrengthReduce: Try to pass address space to isLega...
2015-08-15 Matt ArsenaultAMDGPU/SI: Fix printing useless info with amdhsa
2015-08-15 Matt ArsenaultAMDGPU/SI: Update LiveVariables
2015-08-15 Matt ArsenaultAMDGPU/SI: Update LiveIntervals during SIFixSGPRLiveRanges
2015-08-15 Matt ArsenaultAMDGPU: Remove unnecessary assert
2015-08-15 Matt ArsenaultAMDGPU/SI: Make comments more precise.
2015-08-14 Sanjay Patelmake current codegen visible in the checks, so we can...
2015-08-14 Nick LewyckyFix a crash where a utility function wasn't aware of...
2015-08-14 Bjarke Hammersholt... [SCEV] Apply NSW and NUW flags via poison value analysi...
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-14 Sanjay Patelmake current codegen visible in the checks, so we can...
2015-08-14 Ahmed Bougacha[AArch64] Fix FMLS scalar-indexed-from-2s-after-neg...
2015-08-14 Evgeniy Stepanov[msan] Fix handling of musttail calls.
2015-08-14 Alexei Starovoitov[bpf] add documentation and instruction set description
2015-08-14 Alex LorenzMIR Serialization: Serialize the '.cfi_same_value'...
2015-08-14 Alex LorenzMIR Serialization: Serialize the external symbol call...
2015-08-14 Alex LorenzMIR Serialization: Serialize the global value call...
2015-08-14 Michael Kruse[RegionInfo] Remove unused and broken function splitBlock
2015-08-14 Tom StellardAMDGPU/SI: Add missing spill class
2015-08-14 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Alex LorenzMIR Serialization: Serialize the 'internal' register...
2015-08-14 Alex LorenzMIR Serialization: Serialize the bundled machine instru...
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Sanjay Patel[x86] fix allowsMisalignedMemoryAccess() implementation
2015-08-14 Vedant Kumar[test] Testing write access to llvm
2015-08-14 Justin Bogner[sancov] Fix an unused variable warning introduced...
2015-08-14 Kit BartonReverting patch r244235.
2015-08-14 Reid Kleckner[cmake] Start adding support for LLVM_USE_SANITIZER...
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-08-14 Chad RosierCleanup test whitespace or lack thereof. NFC.
next