| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix some out of date prose dating from the LLVMContext changes. | Chris Lattner | 2010-02-17 | 1 | -3/+3 |
* | Fix comment. | Daniel Dunbar | 2010-02-17 | 1 | -1/+1 |
* | redisable this to save people a small amount of build time. | Chris Lattner | 2010-02-17 | 1 | -1/+1 |
* | Dead code elimination. | Jakob Stoklund Olesen | 2010-02-17 | 2 | -38/+0 |
* | "Fix and issue in SparcAsmPrinter where multiple identical .LLGETPCHn symbols... | Chris Lattner | 2010-02-17 | 1 | -5/+6 |
* | move isOnlyReachableByFallthrough out of MachineBasicBlock into AsmPrinter, | Chris Lattner | 2010-02-17 | 6 | -37/+75 |
* | add a note, from PR5100 | Chris Lattner | 2010-02-17 | 1 | -0/+2 |
* | add missing method, PR6284 | Chris Lattner | 2010-02-17 | 1 | -1/+3 |
* | add optional debian instructions, PR6272 | Chris Lattner | 2010-02-17 | 1 | -2/+8 |
* | Added routine to clone the body of a function and maintain a map of already | Sanjiv Gupta | 2010-02-17 | 2 | -0/+45 |
* | Mention an API change. | Duncan Sands | 2010-02-17 | 1 | -0/+4 |
* | Pacify gcc-4.5, which warns (correctly) that these switches have | Duncan Sands | 2010-02-17 | 1 | -2/+2 |
* | Revert: | Eric Christopher | 2010-02-17 | 2 | -17/+1 |
* | reduce nesting. | Chris Lattner | 2010-02-17 | 1 | -3/+7 |
* | Added a function to clone locals of a function.( which for pic16 are globals | Sanjiv Gupta | 2010-02-17 | 2 | -1/+47 |
* | improve comments, the matcher is now feature complete, on to codegen. | Chris Lattner | 2010-02-17 | 1 | -1/+5 |
* | Removed header files from .h by adding forward decls. | Sanjiv Gupta | 2010-02-17 | 2 | -22/+27 |
* | Added BFI for disassembly only. | Johnny Chen | 2010-02-17 | 1 | -0/+11 |
* | sink special case "cannotyetselect" for intrinsics out of the | Chris Lattner | 2010-02-17 | 2 | -14/+7 |
* | Emulate the current isel's "IsChainCompatible" logic for now. | Chris Lattner | 2010-02-17 | 5 | -6/+57 |
* | properly record chain inputs to complex patterns, | Chris Lattner | 2010-02-17 | 1 | -6/+13 |
* | rename and document some arguments so I don't have to keep | Chris Lattner | 2010-02-17 | 1 | -11/+18 |
* | Use pointer-wide encoding for LSDA and FDE on Darwin. | Anton Korobeynikov | 2010-02-17 | 1 | -4/+4 |
* | simplify IsChainCompatible codegen, add comments. no | Chris Lattner | 2010-02-17 | 2 | -8/+14 |
* | Removed an early out which was causing the PBQP allocator to not compute live... | Lang Hames | 2010-02-17 | 1 | -4/+0 |
* | Fix SCEVExpander's existing PHI reuse checking to recognize the | Dan Gohman | 2010-02-17 | 1 | -0/+13 |
* | Before setting scope end marker, pay attention to scope begin marker and exis... | Devang Patel | 2010-02-17 | 2 | -1/+42 |
* | Prep work to handle input chains of matched patterns and checking for | Chris Lattner | 2010-02-17 | 1 | -4/+28 |
* | daniel remembered why this was needed. | Chris Lattner | 2010-02-17 | 1 | -1/+4 |
* | add a comment explaining why darwin/i386 uses ## as a comment. | Chris Lattner | 2010-02-17 | 1 | -0/+2 |
* | record input chains. | Chris Lattner | 2010-02-17 | 1 | -0/+9 |
* | prefix captured value names with $ so they look like | Chris Lattner | 2010-02-17 | 2 | -5/+4 |
* | Initial implementation of PIC16 Cloner pass. | Sanjiv Gupta | 2010-02-17 | 2 | -0/+254 |
* | Don't check for comments, which vary between subtargets. | Dan Gohman | 2010-02-17 | 1 | -1/+1 |
* | improve comments on OPC_Record to say what we're recording a node. | Chris Lattner | 2010-02-17 | 3 | -3/+11 |
* | Fold bswap(undef) to undef. | Dan Gohman | 2010-02-17 | 2 | -0/+12 |
* | Delete some unneeded casts. | Dan Gohman | 2010-02-17 | 1 | -2/+2 |
* | Don't attempt to divide INT_MIN by -1; consider such cases to | Dan Gohman | 2010-02-17 | 2 | -0/+30 |
* | make the new isel's interpreter loop call the generated | Chris Lattner | 2010-02-17 | 2 | -6/+10 |
* | improve comments in generated matcher a bit. | Chris Lattner | 2010-02-17 | 1 | -12/+12 |
* | Make the operand and format specifier match, and print all | Dan Gohman | 2010-02-17 | 1 | -1/+1 |
* | make the new isel generator plop out a CheckComplexPattern function | Chris Lattner | 2010-02-17 | 4 | -6/+52 |
* | Wrap lines to 80 columns and generally try to clean up whitespace and | Bob Wilson | 2010-02-17 | 1 | -312/+216 |
* | roundss is an sse 4 thing, fix the test on non-sse41 builders | Chris Lattner | 2010-02-17 | 1 | -1/+1 |
* | fix inverted condition. | Chris Lattner | 2010-02-17 | 1 | -1/+3 |
* | Make g5 target explicit; scheduling affects register choice. | Dale Johannesen | 2010-02-16 | 1 | -1/+1 |
* | complex patterns don't get 'record' nodes, they implicitly | Chris Lattner | 2010-02-16 | 1 | -1/+20 |
* | clean up some code, eliminate NodeIsComplexPattern, which | Chris Lattner | 2010-02-16 | 1 | -18/+5 |
* | Make error statement more personal. | Bill Wendling | 2010-02-16 | 1 | -1/+1 |
* | fix indentation | Chris Lattner | 2010-02-16 | 1 | -62/+66 |