2013-07-12 |
Charles Davis | Target/X86: Add explicit Win64 and System V/x86-64... |
blob | commitdiff | raw |
2013-06-27 |
Michael Gottesman | Added support for the Builtin attribute. |
blob | commitdiff | raw | diff to current |
2013-05-24 |
Diego Novillo | Add a new function attribute 'cold' to functions. |
blob | commitdiff | raw | diff to current |
2013-04-20 |
Stephen Lin | Add CodeGen support for functions that always return... |
blob | commitdiff | raw | diff to current |
2013-02-26 |
Kostya Serebryany | Unify clang/llvm attributes for asan/tsan/msan (LLVM... |
blob | commitdiff | raw | diff to current |
2013-02-22 |
Bill Wendling | Implement the NoBuiltin attribute. |
blob | commitdiff | raw | diff to current |
2013-02-11 |
Kostya Serebryany | [tsan/msan] adding thread_safety and uninitialized_chec... |
blob | commitdiff | raw | diff to current |
2013-02-06 |
Bill Wendling | Initial submission for the attribute group feature. |
blob | commitdiff | raw | diff to current |
2013-02-05 |
Michael Gottesman | Added LLVM Asm/Bitcode Reader/Writer support for new... |
blob | commitdiff | raw | diff to current |
2013-01-23 |
Bill Wendling | Add the IR attribute 'sspstrong'. |
blob | commitdiff | raw | diff to current |
2012-12-20 |
James Molloy | Add a new attribute, 'noduplicate'. If a function conta... |
blob | commitdiff | raw | diff to current |
2012-11-28 |
Bill Wendling | Add back support for reading and parsing 'deplibs'. |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
blob | commitdiff | raw | diff to current |
2012-11-27 |
Michael Ilseman | Fast-math flags for LLVM IR parsing and printing |
blob | commitdiff | raw | diff to current |
2012-10-30 |
Quentin Colombet | Change ForceSizeOpt attribute into MinSize attribute |
blob | commitdiff | raw | diff to current |
2012-10-24 |
Elena Demikhovsky | Special calling conventions for Intel OpenCL built... |
blob | commitdiff | raw | diff to current |
2012-10-22 |
Nadav Rotem | Add the "ForceSizeOpt" attribute. |
blob | commitdiff | raw | diff to current |
2012-10-01 |
Micah Villmow | Add in support for SPIR to LLVM core. This adds a new... |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Chad Rosier | [ms-inline asm] Enumerate the InlineAsm dialects and... |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Chad Rosier | [ms-inline asm] Emit the (new) inline asm Non-Standard... |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Chad Rosier | [ms-inline asm] Remove the Inline Asm Non-Standard... |
blob | commitdiff | raw | diff to current |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
blob | commitdiff | raw | diff to current |
2012-08-10 |
Chad Rosier | [ms-inline asm] Add a new Inline Asm Non-Standard Diale... |
blob | commitdiff | raw | diff to current |
2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
blob | commitdiff | raw | diff to current |
2012-02-06 |
Bill Wendling | 'unwind' is a keyword, not an instruction. |
blob | commitdiff | raw | diff to current |
2012-01-20 |
Kostya Serebryany | Extend Attributes to 64 bits |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Rafael Espindola | Remove last references to hotpatch. |
blob | commitdiff | raw | diff to current |
2011-10-03 |
Rafael Espindola | Add the returns_twice attribute to LLVM. |
blob | commitdiff | raw | diff to current |
2011-08-12 |
Bill Wendling | Initial commit of the 'landingpad' instruction. |
blob | commitdiff | raw | diff to current |
2011-07-31 |
Bill Wendling | Add the 'resume' instruction for the new EH rewrite. |
blob | commitdiff | raw | diff to current |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
blob | commitdiff | raw | diff to current |
2011-07-28 |
Eli Friedman | LangRef and basic memory-representation/reading/writing... |
blob | commitdiff | raw | diff to current |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
blob | commitdiff | raw | diff to current |
2011-07-25 |
Eli Friedman | Initial implementation of 'fence' instruction, the... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
Chris Lattner | remove asmparser support for the old getresult instruct... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
Chris Lattner | stop accepting begin/end around function bodies in... |
blob | commitdiff | raw | diff to current |
2011-06-17 |
Chris Lattner | Remove old backwards compatibility support from the... |
blob | commitdiff | raw | diff to current |
2011-06-15 |
John McCall | Add a new function attribute, nonlazybind, which inhibi... |
blob | commitdiff | raw | diff to current |
2011-05-25 |
Rafael Espindola | Replace the -unwind-tables option with a per function... |
blob | commitdiff | raw | diff to current |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
blob | commitdiff | raw | diff to current |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
blob | commitdiff | raw | diff to current |
2011-03-03 |
Tilmann Scheller | Use X86_thiscall calling convention for Win64 as well. |
blob | commitdiff | raw | diff to current |
2011-03-02 |
Tilmann Scheller | Add Win64 thiscall calling convention. |
blob | commitdiff | raw | diff to current |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
blob | commitdiff | raw | diff to current |
2010-10-25 |
Charles Davis | Add a new 'hotpatch' attribute. This attribute will... |
blob | commitdiff | raw | diff to current |
2010-09-25 |
Che-Liang Chiou | Add ret instruction to PTX backend |
blob | commitdiff | raw | diff to current |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
blob | commitdiff | raw | diff to current |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
blob | commitdiff | raw | diff to current |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Revert r107205 and r107207. |
blob | commitdiff | raw | diff to current |
2010-06-29 |
Bill Wendling | Introducing the "linker_weak" linkage type. This will... |
blob | commitdiff | raw | diff to current |
2010-05-16 |
Anton Korobeynikov | Add support for thiscall calling convention. |
blob | commitdiff | raw | diff to current |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Jakob Stoklund Olesen | Reintroduce the InlineHint function attribute. |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Eric Christopher | Remove the InlineHint attribute. There are no current... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
Chris Lattner | rename NamedOrCustomMD -> MetadataVar to follow convent... |
blob | commitdiff | raw | diff to current |
2009-12-30 |
Chris Lattner | rename lltok::Metadata -> lltok::exclaim. We name... |
blob | commitdiff | raw | diff to current |
2009-12-07 |
Anton Korobeynikov | Add MSP430 interrupt calling conv. No functionality... |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Chris Lattner | full asmparser support for blockaddress. We can now do: |
blob | commitdiff | raw | diff to current |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
blob | commitdiff | raw | diff to current |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
blob | commitdiff | raw | diff to current |
2009-10-21 |
Dale Johannesen | Rename msasm to alignstack per review. |
blob | commitdiff | raw | diff to current |
2009-10-19 |
Chris Lattner | clean up after metadata changes. |
blob | commitdiff | raw | diff to current |
2009-10-13 |
Dale Johannesen | Add an "msasm" flag to inline asm as suggested in PR... |
blob | commitdiff | raw | diff to current |
2009-09-29 |
Devang Patel | Parse custom metadata attached with an instruction. |
blob | commitdiff | raw | diff to current |
2009-09-16 |
Devang Patel | Parse debug info attached with an instruction. |
blob | commitdiff | raw | diff to current |
2009-08-26 |
Dale Johannesen | Add an 'inline hint' attribute to represent source |
blob | commitdiff | raw | diff to current |
2009-07-29 |
Devang Patel | Parse named metadata. |
blob | commitdiff | raw | diff to current |
2009-07-27 |
Dan Gohman | Add a new keyword 'inbounds' for use with getelementptr... |
blob | commitdiff | raw | diff to current |
2009-07-22 |
Dan Gohman | Rename the new unsigned and signed keywords to nuw... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Dan Gohman | Assembly and Bitcode support for unsigned/signed overfl... |
blob | commitdiff | raw | diff to current |
2009-07-20 |
Bill Wendling | Add plumbing for the `linker_private' linkage type... |
blob | commitdiff | raw | diff to current |
2009-07-17 |
Anton Korobeynikov | Add support for naked functions |
blob | commitdiff | raw | diff to current |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
blob | commitdiff | raw | diff to current |
2009-06-16 |
Anton Korobeynikov | Address review comments: add 3 ARM calling conventions. |
blob | commitdiff | raw | diff to current |
2009-06-05 |
Devang Patel | Add new function attribute - noimplicitfloat |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
blob | commitdiff | raw | diff to current |
2009-06-04 |
Devang Patel | Add new function attribute - noredzone. |
blob | commitdiff | raw | diff to current |
2009-04-13 |
Chris Lattner | Add a new "available_externally" linkage type. This... |
blob | commitdiff | raw | diff to current |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Duncan Sands | It makes no sense to have a ODR version of common |
blob | commitdiff | raw | diff to current |
2009-03-11 |
Duncan Sands | Remove the one-definition-rule version of extern_weak |
blob | commitdiff | raw | diff to current |
2009-03-07 |
Duncan Sands | Introduce new linkage types linkonce_odr, weak_odr... |
blob | commitdiff | raw | diff to current |
2009-01-15 |
Rafael Espindola | Add the private linkage. |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Dan Gohman | 61949 accidentally introduced an escaped newline. Fix... |
blob | commitdiff | raw | diff to current |
2009-01-08 |
Dan Gohman | Fix the comment for lltok::backslash. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Misha Brukman | Down with trailing whitespace! |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Daniel Dunbar | Remove comma at end of enumerator list. |
blob | commitdiff | raw | diff to current |
2009-01-02 |
Chris Lattner | Reimplement the old and horrible bison parser for ... |
blob | commitdiff | raw | diff to current |
|