summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* Remove system_error.h.Rafael Espindola2014-06-12
* Do not register and de-register PassRegistrationListeners duringZachary Turner2014-06-12
* Add AVX512 masked leadz instrinsic support.Cameron McInally2014-06-11
* [X86] AVX512: Add vmovntdqaAdam Nemet2014-06-10
* Reorder Value and User fields to save 8 bytes of padding on 64-bitReid Kleckner2014-06-09
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-05
* Add a Constant version of stripPointerCasts.Rafael Espindola2014-06-04
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Remove some redundant doc commentsAlp Toker2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [X86] Remove AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* Add LoadCombine pass.Michael J. Spencer2014-05-29
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* AArch64/ARM64: move ARM64 into AArch64's placeTim Northover2014-05-24
* AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.Tim Northover2014-05-24
* Typedef NumeredTypesMapTy is not used anywhere.Yaron Keren2014-05-23
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* ARM: introduce llvm.arm.undefined intrinsicSaleem Abdulrasool2014-05-22
* GlobalValue: Automatically reset visibility when setting local linkageDuncan P. N. Exon Smith2014-05-20
* Avoids DCE on write_registerRenato Golin2014-05-20
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* Add C API for thread yielding callback.Juergen Ributzka2014-05-16
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* Revert "[PM] Add pass run listeners to the pass manager."Juergen Ributzka2014-05-15
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Style fix: The name of variables starts with an upper case letter.Rafael Espindola2014-05-13
* Fix build failure with MSVC, following r208680Artyom Skrobov2014-05-13
* [un]wrap extracted from lib/Target/Target[MachineC].cpp, lib/ExecutionEngine/...Artyom Skrobov2014-05-13
* AVX-512: changes in intrinsicsElena Demikhovsky2014-05-12
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* Remove trailing white space.Rafael Espindola2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* Add missing linkage predicates.Rafael Espindola2014-05-09
* GlobalValue: Assert symbols with local linkage have default visibilityDuncan P. N. Exon Smith2014-05-07
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* Style update: don't duplicate the function name.Rafael Espindola2014-05-07
* DebugInfo: Use enum instead of unsignedEd Maste2014-05-07
* [BUG][REFACTOR]Zinovy Nis2014-05-07
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06