aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2010-08-10Implement register class inflation.Jakob Stoklund Olesen
2010-08-10Recalculate the spill weight and allocation hint for virtual registers createdJakob Stoklund Olesen
2010-08-10Handle TAG_constant for integers.Devang Patel
2010-08-10Update CMake...sorry for the breakage.Bill Wendling
2010-08-10Simplify.Devang Patel
2010-08-10Drop "const". It does not add value here.Devang Patel
2010-08-10Add missing null check reported by Amaury Pouly.Evan Cheng
2010-08-10Do not include file static variable in pubnames list.Devang Patel
2010-08-10Transpose the calculation of spill weights such that we are calculating oneJakob Stoklund Olesen
2010-08-09Merge the OptimizeExts and OptimizeCmps passes into one PeepholeOptimizerBill Wendling
2010-08-09Undo accidental commit.Devang Patel
2010-08-09Simplify. Avoid redundant checks.Devang Patel
2010-08-09Refactor.Devang Patel
2010-08-09Refactoring. Update DbgVarible to handle queries itself.Devang Patel
2010-08-09It is ok, and convenient, to pass descriptors by value.Devang Patel
2010-08-09A REG_SEQUENCE instruction may use the same register twice.Jakob Stoklund Olesen
2010-08-09Rename a method.Devang Patel
2010-08-08Use the "isCompare" machine instruction attribute instead of calling theBill Wendling
2010-08-07Tidy some #includes and forward-declarations, and move the C binding codeDan Gohman
2010-08-06Lazily defer duplicating the live interval we are splitting until we know it isJakob Stoklund Olesen
2010-08-06Cleanup comment wordingJim Grosbach
2010-08-06Keep the MachiuneFunctionPass pointer around. It is useful for verification.Jakob Stoklund Olesen
2010-08-06Add LiveInterval::RenumberValues - Garbage collection for VNInfos.Jakob Stoklund Olesen
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Add more verification of LiveIntervals.Jakob Stoklund Olesen
2010-08-06Fix swapped COPY operands.Jakob Stoklund Olesen
2010-08-06Don't try to verify LiveIntervals for physical registers.Jakob Stoklund Olesen
2010-08-06Update CMake build.Ted Kremenek
2010-08-06Add the Optimize Compares pass (disabled by default).Bill Wendling
2010-08-06While emitting DBG_VALUE for registers spilled at the end of a block do not u...Devang Patel
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Be more aggressive about removing joined physreg copies.Jakob Stoklund Olesen
2010-08-05Don't verify LiveVariables if LiveIntervals is available.Jakob Stoklund Olesen
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-08-05Add basic verification of LiveIntervals.Jakob Stoklund Olesen
2010-08-05Remove double-def checking from MachineVerifier, so a register does not have toJakob Stoklund Olesen
2010-08-05Avoid using a live std::multimap iterator while editing the map. It looks likeJakob Stoklund Olesen
2010-08-04The lower invoke pass needs to have unreachable code elimination run after itBill Wendling
2010-08-04Coalesce stack slot accesses that arise when spilling both sides of a COPY.Jakob Stoklund Olesen
2010-08-04Checkpoint SplitKit progress.Jakob Stoklund Olesen
2010-08-04Use location entry only of the location described by DBG_VALUE is valid.Devang Patel
2010-08-04The EH prepare passes really want to be the last passes run before code-gen.Bill Wendling
2010-08-04Fix typo in comment.Devang Patel
2010-08-04Change this llvm_unreachable to report_fatal_error, since it canDan Gohman
2010-08-04While spilling live registers at the end of block check whether they are used...Devang Patel
2010-08-04If a variable is spilled by code generator then use DW_OP_fbreg to describe i...Devang Patel
2010-08-04Eliminate unnecessary empty string literals.Dan Gohman
2010-08-03Oops. Don't normalize spill weights twice.Jakob Stoklund Olesen
2010-08-02Early exit and reduce indentation. No functionality change.Bill Wendling
2010-08-02Free DbgScope created for dead functions.Devang Patel