oota-llvm.git
2011-05-01 Rafael EspindolaSimplify the handling of pcrel relocations on ELF....
2011-05-01 Oscar FuentesUpdate instructions: LLVM.cmake is now LLVMConfig.cmake
2011-04-30 Rafael EspindolaRevert the previous patch while I figure out how to...
2011-04-30 Jakob Stoklund... X86AsmPrinter doesn't know how to handle the X86II...
2011-04-30 Rafael EspindolaEnable CFI on OS X.
2011-04-30 Jakob Stoklund... When a physreg is live-in and live through a basic...
2011-04-30 Benjamin KramerInstCombine: Turn (zext A) udiv (zext B) into (zext...
2011-04-30 Benjamin KramerUse SimplifyDemandedBits on div instructions.
2011-04-30 Benjamin KramerFileCheckize.
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-30 Jakob Stoklund... Allow folded spills in test.
2011-04-30 Jakob Stoklund... Avoid using stale entries form the sibling value map.
2011-04-30 Jakob Stoklund... Use hysteresis for local live range splitting as well.
2011-04-30 NAKAMURA Takumiruntime/libprofile/PathProfiling.c: Don't use // commen...
2011-04-30 Rafael EspindolaAdd all the plumbing needed for MC to expand cfi to...
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitDwarfAdvanceFrameAddr.
2011-04-30 Jakob Stoklund... Update comment.
2011-04-30 Jakob Stoklund... Use a greedy algorithm for allocating registers.
2011-04-30 Jakob Stoklund... Weekly fix of register allocation dependent unit tests.
2011-04-29 Bill WendlingPrint out the 'nontemporal' info on a store.
2011-04-29 Eli FriedmanMake FastEmit_ri_ try a bit harder to succeed for suppo...
2011-04-29 Eric Christopher80-col.
2011-04-29 Eli FriedmanZap a couple now-unused functions.
2011-04-29 Eli FriedmanSwitch to ImmLeaf (which can be used by FastISel) for...
2011-04-29 Devang PatelAssing line number info to new PHIs created by SSA...
2011-04-29 Eric ChristopherAdd FastEmitInst_ii for the arm fast isel generator...
2011-04-29 Eli FriedmanFilter out pattterns from the FastISel emitter which...
2011-04-29 Eric ChristopherSome cleanup and optimize fallthrough more.
2011-04-29 Rafael EspindolaAvoid some uses of .uleb128. This is a small speedup...
2011-04-29 Rafael EspindolaImplement MCAsmStreamer::EmitCFIDefCfa.
2011-04-29 Devang PatelPrint new instructions without DebugLoc.
2011-04-29 Eli FriedmanFix run-line, again. :(
2011-04-29 Eli FriedmanRe-committing r130454, which does not in fact break...
2011-04-29 Devang PatelPreserve line number information.
2011-04-29 Eric ChristopherAdd trunc->branch support, this won't help with clang...
2011-04-29 Daniel Dunbarwin32: Include DataTypes.h instead of stdint.h to try...
2011-04-29 Daniel DunbarCleanup some DOS newlines.
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.
next