- f0f224d [IR] Add support for empty tokens by David Majnemer · 10 years ago
- b513a9f [Bitcode][Asm] Teach LLVM to read and write operand bundles. by Sanjoy Das · 10 years ago
- 44876c5 Fix assertion failure in LLParser::ConvertValIDToValue by Karl Schimpf · 10 years ago
- 9ce71f7 [WinEH] Add cleanupendpad instruction by Joseph Tremoulet · 10 years ago
- 8220bcc [WinEH] Require token linkage in EH pad/ret signatures by Joseph Tremoulet · 10 years ago
- 1de2acd AsmParser: Save and restore the parsing state for types using SlotMapping. by Alex Lorenz · 10 years ago
- 6937441 Try to fix the build for C++ standard libraries missing std::map::emplace by David Blaikie · 10 years ago
- adbda4b Recommit r243824: -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- e28b9cb Revert "-Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11" by Reid Kleckner · 10 years ago
- 17376c4 Currently string attributes on function arguments/return values can be generated using LLVM API. However they are not supported in parser. So, the following scenario will fail: by Artur Pilipenko · 10 years ago
- 1b77023 -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are deprecated in C++11 by David Blaikie · 10 years ago
- 654e130 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
- 41ba2b4 [opaque pointers] Avoid the use of pointee types when parsing inline asm in IR by David Blaikie · 10 years ago
- d225595 AsmParser: Add a function to parse a standalone constant value. by Alex Lorenz · 10 years ago
- db82d2f Revert the new EH instructions by David Majnemer · 10 years ago
- ae2ffc8 New EH representation for MSVC compatibility by David Majnemer · 10 years ago
- 8955f7d AsmParser: Extend the API to make the global value and metadata node slot mappings publicly accessible. by Alex Lorenz · 10 years ago
- f00654e Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) by Alexander Kornienko · 10 years ago
- 70bc5f1 Fixed/added namespace ending comments using clang-tidy. NFC by Alexander Kornienko · 10 years ago
- 3d4cd75 IR: Add assembly/bitcode support for function metadata attachments by Duncan P. N. Exon Smith · 11 years ago
- 27d702c LLParser: Simplify ParseInstructionMetadata(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 19717ea LLParser: Split out ParseMetadataAttachment(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 31ea6d1 [IR] Introduce a dereferenceable_or_null(N) attribute. by Sanjoy Das · 11 years ago
- 2ae03e1 Revert "unique_ptrify ValID::ConstantStructElts" by Reid Kleckner · 11 years ago
- f22e370 Workaround MSVC not providing implicit move members by David Blaikie · 11 years ago
- 0afee85 unique_ptrify ValID::ConstantStructElts by David Blaikie · 11 years ago
- 7f1e056 Revert "Remove the explicit SDNodeIterator::operator= in favor of the implicit default" by David Blaikie · 11 years ago
- bb8da4c Remove the explicit SDNodeIterator::operator= in favor of the implicit default by David Blaikie · 11 years ago
- 19fc5ed AsmWriter/Bitcode: MDSubprogram by Duncan P. N. Exon Smith · 11 years ago
- 19b5105 AsmParser: Switch some vectors to maps by David Majnemer · 11 years ago
- ed458fa AsmParser: Add stubs for specialized MDNodes, NFC by Duncan P. N. Exon Smith · 11 years ago
- 077c031 AsmParser: Move MDField details to source file, NFC by Duncan P. N. Exon Smith · 11 years ago
- 39b10c2 AsmParser: Simplify MDUnsignedField by Duncan P. N. Exon Smith · 11 years ago
- 9748607 AsmParser: Recognize DW_TAG_* constants by Duncan P. N. Exon Smith · 11 years ago
- 4e4aa70 IR: Assembly and bitcode for GenericDebugNode by Duncan P. N. Exon Smith · 11 years ago
- a747728 AsmParser: PARSE_MD_FIELD() => ParseMDField(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 66ca92e AsmParser: Split up ParseMDFieldsImpl(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 13890af AsmParser: Fix error location for missing fields by Duncan P. N. Exon Smith · 11 years ago
- 7d82313 IR: Return unique_ptr from MDNode::getTemporary() by Duncan P. N. Exon Smith · 11 years ago
- 946fdcc IR: Remove MDNodeFwdDecl by Duncan P. N. Exon Smith · 11 years ago
- 6a48483 AsmParser/Bitcode: Add support for MDLocation by Duncan P. N. Exon Smith · 11 years ago
- f825dae AsmParser: Factor duplicated code into ParseMDNode(), NFC by Duncan P. N. Exon Smith · 11 years ago
- 58ef9d1 AsmParser: ParseMDNode() => ParseMDTuple(), NFC by Duncan P. N. Exon Smith · 11 years ago
- a8d9a02 AsmParser: Remove unused version of ParseMDNodeID() by Duncan P. N. Exon Smith · 11 years ago
- ab617d5 AsmParser: Use normal references for metadata attachments, NFC by Duncan P. N. Exon Smith · 11 years ago
- 090a19b IR: Add 'distinct' MDNodes to bitcode and assembly by Duncan P. N. Exon Smith · 11 years ago
- 83a362c Change the .ll syntax for comdats and add a syntactic sugar. by Rafael Espindola · 11 years ago
- be7ea19 IR: Make metadata typeless in assembly by Duncan P. N. Exon Smith · 11 years ago
- 5bf8fef IR: Split Metadata from Value by Duncan P. N. Exon Smith · 11 years ago
- 17a9cff Make CallingConv::ID an alias of "unsigned". by Alexey Samsonov · 11 years ago
- 8349864 Declare that musttail calls in variadic functions forward the ellipsis by Reid Kleckner · 11 years ago
- 0a448fb IR: Implement uselistorder assembly directives by Duncan P. N. Exon Smith · 11 years ago
- 1716990 LLParser: Handle BlockAddresses on-the-fly by Duncan P. N. Exon Smith · 11 years ago
- 43d22b8 These classes only need a StringRef, not a MemoryBuffer. by Rafael Espindola · 11 years ago
- a7c40ef Canonicalize header guards into a common format. by Benjamin Kramer · 11 years ago
- 464fe02 Use "weak alias" instead of "alias weak" by Rafael Espindola · 11 years ago
- b0407ba Add a dereferenceable attribute by Hal Finkel · 11 years ago
- dad0a64 IR: Add COMDATs to the IR by David Majnemer · 11 years ago
- 42a4c9f Allow aliases to be unnamed_addr. by Rafael Espindola · 11 years ago
- 59f7eba [pr19844] Add thread local mode to aliases. by Rafael Espindola · 11 years ago
- 5772b77 Add 'musttail' marker to call instructions by Reid Kleckner · 12 years ago
- ada0857 [C++11] More 'nullptr' conversion. In some cases just using a boolean check instead of comparing to nullptr. by Craig Topper · 12 years ago
- e94a518 IR: add a second ordering operand to cmpxhg for failure by Tim Northover · 12 years ago
- 4220e9c [Modules] Move ValueHandle into the IR library where Value itself lives. by Chandler Carruth · 12 years ago
- 436c42e Add an inalloca flag to allocas by Reid Kleckner · 12 years ago
- 7157bb7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
- 9d2e0df Revert "Decouple dllexport/dllimport from linkage" by Nico Rieck · 12 years ago
- e43aaf7 Decouple dllexport/dllimport from linkage by Nico Rieck · 12 years ago
- 209b17c AutoUpgrade: upgrade from scalar TBAA format to struct-path aware TBAA format. by Manman Ren · 12 years ago
- 079b96e Revert "Give internal classes hidden visibility." by Benjamin Kramer · 12 years ago
- 6a44af362 Give internal classes hidden visibility. by Benjamin Kramer · 12 years ago
- 41748d7 Added support for the Builtin attribute. by Michael Gottesman · 12 years ago
- 09bd1f7 Implement the NoBuiltin attribute. by Bill Wendling · 13 years ago
- b32b041 Parse the attribute group reference on a function. by Bill Wendling · 13 years ago
- 8b0321d Use ParseFnAttributeValuePairs instead of ParseOptionalFuncAttrs by Bill Wendling · 13 years ago
- 63b8819 Initial submission for the attribute group feature. by Bill Wendling · 13 years ago
- fe0021a Make sure that the Attribute object represents one attribute only. by Bill Wendling · 13 years ago
- 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
- 3d7b0b8 Rename the 'Attributes' class to 'Attribute'. It's going to represent a single attribute in the future. by Bill Wendling · 13 years ago
- 65f1435 Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some interfaces. by Michael Ilseman · 13 years ago
- 34c2eb2 Split up the ParseOptionalAttrs method into three different methods for each by Bill Wendling · 13 years ago
- 802d755 Sort includes for all of the .h files under the 'lib' tree. These were by Chandler Carruth · 13 years ago
- 706d3d6 Add back support for reading and parsing 'deplibs'. by Bill Wendling · 13 years ago
- ee5984d Remove the dependent libraries feature. by Bill Wendling · 13 years ago
- 9205317 Fast-math flags for LLVM IR parsing and printing by Michael Ilseman · 13 years ago
- 26ee2b8 Remove trailing whitespace by Michael Ilseman · 13 years ago
- 50d2784 Move the Attributes::Builder outside of the Attributes class and into its own class named AttrBuilder. No functionality change. by Bill Wendling · 13 years ago
- c6daefa Use the Attributes::Builder to build the attributes in the parser. by Bill Wendling · 13 years ago
- cbe34b4 Extend the IL for selecting TLS models (PR9788) by Hans Wennborg · 13 years ago
- a5054ad Extend Attributes to 64 bits by Kostya Serebryany · 14 years ago
- bc63929 remove asmparsing and documentation support for "volatile load", which was only produced by LLVM 2.9 and earlier. LLVM 3.0 and later prefers "load volatile". by Chris Lattner · 14 years ago
- 02e737b Move "atomic" and "volatile" designations on instructions after the opcode by Eli Friedman · 14 years ago
- fae1475 Initial commit of the 'landingpad' instruction. by Bill Wendling · 14 years ago
- 59b6688 Representation of 'atomic load' and 'atomic store' in IR. by Eli Friedman · 14 years ago
- f891bf8 Add the 'resume' instruction for the new EH rewrite. by Bill Wendling · 14 years ago
- ad088e6 Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, by Bill Wendling · 14 years ago
- c9a551e LangRef and basic memory-representation/reading/writing for 'cmpxchg' and by Eli Friedman · 14 years ago
- 6c923bb Merge the contents from exception-handling-rewrite to the mainline. by Bill Wendling · 14 years ago
- fee02c6 Initial implementation of 'fence' instruction, the new C++0x-style replacement for llvm.memory.barrier. by Eli Friedman · 14 years ago
- 229907c land David Blaikie's patch to de-constify Type, with a few tweaks. by Chris Lattner · 14 years ago