Fix LLVM C API for DataLayout
[oota-llvm.git] / include /
2015-08-25 Mehdi AminiFix LLVM C API for DataLayout
2015-08-24 Matthias BraunMachineBasicBlock: Add liveins() method returning an...
2015-08-24 Peter CollingbourneLTO: Simplify merged module ownership.
2015-08-24 Rafael EspindolaReport an error if a SHT_SYMTAB_SHNDX section has the...
2015-08-24 Dan Gohman[WebAssembly] Skeleton FastISel support
2015-08-23 David Majnemer[IR] Cleanup EH instructions a little bit
2015-08-23 Joseph Tremoulet[WinEH] Require token linkage in EH pad/ret signatures
2015-08-22 Peter CollingbourneLTO: Maintain target triple, FeatureStr and CGOptLevel...
2015-08-21 Peter CollingbourneLTO: Change signature of LTOCodeGenerator::setCodePICMo...
2015-08-21 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-21 David Blaikie[opaque pointer types] Push the passing of value types...
2015-08-21 Alex LorenzAsmParser: Save and restore the parsing state for types...
2015-08-21 David Blaikie[opaque pointer type]: Pass explicit pointee type when...
2015-08-21 Yaron KerenDisable Visual C++ 2013 Debug mode assert on null point...
2015-08-21 Peter CollingbourneLinker: Remove empty destructor.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::TargetMach.
2015-08-21 Peter CollingbourneLTO: Simplify ownership of LTOCodeGenerator::CodegenOpt...
2015-08-21 Peter CollingbourneTransformUtils: Introduce module splitter.
2015-08-20 Adrian PrantlRename Instruction::dropUnknownMetadata() to dropUnknow...
2015-08-20 Ahmed Bougacha[X86] Replace avx2 broadcast intrinsics with native IR.
2015-08-20 Jingyue Wu[ValueTracking] computeOverflowForSignedAdd and isKnown...
2015-08-20 Adam Nemet[LVer] Fix FIXME: hide addPHINodes, NFC
2015-08-20 Chandler Carruth[ARC] Pull the ObjC ARC components that really serve...
2015-08-19 David BlaikieAllow Optionals to be compared to None
2015-08-19 Simon Pilgrim[DAGCombiner] Added SMAX/SMIN/UMAX/UMIN constant folding
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Bruno Cardoso LopesRevert "[PeepholeOptimizer] Look through PHIs to find...
2015-08-19 Bruno Cardoso Lopes[PeepholeOptimizer] Look through PHIs to find additiona...
2015-08-19 Michael Kuperstein[TLI] Refactor "is integer division cheap" queries.
2015-08-19 Ashutosh NemaExposed findDefsUsedOutsideOfLoop as a loop utility...
2015-08-19 Chandler Carruth[LPM] Teach the legacy pass manager to support *using...
2015-08-19 Hal FinkelFix how DependenceAnalysis calls delinearization
2015-08-19 Alex LorenzMIR Serialization: Serialize MMI's variable debug infor...
2015-08-18 Steve KingFix backward operands in call to isTruncateFree() and...
2015-08-18 Alex LorenzMIR Serialization: Serialize the operand's bit mask...
2015-08-18 Peter CollingbourneSupport: Clean up TSan annotations.
2015-08-18 Alex LorenzMIR Serialization: Serialize the frame information...
2015-08-18 Chandler Carruth[PM/AA] Add using declarations to avoid hiding virtual...
2015-08-18 David Majnemer[WinEH] Calculate state numbers for the new EH represen...
2015-08-18 Matthias BraunMachineRegisterInfo: Introduce isPhysRegUsed()
2015-08-18 Chandler Carruth[LPM] Group the addPreserved template with the non...
2015-08-18 Chandler Carruth[PM/AA] Remove the last relics of the separate IPA...
2015-08-17 Guozhi WeiAlign SP adjustment in function getSPAdjust
2015-08-17 Alex LorenzMIR Serialization: Serialize the local offsets 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 Tobias GrosserRevert "Disable targetdatalayoutcheck"
2015-08-17 Tobias GrosserDisable targetdatalayoutcheck
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 Sanjay Pateltransform fmin/fmax calls when possible (PR24314)
2015-08-16 Chandler CarruthRevert r244127: [PM] Remove a failed attempt to port...
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 David Majnemer[IR] Give catchret an optional 'return value' operand
2015-08-15 James Y KnightRemove redundant TargetFrameLowering::getFrameIndexOffs...
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 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 Renato GolinRevert "[ARM] Fix MachO CPU Subtype selection"
2015-08-14 Vedant Kumar[ARM] Fix MachO CPU Subtype selection
2015-08-14 Kit BartonReverting patch r244235.
2015-08-14 Reid Kleckner[sancov] Leave llvm.localescape in the entry block
2015-08-14 Rafael EspindolaRevert "Centralize the information about which object...
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 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 David Majnemer[IR] Add token types
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] 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] 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 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-13 Alex LorenzMIR Serialization: Change MIR syntax - use custom synta...
2015-08-13 Yaron KerenRemove and forbid raw_svector_ostream::flush() calls.
2015-08-13 Yaron KerenRemove raw_svector_ostream::resync and users. It's...
2015-08-13 Yaron KerenModify raw_svector_ostream to use its SmallString witho...
2015-08-13 Rafael EspindolaThere is only one saver of strings.
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-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[PM/AA] Remove the AliasDebugger pass.
2015-08-12 Aaron BallmanMove the object being used to move-initialize when...
2015-08-12 Dan GohmanUpdate a comment; Emscripten no longer uses le32 and...
2015-08-12 Chandler Carruth[PM/AA] Have memdep explicitly get and use TargetLibrar...
next