Add a small temporary hack for producing identical eh_frame sections on OS X.
[oota-llvm.git] / lib / CodeGen /
2011-04-28 Devang PatelTeach dwarf writer to handle complex address expression...
2011-04-28 Eli FriedmanFix a silly mistake in r130338.
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
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.
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 Jakob Stoklund OlesenAlso add <imp-def> operands for defined and dead super...
2011-04-26 Jakob Stoklund OlesenAdd a safe-guard against repeated splitting for some...
2011-04-26 Evan ChengBe careful about scheduling nodes above previous calls...
2011-04-26 Rafael EspindolaPrint the label if we will use it in debug_frame.
2011-04-26 Devang PatelRefactor code. Keep dwarf register operation selection...
2011-04-26 Jakob Stoklund OlesenUse the new TRI->getLargestLegalSuperClass hook to...
2011-04-26 Dan GohmanFast-isel support for simple inline asms.
2011-04-26 Chris Lattnerdon't emit the symbol name twice for local bss and...
2011-04-26 Evan ChengFix typo
2011-04-26 Rafael EspindolaPrint all the moves at a given label instead of just...
2011-04-26 Devang PatelLet dwarf writer allocate extra space in the debug...
2011-04-25 Devang PatelRename a local variable.
2011-04-25 Devang PatelRename a method to match what it really does.
2011-04-25 Devang PatelDo not drop a variable's complex address if it is not...
2011-04-25 Devang PatelA dbg.declare may not be in entry block, even if it...
2011-04-24 Rafael EspindolaSimplify the logic. Noticed by aKor.
2011-04-24 Rafael EspindolaSynchronize the conditions for producing a .cfi_startpr...
2011-04-24 Sebastian RedlGive SplitKit.h a header guard.
2011-04-23 Jay FoadRemove unused STL header includes.
2011-04-22 Owen AndersonTeach FastISel to deal with instructions that have...
2011-04-22 Devang PatelLet front-end tie subprogram declaration with subprogra...
2011-04-22 Jakob Stoklund OlesenAlways compare the cost of region splitting with the...
2011-04-22 Chris LattnerRecommit the fix for rdar://9289512 with a couple tweaks to
2011-04-22 Benjamin KramerDAGCombine: fold "(zext x) == C" into "x == (trunc...
2011-04-22 Devang PatelDo not leak argument's DbgVariables.
2011-04-22 Evan ChengTypo
2011-04-22 Bill WendlingBranch folding is folding a landing pad into a regular BB.
2011-04-21 Devang PatelRefactor.
2011-04-21 Matt Beaumont-GayDon't recycle loop variables.
2011-04-21 Jakob Stoklund OlesenAllow allocatable ranges from global live range splitti...
2011-04-21 Devang PatelAdd comment in output stream.
2011-04-21 Daniel DunbarRevert r1296656, "Fix rdar://9289512 - not folding...
2011-04-20 Jakob Stoklund OlesenAdd debug output for rematerializable instructions.
2011-04-20 Jakob Stoklund OlesenPermit remat when a virtual register has multiple defs.
2011-04-20 Jakob Stoklund OlesenPrefer cheap registers for busy live ranges.
2011-04-20 Stuart HastingsARM byval support. Will be enabled by another patch...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-20 Eric ChristopherRewrite the expander for umulo/smulo to remember to...
2011-04-20 Daniel DunbarADT/Triple: Renambe isOSX... methods to isMacOSX for...
2011-04-19 Daniel DunbarCodeGen: Eliminate a use of getDarwinMajorNumber().
2011-04-19 Stuart HastingsDelete unnecessary variable. <rdar://problem/7662569>
2011-04-19 Bob WilsonAvoid write-after-write issue hazards for Cortex-A9.
2011-04-19 Jakob Stoklund OlesenForce the greedy register allocator to be linked alongs...
2011-04-19 Eli FriedmanSelectBasicBlock is rather slow even when it doesn...
2011-04-19 Stuart HastingsSupport nested CALLSEQ_BEGIN/END; necessary for ARM...
2011-04-19 Chris LattnerImplement support for x86 fastisel of small fixed-sized...
2011-04-18 Eli FriedmanSimplify declarations slightly by using typedefs.
2011-04-18 Devang PatelReduce clutter in asm output. Do not emit source locati...
2011-04-18 Jakob Stoklund OlesenHandle spilling around an instruction that has an early...
2011-04-18 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-18 Chris Lattnerwhile we're at it, handle 'sdiv exact' of a power of...
2011-04-18 Chris Lattnerfix rdar://9297011 - udiv by power of two causing fast...
2011-04-17 Chris Lattner1. merge fast-isel-shift-imm.ll into fast-isel-x86...
2011-04-17 Chris Lattnerfix an oversight which caused us to compile the testcas...
2011-04-17 Chris LattnerFix rdar://9289512 - not folding load into compare...
2011-04-17 Chris Lattnersplit a complex predicate out to a helper function...
2011-04-17 Chris Lattnerfix rdar://9289583 - fast isel should handle non-canoni...
2011-04-16 Eli FriedmanPR9055: extend the fix to PR4050 (r70179) to apply...
2011-04-16 Francois PichetUnbreak the MSVC 2010 build.
2011-04-16 Benjamin KramerRemove unused variable.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-16 Evan ChengFix divmod libcall lowering. Convert to {S|U}DIVREM...
2011-04-16 Devang PatelIntroduce support to encode Objective-C property inform...
2011-04-15 Rafael EspindolaSome refactoring suggested by Anton Korobeynikov.
2011-04-15 Jakob Stoklund OlesenTeach the SplitKit blitter to handle multiply defined...
2011-04-15 Jakob Stoklund OlesenRemember to set flag.
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 Owen AndersonFix another instance of the DAG combiner not using...
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-14 Chris Lattnersink a call into its only use.
2011-04-13 Owen AndersonDuring post-legalization DAG combining, be careful...
2011-04-13 Devang PatelRemove extra bytes that were added for gdb. We do...
2011-04-13 Jakob Stoklund OlesenStop using dead function.
2011-04-13 Andrew TrickRecommit r129383. PreRA scheduler heuristic fixes:...
2011-04-13 Eric ChristopherTemporarily revert r129408 to see if it brings the...
2011-04-12 Eric ChristopherFix a bug where we were counting the alias sets as...
2011-04-12 Devang PatelI missed this new file in previous commit.
2011-04-12 Devang PatelSimplify. There is no need to use static variable.
2011-04-12 Devang PatelDo not reuse parameter name.
2011-04-12 Devang PatelThis mechanical patch moves type handling into CompileU...
2011-04-12 Eric ChristopherAdd more comments... err debug statements to the fast...
2011-04-12 Jakob Stoklund OlesenSparseBitVector is SLOW.
2011-04-12 Andrew TrickRevert 129383. It causes some targets to hit a schedule...
2011-04-12 Andrew TrickPreRA scheduler heuristic fixes: VRegCycle, TokenFactor...
2011-04-12 Jakob Stoklund OlesenCreate new intervals for isolated blocks during region...
2011-04-12 Jakob Stoklund OlesenAdd SplitKit API to query and select the current interv...
2011-04-12 Jakob Stoklund OlesenFix a bug in RegAllocBase::addMBBLiveIns() where a...
next