Excise unintended hunk in 129858. <rdar://problem/7662569>
[oota-llvm.git] / lib / CodeGen /
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...
2011-04-12 Devang PatelRemove dead typedef.
2011-04-12 Devang PatelRefactor CompileUnit into a separate header.
2011-04-12 Eric ChristopherFix typo.
2011-04-11 Jakob Stoklund OlesenReuse live interval union between functions. This saves...
2011-04-11 Nick LewyckyJust because a GlobalVariable's initializer is [N x...
2011-04-11 Jakob Stoklund OlesenSpeed up eviction by stopping collectInterferingVRegs...
2011-04-11 Bill WendlingThe default of the dispatch switch statement was to...
2011-04-11 Evan ChengLook pass copies when determining whether hoisting...
2011-04-11 Jakob Stoklund OlesenUse a faster algorithm for computing MBB live-in regist...
2011-04-11 Evan ChengFix a couple of places where changes are made but not...
2011-04-11 Jakob Stoklund OlesenDon't add live ranges for sub-registers when clobbering...
2011-04-11 Jakob Stoklund OlesenSpeed up LiveIntervalUnion::unify by handling end inser...
2011-04-11 Jakob Stoklund OlesenTime the initial seeding of live registers
2011-04-11 Jakob Stoklund OlesenDon't shrink live ranges after dead code elimination...
2011-04-11 Jay FoadDon't include Operator.h from InstrTypes.h.
2011-04-09 Chris LattnerAvoid excess precision issues that lead to generating...
2011-04-09 Jakob Stoklund OlesenBuild the Hopfield network incrementally when splitting...
2011-04-09 Jakob Stoklund OlesenPrecompute interference for neighbor blocks as long...
2011-04-09 Chris Lattnerhave dag combine zap "store undef", which can be formed...
2011-04-08 Devang PatelSimplify array bound checks and clarify comments. ...
2011-04-08 Devang PatelDo not emit DW_AT_upper_bound and DW_AT_lower_bound...
2011-04-08 Evan ChengChange -arm-trap-func= into a non-arm specific option...
2011-04-08 Nick Lewyckyllvm.global_[cd]tor is defined to be either external...
2011-04-07 Andrew TrickAdded a check in the preRA scheduler for potential...
2011-04-07 Jakob Stoklund OlesenRecompute hasPHIKill flags when shrinking live intervals.
2011-04-07 Jakob Stoklund OlesenAvoid moving iterators when the previous block was...
2011-04-07 Jakob Stoklund OlesenPrefer multiplications to divisions.
2011-04-07 Jakob Stoklund OlesenExtract SpillPlacement::addLinks for handling the speci...
2011-04-07 Evan ChengRemove dead code. rdar://9221736.
2011-04-06 Jakob Stoklund OlesenAlso account for the spill code that would be inserted...
2011-04-06 Jakob Stoklund OlesenAbort the constraint calculation early when all positiv...
2011-04-06 Jakob Stoklund OlesenKeep track of the number of positively biased nodes...
2011-04-06 Jakob Stoklund OlesenBreak the spill placement algorithm into three parts...
2011-04-06 Jakob Stoklund OlesenOops. Scary.
2011-04-06 Jakob Stoklund OlesenAnalyze blocks with uses separately from live-through...
2011-04-05 Jakob Stoklund OlesenSign error
2011-04-05 Jakob Stoklund OlesenDon't crash when a value is defined after the last...
2011-04-05 Jakob Stoklund OlesenPermit blocks to branch directly to a landing pad.
2011-04-05 Devang PatelAdd support to encode function's template parameters.
2011-04-05 Jakob Stoklund OlesenRun LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
2011-04-05 Devang PatelRefactor.
2011-04-05 Bob WilsonAdd an assertion instead of crashing when the scavenger...
2011-04-05 Jakob Stoklund OlesenWhen dead code elimination removes all but one use...
2011-04-05 Devang PatelDo not emit empty name.
2011-04-05 Jakob Stoklund OlesenEnsure all defs referring to a virtual register are...
next