| Commit message (Expand) | Author | Age | Files | Lines |
| * | Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit | Sean Callanan | 2009-12-19 | 9 | -5/+2823 |
| * | Bump alignment requirements for windows targets to achieve compartibility wit... | Anton Korobeynikov | 2009-12-19 | 1 | -0/+3 |
| * | Use 4-arg getVTList) variant instead of generic one, when possible | Anton Korobeynikov | 2009-12-19 | 1 | -0/+1 |
| * | Fix a spello in a comment that Nick spotted. | Dan Gohman | 2009-12-19 | 1 | -2/+2 |
| * | Make some methods const. The only interesting change here is that | Chris Lattner | 2009-12-19 | 2 | -15/+17 |
| * | Qualify a bunch of explicit template instantiations to satisfy clang++. | John McCall | 2009-12-19 | 4 | -8/+8 |
| * | Put TypesEqual and TypeHasCycleThroughItself in namespace llvm so ADL from | John McCall | 2009-12-19 | 1 | -3/+8 |
| * | Eliminate unnecessary LLVMContexts. | Dan Gohman | 2009-12-18 | 1 | -2/+1 |
| * | Changes from review: | Bill Wendling | 2009-12-18 | 5 | -143/+73 |
| * | Make this comment more precise. | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
| * | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng | 2009-12-18 | 1 | -1/+28 |
| * | Fix gcc warning. | Eli Friedman | 2009-12-18 | 1 | -1/+2 |
| * | Catch more cases of a pointer being marked garbage twice. This helps when | Rafael Espindola | 2009-12-18 | 1 | -1/+2 |
| * | Reapply 91459 with a simple fix for the problem that broke the x86_64-darwin | Bob Wilson | 2009-12-18 | 1 | -405/+425 |
| * | Formalize MDNode's function-localness: | Victor Hernandez | 2009-12-18 | 3 | -11/+58 |
| * | Fix Win32 Path.inc for API update. | Daniel Dunbar | 2009-12-18 | 1 | -1/+1 |
| * | Revert this use of NUW/NSW also. Overflow-undefined multiplication isn't | Dan Gohman | 2009-12-18 | 1 | -3/+6 |
| * | Fix libstdc++ build on ARM linux and part of PR5770. | Rafael Espindola | 2009-12-18 | 1 | -0/+3 |
| * | Fix wrong frame pointer save offset in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 1 | -1/+1 |
| * | Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. | Tilmann Scheller | 2009-12-18 | 4 | -3/+141 |
| * | Optimize icmp of null and select of two constants even if the select has | Eli Friedman | 2009-12-18 | 1 | -15/+17 |
| * | On recent Intel u-arch's, folding loads into some unary SSE instructions can | Evan Cheng | 2009-12-18 | 6 | -17/+82 |
| * | Revert this use of NSW; this one isn't actually safe. NSW addition | Dan Gohman | 2009-12-18 | 1 | -4/+2 |
| * | Eliminte unnecessary uses of <cstdio>. | Dan Gohman | 2009-12-18 | 2 | -5/+3 |
| * | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+5 |
| * | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 2 | -0/+18 |
| * | Delete an unused variable. | Dan Gohman | 2009-12-18 | 1 | -1/+0 |
| * | Fix typo. | Eric Christopher | 2009-12-18 | 1 | -1/+1 |
| * | Preserve NSW information in more places. | Dan Gohman | 2009-12-18 | 1 | -8/+19 |
| * | Re-apply 91623 now that I actually know what I was trying to do. | Evan Cheng | 2009-12-18 | 1 | -25/+1 |
| * | Add Loop contains utility methods for testing whether a loop | Dan Gohman | 2009-12-18 | 11 | -36/+36 |
| * | Minor code simplification. | Dan Gohman | 2009-12-18 | 1 | -4/+1 |
| * | Whitespace cleanups. | Dan Gohman | 2009-12-18 | 1 | -12/+12 |
| * | Handle ARM inline asm "w" constraints with 64-bit ("d") registers. | Bob Wilson | 2009-12-18 | 2 | -3/+3 |
| * | Don't pass const pointers by reference. | Dan Gohman | 2009-12-18 | 1 | -13/+13 |
| * | Update a comment. | Dan Gohman | 2009-12-18 | 1 | -1/+1 |
| * | Pass the error string directly to llvm_unreachable instead of the residual | John McCall | 2009-12-18 | 1 | -1/+1 |
| * | Reapply LoopStrengthReduce and IVUsers cleanups, excluding the part | Dan Gohman | 2009-12-18 | 2 | -71/+32 |
| * | Instruction fixes, added instructions, and AsmString changes in the | Sean Callanan | 2009-12-18 | 9 | -423/+1236 |
| * | Sundry dependent-name fixes flagged by clang++. | John McCall | 2009-12-17 | 1 | -4/+4 |
| * | Revert accidental commit. | Bill Wendling | 2009-12-17 | 1 | -1/+1 |
| * | Turn off critical edge splitting for landing pads. The introduction of a | Bill Wendling | 2009-12-17 | 2 | -4/+5 |
| * | Revert r91623 to unbreak the buildbots. | Jeffrey Yasskin | 2009-12-17 | 1 | -1/+4 |
| * | Allow instcombine to combine "sext(a) >u const" to "a >u trunc(const)". | Eli Friedman | 2009-12-17 | 1 | -12/+10 |
| * | Don't codegen available_externally functions. Fixes http://llvm.org/PR5735. | Jeffrey Yasskin | 2009-12-17 | 3 | -30/+62 |
| * | Make the ptrtoint comparison simplification work if one side is a global. | Eli Friedman | 2009-12-17 | 1 | -1/+1 |
| * | Remove an unused option. | Evan Cheng | 2009-12-17 | 1 | -4/+1 |
| * | Slightly generalize transformation of memmove(a,a,n) so that it also applies | Eli Friedman | 2009-12-17 | 1 | -1/+3 |
| * | Make Path use StringRef instead of std::string where possible. | Jeffrey Yasskin | 2009-12-17 | 4 | -44/+45 |
| * | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling | 2009-12-17 | 1 | -6/+7 |