Implement MCAsmStreamer::EmitEHSymAttributes. Doing this in the asm streamer
[oota-llvm.git] / lib /
2011-04-30 Rafael EspindolaImplement MCAsmStreamer::EmitEHSymAttributes. Doing...
2011-04-30 Rafael EspindolaHandle PrivateExtern eh symbols.
2011-04-30 Jakob Stoklund OlesenAvoid using stale entries form the sibling value map.
2011-04-30 Jakob Stoklund OlesenUse hysteresis for local live range splitting as well.
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 OlesenUpdate comment.
2011-04-30 Jakob Stoklund OlesenUse a greedy algorithm for allocating registers.
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 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 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 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 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 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 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 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 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 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 Chandler CarruthFix the last -Wnon-pod-memset I'm seeing. This is benig...
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 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 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 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 Rafael EspindolaFix indentation.
next