summaryrefslogtreecommitdiff
path: root/lib/AsmParser
Commit message (Expand)AuthorAge
* IR: Add COMDATs to the IRDavid Majnemer2014-06-27
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-25
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-13
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-13
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-12
* Remove system_error.h.Rafael Espindola2014-06-12
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-04
* Update comments to match reality.Rafael Espindola2014-06-03
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-03
* Simplify the parsing of unnamed globals. No functionality changed.Rafael Espindola2014-06-03
* Update comment. This should have been part of r210062.Rafael Espindola2014-06-03
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-28
* [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
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Fix most of PR10367.Rafael Espindola2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* Don't crash on redefinitions.Rafael Espindola2014-05-09
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-07
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-24
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-16
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-05
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-05
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-11
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-09
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-04
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-31
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-02
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-19
* Add addrspacecast instruction.Matt Arsenault2013-11-15