oota-llvm.git
2011-04-29 Peter CollingbourneSimplifyCFG: Expose phi node folding cost threshold...
2011-04-29 Peter CollingbourneSimplifyCFG: Add CostRemaining parameter to DominatesMe...
2011-04-29 Peter CollingbourneSimplifyCFG: Add Trunc, ZExt and SExt to the list of...
2011-04-29 Daniel DunbarMCAsmLayout: Add support for computing the symbol offse...
2011-04-29 Daniel DunbarMC: Change variable symbols to be recognized as defined...
2011-04-29 Daniel DunbarMC/Mach-O: Update getSymbolAddress() to support evaluat...
2011-04-29 Daniel DunbarMC/Mach-O: Allow emission of relocations for variables...
2011-04-29 Daniel DunbarMC/Mach-O: Find section ordinal's by looking at the...
2011-04-29 Devang PatelHoist MCLineEntry construction AsmPrinter so that anyon...
2011-04-29 Daniel DunbarMCExpr: Add FindAssociatedSection, which attempts to...
2011-04-29 Daniel DunbarMC/AsmParser: Generalize a check.
2011-04-29 Douglas GregorFix a C++0x portability issue with std::make_pair....
2011-04-29 Douglas GregorInclude <pthread.h> before we use pthread_self/pthread_kill
2011-04-29 Rafael EspindolaThe last hack for producing bit identical output with...
2011-04-29 Rafael EspindolaChange DwarfCFIException's member variables to track...
2011-04-29 Andrew TrickTeach Thumb2 isel to fold and->rotr ==> ROR.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-29 Benjamin KramerThis is done.
2011-04-29 Andrew TrickCombine thumb2-ror tests.
2011-04-29 NAKAMURA Takumidocs/doxygen.css: Tweak padding on memdoc.
2011-04-29 Francois PichetUnbreak the MSVC build:
2011-04-29 Benjamin KramerBalance parentheses.
2011-04-29 Benjamin KramerInstCombine: turn (C1 << A) << C2) into (C1 << C2)...
2011-04-29 Chris Lattnerclean up after Sean's r127646 patch.
2011-04-29 Chris Lattneruse the MachineInstrBuilder operator-> to simplify...
2011-04-29 Chris Lattneradd a missing operator that caused us to have to use...
2011-04-29 Rafael EspindolaLast bit by bit compatibility patch to MCDwarf.cpp...
2011-04-29 Rafael EspindolaAdd an alternative implementation of CIE and FDE emissi...
2011-04-29 Nick LewyckyRename profile_rt.so to libprofile_rt.so under configur...
2011-04-29 Eric ChristopherUpdate comments and checks to match reality.
2011-04-29 Eric ChristopherWhitespace.
2011-04-28 Eli FriedmanRevert r130454; apparently this doesn't actually work.
2011-04-28 Eli FriedmanFix runline.
2011-04-28 Eli FriedmanFix a rather obscure crash caused by ARM fast-isel...
2011-04-28 Devang PatelPreserve line number information.
2011-04-28 Matt Beaumont-GayCoalesce some DEBUGs (moving an only-used-in-DEBUG...
2011-04-28 Benjamin KramerWe require threse bits to be zero, too.
2011-04-28 Nick LewyckyOnly read *predecessor once so as to fix a theoretical...
2011-04-28 Daniel DunbarTarget/X86/MC: Add an option for disabling arith relaxa...
2011-04-28 Rafael EspindolaAdd the getExprForFDESymbol method that responsible...
2011-04-28 Devang PatelBeautify debug info probe output.
2011-04-28 Ted KremenekAdd MemoryBuffer::getBufferKind() to report whether...
2011-04-28 Devang PatelRemove DbgDeclare only if all uses are converted.
2011-04-28 Lenny MaioraniRemove bounded StringRef::compare() since nothing but...
2011-04-28 Eli Friedmanfast-isel sret calls, try 2. We actually do need to...
2011-04-28 Benjamin KramerFix a comment.
2011-04-28 Chris Lattnerimprove comment.
2011-04-28 Devang PatelDo not lose line number info while eliminating tail...
2011-04-28 Eli FriedmanActually revert r130348 correctly.
2011-04-28 Chris Lattnerfinal step needed to resolve PR6627, which allows us...
2011-04-28 Chris Lattnercode cleanups only.
2011-04-28 Eli FriedmanRevert r130348; causing buildbot issues on x86-32.
2011-04-28 Owen AndersonFix a bug in tblgen that caused incorrect encodings...
2011-04-28 Devang PatelAdd command line option to print debug info in human...
2011-04-28 Andrew TrickReapply r130340: Fix for PR9730.
2011-04-28 Benjamin KramerInstCombine: Merge "(trunc x) == C1 & (and x, CA) ...
2011-04-28 Eric ChristopherBe more layout aware here and swap the successor and...
2011-04-28 Chris Lattnercentralize "marking for deletion" into a helper functio...
2011-04-28 Chris LattnerPromote toErase to be an ivar of the GVN class.
2011-04-28 Rafael EspindolaAdd a getExprForPersonalitySymbol method to MCAsmInfo...
2011-04-28 Rafael EspindolaMark the EH symbol global or weak if the corresponding...
2011-04-28 Jay FoadFix typos in comments.
2011-04-28 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
2011-04-28 Chandler CarruthRevert an unintended commit. Very sorry for this one.
2011-04-28 Chandler CarruthFix more -Wnon-pod-memset warnings.
2011-04-28 Chandler Carruthnuke gold
2011-04-28 Chris Lattnerteach GVN to widen integer loads when they are overalig...
2011-04-28 Eric ChristopherLet the immediate leaf pattern take transforms and...
2011-04-28 Chris Lattnermove PR9803 to this readme.
2011-04-28 Ted KremenekAdd utility method to DenseMap to return the amount...
2011-04-28 Rafael EspindolaAdd a small temporary hack for producing identical...
2011-04-28 Rafael EspindolaProduce the EH_frame# symbols if needed.
2011-04-28 Rafael EspindolaForward isFunctionEHFrameSymbolPrivate. If it is false...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Chris Lattnersilence some -Wnon-pod-memset warnings, since std:...
2011-04-28 Eli FriedmanFix a silly mistake in r130338.
2011-04-28 Justin HolewinskiPTX: support for select_cc and fixes for setcc
2011-04-28 Justin HolewinskiPTX: support for select
2011-04-28 Justin HolewinskiPTX: mov fix and rounding correction for cvt
2011-04-28 Justin HolewinskiPTX: support for fneg
2011-04-28 Justin HolewinskiPTX: support for zext loads and trunc stores
2011-04-28 Justin HolewinskiPTX: support for bitwise operations on predicates
2011-04-28 Justin HolewinskiPTX: patch to AsmPrinter
2011-04-28 Andrew TrickReverting r130340 in the unlikely event that it's respo...
2011-04-27 Eli Friedmanfast-isel sret. We actually don't need to do anything...
2011-04-27 Johnny ChenAdd tests for A8.6.110 NOP.
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-27 Andrew TrickFixes PR9730: indvars: An asserting value handle still...
2011-04-27 Devang PatelSimplify handling of variables with complex address...
2011-04-27 Eli FriedmanMake the fast-isel code for literal 0.0 a bit shorter...
2011-04-27 Eli FriedmanRemove unused function.
2011-04-27 NAKAMURA Takumidocs/doxygen.css: Tweak style for readability.
2011-04-27 Rafael EspindolaFix indentation.
2011-04-27 Kevin EnderbyFix a bug in the case that there is no add or subtract...
2011-04-27 Dan GohmanTeach BasicAA about arm.neon.vld1 and vst1.
2011-04-27 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-27 Evan ChengIf converter was being too cute. It look for root BBs...
2011-04-27 Dan GohmanWhen analyzing functions known to only access argument...
2011-04-27 Andrew TrickCorrects an old, old typo in a case that doesn't seem...
next