summaryrefslogtreecommitdiff
path: root/include/llvm/IR
Commit message (Expand)AuthorAge
* R600: Fix inconsistency in rsq instructions.Matt Arsenault2014-06-24
* Add new debug kind LocTrackingOnly.Diego Novillo2014-06-24
* Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola2014-06-23
* R600/SI: Fix div_scale intrinsic.Matt Arsenault2014-06-23
* R600: Fix formatting of intrinsic definitions.Matt Arsenault2014-06-23
* Revert "Replace Execution Engine's mutex with std::recursive_mutex."Zachary Turner2014-06-20
* Reverting size_type for the containers from size_type to unsigned. Yaron Keren2014-06-20
* The count() function for STL datatypes returns unsigned, even where it'sYaron Keren2014-06-20
* Don't build switch lookup tables for dllimport or TLS variablesHans Wennborg2014-06-20
* R600/SI: Add intrinsics for various math instructions.Matt Arsenault2014-06-19
* Replace Execution Engine's mutex with std::recursive_mutex.Zachary Turner2014-06-18
* Revert "Random Number Generator (llvm)"JF Bastien2014-06-18
* Random Number Generator (llvm)JF Bastien2014-06-18
* Expose ValueMap's mutex type as a typedef instead of a sys::Mutex.Zachary Turner2014-06-17
* AArch64: Add backend intrinsic for rbit.Jim Grosbach2014-06-16
* ARM: intrinsic support for rbit.Jim Grosbach2014-06-16
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* 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