2012-06-23 |
Hans Wennborg | Extend the IL for selecting TLS models (PR9788) |
tree | commitdiff |
2012-05-24 |
Tobias Grosser | Add half support to LLVM (for OpenCL) |
tree | commitdiff |
2012-04-08 |
Bill Wendling | Remove old 'grep' lines. |
tree | commitdiff |
2012-04-08 |
Bill Wendling | FileCheckize these testcases. |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2011-12-12 |
Chandler Carruth | Add an explicit test of the auto-upgrade functionality... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for old forms of llvm.prefet... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove some old autoupgrade logic |
tree | commitdiff |
2011-09-19 |
Eli Friedman | Fix a typo in the bitcode reader in the handling of... |
tree | commitdiff |
2011-09-06 |
Duncan Sands | Split the init.trampoline intrinsic, which currently... |
tree | commitdiff |
2011-08-25 |
Bill Wendling | Update to the new EH scheme. |
tree | commitdiff |
2011-08-12 |
Eli Friedman | Move "atomic" and "volatile" designations on instructio... |
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-07-09 |
Chris Lattner | remove some crufy old tests that aren't adding much... |
tree | commitdiff |
2011-06-19 |
Chris Lattner | Remove support for parsing the "type i32" syntax for... |
tree | commitdiff |
2011-06-18 |
Chris Lattner | rip out a ton of intrinsic modernization logic from... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | make the asmparser reject function and type redefinitio... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | remove parser support for the obsolete "multiple return... |
tree | commitdiff |
2011-06-17 |
Chris Lattner | manually upgrade a bunch of tests to modern syntax... |
tree | commitdiff |
2011-06-16 |
Nick Lewycky | Add testcase for r133050 which added support for printi... |
tree | commitdiff |
2011-06-14 |
Bruno Cardoso Lopes | Add one more argument to the prefetch intrinsic to... |
tree | commitdiff |
2011-05-18 |
Duncan Sands | Tighten up checking of the validity of casts. (1)... |
tree | commitdiff |
2011-05-03 |
Bill Wendling | Replace the "movnt" intrinsics with a native store... |
tree | commitdiff |
2011-04-13 |
Bill Wendling | Reapply r129401 with patch for clang. |
tree | commitdiff |
2011-04-12 |
Bill Wendling | Revert r129401 for now. Clang is using the old way... |
tree | commitdiff |
2011-04-12 |
Bill Wendling | Remove the unaligned load intrinsics in favor of using... |
tree | commitdiff |
2011-04-04 |
Jay Foad | Remove some support for ReturnInsts with multiple opera... |
tree | commitdiff |
2011-03-17 |
Stuart Hastings | Reapply: Add type output to llvm-dis annotations. ... |
tree | commitdiff |
2011-02-07 |
Chris Lattner | implement .ll and .bc support for nsw/nuw on shl and... |
tree | commitdiff |
2011-02-06 |
Chris Lattner | enhance vmcore to know that udiv's can be exact, and... |
tree | commitdiff |
2011-01-25 |
Rafael Espindola | Move unnamed_addr after the function arguments on Sabre... |
tree | commitdiff |
2011-01-15 |
Rafael Espindola | Allow unnamed_addr on declarations. |
tree | commitdiff |
2011-01-13 |
Rafael Espindola | Reject uses of unnamed_addr in declarations. |
tree | commitdiff |
2011-01-08 |
Rafael Espindola | First step in fixing PR8927: |
tree | commitdiff |
2010-12-05 |
Frits van Bommel | Fix PR 4170 by having ExtractValueInst::getIndexedType... |
tree | commitdiff |
2010-10-04 |
Bill Wendling | The pshufw instruction came about in MMX2 when SSE... |
tree | commitdiff |
2010-10-03 |
Bill Wendling | Auto-upgrade tests for the new MMX intrinsic calls. |
tree | commitdiff |
2010-09-30 |
Dale Johannesen | Massive rewrite of MMX: |
tree | commitdiff |
2010-09-13 |
Dale Johannesen | Basic smoke test for new x86mmx type. |
tree | commitdiff |
2010-09-02 |
Chris Lattner | add a new "llvm-dis -show-annotations" option, which... |
tree | commitdiff |
2010-09-02 |
Chris Lattner | remove some noise from tests. |
tree | commitdiff |
2010-08-28 |
Chris Lattner | remove unions from LLVM IR. They are severely buggy... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Make GlobalValue alignment consistent with load, store... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | add newlines at the end of files. |
tree | commitdiff |
2010-02-12 |
Chris Lattner | Add support for a union type in LLVM IR. Patch by... |
tree | commitdiff |
2010-02-06 |
Victor Hernandez | Function-local metadata whose operands had been optimiz... |
tree | commitdiff |
2010-02-04 |
Victor Hernandez | Fix (and test) function-local metadata that occurs... |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Revert r93504 because older uses of llvm.dbg.declare... |
tree | commitdiff |
2010-01-15 |
Victor Hernandez | Improve llvm.dbg.declare intrinsic by referring directl... |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Extend testcase to also test llvm.dbg.value intrinsic |
tree | commitdiff |
2010-01-14 |
Victor Hernandez | Now that LLParser, AsmWriter, BitcodeReader, and Bitcod... |
tree | commitdiff |
2010-01-05 |
Victor Hernandez | Re-add parsing of function-local metadata; this time... |
tree | commitdiff |
2010-01-05 |
Dan Gohman | Delete useless trailing semicolons. |
tree | commitdiff |
2009-12-31 |
Chris Lattner | add some basic named MD tests. |
tree | commitdiff |
2009-12-30 |
Chris Lattner | reimplement insertvalue/extractvalue metadata handling... |
tree | commitdiff |
2009-12-30 |
Chris Lattner | fix parsing of mdstring values. |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Each instruction is allowed to have *multiple* different |
tree | commitdiff |
2009-12-29 |
Chris Lattner | Do not crash when .ll printing metadata that smells... |
tree | commitdiff |
2009-10-21 |
Dale Johannesen | Adjust testcases for msasm -> alignstack. |
tree | commitdiff |
2009-10-13 |
Dale Johannesen | Add an "msasm" flag to inline asm as suggested in PR... |
tree | commitdiff |
2009-09-20 |
Nick Lewycky | Clean up the usage of evaluateICmpRelation's return... |
tree | commitdiff |
2009-09-15 |
Chris Lattner | fix PR4963: folding insertvalue would sometimes turn... |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Fix this test to test what it was originally intended... |
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 | fix test to not get a moduleid that matches 'br' |
tree | commitdiff |
2009-09-11 |
Dan Gohman | Teach lib/VMCore/ConstantFold.cpp how to set the inboun... |
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-07 |
Dan Gohman | Reappy r80998, now that the GlobalOpt bug that it expos... |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Revert "Include optional subclass flags, such as inboun... |
tree | commitdiff |
2009-09-06 |
Daniel Dunbar | Fix spacing. |
tree | commitdiff |
2009-09-04 |
Dan Gohman | Include optional subclass flags, such as inbounds,... |
tree | commitdiff |
2009-08-25 |
Dan Gohman | Remove obsolete -f flags. |
tree | commitdiff |
2009-08-13 |
Dan Gohman | Various AsmWriter output cleanups. Use WriteAsOperand... |
tree | commitdiff |
2009-08-12 |
Dan Gohman | Extend the AsmWriter to print unnamed numbered types... |
tree | commitdiff |
2009-07-27 |
Dan Gohman | Add a new keyword 'inbounds' for use with getelementptr... |
tree | commitdiff |
2009-07-27 |
Dan Gohman | Change the assembly syntax for nsw, nuw, and exact... |
tree | commitdiff |
2009-07-24 |
Eli Friedman | Fix assert assembling zero-argument constant GEP. |
tree | commitdiff |
2009-07-22 |
Dan Gohman | Rename the new unsigned and signed keywords to nuw... |
tree | commitdiff |
2009-07-20 |
Dan Gohman | Assembly and Bitcode support for unsigned/signed overfl... |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Apparently Darwin doesn't have /dev/full :-(. |
tree | commitdiff |
2009-07-15 |
Dan Gohman | Add a testcase for raw_ostream error checking. |
tree | commitdiff |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
tree | commitdiff |
2009-06-04 |
Dan Gohman | Split the Add, Sub, and Mul instruction opcodes into... |
tree | commitdiff |
2009-05-22 |
Torok Edwin | Revert this. There's no way to verifiy indirect calls... |
tree | commitdiff |
2009-05-22 |
Torok Edwin | Verify that calling conventions match function prototype. |
tree | commitdiff |
2009-04-27 |
Dan Gohman | Make this test slightly more strict. |
tree | commitdiff |
2009-04-26 |
Sanjiv Gupta | Any size of integral indices are allowed in gep for... |
tree | commitdiff |
2009-04-25 |
Chris Lattner | add testcase for strange types of gep indices |
tree | commitdiff |
2009-04-25 |
Chris Lattner | testcase and asmparser fix for PR4066 |
tree | commitdiff |
2009-04-25 |
Torok Edwin | Fix g++-4.4.0 warning, it was causing llvm-nm to fail... |
tree | commitdiff |
2009-03-25 |
Chris Lattner | Fix a bug in our autoupgrade support: in an argument... |
tree | commitdiff |
2009-03-14 |
Dan Gohman | Apply a patch by Micah Villmow to fix AsmParser to... |
tree | commitdiff |
2009-03-01 |
Chris Lattner | Fix a pretty awesome bug that only happened in a strang... |
tree | commitdiff |
2009-03-01 |
Chris Lattner | Fix a long-standing bug and misfeature of the disassemb... |
tree | commitdiff |
2009-02-18 |
Chris Lattner | add proper asmwriter and asmparser support for anonymou... |
tree | commitdiff |
2009-02-04 |
Nate Begeman | Remove now-incorrect test. |
tree | commitdiff |
next |