Age | Commit message (Expand) | Author |
2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-05-11 | Don't create a StringRef with a NULL value. | Bill Wendling |
2010-05-11 | Extended the edis "IsBranch" property to call | Sean Callanan |
2010-05-11 | Model some vst3 and vst4 with reg_sequence. | Evan Cheng |
2010-05-11 | The getDefaultSubtargetFeatures method of SubtargetFeature did actually return a | Bill Wendling |
2010-05-11 | It's not safe eliminate copies where src and dst have different sub-register ... | Evan Cheng |
2010-05-11 | Ensure REG_SEQUENCE source operands are unique. | Evan Cheng |
2010-05-10 | MC/Mach-O: Fix another mismatch with .weak_definition, we shouldn't use a | Daniel Dunbar |
2010-05-10 | MC/Mach-O: Factor out doesSymbolRequireExternRelocation. | Daniel Dunbar |
2010-05-10 | Indentation. | Evan Cheng |
2010-05-10 | Enable multiple Compile Units in one module. | Devang Patel |
2010-05-10 | MC/Mach-O: Explicitly track atoms, as represented by their defining symbol, f... | Daniel Dunbar |
2010-05-10 | Model some vld3 instructions with REG_SEQUENCE. | Evan Cheng |
2010-05-10 | It's not safe to propagate implicit_def that defines part of a register. | Evan Cheng |
2010-05-10 | Clear RegSequences vector after eliminating REG_SEQUENCE instructions. | Evan Cheng |
2010-05-10 | this really is needed. :( | Chris Lattner |
2010-05-10 | just remove this, it isn't needed. | Chris Lattner |
2010-05-10 | simplify more. | Chris Lattner |
2010-05-10 | Simplify by using startswith instead of substr. | Chris Lattner |
2010-05-10 | fix PR7105 by enumerating MDNodes on all @llvm.foo | Chris Lattner |
2010-05-10 | fix a pretty obvious typo. We test things before committing them, right? | Chris Lattner |
2010-05-10 | Fix PR6875: | David Greene |
2010-05-10 | Add an explicit keyword. | Dan Gohman |
2010-05-10 | Add new configure option, --disable-timestamps, intended to turn off anything... | Daniel Dunbar |
2010-05-10 | Fix whitespace in debug output to be consistent. | Dan Gohman |
2010-05-10 | Delete an obsolete comment. | Dan Gohman |
2010-05-10 | Be careful with operand promotion. For a binary operation, the source operand... | Evan Cheng |
2010-05-10 | Test case for 103414. | Devang Patel |
2010-05-10 | Model vld2 / vst2 with reg_sequence. | Evan Cheng |
2010-05-10 | Re-defined valno is always valno even for partial re-def's. | Evan Cheng |
2010-05-10 | Fix PR7096. When a block containing multiple defs is tail duplicated, the | Bob Wilson |
2010-05-10 | Fix encoding of 'sf' and 'sfh' instructions. | Kalle Raiskila |
2010-05-10 | Add command line option --gcc to bugpoint. | Kalle Raiskila |
2010-05-10 | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands |
2010-05-09 | remove a dead file. | Chris Lattner |
2010-05-09 | updated handling dllexport in X86AsmPrinter | Nathan Jeffords |
2010-05-09 | made COFF target dllexport logic apply to all subtargets | Nathan Jeffords |
2010-05-09 | test commit, added a comment to MCSectionCOFF::PrintSwitchToSection function | Nathan Jeffords |
2010-05-08 | make simplifycfg insert an llvm.trap before the 'unreachable' it introduces | Chris Lattner |
2010-05-08 | Teach instcombine to transform a bitcast/(zext|trunc)/bitcast sequence | Chris Lattner |
2010-05-08 | Fix PR7052, patch by Jakub Staszak! | Chris Lattner |
2010-05-08 | break coff symbol definition stuff out into proper MCStreamer callbacks, | Chris Lattner |
2010-05-08 | Readd testcase. | Bill Wendling |
2010-05-08 | Run interrupt routines as part of report_fatal_error, since we are failing | Daniel Dunbar |
2010-05-08 | Add llvm::sys::RunInterruptHandlers(), which runs the registered SIGINT cleanup | Daniel Dunbar |
2010-05-07 | When pruning candidate formulae out of an LSRUse, update the | Dan Gohman |
2010-05-07 | Instead of just verifying compile unit, verify entire type, variable, namespa... | Devang Patel |
2010-05-07 | Remove DIGlobal. | Devang Patel |
2010-05-07 | Remove. Don't XFAIL. | Bill Wendling |
2010-05-07 | Add DINameSpace::Verify(). | Devang Patel |