| Commit message (Expand) | Author | Age | Files | Lines |
* | This test passes now on ppc darwin, so reenable it. | Dale Johannesen | 2010-02-03 | 1 | -3/+0 |
* | Debugging is now reenabled on PPC darwin, so reenable | Dale Johannesen | 2010-02-03 | 2 | -6/+1 |
* | enhance new encoder to support prefixes + RawFrm | Chris Lattner | 2010-02-03 | 3 | -7/+133 |
* | set up some infrastructure, some minor cleanups. | Chris Lattner | 2010-02-03 | 1 | -5/+39 |
* | Speculatively disable x86 automatic tail call optimization while we track dow... | Evan Cheng | 2010-02-03 | 2 | -0/+4 |
* | Make test less fragile | Evan Cheng | 2010-02-03 | 1 | -1/+1 |
* | stub out a new X86 encoder, which can be tried with | Chris Lattner | 2010-02-03 | 5 | -1/+56 |
* | rename createX86MCCodeEmitter to more accurately reflect what it creates. | Chris Lattner | 2010-02-03 | 3 | -5/+7 |
* | Added support for X86 instruction prefixes so llvm-mc can assemble them. The | Kevin Enderby | 2010-02-03 | 3 | -6/+120 |
* | Emit appropriate expression to find virtual base offset. | Devang Patel | 2010-02-03 | 1 | -1/+20 |
* | Provide interface to identifiy artificial methods. | Devang Patel | 2010-02-03 | 3 | -6/+14 |
* | r94686 changed all ModuleProvider parameters to Modules, which made the | Jeffrey Yasskin | 2010-02-03 | 2 | -9/+0 |
* | Make docs less specific about their versions, at Chris's suggestion. | Jeffrey Yasskin | 2010-02-03 | 1 | -4/+5 |
* | Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten it | Daniel Dunbar | 2010-02-03 | 1 | -0/+10 |
* | Mention the version in the documentation index and link to the 2.6 docs, which | Jeffrey Yasskin | 2010-02-03 | 1 | -2/+5 |
* | llvm-mc: Add --show-inst option, for showing the MCInst inline with the assembly | Daniel Dunbar | 2010-02-03 | 3 | -21/+43 |
* | Add "Author Date Id Revision" svn:keyword properties to these files, as | Dan Gohman | 2010-02-03 | 15 | -15/+15 |
* | Adjust the heuristics used to decide when SROA is likely to be profitable. | Bob Wilson | 2010-02-03 | 1 | -18/+20 |
* | Repository access test commit | Garrison Venn | 2010-02-03 | 1 | -1/+1 |
* | Remove redundant declaration. | Zhongxing Xu | 2010-02-03 | 1 | -2/+0 |
* | Add constructors. | Zhongxing Xu | 2010-02-03 | 1 | -0/+5 |
* | reapply r95206, this time actually delete the code I'm replacing in the third... | Chris Lattner | 2010-02-03 | 1 | -9/+23 |
* | revert r95206, it is apparently causing bootstrap failure on i386-darwin9 | Chris Lattner | 2010-02-03 | 1 | -24/+7 |
* | print instruction encodings with the existing comment facilities, | Chris Lattner | 2010-02-03 | 1 | -18/+17 |
* | make the x86 backend emit darwin stubs through mcstreamer | Chris Lattner | 2010-02-03 | 1 | -7/+24 |
* | make MachineModuleInfoMachO hold non-const MCSymbol*'s instead | Chris Lattner | 2010-02-03 | 7 | -34/+32 |
* | change addPassesToEmitFile to return true on failure instead of its input, | Chris Lattner | 2010-02-03 | 4 | -54/+42 |
* | Revert 94937 and move the noreturn check to codegen. | Evan Cheng | 2010-02-03 | 5 | -20/+25 |
* | Fixed the disassembler so it accepts multiple | Sean Callanan | 2010-02-03 | 1 | -28/+20 |
* | Make APInt::countLeadingZerosSlowCase() treat the contents of padding bits | John McCall | 2010-02-03 | 2 | -6/+20 |
* | Allow all types of callee's to be tail called. But avoid automatic tailcall i... | Evan Cheng | 2010-02-03 | 4 | -24/+38 |
* | Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. | Jeffrey Yasskin | 2010-02-03 | 3 | -4400/+11585 |
* | don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction, | Chris Lattner | 2010-02-03 | 2 | -1/+2 |
* | privatize a bunch of methods and move \n printing into them. | Chris Lattner | 2010-02-03 | 2 | -13/+13 |
* | rename printMachineInstruction -> EmitInstruction | Chris Lattner | 2010-02-03 | 2 | -8/+3 |
* | Reapply 95050 with a tweak to check the register class. | Dale Johannesen | 2010-02-03 | 3 | -2/+20 |
* | print instructions through the mcstreamer. | Chris Lattner | 2010-02-03 | 1 | -13/+6 |
* | emit instructions through the streamer. | Chris Lattner | 2010-02-03 | 1 | -2/+1 |
* | Finally eliminate printMCInst and send instructions through | Chris Lattner | 2010-02-03 | 3 | -17/+4 |
* | rejigger the world so that EmitInstruction prints the \n at | Chris Lattner | 2010-02-03 | 12 | -22/+37 |
* | sink handling of target-independent machine instrs (other | Chris Lattner | 2010-02-03 | 9 | -71/+19 |
* | make these less sensitive to asm verbose changes by disabling it for them. | Chris Lattner | 2010-02-03 | 2 | -2/+2 |
* | Print FPImm a less kludgy way; APFloat.toString seems | Dale Johannesen | 2010-02-03 | 1 | -6/+3 |
* | Fix some comment typos. | Bob Wilson | 2010-02-03 | 1 | -3/+3 |
* | pass an instprinter into the AsmPrinter if it is available. | Chris Lattner | 2010-02-03 | 1 | -3/+7 |
* | make any use of the "O" stream in asmprinter print to | Chris Lattner | 2010-02-03 | 1 | -1/+10 |
* | Recommit this, looks like it wasn't the cause. | Eric Christopher | 2010-02-03 | 4 | -70/+142 |
* | ByVal frame object size should be that of the byval argument, not the size of... | Evan Cheng | 2010-02-02 | 1 | -7/+11 |
* | Hook up -filetype=obj through the MachO streamer. Here's a demo: | Chris Lattner | 2010-02-02 | 3 | -7/+15 |
* | As of r79039, we still try to eliminate the frame pointer on leaf functions, | Jim Grosbach | 2010-02-02 | 1 | -1/+1 |