oota-llvm.git
2010-07-12 Daniel DunbarMC/AsmParser: Move .lsym parsing to Darwin specific...
2010-07-12 Daniel DunbarMC/AsmParser: Move some misc. Darwin directive handling...
2010-07-12 Daniel DunbarMCAsmParser: Add getSourceManager().
2010-07-12 Jakob Stoklund... Silence a warning.
2010-07-12 Dan GohmanCheck begin!=end, rather than !begin.
2010-07-12 Daniel DunbarMC/AsmParser: Add a DarwinAsmParser extension.
2010-07-12 Rafael EspindolaFix a typo and fit in 80 columns. Found by Bob Wilson.
2010-07-12 Daniel DunbarMC/AsmParser: Switch a bunch of directive parsing to...
2010-07-12 Dan GohmanAdd a lint check for mismatched return types, inspired...
2010-07-12 Daniel DunbarMCAsmParser: Pull some directive handling out into...
2010-07-12 Daniel DunbarMC/AsmParser: Switch some directive parsing to use...
2010-07-12 Daniel DunbarMC: Add MCAsmParserExtension, a base class for all...
2010-07-12 Daniel DunbarMC: Move AsmParser::TokError to MCAsmParser().
2010-07-12 Daniel DunbarMC: Move getLoc() to MCAsmLexer().
2010-07-12 Benjamin KramerNope, still breaks the release selfhost bots :(
2010-07-12 Benjamin KramerReapply the "or" half of r108136, which seems to be...
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Dan GohmanDon't fast-isel an x87 comparison opcode, as fast-isel...
2010-07-12 Benjamin KramerRevert r108141 again, sigh.
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache result of operator*
2010-07-12 Gabor Greifcache results of operator*
2010-07-12 Gabor Greifcache results of operator*
2010-07-12 Benjamin KramerReapply 108136 with an ugly pasto fixed.
2010-07-12 Benjamin KramerMove optimization to avoid redundant matching.
2010-07-12 Benjamin KramerRevert r108136 until I figure out why it broke selfhost.
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifrecommit r108131 (hich has been backed out in r108135...
2010-07-12 Benjamin Kramerinstcombine: fold (x & y) | (~x & z) and (x & y) ^...
2010-07-12 Gabor Greifback out r108131 (of TailDuplication.cpp) for now,...
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Gabor Greifcache dereferenced iterators
2010-07-12 Duncan SandsConvert some tab stops into spaces.
2010-07-12 Chandler CarruthAdd parentheses around an || to correct the logic....
2010-07-12 Eric ChristopherRemove tab characters and 80-col.
2010-07-12 Eric Christopher80 columns.
2010-07-12 Chris LattnerPath::isRootDirectory is unimplemented on Unix and...
2010-07-12 Rafael EspindolaConvert getLoadStoreRegOpcode to use a switch.
2010-07-12 Rafael EspindolaConvert the last use of getPhysicalRegisterRegClass...
2010-07-12 Eric ChristopherFix up the ocaml kaleidoscope example as well.
2010-07-12 Jakob Stoklund... A basic block that only uses RFP registers still needs...
2010-07-12 Rafael EspindolaDon't use getPhysicalRegisterRegClass in PBQP. The...
2010-07-12 Chris Lattnerfix PR7311 by avoiding breaking casts when a bitcast...
2010-07-12 Chris Lattnermake the prototypes for CreateMalloc and CreateFree...
2010-07-12 Rafael EspindolaConvert the last getPhysicalRegisterRegClass in VirtReg...
2010-07-12 Chris Lattnerif jump threading is able to infer interesting values...
2010-07-12 Chris Lattnerfix PR7429, a crash turning a load from a string into...
2010-07-12 Chris Lattnerconvert to filechecconvert to filecheckk
2010-07-12 Chris Lattnermerge two tests.
2010-07-12 Chris Lattnerimprove Path::makeUnique when mkstemp/mktemp are not...
2010-07-12 Chris Lattnerchange machinelicm to use MachineInstr::isSafeToMove...
2010-07-11 Chris Lattnerfirst part of JIT support for address of labels, part...
2010-07-11 Chris Lattnerintroduce WinCOFFObjectWriter, patch by Michael Spencer!
2010-07-11 Chris Lattnerintroduce WinCOFFStreamer.cpp, patch by Michael Spencer!
2010-07-11 Nick LewyckyIf it's safe to speculatively execute load(alloca)...
2010-07-11 Chris Lattnerfix typo
2010-07-11 Jakob Stoklund... RISC architectures get their memory operand folding...
2010-07-11 Jakob Stoklund... Use target independent COPY instructions for the fake...
2010-07-11 Jakob Stoklund... Remove redundant branch. Thanks, Anton!
2010-07-11 Jakob Stoklund... Remove obsolete README_SSE note.
2010-07-11 Jakob Stoklund... Remove TargetInstrInfo::copyRegToReg entirely.
2010-07-11 Rafael EspindolaMake getPhysicalRegisterRegClass non-virtual. Should...
2010-07-11 Rafael EspindolaConvert uses of getPhysicalRegisterRegClass in VirtRegR...
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for SystemZ.
2010-07-11 Jakob Stoklund... Avoid SSE instructions in FastIsel when it is not avail...
2010-07-11 Chandler CarruthRemove two other uses of ATTRIBUTE_UNUSED for variables...
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for XCore.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Sparc.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for CellSPU.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for PowerPC.
2010-07-11 Jakob Stoklund... Fix PIC16 comments referencing copyRegToReg.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for PIC16.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for MSP430.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for MBlaze.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for ARM.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Blackfin.
2010-07-11 Jakob Stoklund... X86InstrInfo::copyRegToReg is dead. Long live copyPhysReg!
2010-07-11 Jakob Stoklund... Remove copyRegToReg from TargetInstrInfo so it is not...
2010-07-11 Jakob Stoklund... Use COPY in X86FastISel::X86SelectRet.
2010-07-11 Jakob Stoklund... Use COPY for fast-isel bitconvert, but don't create...
2010-07-11 Rafael EspindolaFix va_arg for doubles. With this patch VAARG nodes...
2010-07-11 Jakob Stoklund... Replace copyRegToReg with COPY in FastISelEmitter.
2010-07-11 Jakob Stoklund... Use COPY for extracting ImplicitDef'ed values from...
2010-07-11 Jakob Stoklund... Use COPY in FastISel everywhere it is safe and trivial.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Mips.
2010-07-11 Jakob Stoklund... Replace copyRegToReg with copyPhysReg for Alpha.
2010-07-11 Dan Gohmansdiv overflow is outright undefined behavior, with...
2010-07-10 Jakob Stoklund... Use COPY in targets
2010-07-10 Jakob Stoklund... Replace copyRegToReg with COPY everywhere in lib/CodeGe...
2010-07-10 Jakob Stoklund... Only collect subreg extracting copies for later coalescing.
2010-07-10 Dan GohmanFix a bug in the code which re-inserts DBG_VALUE nodes...
2010-07-10 Dan GohmanFix this test.
2010-07-10 Duncan SandsThe accumulator tail recursion transform claims to...
2010-07-10 Jakob Stoklund... Emit COPY instructions instead of using copyRegToReg...
2010-07-10 Bill WendlingUse non-bool values for .count.
2010-07-10 Jakob Stoklund... Don't emit st(0)/st(1) copies as FpMOV instructions...
next