Whitespace.
[oota-llvm.git] / lib / IR /
2015-06-27 Duncan P. N. Exon... IR: Expose ModuleSlotTracker in Value::print()
2015-06-27 Duncan P. N. Exon... Plug a leak introduced by r240848
2015-06-26 Duncan P. N. Exon... CodeGen: Push the ModuleSlotTracker through Metadata
2015-06-26 Philip ReamesMinor style cleanup after 240843 [NFC]
2015-06-26 Philip Reames[Verifier] Follow on to 240836
2015-06-26 Duncan P. N. Exon... CodeGen: Use a single SlotTracker in MachineFunction...
2015-06-26 Philip Reames[Verifier] Verify invokes of intrinsics
2015-06-24 Pete CooperDevirtualize Instruction::clone_impl
2015-06-24 Pete CooperDevirtualize Constant::replaceUsesOfWithOnConstant.
2015-06-24 Pete CooperRemove unused GlobalVariable::replaceUsesOfWithOnConsta...
2015-06-23 Pete CooperDevirtualize Constant::destroyConstant.
2015-06-23 Rafael EspindolaRemove unused arguments and move ManglerPrefixTy to...
2015-06-23 Rafael EspindolaSimplify the Mangler interface now that DataLayout...
2015-06-23 Rafael EspindolaUse MCSymbols for FastISel.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Tobias GrosserIRBuilder: Allow globals to be constructed in a specifi...
2015-06-18 Sanjoy Das[CallGraph] Teach the CallGraph about non-leaf intrinsics.
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-17 Rafael EspindolaAllow aliases to be unnamed.
2015-06-17 Rafael EspindolaUse a range loop. NFC.
2015-06-17 James Y KnightTweak wording of alignment static_assert messages.
2015-06-17 James Y KnightFix alignment issues in LLVM.
2015-06-16 Aaron BallmanSilence an MSVC warning about not all control paths...
2015-06-15 Adrian PrantlDebug Info IR: Switch DIObjCProperty to use DITypeRef.
2015-06-15 Peter CollingbourneProtection against stack-based memory corruption errors...
2015-06-15 Alex LorenzMIR Serialization: Connect the machine function analysi...
2015-06-15 Yaron KerenDe-duplicate common expression, NFC.
2015-06-13 Yaron KerenC++11 Rangify loops in AssemblyWriter::printModule...
2015-06-12 David BlaikieRefix a use of explicit pointer types in GEP constant...
2015-06-12 Pete CooperMove OperandList to be allocated prior to User for...
2015-06-12 Pete CooperAdded a version of User::new for hung off uses.
2015-06-12 Pete CooperRename NumOperands to make it clear its managed by...
2015-06-12 Pete CooperReplace all accesses to User::OperandList with getter...
2015-06-11 Alexey SamsonovSet proper debug location for branch added in BasicBloc...
2015-06-11 Benjamin KramerReplace an instance of custom atomics with standard...
2015-06-11 Reid KlecknerRevert "Move dllimport name mangling to IR mangler."
2015-06-10 Pete CooperStop returning a Use* from allocHungOffUses.
2015-06-10 Pete CooperAdd User::growHungoffUses and use it to grow the hung...
2015-06-10 Pete CooperDelete User::dropHungOffUses and move it in to ~User...
2015-06-10 Pete CooperMake User track whether a class has 'hung off uses...
2015-06-10 Pete CooperMove the special Phi logic for hung off uses in to...
2015-06-10 Peter CollingbourneArgumentPromotion: Drop sret attribute on functions...
2015-06-09 Peter CollingbourneMove dllimport name mangling to IR mangler.
2015-06-08 Benjamin KramerPrefer copy init over direct init. NFC.
2015-06-07 Benjamin Kramer[AsmWriter] Rewrite module asm printing using StringRef...
2015-06-05 Yaron KerenRangify more for loops in LegacyPassManager.cpp.
2015-06-05 Yaron KerenRangify for loops in LegacyPassManager.cpp.
2015-06-04 Peter Zotov[C API] Add LLVMStructGetTypeAtIndex.
2015-06-04 David Majnemer[ConstantFold] Don't skip the first gep index when...
2015-06-02 Nick LewyckyInt128 is also a built-in preconstructed type.
2015-06-02 Filipe Cabecinhas[IR/AsmWriter] Output escape sequences if the first...
2015-06-02 Filipe Cabecinhasclang-format a few functions. NFC
2015-06-01 Owen AndersonMove the name pointer out of Value into a map that...
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-05-29 Ahmed Bougacha[IR] fptrunc-of-fptrunc isn't an EliminableCastPair.
2015-05-26 Owen AndersonAdd initial support for the convergent attribute.
2015-05-26 Philip Reames[PlaceSafepoints] Cleanup InsertSafepointPoll function
2015-05-25 Kit BartonThis patch adds support for the vector quadword add...
2015-05-23 Akira HatanakaSimplify and rename function overrideFunctionAttributes...
2015-05-21 Pete CooperUse Op<0> accessor instead of OperandList for Instructi...
2015-05-21 David BlaikiePut GEPOperator member function definition in the appro...
2015-05-21 David Blaikie[opaque pointer type] Allow gep_type_iterator to work...
2015-05-21 Adrian PrantlIR / debug info: Add a DWOId field to DICompileUnit,
2015-05-21 David Blaikie[opaque pointer type] Pass explicit pointee type in...
2015-05-20 David Blaikie[opaque pointer type] Pass explicit type to Load instru...
2015-05-20 David Blaikie[opaque pointer type] LoadInst: assert that the explici...
2015-05-20 Pete CooperChange Function::getIntrinsicID() to return an Intrinsi...
2015-05-19 Sanjoy DasDereferenceable, dereferenceable_or_null metadata for...
2015-05-19 Yaron KerenAs r237678 was reverted, this is no longer needed.
2015-05-19 Yaron KerenFix Visual C++ errors C2784, C2780, C2782 after r237678.
2015-05-19 Pete CooperStore intrinsic ID by value in Function instead of...
2015-05-19 Pete CooperMove Function::lookupIntrinsicID to a static method...
2015-05-18 David BlaikieSimplify IRBuilder::CreateCall* by using ArrayRef+initi...
2015-05-18 Eric ChristopherFix some odd whitespace and formatting errors while...
2015-05-18 Filipe CabecinhasExtract the load/store type verification to a separate...
2015-05-18 Chen Li[Verifier] Assert gc_relocate always return a pointer...
2015-05-15 Eric ChristopherWhile in GlobalValue fix the function(s) that don't...
2015-05-15 Jingyue WuAdd a speculative execution pass
2015-05-13 David Blaikie[opaque pointer type] Use GlobalVariable::getValueType...
2015-05-13 Sanjoy Das[Safepoints][Verifier] Fix a tautological Assert.
2015-05-13 David Blaikie[opaque pointer type] Constant Folding: Use GEPOperator...
2015-05-13 David Blaikie[opaque pointer type] Pass the explicit function type...
2015-05-13 Diego NovilloAdd function entry count metadata.
2015-05-12 Sanjoy Das[Statepoints] Support for "patchable" statepoints.
2015-05-12 Pete CooperConvert PHI getIncomingValue() to foreach over incoming...
2015-05-12 Sunil SrivastavaChanged renaming of local symbols by inserting a dot...
2015-05-11 Sanjoy DasRename variables in gc_relocate related functions to...
2015-05-11 David BlaikieSimplify a return expression and an access to an alloca...
2015-05-11 Sanjoy Das[RewriteStatepointsForGC] Fix a bug on creating gc_relo...
2015-05-11 Elena DemikhovskyAVX-512: Changed CC parameter in "cmp" intrinsic
2015-05-09 Quentin ColombetRevert r236912.
2015-05-08 David Blaikie[opaque pointer type] Cleanup a few references to point...
2015-05-08 David BlaikieReplace branch-to-unreachable with assertion.
2015-05-08 Pat GavlinExtend the statepoint intrinsic to allow statepoints...
2015-05-08 David Blaikie[opaque pointer type] Explicit pointee type for GEPOper...
2015-05-07 David BlaikieRecommit r236670: [opaque pointer type] Pass explicit...
2015-05-07 Elena DemikhovskyAVX-512: Added all forms of FP compare instructions...
2015-05-06 David BlaikieRevert "[opaque pointer type] Pass explicit pointer...
next