OSDN Git Service

android-x86/external-llvm.git
2010-03-09 Evan ChengRevert accidental commit.
2010-03-09 Jakob Stoklund... Don't do illegal cross-class coalescing.
2010-03-09 Evan Cheng- Make the machine cse dumb coalescer (as opposed to...
2010-03-09 Dan GohmanDon't try to fold V_SET0 and V_SETALLONES to loads...
2010-03-09 Bill WendlingThis is part of an LLC-beta test used to test <rdar...
2010-03-09 Eric ChristopherSpeculatively revert r98035. It appears to have caused...
2010-03-09 Dan GohmanAttempt to make this debug output meaningful, both...
2010-03-09 Chris LattnerNow that setStartLabel takes an MCSymbol, we can de...
2010-03-09 Chris Lattnerchange DbgScope to keep track of the start/end label...
2010-03-09 Dan GohmanMake isLCSSA ignore uses in blocks not reachable from...
2010-03-09 Chris Lattnerremove a useless optimization: now that label replaceme...
2010-03-09 Chris Lattnerstrength reduce MMI::MappedLabel to MMI::isLabelDeleted,
2010-03-09 Chris Lattnerinline RemapLabel into its only caller and simplify.
2010-03-09 Daniel DunbarMC/Mach-O: Tweak .dump() formatting.
2010-03-09 Daniel DunbarMC/Mach-O: Don't adjust section sizes when aligning...
2010-03-09 Dale JohannesenAnother place where debug info affected codegen.
2010-03-09 Chris Lattnermcstreamerize AsmPrinter::printLabel.
2010-03-09 Jakob Stoklund... Add inlining threshold to log output.
2010-03-09 Jakob Stoklund... Disable physical register coalescing when the number...
2010-03-09 Devang PatelStart using DIFile. See updated SourceLevelDebugging...
2010-03-09 Bill WendlingPrint blank line and clear stubs vector.
2010-03-09 Bill WendlingMC-ize the stub printing in ARM.
2010-03-09 Chris Lattneradd a EmitSymbolValue convenience method to MCStreamer.
2010-03-09 Chris Lattnermake InlineInfoLabels hold MCSymbol*'s, avoiding
2010-03-09 Chris Lattnermc'ize the last use of PrintLabelName and eliminate...
2010-03-09 Chris Lattnereliminate an argument from PrintRelDirective, sinking
2010-03-09 Dan GohmanPrint the correct index in the "match failed at index...
2010-03-09 Chris Lattnerremove the suffix form of PrintLabelName, which was...
2010-03-09 Chris Lattnernow that the debug and eh emitters use a common .set...
2010-03-08 Chris Lattnermove .set generation out of DwarfPrinter into AsmPrinte...
2010-03-08 Evan ChengDon't waste time trying to CSE labels, phis, inline...
2010-03-08 Evan ChengRestrict machine cse to really trivial coalescing....
2010-03-08 Chris Lattnersimplify EmitSectionOffset to always use .set if it is
2010-03-08 Chris Lattnerdon't reset defaults.
2010-03-08 Chris LattnerRemove a version of EmitDifference.
2010-03-08 Bob WilsonFix a crash compiling 254.gap for Thumb2. The Thumb2...
2010-03-08 Evan ChengRe-commit 97860 with fix. getMallocAllocatedType may...
2010-03-08 Chris Lattnereliminate a form of PrintLabelName.
2010-03-08 Chris Lattnerremove another form of EmitReference.
2010-03-08 Chris Lattnereliminate the non-MCSymbol versions of EmitReference.
2010-03-08 Chris Lattnermc'ize EmitLabel.
2010-03-08 Chris Lattnermerge DIEObjectLabel and DIEDwarfLabel into DIELabel.
2010-03-08 Devang PatelIntroduce DIFile. This will be used to represent header...
2010-03-08 Chris Lattnerelimiante the DWLabel class, using MCSymbol instead...
2010-03-08 Kevin EnderbyFix the vmxon entry in the X86InstrInfo.td so it has...
2010-03-08 Daniel DunbarMC/Macho-O: Align the zerofill section itself to the...
2010-03-08 Devang PatelDerive DIType from DIScope. This simplifies getContext...
2010-03-08 Devang PatelRemove DbgNode checks in constructor. Debug descriptors...
2010-03-08 Daniel DunbarMC/Mach-O: Fix address compution for zero fill sections.
2010-03-08 Daniel DunbarMC/Mach-O: Error out instead of crashing on invalid...
2010-03-08 Daniel DunbarX86: Fix encoding for TEST{8,16,32}rr.
2010-03-08 Evan ChengAdd documentation on sibling call optimization. Rename...
2010-03-08 Devang PatelisNull() is not used any more.
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Andrew LenharthIterator traits and swap. closes PR6548 and PR6549
2010-03-08 Erick TryzelaarDon't always run the ocaml kaleidoscope tutorials.
2010-03-08 John McCallRevert r97726 and r97728 at ddunbar's request; we want...
2010-03-08 Erick TryzelaarAdd OCaml tutorial to the examples.
2010-03-08 Erick TryzelaarUpdate the OCaml Kaleidoscope tutorial.
2010-03-08 Devang PatelRevert r97947.
2010-03-08 Chris Lattnerdisambiguate some types, add a fixme about some
2010-03-08 Chris Lattnerfix some more ambiguous patterns, remove another nontem...
2010-03-08 Chris LattnerCorrect immediate sizes.
2010-03-08 Chris Lattnerfix a type compatibility bug. imm is i32 in the input
2010-03-08 Chris Lattnerfix a bunch of partially ambiguous patterns on ARM...
2010-03-08 Chris LattnerFix a bunch of ambiguous patterns which tblgen happens...
2010-03-08 Chris LattnerNode arguments to type casts can have names too. This...
2010-03-08 Chris Lattnertidy up
2010-03-08 Devang PatelAvoid using DIDescriptor.isNull().
2010-03-08 Dale JohannesenAdd Order to SDDbgValue
2010-03-08 Dale JohannesenFix dbg value handling in tail merging.
2010-03-08 Chris Lattnerremove a non-temporal store pattern which is not tested and
2010-03-08 Douglas GregorRevert r97917, which was causing Clang Debug self-host...
2010-03-07 Jeffrey YasskinRoll back r97918 again. Just configuring against llvm...
2010-03-07 Jeffrey YasskinReapply r97788 to free MDNodes when the LLVMContext...
2010-03-07 Jeffrey YasskinRoll r97906 forward again, without double-deleting...
2010-03-07 Tobias GrosserAdd findNearestCommonDominator() for PostDominators.
2010-03-07 Chris LattnerUse Other as a sentinel instead of iAny.
2010-03-07 Chris Lattnerturn off debug spew
2010-03-07 Chris Lattnermore factoring.
2010-03-07 Jeffrey Yasskin_2_ gcc crashes, ah, ah, ah...
2010-03-07 Chris Lattnerteach tblgen to be more aggressive when factoring Check...
2010-03-07 Jeffrey YasskinAvoid leaking CompileUnits and DbgScopes from DwarfDebu...
2010-03-07 Chris Lattneradd some helper functions and implement isContradictory
2010-03-07 Chris Lattnertidy up
2010-03-06 Wesley PeckRe-committing the failed r97807 commit with changes...
2010-03-06 Nick LewyckyAdd verification of union types.
2010-03-06 Anton KorobeynikovDescribe what's going on with mingw alloca and why...
2010-03-06 Anton KorobeynikovInitial bits of ARMv4-only support.
2010-03-06 Anton KorobeynikovLower dynamic stack allocation on mingw32 to separate...
2010-03-06 Chris Lattnermake APFloat::toString be const.
2010-03-06 Chris Lattnerdisable this for mingw as well, we really need a 'has...
2010-03-06 Anton KorobeynikovDo not use '&' prefix for globals when register base...
2010-03-06 Eric ChristopherLet the fallthrough handle whether or not we've changed...
2010-03-06 Eric ChristopherMigrate _chk call lowering from SimplifyLibCalls to...
2010-03-06 Rafael EspindolaAdd static methods to handle Linkage Types.
2010-03-06 Chris Lattnerclean this up.
2010-03-06 Chris Lattnerrevert r97807, it introduced build warnings.
2010-03-06 Jim GrosbachThumb1 epilogue code generation needs to take into...
2010-03-06 Eric ChristopherTemporarily revert:
next