oota-llvm.git
2010-02-04 Sean CallananFilled in a few new APIs for the enhanced
2010-02-04 Dan GohmanUse a tab instead of space after .type, for consistency.
2010-02-04 Dale JohannesenRewrite FP constant handling in DEBUG_VALUE yet
2010-02-04 Victor HernandezFix (and test) function-local metadata that occurs...
2010-02-03 Eric ChristopherIf we're dealing with a zero-length array, don't lower...
2010-02-03 Dale JohannesenThis test passes now on ppc darwin; if it doesn't pass
2010-02-03 Dale JohannesenThis test passes now on ppc darwin, so reenable it.
2010-02-03 Dale JohannesenDebugging is now reenabled on PPC darwin, so reenable
2010-02-03 Chris Lattnerenhance new encoder to support prefixes + RawFrm
2010-02-03 Chris Lattnerset up some infrastructure, some minor cleanups.
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Evan ChengMake test less fragile
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with
2010-02-03 Chris Lattnerrename createX86MCCodeEmitter to more accurately reflec...
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-03 Devang PatelEmit appropriate expression to find virtual base offset.
2010-02-03 Devang PatelProvide interface to identifiy artificial methods.
2010-02-03 Jeffrey Yasskinr94686 changed all ModuleProvider parameters to Modules...
2010-02-03 Jeffrey YasskinMake docs less specific about their versions, at Chris...
2010-02-03 Daniel DunbarAdd llvm_supports_darwin_and_target to DejaGNU as well...
2010-02-03 Jeffrey YasskinMention the version in the documentation index and...
2010-02-03 Daniel Dunbarllvm-mc: Add --show-inst option, for showing the MCInst...
2010-02-03 Dan GohmanAdd "Author Date Id Revision" svn:keyword properties...
2010-02-03 Bob WilsonAdjust the heuristics used to decide when SROA is likel...
2010-02-03 Garrison VennRepository access test commit
2010-02-03 Zhongxing XuRemove redundant declaration.
2010-02-03 Zhongxing XuAdd constructors.
2010-02-03 Chris Lattnerreapply r95206, this time actually delete the code...
2010-02-03 Chris Lattnerrevert r95206, it is apparently causing bootstrap failu...
2010-02-03 Chris Lattnerprint instruction encodings with the existing comment...
2010-02-03 Chris Lattnermake the x86 backend emit darwin stubs through mcstreamer
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Chris Lattnerchange addPassesToEmitFile to return true on failure...
2010-02-03 Evan ChengRevert 94937 and move the noreturn check to codegen.
2010-02-03 Sean CallananFixed the disassembler so it accepts multiple
2010-02-03 John McCallMake APInt::countLeadingZerosSlowCase() treat the conte...
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Jeffrey YasskinReconfigure with autoconf-2.60, and fix autoconf.ac...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris Lattnerprivatize a bunch of methods and move \n printing into...
2010-02-03 Chris Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-03 Dale JohannesenReapply 95050 with a tweak to check the register class.
2010-02-03 Chris Lattnerprint instructions through the mcstreamer.
2010-02-03 Chris Lattneremit instructions through the streamer.
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Chris Lattnermake these less sensitive to asm verbose changes by...
2010-02-03 Dale JohannesenPrint FPImm a less kludgy way; APFloat.toString seems
2010-02-03 Bob WilsonFix some comment typos.
2010-02-03 Chris Lattnerpass an instprinter into the AsmPrinter if it is available.
2010-02-03 Chris Lattnermake any use of the "O" stream in asmprinter print to
2010-02-03 Eric ChristopherRecommit this, looks like it wasn't the cause.
2010-02-02 Evan ChengByVal frame object size should be that of the byval...
2010-02-02 Chris LattnerHook up -filetype=obj through the MachO streamer. ...
2010-02-02 Jim GrosbachAs of r79039, we still try to eliminate the frame point...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Dale JohannesenAccept floating point immediates in DEBUG_VALUE.
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Daniel DunbarAsmMatcherEmitter: Use stable_sort when reordering...
2010-02-02 Chris Lattneruse OwningPtr and factor code better.
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Eric ChristopherHopefully temporarily revert this.
2010-02-02 Chris Lattnersimplify getVerboseAsm
2010-02-02 Chris Lattnermove handling of asm-verbose out of AsmPrinter.cpp...
2010-02-02 Chris Lattnerremove dead #include, stupid symlinks.
2010-02-02 Chris Lattnerremove the # TAILCALL markers, which was causing the...
2010-02-02 Chris LattnerRemove a bunch of stuff around the edges of the ELF...
2010-02-02 Eric ChristopherReformat my last patch slightly.
2010-02-02 Chris Lattnertidy some targets.
2010-02-02 Eric ChristopherRe-add strcmp and known size object size checking optim...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Daniel DunbarMCAssembler/Darwin: Add a test (on Darwin) that we...
2010-02-02 Chris Lattnerdetemplatize the ppc code emitter.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattneradd a definition for ID.
2010-02-02 Chris Lattnerdetemplatize ARM code emitter.
2010-02-02 Daniel DunbarMCAsmParser/X86: Represent absolute memory operands...
2010-02-02 Daniel DunbarMCCodeEmitter/X86: Handle tied registers better when...
2010-02-02 Daniel DunbarMC/Mach-O: Set SOME_INSTRUCTIONS bit for sections.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize alpha code emission, it is now JIT specific.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Dan GohmanMake DenseSet's erase pass on the return value rather...
2010-02-02 Dan GohmanFix function names in comments. Thanks Duncan!
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerthis apparently depends on the host somehow.
2010-02-02 Bill WendlingXFAIL for PPC Darwin.
2010-02-02 Chris Lattnerdisable this test for now.
2010-02-02 Sean Callanan...and fixed the Makefile.
2010-02-02 Sean CallananRenamed the ed directory to edis, as suggested
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Chris LattnerAdd a new top-level MachO.h file for manifest constants...
2010-02-02 Johnny ChenAdded t2BFI (Bitfield Insert) entry for disassembler...
2010-02-02 Chris Lattnerremove PPCMachOWriterInfo.
2010-02-02 Chris Lattnereliminate all forms of addPassesToEmitMachineCode except
2010-02-02 Kevin EnderbyAdded another version of the X86 assembler matcher...
2010-02-02 Chris Lattnerremove dead code, we're requesting TargetMachine::Assem...
2010-02-02 Dale JohannesenTest revert 95050; there's a good chance it's causing
next