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