aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-07-17Remove some unnecessary expansion markings. Add a few expansion Eli Friedman
2009-07-17Add operation expansion/promotion for a bunch of operations, many of Eli Friedman
2009-07-17Add broken gcc from PR4532.Nick Lewycky
2009-07-17Fix tSUBspi operand definition. It reads and writes sp, which is a high regis...Evan Cheng
2009-07-17Set an operation expansion, noticed while running Eli Friedman
2009-07-17Make promotion in operation legalization for SETCC work correctly.Eli Friedman
2009-07-17Replace isTrapping with a new, similar method called Eli Friedman
2009-07-17One more operation expansion for MIPS, from test/CodeGen/Generic.Eli Friedman
2009-07-17Make sure CWriter's Context get's initialized.Daniel Dunbar
2009-07-17Expand a bunch of illegal operations on MIPS (found by Eli Friedman
2009-07-17Fix 'may be used uninitialized' warning.Daniel Dunbar
2009-07-17Add the private keyword to the polygen grammar.Dan Gohman
2009-07-17Add the private keyword to the VIM syntax highlighting.Dan Gohman
2009-07-17Fix my brain cramp by inverting the assertion condition.Evan Cheng
2009-07-16Fix "no newline at end of file" warning from gcc.Jeffrey Yasskin
2009-07-16Privatize the MDNode uniquing table.Owen Anderson
2009-07-16Emit cross regclass register moves for thumb2.Anton Korobeynikov
2009-07-16Disable this assert for now, it is firing on an llvm-gcc bootstrap. :(Daniel Dunbar
2009-07-16Add new flags '-test-cflags' and '-test-cxxflags' to pass in flags directly t...Bill Wendling
2009-07-16GV with ghost linkage (module being lazily streamed in in JIT lazy compilatio...Evan Cheng
2009-07-16Assume an inline asm might be a call, so we getDale Johannesen
2009-07-16Emit line numbers in asm comments when available.David Greene
2009-07-16Privatize the MDString uniquing table.Owen Anderson
2009-07-16Fix inverted preprocessor conditional.Daniel Dunbar
2009-07-16Fix compiler warning (for -Asserts).Daniel Dunbar
2009-07-16Silence warning in Linux builds:Jakob Stoklund Olesen
2009-07-16Add raw_null_ostream and llvm::nulls(), a raw_ostream that discards output.Daniel Dunbar
2009-07-16Add line numbers to OProfile. To do this, I added a processDebugLoc()Jeffrey Yasskin
2009-07-16Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...Jakob Stoklund Olesen
2009-07-16Changed my mind. We now allow remat of instructions whose defs have subreg in...Evan Cheng
2009-07-16Privatize the ConstantFP table. I'm on a roll!Owen Anderson
2009-07-16this should be xfailed on darwin. Darwin doesn't use the libstdc++ in the ll...Chris Lattner
2009-07-16With recent MC changes, RIP base register is explicitly modeled. Make sure we...Evan Cheng
2009-07-16Update CMake file.Ted Kremenek
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-07-16Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby
2009-07-16Tweak svn:ignoreDaniel Dunbar
2009-07-16Fill in some holes in ScalarEvolution's loop iteration conditionDan Gohman
2009-07-16Clean up the definition of Str in AsmParser::ParseDirectiveDarwinDumpOrLoadKevin Enderby
2009-07-16Add SmallString unit test.Daniel Dunbar
2009-07-16In an Apple-style build, compile with llvm-gcc/llvm-g++ if available.Stuart Hastings
2009-07-16Add an isLoopSimplifyForm() predicate, following the example ofDan Gohman
2009-07-16Use setStream infomatted_raw_ostream's constructor, to reduce codeDan Gohman
2009-07-16Remove inapplicable comments.Dan Gohman
2009-07-16Add explicit keywords.Dan Gohman
2009-07-16Tidy up #includes.Dan Gohman
2009-07-16Convert more tools code from cerr and cout to errs() and outs().Dan Gohman
2009-07-16Use size_t.Dan Gohman
2009-07-16Make xfail properAnton Korobeynikov
2009-07-16UnbreakAnton Korobeynikov