Drop the raw_ostream required buffer size to 1.
[oota-llvm.git] / lib /
2009-09-15 Daniel DunbarDrop the raw_ostream required buffer size to 1.
2009-09-15 Daniel DunbarFix -Asserts warning.
2009-09-15 Nate BegemanBetter solution for tracking both the original alignmen...
2009-09-15 Sean CallananAdded a new register class for segment registers
2009-09-15 Dale JohannesenChange the marker byte for stubs from 0xcd to 0xce...
2009-09-15 Chris Lattnerfix PR4984 by ensuring that fastisel adds properly...
2009-09-15 Chris Lattneradd missing file
2009-09-15 Bob WilsonHandle AddrMode4 for Thumb2 in rewriteT2FrameIndex...
2009-09-15 Sandeep PatelFix superreg use in ARMAsmPrinter. Approved by Anton...
2009-09-15 Chris Lattnerseveral major improvements to the sparc backend: suppor...
2009-09-15 Dan GohmanTeach ValueTracking how to look through GlobalAliases...
2009-09-15 Dan GohmanFix an accidental inversion of the inbounds flag.
2009-09-15 Dan GohmanWhen a constant's type is refined, update the constant...
2009-09-15 Nick LewyckyAdd more newlines to make up for the ones removed from...
2009-09-15 Evan ChengAnother try at early partial coalescing. Identity phi...
2009-09-15 Nick LewyckyForbid arrays of function-type and structures with...
2009-09-15 Chris Lattnerfix PR4963: folding insertvalue would sometimes turn...
2009-09-15 Chris Lattneradd a new CallGraphNode::replaceCallEdge method and...
2009-09-15 Chris Lattneradd newline to debug dump
2009-09-15 Chris Lattnermake -debug-pass=Executions show information about...
2009-09-15 Chris Lattneradd some missing quotes in debug output
2009-09-15 Ted KremenekRemove invalid add_dependencies line to unbreak the...
2009-09-15 Mikhail GlushenkovGet rid of GetProcessId in Win32/Program.inc.
2009-09-15 Dan GohmanDon't pull a load through a callseq_start if the load...
2009-09-15 Nate BegemanRemove incorrect CSE code from r81813.
2009-09-15 Sean CallananModified the Intel instruction tables to include
2009-09-15 Kevin EnderbyAdded the first bits of the ARM target assembler to...
2009-09-15 Nate BegemanSubstantially speed up combiner-aa in the following...
2009-09-15 Nate BegemanTeach the legalizer to propagate the original alignment...
2009-09-15 Dan GohmanOn x86-64, the 32-bit cmov doesn't actually clear the...
2009-09-15 Nate BegemanAdd an "original alignment" field to load and store...
2009-09-14 Dan GohmanWhen extending a memset range past the front, set the...
2009-09-14 Evan ChengAdd early coalescing to liveintervals. This is work...
2009-09-14 Bill WendlingPull the creation of the "RewindFunction" function...
2009-09-14 Jim Grosbachtrivial whitespace cleanup
2009-09-14 Chris Lattneradd PR#
2009-09-14 Daniel DunbarUpdate CMake.
2009-09-14 Chris LattnerPIC16 does allow colon after MBB labels, simplify EmitB...
2009-09-14 Chris LattnerChange MCAsmStreamer to take an MCInstPrinter instead...
2009-09-14 Nick LewyckyFix a pair of comment typos.
2009-09-14 Nick LewyckyFifth time's a charm! Remove ourselves as abstract...
2009-09-14 Chris LattnerGive MCInstPrinter a MCAsmInfo member, make X86ATTInstP...
2009-09-14 Chris Lattneradd a new MCInstPrinter class, move the (trivial) MCDis...
2009-09-14 Chris Lattnertidy up a bit.
2009-09-14 Nick LewyckyDon't leak! Always remove oneself as a listener after...
2009-09-13 Nick LewyckyActually remove old types from the set.
2009-09-13 Chris Lattnerkill off the last use of TRI::AsmName.
2009-09-13 Chris Lattneradd some special case handling for strangely named...
2009-09-13 Chris Lattner'printMCInst' doesn't print newlines after instructions...
2009-09-13 Daniel DunbarRemove unused variables.
2009-09-13 Nick LewyckyStoring a set of PATypeHolders is a bad idea because...
2009-09-13 Chris Lattnerremove all but one reference to TargetRegisterDesc...
2009-09-13 Chris Lattnerthe tblgen produced 'getRegisterName' method does not...
2009-09-13 Chris Lattnerswitch the x86 asmprinters to use getRegisterName instead
2009-09-13 Chris Lattnermake tblgen produce a function that returns the name...
2009-09-13 Chris Lattnereliminate an extraneous use of TRI::getAsmName in a...
2009-09-13 Chris Lattnermake intel asmprinter use TRI::getAsmName instead of...
2009-09-13 Chris Lattnersplit MCInst printing out of the X86ATTInstPrinter
2009-09-13 Chris Lattnerreduce indentation with early exit.
2009-09-13 Chris Lattnerremove MAI::JumpTableSpecialLabelPrefix now that MAI
2009-09-13 Chris Lattnerdelete the fixme too! :)
2009-09-13 Chris Lattnermerge the linux cpool/jtbl pic tests into pic.ll and...
2009-09-13 Chris Lattnermake X86ATTAsmPrinter::PrintPICBaseSymbol forward to...
2009-09-13 Chris Lattnerreplace printBasicBlockLabel with EmitBasicBlockStart,
2009-09-13 Chris Lattnerfix MCSymbol printing on darwin to exactly match the...
2009-09-13 Chris LattnerMake the MC symbol printer and llvm::Mangler exactly...
2009-09-13 Chris Lattnerconvert some uses of printBasicBlockLabel to use GetMBB...
2009-09-13 Anton KorobeynikovFix merge problem
2009-09-13 Anton KorobeynikovDefine proper subreg sets for arm - this should fix...
2009-09-12 Daniel DunbarExperimental fix for PR4960.
2009-09-12 Chris Lattnerdevirtualize AsmPrinter::printBasicBlockLabel since...
2009-09-12 Dan GohmanRemove unnecessary #include.
2009-09-12 Anton KorobeynikovAdd QPR_VFP2 regclass and add copy_to_regclass nodes...
2009-09-12 Dan GohmanPreserve the inbounds flag, so that the constant folder...
2009-09-12 Dan GohmanFix the build when DEBUG_SYMBOL_TABLE is set.
2009-09-12 Chris Lattnerfactor MBB label lowering better
2009-09-12 Chris LattnerX86MCInstLower::Lower should only not emit anything...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-12 Chris Lattnersplit MachineInstr -> MCInst lowering into its own...
2009-09-12 Chris Lattnerremove the "old" at&t style asmprinter. Unfortunately...
2009-09-12 Lang HamesMoved some more index operations over to LiveIntervals.
2009-09-12 Sean CallananAdded the WAIT instruction to the Intel tables,
2009-09-12 Sean CallananAdded CMPS (string comparison) instructions for all
2009-09-12 Evan ChengRemove -new-coalescer-heuristic. It's not useful.
2009-09-12 Evan Cheng80 col violations.
2009-09-12 Chris Lattnerfix another GCC bootstrap problem, which manifested...
2009-09-12 Chris Lattnerfix an embarassing typo that resulted in llvm-gcc boots...
2009-09-12 Sean CallananAdded SCAS instructions in their 8, 16, 32, and
2009-09-11 Daniel DunbarFix -Asserts warning.
2009-09-11 Ted KremenekUpdate CMake files.
2009-09-11 Dan GohmanFix llvm-extract's "writing bitcode to a terminal"...
2009-09-11 Jim GrosbachRevert array initialization regclass change so that...
2009-09-11 Jim GrosbachUpdate register class references to use the global...
2009-09-11 Sean CallananAdded ADC, SUB, SBB, and OR instructions that operate
2009-09-11 Chris Lattnerfix pasto
2009-09-11 Caroline TiceDon't generate Dwarf line table entries for source...
2009-09-11 Chris Lattnerfix some fixmes: emit stubs in sorted order.
2009-09-11 Duncan SandsFix PR4948 (and a leak): by not destroying the DwarfExc...
2009-09-11 Chris Lattnerturn on -experimental-asm-printer for x86 / AT&T by...
2009-09-11 Chris Lattnerreject attempts to take the address of an intrinsic...
next