Add stub methods to MCStreamer for emitting Win64 exception-handling
[oota-llvm.git] / include / llvm / CodeGen /
2011-05-12 Evan ChengRe-commit 131172 with fix. MachineInstr identity checks...
2011-05-11 Bill WendlingFix comment.
2011-05-10 Rafael EspindolaUse .cfi_sections to put the unwind info in .debug_fram...
2011-05-06 Rafael EspindolaYet more dead code.
2011-05-06 Rafael EspindolaUpdate comments.
2011-05-06 Rafael EspindolaMore dead code elimination.
2011-05-05 Owen AndersonAllow FastISel of three-register-operand instructions.
2011-05-02 Chandler CarruthRemove an unused variable in NDEBUG (found with -Wunuse...
2011-05-02 Jakob Stoklund OlesenAdd a SlotIndexes::insertMachineInstrInMaps to insert...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-30 Jakob Stoklund OlesenAvoid using stale entries form the sibling value map.
2011-04-29 Rafael EspindolaFactor some code to needsCFIMoves. Avoid printing moves...
2011-04-29 Chris Lattneradd a missing operator that caused us to have to use...
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
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 Devang PatelRevert r130178. It turned out to be not the optimal...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Eric ChristopherFix comment.
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-21 Devang PatelRefactor.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 Chris LattnerFix a ton of comment typos found by codespell. Patch by
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-04-14 Andrew TrickIn the pre-RA scheduler, maintain cmp+br proximity.
2011-04-13 Jay FoadLike the coding standards say, do not use "using namesp...
2011-04-11 Jakob Stoklund OlesenSkip a binary search when possible.
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-05 Jakob Stoklund OlesenUse std::unique instead of a SmallPtrSet to ensure...
2011-04-05 Jakob Stoklund OlesenCache the fairly expensive last split point computation...
2011-04-04 Jakob Stoklund OlesenStop caching basic block index ranges now that SlotInde...
2011-04-02 Jakob Stoklund OlesenUse basic block numbers as indexes when mapping slot...
2011-04-01 Evan ChengIssue libcalls __udivmod*i4 / __divmod*i4 for div ...
2011-03-26 Jakob Stoklund OlesenCollect and coalesce DBG_VALUE instructions before...
2011-03-24 Evan ChengAdd comment to clarify what MachineConstantPoolEntry...
2011-03-17 Jakob Stoklund OlesenDead code elimination may separate the live interval...
2011-03-17 Jakob Stoklund OlesenRewrite instructions as part of ConnectedVNInfoEqClasse...
2011-03-14 Jakob Stoklund OlesenPlace context in member variables instead of passing...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Jim Grosbach80 columns.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2011-03-07 Jakob Stoklund OlesenLet shrinkToUses optionally return a list of now dead...
2011-03-07 Eric ChristopherTypos.
2011-03-07 Jim GrosbachTidy up.
2011-03-07 Owen AndersonUse the correct LHS type when determining the legalizat...
2011-03-05 Anton KorobeynikovProvide hooks to set MI flags in MachineInstrBuilder
2011-03-05 Anton KorobeynikovAdd FrameSetup MI flags
2011-03-05 Anton KorobeynikovShorten AsmPrinterFlags filed to accomodate for future...
2011-03-05 Jim GrosbachTeach the register scavenger to take subregs into accou...
2011-03-04 Jakob Stoklund OlesenRenumber slot indexes locally when possible.
2011-03-04 Jakob Stoklund OlesenSymbolize the default instruction distance.
2011-03-04 Jakob Stoklund OlesenDeferred SlotIndex renumbering was a good idea but...
2011-03-04 Jakob Stoklund OlesenUse an IndexedMap instead of a DenseMap for the live...
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund OlesenAvoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund OlesenOptimize SlotIndex equality tests.
2011-03-02 Jakob Stoklund OlesenMove LiveIntervalMap::extendTo into LiveInterval itself.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-13 Chris Lattnermissed a header
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-09 Jakob Stoklund OlesenMove calcLiveBlockInfo() and the BlockInfo struct into...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::addKillFlags() to recompute kill...
2011-02-08 Jakob Stoklund OlesenAdd LiveIntervals::shrinkToUses().
2011-02-04 Devang PatelMerge .debug_loc entries whenever possible to reduce...
2011-02-04 Jakob Stoklund OlesenAdd LiveIntervals::getLastSplitPoint().
2011-02-04 Andrew TrickIntroducing a new method of tracking register pressure...
2011-02-03 Eric ChristopherReapply this.
2011-02-03 Eric ChristopherTemporarily revert 124765 in an attempt to find the...
next