2014-12-03 |
Peter Collingbourne | Prologue support |
tree | commitdiff |
2014-12-01 |
Reid Kleckner | Parse 'ghccc' in .ll files as the GHC convention (cc 10) |
tree | commitdiff |
2014-10-16 |
Rafael Espindola | Delete -std-compile-opts. |
tree | commitdiff |
2014-10-03 |
Duncan P. N. Exon... | Revert "Revert "DI: Fold constant arguments into a... |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | Revert "DI: Fold constant arguments into a single MDString" |
tree | commitdiff |
2014-10-02 |
Duncan P. N. Exon... | DI: Fold constant arguments into a single MDString |
tree | commitdiff |
2014-09-13 |
Chad Rosier | [AArch64] Update test case to pass with post-RA MI... |
tree | commitdiff |
2014-07-30 |
Rafael Espindola | Use "weak alias" instead of "alias weak" |
tree | commitdiff |
2014-07-13 |
David Majnemer | IR: Allow comdats to be applied to globals with interna... |
tree | commitdiff |
2014-07-10 |
David Majnemer | IR: Aliases don't belong to an explicit comdat |
tree | commitdiff |
2014-06-27 |
David Majnemer | IR: Add COMDATs to the IR |
tree | commitdiff |
2014-06-12 |
Bob Wilson | Move test for r210734 to Feature/aliases.ll. |
tree | commitdiff |
2014-06-06 |
Rafael Espindola | Allow aliases to be unnamed_addr. |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Fix a small bug in the parsing of anonymous globals. |
tree | commitdiff |
2014-06-03 |
Rafael Espindola | Allow alias to point to an arbitrary ConstantExpr. |
tree | commitdiff |
2014-05-29 |
Rafael Espindola | Rename alias variables to make it easier to add new... |
tree | commitdiff |
2014-05-28 |
Rafael Espindola | [pr19844] Add thread local mode to aliases. |
tree | commitdiff |
2014-05-16 |
Rafael Espindola | Fix most of PR10367. |
tree | commitdiff |
2014-05-01 |
Michael J. Spencer | [IR] Make {extract,insert}element accept an index of... |
tree | commitdiff |
2014-03-31 |
Paul Robinson | Disable each MachineFunctionPass for 'optnone' function... |
tree | commitdiff |
2014-03-27 |
Rafael Espindola | Prevent alias from pointing to weak aliases. |
tree | commitdiff |
2014-03-26 |
Rafael Espindola | Revert "Prevent alias from pointing to weak aliases." |
tree | commitdiff |
2014-03-26 |
Rafael Espindola | Prevent alias from pointing to weak aliases. |
tree | commitdiff |
2014-03-18 |
Eli Bendersky | Expose "noduplicate" attribute as a property for intrin... |
tree | commitdiff |
2014-03-13 |
Rafael Espindola | Remove the linker_private and linker_private_weak linkages. |
tree | commitdiff |
2014-03-12 |
Rafael Espindola | Reject alias to undefined symbols in the verifier. |
tree | commitdiff |
2014-03-06 |
Raul E. Silvera | Change math intrinsic attributes from readonly to readn... |
tree | commitdiff |
2014-02-06 |
Paul Robinson | Disable most IR-level transform passes on functions... |
tree | commitdiff |
2013-11-23 |
Manman Ren | Debug Info: update testing cases to specify the debug... |
tree | commitdiff |
2013-11-18 |
Paul Robinson | The 'optnone' attribute means don't inline anything... |
tree | commitdiff |
2013-11-15 |
Matt Arsenault | Add addrspacecast instruction. |
tree | commitdiff |
2013-09-16 |
Peter Collingbourne | Implement function prefix data as an IR feature. |
tree | commitdiff |
2013-08-23 |
Andrea Di Biagio | Add function attribute 'optnone'. |
tree | commitdiff |
2013-08-16 |
Daniel Dunbar | [tests] Cleanup initialization of test suffixes. |
tree | commitdiff |
2013-08-06 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-08-04 |
Bob Wilson | Remove "lto_on_osx" xfails, now that -rdynamic works... |
tree | commitdiff |
2013-08-02 |
Eric Christopher | Temporarily revert "Debug Info Finder|Verifier: handle... |
tree | commitdiff |
2013-08-01 |
Manman Ren | Debug Info Finder|Verifier: handle DbgLoc attached... |
tree | commitdiff |
2013-08-01 |
Bob Wilson | Temporarily xfail a test that breaks on OS X when build... |
tree | commitdiff |
2013-05-24 |
Diego Novillo | Add a new function attribute 'cold' to functions. |
tree | commitdiff |
2013-04-22 |
Rafael Espindola | Clarify that llvm.used can contain aliases. |
tree | commitdiff |
2013-02-20 |
Bill Wendling | Modify the LLVM assembly output so that it uses referen... |
tree | commitdiff |
2013-01-07 |
David Tweed | There was a switch fall-through in the parser for textu... |
tree | commitdiff |
2012-12-30 |
Dmitri Gribenko | Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that... |
tree | commitdiff |
2012-11-27 |
Bill Wendling | Remove the dependent libraries feature. |
tree | commitdiff |
2012-10-30 |
Quentin Colombet | Change ForceSizeOpt attribute into MinSize attribute |
tree | commitdiff |
2012-10-22 |
Nadav Rotem | Add a testcase for the previous commit. |
tree | commitdiff |
2012-08-17 |
Bill Wendling | Change the `linker_private_weak_def_auto' linkage to... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which... |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert all tests using TCL-style quoting to use shell... |
tree | commitdiff |
2012-05-27 |
Chris Lattner | rdar://11542750 - llvm.trap should be marked no return. |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | This file is no longer needed (DejaGNU-isms removed... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2011-12-17 |
Dan Gohman | The powers that be have decided that LLVM IR should... |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Manually upgrade the test suite to specify the flag... |
tree | commitdiff |
2011-12-05 |
Nadav Rotem | Add support for vectors of pointers. |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for old forms of llvm.prefet... |
tree | commitdiff |
2011-08-25 |
Bill Wendling | Update tests to the newest EH syntax. |
tree | commitdiff |
2011-08-25 |
Bill Wendling | Add feature test for the new exception handling stuff. |
tree | commitdiff |
2011-07-30 |
Bill Wendling | Revert r136253, r136263, r136269, r136313, r136325... |
tree | commitdiff |
2011-07-27 |
Bill Wendling | Merge the contents from exception-handling-rewrite... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | Land the long talked about "type system rewrite" patch... |
tree | commitdiff |
2011-07-09 |
Chris Lattner | more tests not making the jump into the brave new world. |
tree | commitdiff |
2011-06-19 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | Stop accepting and ignoring attributes in function... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-06-15 |
John McCall | Add a new function attribute, nonlazybind, which inhibi... |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Revert r129235 pending a vetting of the EH rewrite. |
tree | commitdiff |
2011-04-10 |
Bill Wendling | Beginning of the Great Exception Handling Rewrite. |
tree | commitdiff |
2010-11-29 |
NAKAMURA Takumi | test: Check the feature 'loadable_module' with load... |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-08-24 |
Dan Gohman | Extend function-local metadata to be usable as attachments. |
tree | commitdiff |
2010-08-20 |
Bill Wendling | Create the new linker type "linker_private_weak_def_auto". |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty named metadata too. This isn... |
tree | commitdiff |
2010-07-13 |
Dan Gohman | Add support for empty metadata nodes: !{}. |
tree | commitdiff |
2010-07-01 |
Bill Wendling | Implement the "linker_private_weak" linkage type. This... |
tree | commitdiff |
2010-05-10 |
Chris Lattner | fix PR7105 by enumerating MDNodes on all @llvm.foo |
tree | commitdiff |
2010-03-29 |
Chris Lattner | add support for zero initialized unions, patch by Tim... |
tree | commitdiff |
2010-03-16 |
Daniel Dunbar | Revert r98666 too; it's checkin-without-testing day! |
tree | commitdiff |
2010-03-16 |
Chris Lattner | temporarily xfail |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-12 |
Charles Davis | Add a new function attribute, 'alignstack'. It will... |
tree | commitdiff |
2010-01-09 |
Chris Lattner | fix bogus test |
tree | commitdiff |
2010-01-07 |
Devang Patel | Use separate namespace for named metadata. |
tree | commitdiff |
2010-01-05 |
Devang Patel | Allow null to be an element of NamedMDNode. e.g. !llvm... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | add bitcode reader support for blockaddress. We can... |
tree | commitdiff |
2009-10-28 |
Chris Lattner | rename indbr -> indirectbr to appease the residents... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | add enough support for indirect branch for the feature... |
tree | commitdiff |
2009-10-27 |
Chris Lattner | change of mind :) |
tree | commitdiff |
2009-10-27 |
Chris Lattner | rename test. |
tree | commitdiff |
2009-10-19 |
Chris Lattner | eliminate md_on_instruction.ll, md_on_instruction2... |
tree | commitdiff |
2009-10-13 |
Nick Lewycky | Add new "memory use marker" intrinsics. These indicate... |
tree | commitdiff |
2009-09-29 |
Devang Patel | Parse custom metadata attached with an instruction. |
tree | commitdiff |
2009-09-18 |
Devang Patel | Write and read metadata attachments. |
tree | commitdiff |
2009-09-17 |
Devang Patel | A testcase! |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Change tests from "opt %s" to "opt < %s" so that opt... |
tree | commitdiff |
2009-09-11 |
Chris Lattner | this test is using invalid "intrinsics". |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Use "opt < %s" instead of "opt %s" so that opt doesn... |
tree | commitdiff |
next |