oota-llvm.git
2009-08-13 Owen AndersonActually privatize a IntegerTypes, and fix a few bugs...
2009-08-13 Dan GohmanWhen standard output is a terminal, set outs() to be...
2009-08-13 Dan GohmanMake formatted_raw_ostream restore the buffer settings...
2009-08-13 Dan GohmanTake the fast path for any named value and any GlobalVa...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-13 Bruno Cardoso... Remove hack used to strip unwanted chars from section...
2009-08-13 Bruno Cardoso... Add a method to return BSSSection from TargetLoweringOb...
2009-08-13 Bruno Cardoso... Add a method to return if the ELF section contains...
2009-08-13 Dan GohmanAdd unimplemented destructor declarations to hopefully...
2009-08-13 Dan GohmanFix a compiler warning about comparing signed with...
2009-08-13 Misha Brukman* Moved all tool version requirements to the same place
2009-08-13 Misha BrukmanConverted tabs to spaces.
2009-08-13 Misha BrukmanGrammar fix.
2009-08-13 Daniel DunbarTweak svn:ignore
2009-08-13 Daniel DunbarTargetRegistry: Reorganize AsmPrinter construction...
2009-08-13 Dan GohmanAdd an assert to check copy_to_buffer's precondition.
2009-08-13 Dan GohmanSet raw_os_ostream, raw_string_ostream, and raw_svector...
2009-08-13 Dan GohmanAdd support to raw_ostream for sizing the buffer accord...
2009-08-13 Daniel DunbarAdd temporary hack to teach LLVM to reconfigure itself...
2009-08-13 Daniel DunbarReapply pieces of 78914 reverted in 78916, this has...
2009-08-13 Dan GohmanMake raw_ostream non-copyable.
2009-08-13 Daniel DunbarRevert 78892 and 78895, these break generating working...
2009-08-13 Jim GrosbachAdd missing defs of R2 and D1.
2009-08-13 Daniel DunbarRemove obsoleted files (from AsmPrinter move)
2009-08-13 Owen AndersonRevert r78914, as it was breaking the build.
2009-08-13 Dan GohmanSimplify this code so that it doesn't depend on raw_ost...
2009-08-13 Sanjiv GuptaMove PIC16 AsmPrinter to PIC16/AsmPrinter directory.
2009-08-13 Jakob Stoklund... Track pristine registers as if they were live-in in...
2009-08-13 Jakob Stoklund... Use pristine register info in machine code verifier.
2009-08-13 Jakob Stoklund... Add MachineFrameInfo::getPristineRegisters(MBB) method.
2009-08-13 David GoodwinAdd callback to allow target to adjust latency of sched...
2009-08-13 Dan GohmanMove SetBufferSize and SetUnbuffered out of line.
2009-08-13 David GoodwinFinalize itineraries for cortex-a8 integer multiply
2009-08-13 Dan GohmanFix the buffer handling logic so that write_impl is...
2009-08-13 Dan GohmanFix a 4x slowdown in llc -asm-verbose caused by the...
2009-08-13 Jim GrosbachRemove unnecessary newline
2009-08-13 Jim GrosbachCorrect comment wording
2009-08-13 Chris Lattnerreintroduce support for Mips "small" section handling...
2009-08-13 Jakob Stoklund... Fix the N>=64 case in the isInt<> and isUint<> templates.
2009-08-13 Evan ChengtPOP_RET now has predicate operands.
2009-08-13 Bob WilsonAdd a fixme message about canonicalizing floating-point...
2009-08-13 Bob WilsonRevert r78852 for now. I want to do this differently...
2009-08-13 Chris Lattnerfix typo, add 10.6 version of test for my previous...
2009-08-13 Chris LattnerRestore some "small section" support code, reverting...
2009-08-13 Evan ChengIt's ok to spill a tGPR register as long as it's still...
2009-08-13 Chris Lattnerfix a minor fixme. When building with SL and later...
2009-08-13 Mon P WangWhen InstCombine simplifies a load -> extract element...
2009-08-13 Bruno Cardoso... Change MCSectionELF to represent a section semantically...
2009-08-13 Andreas BolkaSimplify conditional.
2009-08-13 Andreas BolkaSimplify and reduce indentation using early exits.
2009-08-13 Andreas BolkaDEBUGify some DOUTs.
2009-08-13 Andreas BolkaPrune trailing whitespace.
2009-08-13 Daniel DunbarConvert APint::{fromString,APInt,getBitsNeeded} to...
2009-08-13 Bob WilsonAdd a comment to describe why vector shuffles are legal...
2009-08-13 Daniel DunbarAdd StringRef::front (with some small tweaks while...
2009-08-13 Bob WilsonUse cast<> instead of dyn_cast<> in places where the...
2009-08-13 Daniel DunbarUpdate llvm-prof for ProfileInfo API changes.
2009-08-13 Dan GohmanChange the indentation for LLVM Assembly files from...
2009-08-13 Dan GohmanVarious AsmWriter output cleanups. Use WriteAsOperand...
2009-08-13 Chris Lattnersink uniquing of sections out of MCContext into the...
2009-08-13 Dale JohannesenSymbols with LinkerPrivateLinkage are weak.
2009-08-13 Chris Lattnermake PIC16 unique its own sections instead of having...
2009-08-13 Chris Lattneradd some comments: MCContext owns the MCSections, but...
2009-08-13 Chris Lattnerreject invalid code like:
2009-08-12 Chris Lattnerimplement support for uniquing MachO sections.
2009-08-12 Dan GohmanNow that numbered types have their number printed,...
2009-08-12 Chris Lattnersome compiler don't get string from TLOF.h implicitly...
2009-08-12 Chris Lattnerreduce #includage
2009-08-12 Dan GohmanExtend the AsmWriter to print unnamed numbered types...
2009-08-12 Jim GrosbachMark the callsite intrinsic such that the opimizers...
2009-08-12 Bob WilsonRecognize Neon VDUP shuffles during legalization instea...
2009-08-12 Bob WilsonRecognize Neon VREV shuffles during legalization instea...
2009-08-12 Bob WilsonAdd a new "SDTCisVec" SDTypeConstraint. This complemen...
2009-08-12 Dan GohmanThis void is implicit in C++.
2009-08-12 David GoodwinFix counting of Post-RA scheduling stalls. Improve...
2009-08-12 Bob WilsonAdd some release notes about ARM v7 support and known...
2009-08-12 Lang HamesAdded RegisterCoalescer to required passes for PBQP.
2009-08-12 Dan GohmanUse WriteAsOperand to print BasicBlock names.
2009-08-12 Dan GohmanMake AsmWriter more careful with formatted_raw_ostream...
2009-08-12 Dan GohmanAdd a GetBufferSize() member to raw_ostream and use...
2009-08-12 Bob WilsonGenerate Neon VTBL and VTBX instructions from the corre...
2009-08-12 Dan GohmanUse PadToColumn instead of tabs.
2009-08-12 Dan GohmanFix a few more places to use PadToColumn instead of...
2009-08-12 Evan ChengPredCC is meant to be 2 bits wide, like PredCC1.
2009-08-12 Dan GohmanUse PadToColumn instead of tabs for aligning comments...
2009-08-12 David GoodwinEnhance the InstrStage object to enable the specificati...
2009-08-12 Dale JohannesenAdd attempted idiotproofing comment per review.
2009-08-12 Chris Lattnerimprove win32 path support, patch by Baptiste Lepilleur!
2009-08-12 Dale JohannesenTest for 78821, sort of. While that bug is nondetermin...
2009-08-12 Dale JohannesenFix a nondeterministic bug in APInt::roundToDouble;
2009-08-12 Dan GohmanFix whitespace expectations to match the new AsmWriter...
2009-08-12 Jim GrosbachAdd catch block handling to SjLj exception handling.
2009-08-12 Dan GohmanMake LLVM Assembly dramatically easier to read by align...
2009-08-12 Bob WilsonFix TableGen warnings. This partly reverts my previous...
2009-08-12 Dan GohmanFix a missing newline (now that Value*'s operator<...
2009-08-12 Chris Lattnerchange CBE to just get TAI now, instead of TM to get...
2009-08-12 Dan GohmanTransform -X/C to X/-C, implementing a README.txt entry.
2009-08-12 Dan GohmanOptimize (x/C)*C to x if the division is exact.
2009-08-12 Dan GohmanUpdate instcombine's debug output to account for Value...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
next