- 2f2c3e4 New testcase by Chris Lattner · 20 years ago
- 87bb7c6 Add note to self to complete the testing of all intrinsic functions as by Reid Spencer · 20 years ago
- fd414a2 Don't use the load/store instruction as the source pointer, use the pointer by Chris Lattner · 20 years ago
- 0437cdd memoize all nodes, even null Value* nodes. Do not add two token chain outputs by Chris Lattner · 20 years ago
- 369e6db wrap long lines by Chris Lattner · 20 years ago
- 2bf3c26 Print SrcValue nodes correctly by Chris Lattner · 20 years ago
- e3e0f27 Fix X86/2005-05-08-FPStackifierPHI.ll: ugly gross hack. by Chris Lattner · 20 years ago
- 49b8b70 New testcase that crashes the pattern isel by Chris Lattner · 20 years ago
- cb9048a Preserve CC's when linking modules by Chris Lattner · 20 years ago
- f201dbc Preserve calling conventions when doing IPO by Chris Lattner · 20 years ago
- c154cef wrap long lines, preserve calling conventions when cloning functions and by Chris Lattner · 20 years ago
- 42e3c81 By definition, 'tail' calls cannot access the stack frame of their caller. by Chris Lattner · 20 years ago
- 20fad44 New testacse for information exposed by the 'tail' call marker. by Chris Lattner · 20 years ago
- 37c121a Verify that varargs functions all have ccc by Chris Lattner · 20 years ago
- fb217ad Convert non-address taken functions with C calling conventions to fastcc. by Chris Lattner · 20 years ago
- 56c4186 If loopextract breaks the program provide output so that we can repro the by Chris Lattner · 20 years ago
- 6d60924 add a testcase for a case we do not handle yet by Chris Lattner · 20 years ago
- 44b8c7d Implement Reassociate/mul-neg-add.ll by Chris Lattner · 20 years ago
- 22d0631 new testcase by Chris Lattner · 20 years ago
- 6f15685 Bail out earlier by Chris Lattner · 20 years ago
- f33151a Teach reassociate that 0-X === X*-1 by Chris Lattner · 20 years ago
- 4544d02 new testcase by Chris Lattner · 20 years ago
- 9c72319 Fix PR557 and basictest[34].ll. by Chris Lattner · 20 years ago
- f4946df new testcases for PR557 by Chris Lattner · 20 years ago
- c9fd097 Add debugging information by Chris Lattner · 20 years ago
- 989f622 eliminate gotos by Chris Lattner · 20 years ago
- 1f243e9 Wrap long lines. Fix "warning: conflicting types for built-in function 'memset'" by Chris Lattner · 20 years ago
- 109d34d Improve reassociation handling of inverses, implementing inverses.ll. by Chris Lattner · 20 years ago
- 1a82ca8 new testcase by Chris Lattner · 20 years ago
- 9281282 clean up and modernize this pass. by Chris Lattner · 20 years ago
- 120347e Strength reduce SAR into SHR if there is no way sign bits could be shifted by Chris Lattner · 20 years ago
- a9c83c7 new testcase by Chris Lattner · 20 years ago
- 0939d77 Update my info by Jeff Cohen · 20 years ago
- 4690010 Refactor some code by Chris Lattner · 20 years ago
- cc8a2b9 Handle some simple cases where we can see that values get annihilated. by Chris Lattner · 20 years ago
- f4d4c87 Fix a miscompilation of crafty by clobbering the "A" variable. by Chris Lattner · 20 years ago
- cbe92e6 Move licm after reassociate, add some cond-propagate passes by Chris Lattner · 20 years ago
- c0649ac Rewrite the guts of the reassociate pass to be more efficient and logical. Instead by Chris Lattner · 20 years ago
- 29a5bf5 * Break tests into individual cases so its easier to see what's going on. by Reid Spencer · 20 years ago
- 789082a * Add two strlen optimizations: by Reid Spencer · 20 years ago
- 673c1a9 Don't increment the counter unless the debug flag is set. by Reid Spencer · 20 years ago
- 0975ed5 Convert shifts to muls to assist reassociation. This implements by Chris Lattner · 20 years ago
- 5cc924a test that reassociate can handle shifts by Chris Lattner · 20 years ago
- 08b4392 Simplify the code and rearrange it. No major functionality changes here. by Chris Lattner · 20 years ago
- 39cef60 Silence VC++ warnings about unsafe mixing of ints and bools with the | operator. by Jeff Cohen · 20 years ago
- 7939b78 add note about bit builtins newly supported by Chris Lattner · 20 years ago
- 8ccdf7b new testcase by Chris Lattner · 20 years ago
- cfe6b37 fix bugs in my previous commit clarify the return type of the bit ops by Chris Lattner · 20 years ago
- 8cdc5bc add a couple of notes by Chris Lattner · 20 years ago
- bad10ee document calling convention extensions by Chris Lattner · 20 years ago
- 3f6948d remove some dead (always dynamically false) flags by Chris Lattner · 20 years ago
- dee199f encode calling conventions for call/invoke instructions. by Chris Lattner · 20 years ago
- 6dc7e68 new testcase by Chris Lattner · 20 years ago
- 479ffeb encode function calling convs in the bytecode file. invoke and call are by Chris Lattner · 20 years ago
- a8e8f16 parse new calling conv specifiers by Chris Lattner · 20 years ago
- 28caccf wrap a longline by Chris Lattner · 20 years ago
- d511898 add support for explicit calling conventions by Chris Lattner · 20 years ago
- 3340ffe Add support for explicit calling conventions by Chris Lattner · 20 years ago
- a62e52a New file by Chris Lattner · 20 years ago
- f924a4c use splice instead of remove/insert for a minor speedup by Chris Lattner · 20 years ago
- 1f64025 remove some ugly hacks that are no longer needed since andrew removed the by Chris Lattner · 20 years ago
- 3799ed8 BAD typeo which caused many testsuite failures last night. Note to self, do by Chris Lattner · 20 years ago
- 50a8a17 clean up the CBE output a bit by Chris Lattner · 20 years ago
- fe673d9 add tail marker as a comment by Chris Lattner · 20 years ago
- a471e04 Make the stub functions be tail calls by Chris Lattner · 20 years ago
- a9e9211 Preserve tail marker by Chris Lattner · 20 years ago
- 1b49141 Implement Transforms/Inline/inline-tail.ll by Chris Lattner · 20 years ago
- 2f4251b Make sure to not accidentally get a bogus tail marker by Chris Lattner · 20 years ago
- 1430ef1 preserve the tail marker by Chris Lattner · 20 years ago
- cfae2e8 add a default arg by Chris Lattner · 20 years ago
- f6b5c1a Don't forget these are calls by Chris Lattner · 20 years ago
- c28ade4 lex tail by Chris Lattner · 20 years ago
- d100d4c test that tail call survives bytecodification by Chris Lattner · 20 years ago
- 38287bd add bytecode reader support for tail calls by Chris Lattner · 20 years ago
- 653488d Hilight tail by Chris Lattner · 20 years ago
- 47968e4 These are legal for tail calls by Chris Lattner · 20 years ago
- ddb6db4 Add a 'tail' marker for call instructions, patch contributed by by Chris Lattner · 20 years ago
- 2bff524 Add info on new 'tail' marker by Chris Lattner · 20 years ago
- 19bdc03 Wrap long lines by Chris Lattner · 20 years ago
- ec710c5 DCE intrinsic instructions without side effects. by Chris Lattner · 20 years ago
- 998fffd These intrinsics do not access memory by Chris Lattner · 20 years ago
- eabfa47 Teach instcombine propagate zeroness through shl instructions, implementing by Chris Lattner · 20 years ago
- 5962b3b new testcases by Chris Lattner · 20 years ago
- d7115b0 Implement shift.ll:test23. If we are shifting right then immediately truncating by Chris Lattner · 20 years ago
- 1b50d06 new testcase by Chris Lattner · 20 years ago
- 7aed7ac Implement xor.ll:test22 by Chris Lattner · 20 years ago
- d152380 implement and.ll:test30 and set.ll:test21 by Chris Lattner · 20 years ago
- cb94575 new testcase for unneeded and by Chris Lattner · 20 years ago
- 564d20c new testcase by Chris Lattner · 20 years ago
- 828eedd implement or.ll:test20 by Chris Lattner · 20 years ago
- 056ea90 new testcase by Chris Lattner · 20 years ago
- d7a10c8 * Order #includes alphabetically * Remove commented-out debug printouts by Misha Brukman · 20 years ago
- f4f8599 Remove extra blank line by Misha Brukman · 20 years ago
- 827e8f0 * Use consistent spacing for function arguments by Misha Brukman · 20 years ago
- 6b8a63a Remove vim settings from source code; people should use llvm/utils/vim/vimrc by Misha Brukman · 20 years ago
- e25bc8c Convert tabs to spaces by Misha Brukman · 20 years ago
- 554a4dc new testcase for PR541 by Chris Lattner · 20 years ago
- 9e60d8d add support for undef values of opaque type, addressing PR541 by Chris Lattner · 20 years ago
- aba5ff5 Add some extra checks. Opaque types don't have a null marker. by Chris Lattner · 20 years ago
- fd38787 new testcase by Chris Lattner · 20 years ago