oota-llvm.git
2009-08-14 Argyrios KyrtzidisRevert r78424.
2009-08-14 Evan ChengIndentation.
2009-08-14 Anton KorobeynikovForce reconfigure
2009-08-14 Daniel Dunbarllvm-mc: zerofill shouldn't print quotes around the...
2009-08-14 Chris Lattnerfix "pc" to be lower case in a target triple, patch...
2009-08-14 Anton KorobeynikovHopefully unbreak cmake builds
2009-08-14 Evan ChengAlso shrink immediate branches; also more assembler...
2009-08-14 Anton KorobeynikovGive MSP430 a separate asmprinter lib
2009-08-14 Daniel Dunbarllvm-mc: Support escaped characters in string literals...
2009-08-14 Anton KorobeynikovProperly handle indirect win64 args when they're passed...
2009-08-14 Owen AndersonGet the CPP backend into some semblance of working...
2009-08-14 Oscar FuentesCMake: Automatic regeneration of the library dependenci...
2009-08-14 Daniel DunbarTake another shot at disabling this when no ppc support...
2009-08-14 Erick TryzelaarA couple IRBuilder functions were still using getGlobal...
2009-08-14 Oscar FuentesCMake: Builds main LLVM Target library before its subli...
2009-08-14 Bob WilsonNow that all the legal Neon shuffles (or at least the...
2009-08-14 Bob WilsonCreate a new ARM-specific DAG node, VDUP, to represent...
2009-08-14 Bob WilsonDuring legalization, change Neon vdup_lane operations...
2009-08-14 Oscar FuentesCMake: Corrected indentation on a block of code.
2009-08-14 Oscar FuentesCMake: Use LLVM_COMMON_DEPENDS on add_llvm_executable.
2009-08-14 Oscar FuentesCMake: propagate to the parent scope LLVM_COMMON_DEPEND...
2009-08-14 Oscar FuentesCMake: updated list of source files for library MC.
2009-08-14 Daniel DunbarUpdate llvm-mc / MCAsmStreamer to print the instruction...
2009-08-14 Daniel DunbarAdd virtual printMCInst method to AsmPrinter, as a...
2009-08-14 Daniel DunbarAdd X86 instruction printer support for printing MCValu...
2009-08-14 Daniel DunbarAdd MCSymbol::{print, dump}
2009-08-14 Daniel DunbarAdd MCValue::{print, dump}
2009-08-14 Daniel Dunbarllvm-mc: Move MCAsmToken::getLoc() into MC library...
2009-08-14 Evan ChengIndentation change.
2009-08-14 Oscar FuentesCMake: updated library dependencies.
2009-08-14 Oscar FuentesCMake: build llvm-config before the other tools.
2009-08-14 Evan ChengShrink ADR and LDR from constantpool late during consta...
2009-08-14 Owen AndersonAdd helpers for fetching basic types.
2009-08-14 Evan ChengNew entry.
2009-08-14 Dan GohmanMake TargetData optional in GlobalOpt and ArgumentPromo...
2009-08-14 Dan GohmanMake these matching rules more strict so that they...
2009-08-14 Erick TryzelaarExpose LLVMContext to llvm-c.
2009-08-13 Dan GohmanFix MCSectionELF::ShouldOmitSectionDirective's matching...
2009-08-13 Daniel DunbarTargetRegistry: Change AsmPrinter constructor to be...
2009-08-13 Daniel DunbarMark this test as requiring the powerpc target.
2009-08-13 Daniel Dunbarllvm-mc: Add dummy MCStreamer implementation, (eventual...
2009-08-13 Bruno Cardoso... Remove HasCrazyBSS and add a flag in TAI to indicate...
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...
next