summaryrefslogtreecommitdiffstats
path: root/llvm
Commit message (Expand)AuthorAgeFilesLines
* This test passes now on ppc darwin, so reenable it.Dale Johannesen2010-02-031-3/+0
* Debugging is now reenabled on PPC darwin, so reenableDale Johannesen2010-02-032-6/+1
* enhance new encoder to support prefixes + RawFrm Chris Lattner2010-02-033-7/+133
* set up some infrastructure, some minor cleanups.Chris Lattner2010-02-031-5/+39
* Speculatively disable x86 automatic tail call optimization while we track dow...Evan Cheng2010-02-032-0/+4
* Make test less fragileEvan Cheng2010-02-031-1/+1
* stub out a new X86 encoder, which can be tried withChris Lattner2010-02-035-1/+56
* rename createX86MCCodeEmitter to more accurately reflect what it creates.Chris Lattner2010-02-033-5/+7
* Added support for X86 instruction prefixes so llvm-mc can assemble them. TheKevin Enderby2010-02-033-6/+120
* Emit appropriate expression to find virtual base offset.Devang Patel2010-02-031-1/+20
* Provide interface to identifiy artificial methods.Devang Patel2010-02-033-6/+14
* r94686 changed all ModuleProvider parameters to Modules, which made theJeffrey Yasskin2010-02-032-9/+0
* Make docs less specific about their versions, at Chris's suggestion.Jeffrey Yasskin2010-02-031-4/+5
* Add llvm_supports_darwin_and_target to DejaGNU as well, I'd almost forgotten itDaniel Dunbar2010-02-031-0/+10
* Mention the version in the documentation index and link to the 2.6 docs, whichJeffrey Yasskin2010-02-031-2/+5
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-033-21/+43
* Add "Author Date Id Revision" svn:keyword properties to these files, asDan Gohman2010-02-0315-15/+15
* Adjust the heuristics used to decide when SROA is likely to be profitable.Bob Wilson2010-02-031-18/+20
* Repository access test commitGarrison Venn2010-02-031-1/+1
* Remove redundant declaration.Zhongxing Xu2010-02-031-2/+0
* Add constructors.Zhongxing Xu2010-02-031-0/+5
* reapply r95206, this time actually delete the code I'm replacing in the third...Chris Lattner2010-02-031-9/+23
* revert r95206, it is apparently causing bootstrap failure on i386-darwin9Chris Lattner2010-02-031-24/+7
* print instruction encodings with the existing comment facilities,Chris Lattner2010-02-031-18/+17
* make the x86 backend emit darwin stubs through mcstreamerChris Lattner2010-02-031-7/+24
* make MachineModuleInfoMachO hold non-const MCSymbol*'s insteadChris Lattner2010-02-037-34/+32
* change addPassesToEmitFile to return true on failure instead of its input,Chris Lattner2010-02-034-54/+42
* Revert 94937 and move the noreturn check to codegen.Evan Cheng2010-02-035-20/+25
* Fixed the disassembler so it accepts multipleSean Callanan2010-02-031-28/+20
* Make APInt::countLeadingZerosSlowCase() treat the contents of padding bitsJohn McCall2010-02-032-6/+20
* Allow all types of callee's to be tail called. But avoid automatic tailcall i...Evan Cheng2010-02-034-24/+38
* Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version.Jeffrey Yasskin2010-02-033-4400/+11585
* don't emit \n's at the start of X86AsmPrinter::runOnMachineFunction,Chris Lattner2010-02-032-1/+2
* privatize a bunch of methods and move \n printing into them.Chris Lattner2010-02-032-13/+13
* rename printMachineInstruction -> EmitInstructionChris Lattner2010-02-032-8/+3
* Reapply 95050 with a tweak to check the register class.Dale Johannesen2010-02-033-2/+20
* print instructions through the mcstreamer.Chris Lattner2010-02-031-13/+6
* emit instructions through the streamer.Chris Lattner2010-02-031-2/+1
* Finally eliminate printMCInst and send instructions throughChris Lattner2010-02-033-17/+4
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-0312-22/+37
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-039-71/+19
* make these less sensitive to asm verbose changes by disabling it for them.Chris Lattner2010-02-032-2/+2
* Print FPImm a less kludgy way; APFloat.toString seemsDale Johannesen2010-02-031-6/+3
* Fix some comment typos.Bob Wilson2010-02-031-3/+3
* pass an instprinter into the AsmPrinter if it is available.Chris Lattner2010-02-031-3/+7
* make any use of the "O" stream in asmprinter print toChris Lattner2010-02-031-1/+10
* Recommit this, looks like it wasn't the cause.Eric Christopher2010-02-034-70/+142
* ByVal frame object size should be that of the byval argument, not the size of...Evan Cheng2010-02-021-7/+11
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-023-7/+15
* As of r79039, we still try to eliminate the frame pointer on leaf functions,Jim Grosbach2010-02-021-1/+1
OpenPOWER on IntegriCloud