summaryrefslogtreecommitdiff
path: root/lib/IR
Commit message (Expand)AuthorAge
...
* [X86] Auto-upgrade AVX1 vbroadcast intrinsicsAdam Nemet2014-05-29
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* Factor out comparison of Instruction "special" states.Arnaud A. de Grandmaison2014-05-27
* Use existing helper function.Rafael Espindola2014-05-26
* Fix some misplaced spaces around 'override'Hans Wennborg2014-05-24
* Remove LLVMContextImpl::optimizationRemarkEnabledFor.Diego Novillo2014-05-22
* Add support for missed and analysis optimization remarks.Diego Novillo2014-05-22
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-21
* 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
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix a warning in builds without asserts.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
* musttail: Fix the verification of alignment attributesReid Kleckner2014-05-15
* Implement global merge optimization for global variables.Jiangning Liu2014-05-15
* DebugInfo: Add FIXME regarding DILexicalBlock uniquing fields.David Blaikie2014-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
* Assert that we don't RAUW a Constant with a ConstantExpr that contains it.Rafael Espindola2014-05-13
* 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
* Delete trailing white space.Rafael Espindola2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* llvm-cov: Explicitly namespace llvm::make_unique to keep MSVC happyJustin Bogner2014-05-07
* [BUG][REFACTOR]Zinovy Nis2014-05-07
* Work-around MSVS build breakage due to r208148Timur Iskhodzhanov2014-05-07
* PR19562: DebugInfo temporary MDNode leak: Don't include a temporary node to r...David Blaikie2014-05-07
* llvm-cov: Handle missing source files as GCOV doesJustin Bogner2014-05-07
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-06
* Do not make -pass-remarks additive.Diego Novillo2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Be more strict about not allowing setSection on aliases.Rafael Espindola2014-05-06
* Be more strict about not calling setAlignment on global aliases.Rafael Espindola2014-05-06
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-06
* IR: Cleanup AttributeSet::get for AttrBuilderDavid Majnemer2014-05-03
* Aliases are always definitions. Delete dead code.Rafael Espindola2014-05-02
* llvm-cov: Fix handling of line zero appearing in a line tableJustin Bogner2014-05-02
* [IR] Make {extract,insert}element accept an index of any integer type.Michael J. Spencer2014-05-01
* PR19623: Implement typedefs of void.David Blaikie2014-05-01
* IR: Conservatively verify inalloca argumentsDavid Majnemer2014-04-30
* IR: Alloca clones should remember inalloca stateDavid Majnemer2014-04-30