Age | Commit message (Expand) | Author |
2010-08-18 | Use ConstantRange to propagate information through value definitions. | Owen Anderson |
2010-08-18 | When sending stats output to stdout for grepping, don't emit normal | Dan Gohman |
2010-08-18 | Thinking about it, we don't need MachineDominatorTree after all. The DomValue | Jakob Stoklund Olesen |
2010-08-18 | Introduce a ScopedFatalErrorHandler class to make it easy to register | Dan Gohman |
2010-08-18 | Revert r111394. It was too aggressive. | Jakob Stoklund Olesen |
2010-08-18 | Aggressively prune the DFS when inserting phi-defs. | Jakob Stoklund Olesen |
2010-08-18 | Add the LiveIntervalMap class. Don't hook it up yet. | Jakob Stoklund Olesen |
2010-08-18 | Add df_iterator::getPathLength and getPath as a way of getting a path from the | Jakob Stoklund Olesen |
2010-08-18 | Revert r111375, "move gep decomposition out of ValueTracking into BasicAA. The | Daniel Dunbar |
2010-08-18 | Improve whitespace. | Bill Wendling |
2010-08-18 | Marked with ATTRIBUTE_USED so that clang doesn't complain. | Bill Wendling |
2010-08-18 | Inform LazyValueInfo whenever a block is deleted, to avoid dangling pointer i... | Owen Anderson |
2010-08-18 | MC/ELF: Allow null values in virtual sections, ELF doesn't use special | Daniel Dunbar |
2010-08-18 | move gep decomposition out of ValueTracking into BasicAA. The form of | Chris Lattner |
2010-08-18 | Add hook for re-using virtual base registers for local stack slot access. | Jim Grosbach |
2010-08-18 | Eliminate some redundancy by relying on raw_fd_ostream to handle "-" | Dan Gohman |
2010-08-18 | Allow the -analyze option to follow the -o option, which defaults to | Dan Gohman |
2010-08-18 | Don't translate "-" to outs() manually; raw_ostream does that automatically. | Dan Gohman |
2010-08-18 | Don't translate "-" to outs() manually; raw_ostream does that | Dan Gohman |
2010-08-18 | Don't register stdout to be deleted on a signal. | Dan Gohman |
2010-08-18 | Remove an unused command-line option. | Dan Gohman |
2010-08-18 | Preserve subregs on PHI source operands. Patch by Krister Wombell! | Jakob Stoklund Olesen |
2010-08-18 | Fix a bug with insertelement on SPU. | Kalle Raiskila |
2010-08-18 | Remove all traces of v2[i,f]32 on SPU. | Kalle Raiskila |
2010-08-18 | Change SPU C calling convention to match that described in | Kalle Raiskila |
2010-08-18 | fix a buggy test | Chris Lattner |
2010-08-18 | fix PR7589: In brief: | Chris Lattner |
2010-08-18 | filecheckize and detrivialize. | Chris Lattner |
2010-08-18 | Fix PR7755: knowing something about an inval for a pred | Chris Lattner |
2010-08-18 | fit in 80 cols | Chris Lattner |
2010-08-18 | remove some dead code. | Chris Lattner |
2010-08-18 | remove some dead code. | Chris Lattner |
2010-08-18 | remove some code that is dead now that lea's are modeled with segment registers. | Chris Lattner |
2010-08-18 | remove dead prototype. | Chris Lattner |
2010-08-18 | Expand ZERO_EXTEND operations for NEON vector types. | Bob Wilson |
2010-08-18 | Fix the "Finished Creating" messages for aliases to print the | Dan Gohman |
2010-08-18 | Revert r111321. This doesn't fix a problem. | Dan Gohman |
2010-08-18 | stomp some more undefined behavior, PR7775. | Chris Lattner |
2010-08-18 | don't emit zero bit fields with Emit, fixing undefined behavior, | Chris Lattner |
2010-08-18 | Don't pass in a null pointer to std::string's ctor, an empty string | Chris Lattner |
2010-08-17 | fix a broken link | Chris Lattner |
2010-08-17 | include config.h to get config params, hopefully unbreaking mingw builder. | Chris Lattner |
2010-08-17 | Fix the rest of rdar://8318441 which happens when a raw_fd_ostream | Chris Lattner |
2010-08-17 | report_fatal_error can't use errs(), because errs() can call | Chris Lattner |
2010-08-17 | Temporarily revert r110987 as it's causing some miscompares in | Eric Christopher |
2010-08-17 | Tweak IVUsers' concept of "interesting" to exclude add recurrences | Dan Gohman |
2010-08-17 | Add materialization of virtual base registers for frame indices allocated into | Jim Grosbach |
2010-08-17 | Add nounwind. | Evan Cheng |
2010-08-17 | CrashRecovery: Clear the current context on the first crash, to avoid re-ente... | Daniel Dunbar |
2010-08-17 | CrashRecovery: Add CrashRecoveryContext::GetCurrent(), so clients can find th... | Daniel Dunbar |