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