oota-llvm.git
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
2015-08-13 Igor LaevskyEmit argmemonly attribute for intrinsics.
2015-08-13 James Molloy[ARM] FMINNAN/FMAXNAN of f64 are not legal.
2015-08-13 James Molloy[ARM] Allow vmin/vmax of scalars to be emitted without...
2015-08-13 James Molloy[ARM] Rejig vmax tests a bit
2015-08-13 James Molloy[AArch64] Small rejig of fmax tests, NFCI.
2015-08-13 Erik Eckstein[DeadStoreElimination] remove a redundant store even...
2015-08-13 Petar Jovanovic[mips][mcjit] Calculate correct addend for HI16 and...
2015-08-13 Joseph Tremoulet[WinEHPrepare] Update demotion logic
2015-08-13 Ulrich Weigand[SystemZ] Support large LLVM IR struct return values
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-13 Charlie Turner[InstCombinePHI] Partial simplification of identity...
2015-08-13 Renato GolinRevert "[LIR] Start leveraging the fundamental guarante...
2015-08-13 Renato GolinRevert "[LIR] Handle access to AliasAnalysis the same...
2015-08-13 Ashutosh NemaTest Commit.
2015-08-13 John Brawn[ARM] Reorganise and simplify thumb-1 load/store selection
2015-08-13 Chandler Carruth[LIR] Handle access to AliasAnalysis the same way as...
2015-08-13 Chandler Carruth[LIR] Start leveraging the fundamental guarantees of...
2015-08-13 Chandler Carruth[LIR] Handle the LoopInfo the same as all the other...
2015-08-13 Simon Pilgrim[InstCombine] SSE/AVX vector shifts demanded shift...
2015-08-13 Yaron KerenModify raw_svector_ostream to use its SmallString witho...
2015-08-13 Chen Li[LoopUnswitch] Check OptimizeForSize before traversing...
2015-08-13 Ahmed Bougacha[CodeGen] Mark the promoted FCOPYSIGN result FP_ROUND...
2015-08-13 Ahmed Bougacha[AArch64] Cleanup vector-fcopysign.ll test. NFC.
2015-08-13 Ahmed Bougacha[AArch64] Also custom-lowering mismatched vector/f16...
2015-08-13 Ahmed Bougacha[CodeGen] Assert on getNode(FP_EXTEND) with a smaller...
2015-08-13 Ahmed Bougacha[CodeGen] When Promoting, don't extend the 2nd FCOPYSIG...
2015-08-13 Ahmed Bougacha[CodeGen] Simplify getNode(*EXT/TRUNC) type size assert...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
2015-08-13 Chandler Carruth[LIR] Make the LoopIdiomRecognize pass get analyses...
2015-08-13 Chandler Carruth[LIR] Remove the dedicated class for popcount recogniti...
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-08-13 Dan Gohman[WebAssembly] Declare the llvm.wasm.page.size() intrinsic.
2015-08-13 Chandler Carruth[LIR] Move all the helpers to be private and re-order...
2015-08-12 Steve KingTest Commit - Corrected spelling in README.txt.
2015-08-12 Chandler Carruth[LIR] Remove the 'LIRUtils' abstraction which was unnec...
2015-08-12 David BlaikieSimplify PackedVector by removing user-defined special...
2015-08-12 David BlaikieIRBuilder: Use move semantics for the IRBuilderInserter...
2015-08-12 Chandler Carruth[LIR] Run clang-format over LoopIdiomRecognize in prepa...
2015-08-12 Chandler Carruth[PM/AA] Remove the AliasDebugger pass.
2015-08-12 David MajnemerAdd myself as the InstCombine owner.
2015-08-12 Philip Reames[RewriteStatepointsForGC] Avoid using unrelocated point...
2015-08-12 Alex LorenzMIR Parser: Allow the MI IR references to reference...
2015-08-12 Alex LorenzMIR Serialization: Serialize the fixed stack pseudo...
2015-08-12 Cong HouNFC. Convert comments in MachineBasicBlock.cpp into...
2015-08-12 Alex LorenzMIR Parser: Move the parsing of fixed stack object...
2015-08-12 Alex LorenzMIR Serialization: Serialize the jump table pseudo...
2015-08-12 Aaron BallmanMove the object being used to move-initialize when...
2015-08-12 Alex LorenzMIR Serialization: Serialize the GOT pseudo source...
2015-08-12 Philip Reames[RewriteStatepointsForGC] Handle extractelement fully...
2015-08-12 Alex LorenzMIR Serialization: Serialize the stack pseudo source...
2015-08-12 Sanjay Patelfix typo; NFC
2015-08-12 Dan GohmanUpdate a comment; Emscripten no longer uses le32 and...
2015-08-12 Alex LorenzMIR Serialization: Serialize the constant pool pseudo...
2015-08-12 Lenny MaioraniFix missing space in libfuzzer's help text.
next