| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add callee-saved regs & reg classes getter hooks | Anton Korobeynikov | 2009-05-03 | 1 | -2/+16 |
* | Add simple FP indicator for given function hook | Anton Korobeynikov | 2009-05-03 | 1 | -1/+3 |
* | Provide set of reserved registers | Anton Korobeynikov | 2009-05-03 | 2 | -5/+17 |
* | Add proper ISD::RET lowering | Anton Korobeynikov | 2009-05-03 | 3 | -0/+83 |
* | Add first draft of MSP430 calling convention stuff and draft of ISD::FORMAL_A... | Anton Korobeynikov | 2009-05-03 | 4 | -0/+142 |
* | Fix register names, fix register allocation order, handle frame pointer. | Anton Korobeynikov | 2009-05-03 | 2 | -11/+21 |
* | Clearify the usage and add some debug stuff | Anton Korobeynikov | 2009-05-03 | 1 | -1/+49 |
* | Cleanup | Anton Korobeynikov | 2009-05-03 | 1 | -2/+1 |
* | Add cmake script. No idea whether it works or not :) | Anton Korobeynikov | 2009-05-03 | 1 | -0/+23 |
* | Add a note | Anton Korobeynikov | 2009-05-03 | 1 | -0/+1 |
* | Typo | Anton Korobeynikov | 2009-05-03 | 1 | -1/+1 |
* | Dummy MSP430 backend | Anton Korobeynikov | 2009-05-03 | 20 | -0/+990 |
* | 'The attached patch fixes an issue where llc -march=cpp fails with | Chris Lattner | 2009-05-01 | 1 | -3/+4 |
* | Fix compilation for some targets other than x86. | Argiris Kirtzidis | 2009-04-30 | 2 | -2/+0 |
* | Make DebugLoc independent of DwarfWriter. | Argiris Kirtzidis | 2009-04-30 | 2 | -0/+2 |
* | getCommonSubClass() - Calculate the largest common sub-class of two register | Jakob Stoklund Olesen | 2009-04-30 | 1 | -0/+42 |
* | Set mayLoad on MOVZX32_NOREXrm8 too. | Dan Gohman | 2009-04-30 | 1 | -0/+1 |
* | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively. | Evan Cheng | 2009-04-30 | 1 | -1/+3 |
* | remove progname which is never set. PR4085 | Chris Lattner | 2009-04-30 | 1 | -2/+1 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 49 | -132/+216 |
* | Fix infinite recursion in the C++ code which handles movddup by making it unn... | Nate Begeman | 2009-04-29 | 2 | -46/+13 |
* | Implement review feedback for vector shuffle work. | Nate Begeman | 2009-04-29 | 2 | -31/+34 |
* | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 1 | -2/+1 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 49 | -191/+227 |
* | Properly print 'P' modifier on inline asm memory operands. | Anton Korobeynikov | 2009-04-28 | 2 | -8/+9 |
* | GlobalValue is always pointer type, so an assert isn't required. | Sanjiv Gupta | 2009-04-28 | 1 | -6/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 49 | -227/+191 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 49 | -191/+227 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 9 | -1641/+1208 |
* | Rename GR8_ABCD to GR8_ABCD_L and create GR8_ABCD_H, and use these | Dan Gohman | 2009-04-27 | 3 | -32/+71 |
* | Rename GR8_, GR16_, GR32_, and GR64_ to GR8_ABCD, GR16_ABCD, | Dan Gohman | 2009-04-27 | 5 | -42/+42 |
* | Break up long multi-mnemonic strings into separate lines for readability. | Dan Gohman | 2009-04-27 | 2 | -12/+27 |
* | Revised 68749 to allow matching of load/stores for address spaces < 256. | Mon P Wang | 2009-04-27 | 1 | -9/+9 |
* | add support for detecting process features on win64, patch by | Chris Lattner | 2009-04-25 | 1 | -36/+50 |
* | Change LowerCallResult method so that CCValAssign::BCvt can be used with | Bob Wilson | 2009-04-25 | 1 | -16/+16 |
* | Adjust a comment to reflect what the code does. Splitting a 64-bit argument | Bob Wilson | 2009-04-24 | 1 | -1/+1 |
* | Fix up some problems with getCopyToReg and getCopyFromReg nodes being | Bob Wilson | 2009-04-24 | 1 | -8/+12 |
* | Remove unnecessary references to f32 types. After specifying that f32 | Bob Wilson | 2009-04-24 | 1 | -4/+4 |
* | Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not | Rafael Espindola | 2009-04-24 | 3 | -37/+26 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 9 | -1195/+1633 |
* | PR2957 | Nate Begeman | 2009-04-24 | 9 | -1633/+1195 |
* | Fix spurious indentation in a comment. | Dan Gohman | 2009-04-23 | 1 | -1/+1 |
* | Banksel immediate constant will always immediately follow the GA/ES, so scan ... | Sanjiv Gupta | 2009-04-23 | 1 | -18/+20 |
* | Add support for printing MO_ExternalSymbol operands in | Dan Gohman | 2009-04-23 | 1 | -2/+4 |
* | Make the function begin label start after ther data pointer. | Sanjiv Gupta | 2009-04-22 | 3 | -9/+12 |
* | Get rid of what looks like a copy-and-pasted typo. | Duncan Sands | 2009-04-21 | 1 | -3/+3 |
* | TLS_addr64 and TLS_addr32 define RDI and EAX. They don't use them. | Rafael Espindola | 2009-04-21 | 2 | -2/+2 |
* | Handle direct aggregate type arguments. | Sanjiv Gupta | 2009-04-21 | 2 | -51/+36 |
* | Make X86's copyRegToReg able to handle copies to and from subclasses. | Dan Gohman | 2009-04-20 | 1 | -20/+29 |
* | Remove unused variable. | Daniel Dunbar | 2009-04-20 | 1 | -1/+0 |