oota-llvm.git
2009-07-28 David GreeneImprove performance of PadToColumn by eliminating flushes.
2009-07-28 Dan GohmanOn "Unix", if Program::FindProgramByName is given a...
2009-07-28 David GreeneAdd some protected interfaces to allow subclass access...
2009-07-28 Bill WendlingDoxygenify comments.
2009-07-28 Bill WendlingSplit out large loop into it's very own method. No...
2009-07-28 Dan GohmanIt isn't necessary to use F_OK when using R_OK or similar.
2009-07-28 David GoodwinAdd a bugpoint flag to disable block extraction.
2009-07-28 Chris Lattnerdiscourage else after "noreturn" statements.
2009-07-28 Daniel DunbarUpdate CMakeLists
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Devang PatelClarify getName() comment.
2009-07-28 Bill WendlingOutput the EH TType format and base offset only if...
2009-07-28 Daniel DunbarMake expression parsing and error/warning reporting...
2009-07-28 Benjamin KramerFix a fixme; don't take binaries from the working direc...
2009-07-28 Devang PatelRemove unused method.
2009-07-28 Bill WendlingOutput the correct format for Darwin.
2009-07-28 Benjamin Kramerfix unittest
2009-07-28 Bill WendlingUse the preferred EH data format for the preferred...
2009-07-28 Bill WendlingDarwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect...
2009-07-28 Bill WendlingRemove unused parameter name.
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Evan ChengFix a typo.
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Evan ChengIn thumb2 mode, add pc is unpredictable. Use add +...
2009-07-28 David GoodwinRemove support for ORN to workaround <rdar://problem...
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
2009-07-28 Devang PatelAdd DebugInfoEnumerator to collect debug info.
2009-07-28 Andreas BolkaSimplify LDA-internal interface.
2009-07-28 Andreas BolkaAdd LDA statistics.
2009-07-28 Andreas BolkaMinor factoring, naming and formatting cleanups.
2009-07-28 Bruno Cardoso... Handle null and file symbol on doInitialization
2009-07-28 Chris Lattnermore simplifications and cleanup. :)
2009-07-28 Owen AndersonChange ConstantArray to 2.5 API.
2009-07-28 Daniel DunbarSwitch X86 assembly parser to using the generic lexer...
2009-07-28 David GoodwinAdd workaround for <rdar://problem/7098328>.
2009-07-28 Chris Lattnerfix testcase for previous patch.
2009-07-28 Daniel DunbarExpose Tokens to target specific assembly parsers.
2009-07-28 Chris LattnerFix PR4639, a ELF-TLS regression from some of my refact...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Daniel DunbarTweak LLVM emacs style to make default namespace indent...
2009-07-28 David GoodwinAdd Thumb-2 patterns for ARMsrl_flag and ARMsra_flag.
2009-07-28 Daniel DunbarSwitch AsmLexer::Lex to returning a reference to the...
2009-07-28 David GreeneAdd reload and remat backscheduling. This is disabled...
2009-07-28 Chris Lattnerfix unused variable warning
2009-07-28 Daniel DunbarDrop some AsmLexer methods in favor of their AsmToken...
2009-07-28 Daniel Dunbarllvm-mc: Sink token enum into AsmToken.
2009-07-28 Stefanus Du... Include cmath/math.h in DataTypes.h regardless of wheth...
2009-07-28 Evan ChengtADDrSPI doesn't have a predicate operand, but tADDhirr...
2009-07-28 Nick LewyckyRemove memory corruption bug. string.c_str() was return...
2009-07-28 Evan ChengCode clean up. No functionality changes.
2009-07-28 Evan Cheng- More refactoring. This gets rid of all of the getOpco...
2009-07-28 Chris Lattnerfix a casting problem on the llvm-x86_64-linux tester
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-28 Chris Lattnerdon't copy TargetLowering.
2009-07-28 Daniel Dunbarllvm-mc: Factor AsmToken class out of AsmLexer.
2009-07-28 Dan GohmanTeach instcombine to respect and preserve inbounds...
2009-07-28 Mike StumpFix a small little typo.
2009-07-28 Daniel Dunbarllvm-mc: Stop uniqueing string tokens, nothing actually...
2009-07-28 Dan GohmanReplace dyn_castGetElementPtr with dyn_cast<GEPOperator>.
2009-07-28 Dan GohmanGrab the LLVMContext and parent Module of SI ahead...
2009-07-27 David GoodwinORN does not require (and can not have) the ".w" suffix...
2009-07-27 Mike StumpFix a release-asserts warning. Debug functions should...
2009-07-27 Dan GohmanPass true to the Internalize parameter of createStandar...
2009-07-27 Daniel Dunbarllvm-mc: Implement .abort fully in the front end
2009-07-27 Mike StumpAvoid build warnings.
2009-07-27 Daniel DunbarAdd a comment on Value explaining the current getName...
2009-07-27 Owen AndersonMove ConstantStruct back to 2.5 API.
2009-07-27 Dan GohmanAdd a comment about the "getelementptr null" trick.
2009-07-27 Dan GohmanAdd inbounds to the polygen grammar.
2009-07-27 Dan Gohmanvim syntax highlighting for inbounds keyword.
2009-07-27 Dan GohmanAdd a new keyword 'inbounds' for use with getelementptr...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Dan GohmanOrder unsigned before signed, for consistency.
2009-07-27 Daniel DunbarUnbreak build.
2009-07-27 Dan GohmanMake raw_null_ostream flush its buffer in its destructo...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-27 Chris Lattnersimplify #includes.
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Dan GohmanAdd an assertion check to raw_ostream's destructor...
2009-07-27 Andreas BolkaFix typo.
2009-07-27 Devang Patel80 columns!
2009-07-27 David GoodwinRemove TPat. No patterns depend on just isThumb()....
2009-07-27 Sean CallananThanks, Bill!
2009-07-27 Bruno Cardoso... fix comment
2009-07-27 Bruno Cardoso... add module identifier to the elf object file
2009-07-27 Chris LattnerSink getSectionPrefixForUniqueGlobal down into the TAI
2009-07-27 Chris Lattnerremove dead code.
2009-07-27 Bruno Cardoso... Handle external symbols for ELF and add some static...
2009-07-27 Evan ChengMore DCE.
2009-07-27 Evan ChengconvertToThreeAddress can't handle Thumb2 instructions...
2009-07-27 Devang PatelInitialize mdnNext.
2009-07-27 Evan ChengGet rid of more dead code.
2009-07-27 Sean CallananMany of Daniel's fixes.
2009-07-27 Evan ChengCosmetic change.
2009-07-27 Evan ChengClean up.
2009-07-27 Douglas GregorCMake configuration: find mkdtemp, mkstemp, mktemp.
2009-07-27 Evan ChengGet rid of some more getOpcode calls.
2009-07-27 Mike StumpFix build.
2009-07-27 Dan GohmanFollowing discussion on llvm-dev ("proposed new rule...
next