oota-llvm.git
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Tanya LattnerTest commit.
2010-05-11 Dan GohmanRemove the TargetLowering::getSubtarget() virtual funct...
2010-05-11 Kalle RaiskilaMake SPU backend not assert on jump tables.
2010-05-11 Evan ChengSelect @llvm.trap to the special B with 1111 condition...
2010-05-11 Douglas GregorFixes for Microsoft Visual Studio 2010, from Steven...
2010-05-11 Bill WendlingDon't create a StringRef with a NULL value.
2010-05-11 Sean CallananExtended the edis "IsBranch" property to call
2010-05-11 Evan ChengModel some vst3 and vst4 with reg_sequence.
2010-05-11 Bill WendlingThe getDefaultSubtargetFeatures method of SubtargetFeat...
2010-05-11 Evan ChengIt's not safe eliminate copies where src and dst have...
2010-05-11 Evan ChengEnsure REG_SEQUENCE source operands are unique.
2010-05-10 Daniel DunbarMC/Mach-O: Fix another mismatch with .weak_definition...
2010-05-10 Daniel DunbarMC/Mach-O: Factor out doesSymbolRequireExternRelocation.
2010-05-10 Evan ChengIndentation.
2010-05-10 Devang PatelEnable multiple Compile Units in one module.
2010-05-10 Daniel DunbarMC/Mach-O: Explicitly track atoms, as represented by...
2010-05-10 Evan ChengModel some vld3 instructions with REG_SEQUENCE.
2010-05-10 Evan ChengIt's not safe to propagate implicit_def that defines...
2010-05-10 Evan ChengClear RegSequences vector after eliminating REG_SEQUENC...
2010-05-10 Chris Lattnerthis really is needed. :(
2010-05-10 Chris Lattnerjust remove this, it isn't needed.
2010-05-10 Chris Lattnersimplify more.
2010-05-10 Chris LattnerSimplify by using startswith instead of substr.
2010-05-10 Chris Lattnerfix PR7105 by enumerating MDNodes on all @llvm.foo
2010-05-10 Chris Lattnerfix a pretty obvious typo. We test things before commi...
2010-05-10 David GreeneFix PR6875:
2010-05-10 Dan GohmanAdd an explicit keyword.
2010-05-10 Daniel DunbarAdd new configure option, --disable-timestamps, intende...
2010-05-10 Dan GohmanFix whitespace in debug output to be consistent.
2010-05-10 Dan GohmanDelete an obsolete comment.
2010-05-10 Evan ChengBe careful with operand promotion. For a binary operati...
2010-05-10 Devang PatelTest case for 103414.
2010-05-10 Evan ChengModel vld2 / vst2 with reg_sequence.
2010-05-10 Evan ChengRe-defined valno is always valno even for partial re...
2010-05-10 Bob WilsonFix PR7096. When a block containing multiple defs...
2010-05-10 Kalle RaiskilaFix encoding of 'sf' and 'sfh' instructions.
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-05-10 Duncan SandsAdd an assertion to catch attempts to access off the...
2010-05-09 Chris Lattnerremove a dead file.
2010-05-09 Nathan Jeffordsupdated handling dllexport in X86AsmPrinter
2010-05-09 Nathan Jeffordsmade COFF target dllexport logic apply to all subtargets
2010-05-09 Nathan Jeffordstest commit, added a comment to MCSectionCOFF::PrintSwi...
2010-05-08 Chris Lattnermake simplifycfg insert an llvm.trap before the 'unreac...
2010-05-08 Chris LattnerTeach instcombine to transform a bitcast/(zext|trunc...
2010-05-08 Chris LattnerFix PR7052, patch by Jakub Staszak!
2010-05-08 Chris Lattnerbreak coff symbol definition stuff out into proper...
2010-05-08 Bill WendlingReadd testcase.
2010-05-08 Daniel DunbarRun interrupt routines as part of report_fatal_error...
2010-05-08 Daniel DunbarAdd llvm::sys::RunInterruptHandlers(), which runs the...
2010-05-07 Dan GohmanWhen pruning candidate formulae out of an LSRUse, updat...
2010-05-07 Devang PatelInstead of just verifying compile unit, verify entire...
2010-05-07 Devang PatelRemove DIGlobal.
2010-05-07 Bill WendlingRemove. Don't XFAIL.
2010-05-07 Devang PatelAdd DINameSpace::Verify().
2010-05-07 Bill WendlingTemorarily revert r101984.
2010-05-07 Douglas GregorClang is dying on this with an ambiguous conversion...
2010-05-07 Dan GohmanSDDbgValues are apparently not being legalized. Fix...
2010-05-07 Dan GohmanMinimally fix this code to not abort on mdnodes with...
2010-05-07 Devang PatelVerify variable directly.
2010-05-07 Chris Lattneradd COFF support for COMDAT sections, patch by Nathan...
2010-05-07 Devang PatelVerify entire type descriptor not just tag.
2010-05-07 Kevin EnderbyFix i386 relocations to Weak Definitions. The relocati...
2010-05-07 Devang PatelVerify compile unit also.
2010-05-07 Dale JohannesenFix PR 7087, and probably other things, by extending
2010-05-07 Devang PatelWrap const MDNode * inside DIDescriptor.
2010-05-07 Devang PatelUpdate test to use valid debug info.
2010-05-07 Devang Patelremove DIDescriptor::getNode()
2010-05-07 Jim GrosbachClean up the conditional for handling of sign_extend_in...
2010-05-07 Devang PatelUse overloaded operators instead of DIDescriptor::getNode()
2010-05-07 Devang PatelAvoid DIDescriptor::getNode(). Use overloaded operators...
2010-05-07 Kalle RaiskilaTesting svn access with a note added to documentation.
2010-05-07 Ted KremenekUpdate CMake build.
2010-05-07 Chris Lattnerswitch MCSectionCOFF from a syntactic to semantic repre...
2010-05-07 Ted KremenekUpdate CMake build.
2010-05-07 Duncan SandsCorrect some bogus target triples.
2010-05-07 Dan GohmanAdd some words to this output to indicate what the...
2010-05-07 Chris Lattnerdon't pass -f to llc, it doesn't have it anymore. ...
2010-05-07 Dan GohmanAdd a simple module-level debug info printer. It just...
2010-05-07 Dan GohmanFix the new print functions to call print instead of...
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...
2010-05-07 Dan GohmanConst-ify some stuff.
2010-05-07 Dan GohmanConvert the DebugInfo classes dump() methods into print...
2010-05-07 Tobias GrosserDocument graphviz passes for the (post) dominator tree.
2010-05-07 Evan ChengUse VLD2q32 / VST2q32 to reload / spill QQ (pair of...
2010-05-07 Evan ChengUse VSTMD / VLDMD for spills and reloads of Q registers...
2010-05-07 Nick LewyckyRevert r103133 and add testcase from PR7066.
2010-05-07 Dan GohmanWhen rematerializing, use the debug location of the...
2010-05-07 Dale JohannesenAdjust tests affected by llvm-gcc 103229.
2010-05-07 Dan GohmanTransfer debug location information from PHI nodes...
2010-05-07 Dan GohmanPrint debug information for SDNodes.
2010-05-07 Dan GohmanDisable the new unknown-location code for now. It cause...
2010-05-07 mike-mRevert r103213. It broke several sections of live website.
2010-05-07 Evan ChengRemove VLD1q and VST1q for reloading and spilling Q...
2010-05-07 mike-mDisable man->postscript and man->pdf doc generation...
2010-05-06 mike-mCleanup unneeded dirs after docs overhaul.
2010-05-06 mike-mOverhauled llvm/clang docs builds. Closes PR6613.
2010-05-06 Daniel DunbarMC/X86: X86AbsMemAsmOperand is subclass of X86NoSegMemA...
2010-05-06 Chris Lattnerfix rdar://7947167 - llvm-mc doesn't match movsq
2010-05-06 Sean CallananEliminated the classification of control registers...
next