summaryrefslogtreecommitdiffstats
path: root/llvm/lib/AsmParser
Commit message (Expand)AuthorAgeFilesLines
* Update the MemoryBuffer API to use ErrorOr.Rafael Espindola2014-07-061-4/+5
* IR: Add COMDATs to the IRDavid Majnemer2014-06-275-8/+165
* ParseIR: don't take ownership of the MemoryBufferAlp Toker2014-06-271-2/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-3/+4
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-4/+3
* Rename loop unrolling and loop vectorizer metadata to have a common prefix.Eli Bendersky2014-06-251-0/+1
* IR: add "cmpxchg weak" variant to support permitted failure.Tim Northover2014-06-133-6/+12
* Remove 'using std::errro_code' from lib.Rafael Espindola2014-06-131-2/+1
* Don't use 'using std::error_code' in include/llvm.Rafael Espindola2014-06-121-0/+1
* Remove system_error.h.Rafael Espindola2014-06-121-1/+1
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-062-20/+32
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-053-0/+5
* Clauses in a landingpad are always Constant. Use a stricter type.Rafael Espindola2014-06-041-2/+3
* Update comments to match reality.Rafael Espindola2014-06-031-4/+4
* Fix a small bug in the parsing of anonymous globals.Rafael Espindola2014-06-031-0/+2
* Simplify the parsing of unnamed globals. No functionality changed.Rafael Espindola2014-06-031-31/+12
* Update comment. This should have been part of r210062.Rafael Espindola2014-06-031-2/+0
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-39/+20
* [pr19844] Add thread local mode to aliases.Rafael Espindola2014-05-282-17/+37
* [modules] Add module maps for LLVM. These are not quite ready for prime-timeRichard Smith2014-05-211-0/+1
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-203-0/+5
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-171-2/+2
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-171-2/+2
* Fix most of PR10367.Rafael Espindola2014-05-161-18/+45
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-161-2/+4
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-093-4/+1
* Don't crash on redefinitions.Rafael Espindola2014-05-091-5/+7
* IR: Don't allow non-default visibility on local linkageDuncan P. N. Exon Smith2014-05-071-0/+17
* Add 'musttail' marker to call instructionsReid Kleckner2014-04-244-7/+19
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-161-2/+3
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-153-96/+97
* AsmParser: add a warning for compatibility parsingSaleem Abdulrasool2014-04-053-0/+10
* AsmParser: restore LLVM IR compatibility for linker_private{,_weak}Saleem Abdulrasool2014-04-053-0/+17
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-133-13/+1
* IR: add a second ordering operand to cmpxhg for failureTim Northover2014-03-112-6/+22
* IR: Change inalloca's grammar a bitDavid Majnemer2014-03-091-19/+14
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-3/+2
* [Layering] Move AutoUpgrade.h into the IR library where itsChandler Carruth2014-03-051-1/+1
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-051-2/+2
* [Modules] Move ValueHandle into the IR library where Value itself lives.Chandler Carruth2014-03-041-1/+1
* [ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'Reid Kleckner2014-01-313-1/+4
* Add an inalloca flag to allocasReid Kleckner2014-01-172-10/+22
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-173-0/+7
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-142-38/+62
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-142-62/+38
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-142-38/+62
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-072-3/+3
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-193-0/+5
* Debug Info: drop debug info via upgrading path if version number does not match.Manman Ren2013-12-021-0/+2
* Make it explicit that nulls are not allowed in names.Rafael Espindola2013-11-191-0/+4
OpenPOWER on IntegriCloud