- 7a50c23 Changes to parameter attribute syntax. by Reid Spencer · 18 years ago
- 02b9a0f Changes to parameter attributes syntax. by Reid Spencer · 18 years ago
- 90dd871 Globals are not being renamed any more. by Reid Spencer · 18 years ago
- ab7b74a This test case has been translated to 2.0 assembly so don't run by Reid Spencer · 18 years ago
- 869f8eb Fix this to check for the correct error message. by Reid Spencer · 18 years ago
- 71fc834 This tests for something that will become illegal soon. The test/Feature by Reid Spencer · 18 years ago
- 89d9837 Beef up this test case a little by introducing a global variable name by Reid Spencer · 18 years ago
- 280e646 Make this test that we can drop the implementation keyword for llvm-as. by Reid Spencer · 18 years ago
- 2fd6c65 Fix the test case for the change in parameter attribute syntax. The @ is by Reid Spencer · 18 years ago
- dfa4b1a For PR1077: by Reid Spencer · 18 years ago
- 4933af1 For PR1077: by Reid Spencer · 18 years ago
- 319a730 Regenerate by Reid Spencer · 18 years ago
- bcdd54c Adjust to new header file name. by Reid Spencer · 18 years ago
- 90eb4d6 Major update of llvm-upgrade: by Reid Spencer · 18 years ago
- 218ded2 Regenerate. by Reid Spencer · 18 years ago
- 2c26178 Change the syntax for parameter attributes: by Reid Spencer · 18 years ago
- bdcb9df Give the assembler some input. by Reid Spencer · 18 years ago
- 1722eee Typo by Evan Cheng · 18 years ago
- 00c2970 Add a test case for SSE fcopysign using SSE bitwise operations. by Evan Cheng · 18 years ago
- 68c47cb With SSE2, expand FCOPYSIGN to a series of SSE bitwise operations. by Evan Cheng · 18 years ago
- e4929dd Implement InstCombine/vec_shuffle.ll:%test7, simplifying shuffles with by Chris Lattner · 18 years ago
- 4e56f7c new test by Chris Lattner · 18 years ago
- 15411cb manually upgrade this testcase by Chris Lattner · 18 years ago
- 4f0e33d fold things like a^b != c^a -> b != c. This implements InstCombine/xor.ll:test27 by Chris Lattner · 18 years ago
- 297a22b new testcase by Chris Lattner · 18 years ago
- e76b77c llvm upgrade doesn't accept 'define' by Chris Lattner · 18 years ago
- e617c9e Compile X + ~X to -1. This implements Instcombine/add.ll:test34 by Chris Lattner · 18 years ago
- 0a2c88d new testcase by Chris Lattner · 18 years ago
- 0d630d2 GEP subscript is interpreted as a signed value. by Evan Cheng · 18 years ago
- ac8d276 Correct the documentation for function declarations. They can have dllimport by Reid Spencer · 18 years ago
- 05a1416 add missing flags by Chris Lattner · 18 years ago
- f8e7a21 fix PowerPC/2007-01-04-ArgExtension.ll, a bug handling K&R prototypes with by Chris Lattner · 18 years ago
- e0170df new testcase by Chris Lattner · 18 years ago
- 0081517 Fix broken links, reported by Baptiste Lepilleur by Chris Lattner · 18 years ago
- 912095b Expand fcopysign to a series of bitwise of operations when it's profitable to by Evan Cheng · 18 years ago
- 37e01c5 regenerate by Chris Lattner · 18 years ago
- b924054 If we hit a parse error, emit something bad to the output stream. This ensures that by Chris Lattner · 18 years ago
- aae5884 Document this tool as experimental and list its deficiencies. by Reid Spencer · 18 years ago
- cf130b3 remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. by Chris Lattner · 18 years ago
- ad8d6de remove xfailed test that depends on obsolete argument to lli by Chris Lattner · 18 years ago
- 6a21d84 Remove a manual renaming of a variable that was introduced before by Reid Spencer · 18 years ago
- a517338 Clean up usage of "unsigned" and "signed" in the documentation to indicate by Reid Spencer · 18 years ago
- b2a69a1 Add test for constructor and destructor sections. by Lauro Ramos Venancio · 18 years ago
- 30b51d9 Add extload(i1) test. by Lauro Ramos Venancio · 18 years ago
- 4c6676c Add test for FCOPYSIGN. by Lauro Ramos Venancio · 18 years ago
- ca1f66d Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). by Lauro Ramos Venancio · 18 years ago
- 10e7c42 Removed reference to "cnull" because typical users shouldn't need to use it. by Bill Wendling · 18 years ago
- 5907588 ding dong llvm-gcc3 is dead by Chris Lattner · 18 years ago
- 78ce3b8 gcc 4.1.1 on amd64 is broken by Chris Lattner · 18 years ago
- 8c5a53a Death to useless bitcast instructions! by Reid Spencer · 18 years ago
- affaf07 Do not allow packed types for icmp and fcmp instructions. by Reid Spencer · 18 years ago
- 350f8aa icmp and fcmp do not take packed type operands. by Reid Spencer · 18 years ago
- 1b7a880 XFAIL this test until such time that code gen can handle a comparison of by Reid Spencer · 18 years ago
- ac4a1dd Regenerate. by Reid Spencer · 18 years ago
- 539b471 Disallow packed types in icmp/fcmp instructions. The code generator is by Reid Spencer · 18 years ago
- 70d8d12 Now that setcondinst has been eliminated, we can mark Value::SubclassID by Chris Lattner · 18 years ago
- 898b2d5 fix typo by Chris Lattner · 18 years ago
- 7ce2f8b Enable a couple xforms for packed vectors (undef | v) -> -1 for packed. by Chris Lattner · 18 years ago
- e94d8b2 fix some bugs handling vectors, avoid host-specific handling of undefined shift results. by Chris Lattner · 18 years ago
- 58513aa Add a new ConstantPacked::getAllOnesValue method by Chris Lattner · 18 years ago
- 8688428 Enable new pass manager, which was accidentally disabled. by Devang Patel · 18 years ago
- c01901c Add a test to ensure that we can assembly comparisons of packed values. by Reid Spencer · 18 years ago
- e68853b Regenerate. by Reid Spencer · 18 years ago
- b4fdfdb Permit icmp and fcmp to have packed operands. by Reid Spencer · 18 years ago
- 13701fa Test @zext and @sext fully as well as testing the "short" call syntax. by Reid Spencer · 18 years ago
- 5f1397d Add a test case to test parameter attributes feature. by Reid Spencer · 18 years ago
- f6dc65f Update test cases that grepped for register names that have now changed by Reid Spencer · 18 years ago
- eff838e Regenerate. by Reid Spencer · 18 years ago
- 7596fd0 Implement many new type features including upreferences, proper retention by Reid Spencer · 18 years ago
- e8fc2f9 Finish implementation of variable renaming to handle collapsed type planes by Reid Spencer · 18 years ago
- fcf17a3 The previous implementation of LLVM Streams wasn't removing symbols. This by Bill Wendling · 18 years ago
- 118dfcd Fix a configure warning noticed by Duncan Sands. by Reid Spencer · 18 years ago
- f0e76cf Remove the find_rule label from the output of flex. This will break any by Reid Spencer · 18 years ago
- c9d3471 fix testcase. It's not safe to strictly evaluate a load that should be lazy. by Chris Lattner · 18 years ago
- a3bfdd4 Private labels start with .L on linux, not just . by Chris Lattner · 18 years ago
- aff9387 Fix a comment that referred to the now defunct ubyte type. by Reid Spencer · 18 years ago
- f54ad97 Remove two useless bit casts. by Reid Spencer · 18 years ago
- 0a516f9 It is no longer permissible to have undefined types in function parameters. by Reid Spencer · 18 years ago
- 6f978b1 Fix this test case. It is no longer permissible to have undefined types by Reid Spencer · 18 years ago
- bcca340 Legalizer doesn't do an ANY_EXTEND if we don't ask for one so make sure by Reid Spencer · 18 years ago
- 26a3687 NULL names should pass validation. by Jim Laskey · 18 years ago
- 1e3a577 Silence warning. by Jim Laskey · 18 years ago
- 317848f Really big cleanup. by Anton Korobeynikov · 18 years ago
- 7f7fdcc A bit more debugging printf's. by Evan Cheng · 18 years ago
- 376dd21 Restore previous behavior of defaulting to ZEXT. This works around two by Reid Spencer · 18 years ago
- 8c57dfb Two changes: by Reid Spencer · 18 years ago
- b47b25c Clean up from recent changes. Comment the new parameter to ExpandLibCall. by Reid Spencer · 18 years ago
- 2233361 Fix this test cases to use parameter attributes for its parameter and by Reid Spencer · 18 years ago
- 52ab904 Vectors are not supported by ConstantInt::getAllOnesValue. by Jim Laskey · 18 years ago
- 56581b7 This test case previously passed the assembler without error even though by Reid Spencer · 18 years ago
- 8c8a2dc Regenerate. by Reid Spencer · 18 years ago
- 98b3c5c Implement checking for unresolved types in the argument types and result by Reid Spencer · 18 years ago
- c2b861d Fix naming inconsistency. by Evan Cheng · 18 years ago
- ad93d7f - Fixing naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
- 0098b3e Fix naming inconsistency: calleesave -> calleesaved. by Evan Cheng · 18 years ago
- ebdf389 Add virtual method spillCalleeSaveRegisters() and restoreCalleeSaveRegisters() by Evan Cheng · 18 years ago
- 42525a3 Add a test case for abstract parameter and result types in function by Reid Spencer · 18 years ago
- cb69b2f PR1068 - Unbounded array debug info. by Jim Laskey · 18 years ago
- 7356ae4 Regenerate. by Reid Spencer · 18 years ago
- 2128607 Permit signed and unsigned integer constants to be used with either signed by Reid Spencer · 18 years ago