oota-llvm.git
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
2010-02-02 Chris LattnerInline addAssemblyEmitter into its one real caller...
2010-02-02 Duncan SandsAdding missing methods for creating Add, Mul, Neg and...
2010-02-02 Zhongxing XuReturn value on every path.
2010-02-02 Zhongxing Xusimplify code.
2010-02-02 Zhongxing XuMore logic correction: RemoveOverlap should always...
2010-02-02 Zhongxing XuAdd a lookup method to the IntervalMap. The difference...
2010-02-02 Devang PatelApparently gdb is not amused by empty lines in pubtypes...
2010-02-02 Devang PatelNULL terminate name in pubtypes sections.
2010-02-02 Chris Lattnerdon't turn (A & (C0?-1:0)) | (B & ~(C0?-1:0)) -> C0...
2010-02-02 Zhongxing XuFix a bunch of errors in the old logic.
2010-02-02 Chris Lattnerfix a crash in loop unswitch on a loop invariant vector...
2010-02-02 Chris Lattnerremove an unreduced testcase, rename another.
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-02 Sean CallananRemoved an unnecessary class from the EDDisassembler
2010-02-02 Dale JohannesenMake local RA smarter about reusing input register...
2010-02-02 Zhongxing Xu11.8p1: A nested class is a member and as such has...
2010-02-02 Dan GohmanLangRef.html says that inttoptr and ptrtoint always...
2010-02-02 Dan GohmanFactor out alignof expression folding into a separate...
2010-02-02 Dan GohmanVarious code simplifications.
2010-02-02 Daniel DunbarUpdate CMake.
2010-02-02 Eric ChristopherDon't need to check the last argument since it'll alway...
2010-02-02 Eric ChristopherMore indentation/tabification fixes.
2010-02-02 Eric ChristopherUntabify previous commit.
2010-02-02 Sean CallananChanged to Chris Lattner's suggested approach, which
2010-02-01 Nate BegemanKill the Mach-O writer, and temporarily make filetype...
2010-02-01 Sean CallananFix for builds with separate source and build
2010-02-01 Eric ChristopherFormatting.
next