oota-llvm.git
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.
2015-08-14 Chris Bieneman[CMake] Fix PR14200, llvm-config output misses -fno...
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
2015-08-14 Davide ItalianoConvert tests under MC/ELF from macho-dump to llvm...
2015-08-14 Sanjay Pateldon't repeaat function names in comments; NFC
2015-08-14 Rafael EspindolaCentralize the information about which object format...
2015-08-14 James MolloySeparate out BDCE's analysis into a separate DemandedBi...
2015-08-14 Simon PilgrimRenamed min tests (typo)
2015-08-14 James Molloy[AArch64] FMINNAN/FMAXNAN on f16 is not legal.
2015-08-14 Chandler Carruth[PM/AA] Remove two no-op overridden functions that...
2015-08-14 Adam Nemet[LVer] Remove unused Pass parameter from versionLoop...
2015-08-14 Lang Hames[RuntimeDyld] Make sure code-sections aren't under...
2015-08-14 David Majnemer[IR] Add token types
2015-08-14 Karthik BhatAdd support for cross block dse.
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over the ObjCARC Alias Analysi...
2015-08-14 Chandler Carruth[PM/AA] Don't bother forward declaring Function and...
2015-08-14 Saleem AbdulrasoolPowerPC: remove dead initialization (NFC)
2015-08-14 Chandler Carruth[PM/AA] Extract the interface for GlobalsModRef into...
2015-08-14 Chandler Carruth[PM/AA] Hoist the interface to TBAA into a dedicated...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over TBAA code to normalize...
2015-08-14 Chandler Carruth[PM/AA] Remove a stray #include that snuck in via copy...
2015-08-14 Chandler Carruth[PM/AA] Clean up the SCEV-AA comment formatting and...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over the SCEV-AA code to norma...
2015-08-14 Chandler Carruth[PM/AA] Hoist the SCEV-AA interface to its own header...
2015-08-14 Chandler Carruth[PM/AA] Hoist ScopedNoAliasAA's interface into a header...
2015-08-14 Chandler Carruth[PM/AA] Hoist the value handle definition for CFLAA...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over the ScopedNoAliasAA pass...
2015-08-14 Chandler Carruth[PM/AA] Extract a minimal interface for CFLAA to its...
2015-08-14 Chandler Carruth[PM/AA] Delete two pointlessly overridden methods on...
2015-08-14 Chandler Carruth[PM/AA] Sink all the actual code from AliasAnalysisCoun...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over this code to establish...
2015-08-14 Chandler Carruth[PM/AA] Hoist the AA counter pass into a header to...
2015-08-14 Jingyue Wu[SeparateConstOffsetFromGEP] sext(a)+sext(b) => sext...
2015-08-14 Chandler Carruth[PM/AA] Remove the function names and class names from...
2015-08-14 Chandler Carruth[PM/AA] Move the LibCall AA creation routine declaratio...
2015-08-14 Chandler Carruth[PM/AA] Run clang-format over LibCallAliasAnalysis...
2015-08-14 David BlaikieUpdate ExceptionDemo for exception handling API changes...
2015-08-14 Alex LorenzUpdate MIRLangRef for MIR syntax change from r244982.
2015-08-14 David BlaikieFix -Wformat warnings in ExceptionDemo
2015-08-14 David BlaikieFix up the ExceptionDemo for some API changes over...
2015-08-14 Chandler Carruth[LIR] Re-instate r244880, reverted in r244884, factorin...
2015-08-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-13 Sanjay Pateldon't repeat function names in comments; NFC
2015-08-13 David Majnemer[IR] Cleanup indentation of EH instructions
2015-08-13 Simon Pilgrim[AMDGPU] Use the general SMAX/SMIN/UMAX/UMIN pattern...
2015-08-13 Ahmed Bougacha[AArch64] Provide "too few operands" diags on short...
2015-08-13 Alex LorenzMIR Parser: Don't allow negative alignments for memory...
2015-08-13 Simon Pilgrim[X86][SSE] Use the general SMAX/SMIN/UMAX/UMIN pattern...
2015-08-13 Davide Italiano[SimplifyLibCalls] Correctly set the is_zero_undef...
2015-08-13 Alex LorenzMIR Parser: Extract the code that parses the alignment...
2015-08-13 Simon Pilgrim[X86][SSE] Tests for SMAX/SMIN/UMAX/UMIN vector instruc...
2015-08-13 Alex LorenzMIR Parser: Rename the method 'diagFromLLVMAssemblyDiag...
2015-08-13 Jingyue Wu[SeparateConstOffsetFromGEP] strengthen the inbounds...
2015-08-13 David Majnemer[llvm-cxxdump] Correctly process relocations when given...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Nick LewyckyFix GCC warning: extra `;' [-Wpedantic].
2015-08-13 Nemanja IvanovicScalar to vector conversions using direct moves
next