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 |
2009-09-08 |
Dan Gohman | Use opt -S instead of piping bitcode output through... |
tree | commitdiff |
2009-09-08 |
Dan Gohman | Change these tests to feed the assembly files to opt... |
tree | commitdiff |
2009-09-05 |
Daniel Dunbar | Temporary test files should use %t. |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Remove obsolete -f flags. |
tree | commitdiff |
2009-07-30 |
Devang Patel | Do not use abbrev while writing NamedMDNode name. |
tree | commitdiff |
2009-07-29 |
Devang Patel | Read and write NamedMDNode. |
tree | commitdiff |
2009-07-23 |
Devang Patel | Derive MDNode from MetadataBase instead of Constant... |
tree | commitdiff |
2009-07-22 |
Devang Patel | Remove empty test. |
tree | commitdiff |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
tree | commitdiff |
2009-07-08 |
Devang Patel | Drop "constant" from |
tree | commitdiff |
2009-07-08 |
Devang Patel | Update SLotTracker to handle MDNode slots. |
tree | commitdiff |
2009-07-08 |
Devang Patel | Support MDNode forward reference. |
tree | commitdiff |
2009-07-01 |
Devang Patel | new test case |
tree | commitdiff |
2009-07-01 |
Devang Patel | Support stand alone metadata syntax. |
tree | commitdiff |
2009-06-26 |
Devang Patel | Let's ignore MDStrings also! |
tree | commitdiff |
2009-06-25 |
Devang Patel | No need to code gen MDNodes |
tree | commitdiff |
2009-06-15 |
Dan Gohman | Support vector casts in more places, fixing a variety... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-30 |
Nick Lewycky | Give embedded metadata its own type instead of relying... |
tree | commitdiff |
2009-05-10 |
Nick Lewycky | Make MDNode use CallbackVH. Also change MDNode to store... |
tree | commitdiff |
2009-04-04 |
Nick Lewycky | Add support for embedded metadata to LLVM. This introdu... |
tree | commitdiff |
2009-03-20 |
Duncan Sands | Don't load values out of global constants with weak |
tree | commitdiff |
2009-01-02 |
Chris Lattner | Reimplement the old and horrible bison parser for ... |
tree | commitdiff |
2008-12-27 |
Chris Lattner | add testcase for type parsing. |
tree | commitdiff |
2008-11-24 |
Nick Lewycky | Extend the 'noalias' attribute to function return value... |
tree | commitdiff |
2008-07-10 |
Bill Wendling | Put CPPBackend tests into their own directory and run... |
tree | commitdiff |
2008-06-10 |
Matthijs Kooijman | Fix some escaping and quoting in RUN lines, mainly... |
tree | commitdiff |
2008-05-23 |
Dan Gohman | Remove lingering references to .llx and .tr in the... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Eliminate questionable syntax for stdin redirection... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | sabre brings to my attention that the 'tr' suffix is... |
tree | commitdiff |
2008-05-20 |
Gabor Greif | Rename the last test with .llx extension to .ll, resolv... |
tree | commitdiff |
2008-04-25 |
Anton Korobeynikov | Update test |
tree | commitdiff |
2008-04-22 |
Nick Lewycky | Start removing 'unwinds to' support from mainline in... |
tree | commitdiff |
2008-04-14 |
Dan Gohman | Upgrade these tests for the current intrinsic prototypes. |
tree | commitdiff |
2008-03-22 |
Anton Korobeynikov | Support chained aliases for LLVM IR printing. This... |
tree | commitdiff |
2008-03-12 |
Chris Lattner | no need to keep around this output. |
tree | commitdiff |
2008-03-10 |
Nick Lewycky | Turn unwind_to into "unwinds to". |
tree | commitdiff |
2008-03-06 |
Nick Lewycky | Exercise the new CFG change. |
tree | commitdiff |
2008-03-02 |
Nick Lewycky | Oops, can't unwind to the entry block (entry block... |
tree | commitdiff |
2008-03-02 |
Nick Lewycky | Add an unwind_to field to basic blocks, making them... |
tree | commitdiff |
2008-03-01 |
Tanya Lattner | Remove llvm-upgrade and update tests. |
tree | commitdiff |
next |