Taints upcoming store and adds bogus conditional branches else where. Now as a separa...
[oota-llvm.git] / lib / IR /
2017-12-05 Peizhao OuSets insertion point of fake cond branch to the last...
2017-12-05 Peizhao OuFixes undominating relaxed loads issue
2017-11-29 Peizhao OuFixes a bug in finding the upcoming store/conditional...
2017-11-20 Peizhao OuReverts wrong modification to MachineBlockPlacement...
2016-02-04 Hans WennborgMerging r259695:
2016-01-19 Hans WennborgMerging r257902 (and r257775)
2016-01-13 Keno FischerRe-Revert r257105 (Verifier debug info changes)
2016-01-13 Keno FischerUse utostr rather than std::to_string
2016-01-13 Keno FischerReapply r257105 "[Verifier] Check that debug values...
2016-01-11 Teresa JohnsonSplit resolveCycles(bool AllowTemps) into two interface...
2016-01-10 Joseph Tremoulet[WinEH] Fix catchpad pred verification
2016-01-10 Joseph Tremoulet[WinEH] Disallow cyclic unwinds
2016-01-10 Joseph Tremoulet[WinEH] Verify consistent funclet unwind exits
2016-01-10 Joseph Tremoulet[WinEH] Verify unwind edges against EH pad tree
2016-01-08 Mehdi AminiRemove static global GCNames from Function.cpp and...
2016-01-07 Keno FischerTemporarily revert r257105 "[Verifier] Check that debug...
2016-01-07 Keno Fischer[Verifier] Check that debug values have proper size
2016-01-07 Mehdi AminiFix crash when printing instructions that have a metada...
2016-01-07 Amjad AboudAdded support for macro emission in dwarf (supporting...
2016-01-07 Philip Reames[Statepoints] Initial support for relocating vectors...
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2016-01-06 Sanjay Patelfix typos; NFC
2016-01-05 Manuel JacobAdd function for testing string attributes to InvokeIns...
2016-01-05 Manuel Jacob[Statepoints] Refactor GCRelocateOperands into an intri...
2016-01-05 Joseph Tremoulet[WinEH] Simplify unreachable catchpads
2016-01-03 Craig TopperUse std::is_sorted and std::none_of instead of manual...
2016-01-02 Joseph Tremoulet[Verifier] Add braces to satisfy buildbots. NFC
2016-01-02 Joseph Tremoulet[WinEH] Verify catchswitch handlers
2016-01-02 Joseph Tremoulet[WinEH] Tighten parentPad verifier checks
2015-12-30 Teresa Johnson[ThinLTO] Rename variables used in metadata linking...
2015-12-30 Teresa JohnsonEnsure MDNode used as key in metadata linking map canno...
2015-12-29 Chandler Carruth[ptr-traits] Merge the MetadataTracking helpers into...
2015-12-26 Chen Li[gc.statepoint] Change gc.statepoint intrinsic's return...
2015-12-25 Craig Topper[IR] Mark the Type subclass helper methods 'inline...
2015-12-23 Keno Fischer[Function] Properly remove use when clearing personality
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Akira HatanakaRevert r256277 and r256279.
2015-12-22 Akira HatanakaAdd a .td file I forgot to add in r256277.
2015-12-22 Akira HatanakaProvide a way to specify inliner's attribute compatibil...
2015-12-22 Manuel JacobRemove deprecated llvm.experimental.gc.result.{int...
2015-12-21 Amjad AboudImplemented Support of IA interrupt and exception handlers:
2015-12-19 Rafael EspindolaAssert that we have all use/users in the getters.
2015-12-19 Vedant KumarRe-reapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "Reapply "[IR] Move optional data in llvm::Funct...
2015-12-19 Vedant KumarReapply "[IR] Move optional data in llvm::Function...
2015-12-19 Vedant KumarRevert "[IR] Move optional data in llvm::Function into...
2015-12-19 Vedant Kumar[IR] Move optional data in llvm::Function into a hungof...
2015-12-18 Rafael EspindolaRemove redundant argument. NFC.
2015-12-18 Rafael EspindolaDrop materializeAllPermanently.
2015-12-18 Rafael EspindolaDrop support for dematerializing.
2015-12-17 JF BastienPolish atomic pointers
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-12-16 Vaivaswatha NagarajAdd InaccessibleMemOnly and inaccessibleMemOrArgMemOnly...
2015-12-16 George Burgess IVMinor cleanup of Attribute code. NFC.
2015-12-16 Philip Reames[IR] Add support for floating pointer atomic loads...
2015-12-15 David Majnemer[WinEH] Use operand bundles to describe call sites
2015-12-15 Craig Topper[IR] Add classof for GetElementPtrConstantExpr, Compare...
2015-12-15 Craig TopperUse CmpInst::Predicate instead of 'unsigned short'...
2015-12-15 Mehdi AminiInstcombine: destructor loads of structs that do not...
2015-12-14 Pete CooperAdd missing vtable anchor's.
2015-12-14 David Majnemer[ConstantFold] Fix bitcast to gep constant folding...
2015-12-14 Sanjoy DasTeach haveSameSpecialState about operand bundles
2015-12-14 David Majnemer[IR] Remove terminatepad
2015-12-12 David Majnemer[IR] Reformulate LLVM's EH funclet IR
2015-12-12 Sanjay Patel[InstCombine] allow any pair of bitcasts to be combined
2015-12-11 Sanjay Patelfix typos; NFC
2015-12-10 Duncan P. N. Exon... Verifier: Avoid quadratic checking of aggregates for...
2015-12-10 Amjad AboudMacro debug info support in LLVM IR
2015-12-10 Sanjoy DasAdd arg_begin() and arg_end() to CallInst and InvokeIns...
2015-12-09 Justin BognerIR: Make ConstantDataArray::getFP actually return a...
2015-12-09 Rong Xu[PGO] Resubmit "MST based PGO instrumentation infrastru...
2015-12-09 Sanjoy DasDon't drop attributes when inlining through "deopt...
2015-12-08 Justin BognerIR: Allow vectors of halfs to be ConstantDataVectors
2015-12-08 Sanjoy DasAdd Instruction::getFunction; NFC
2015-12-07 Philip ReamesRemove debug output that snuck into 254957
2015-12-07 Philip ReamesReapply 254950 w/fix
2015-12-06 Keno Fischer[Verifier] Fix !dbg validation if Scope is the Subprogram
2015-12-04 Philip Reames[PassManager] Ensure destructors of cached AnalysisUsag...
2015-12-04 Sanjoy Das[OperandBundles] Allow operand-specific attributes...
2015-12-04 Philip Reames[LegacyPassManager] Reduce memory usage for AnalysisUsage
2015-12-04 Manman Ren[CXX TLS calling convention] Add CXX TLS calling conven...
2015-12-04 Justin BognerIR: Use format_hex instead of handrolling the conversio...
2015-12-04 Justin BognerIR: Update a comment and a bool that've been out of...
2015-12-03 Easwaran RamanInterface to attach maximum function count from PGO...
2015-12-02 Rafael EspindolaDon't copy information from aliasee to alias.
2015-12-02 Akira Hatanaka[AttributeSet] Overload AttributeSet::addAttribute...
2015-12-01 Justin BognerIR: Clean up some duplicated code in ConstantDataSequen...
2015-12-01 Keno Fischer[Verifier] Improve error for cross-module refs
2015-11-26 Rafael EspindolaDisallow aliases to available_externally.
2015-11-24 Rong Xu[PGO] Revert revision r254021,r254028,r254035
2015-11-24 Rong Xu[PGO] MST based PGO instrumentation infrastructure
2015-11-24 Krzysztof ParzyszekAdd vector types for intrinsics
2015-11-24 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-23 Krzysztof ParzyszekRevert r253923.
2015-11-23 Krzysztof ParzyszekAdd new vector types for 512-, 1024- and 2048-bit vectors
2015-11-22 Benjamin Kramer[MDBuilder] Simplify code using initializer lists....
2015-11-22 Rafael EspindolaHave a single way for creating unique value names.
2015-11-21 Teresa Johnson[ThinLTO] Handle bitcode without function summary secti...
next