aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2012-07-19Fix crash in machine verifier when trying to print the def of a register whic...Pete Cooper
2012-07-19Replace some explicit compare loops with std::equal.Benjamin Kramer
2012-07-19Fixed few warnings.Galina Kistanova
2012-07-19Remove tabs.Bill Wendling
2012-07-18Fix a somewhat nasty crasher in PR13378. This crashes inside ofChandler Carruth
2012-07-18ignore 'invoke @llvm.donothing', but still keep the edge to the continuation BBNuno Lopes
2012-07-17Back out r160101 and instead implement a dag combine to recover from instcomb...Evan Cheng
2012-07-17Add some trace output to TwoAddressInstructionPass.Jakob Stoklund Olesen
2012-07-17Remove unused variable.Benjamin Kramer
2012-07-17Fix a crash in the legalization of large vectors.Nadav Rotem
2012-07-17Implement r160312 as target indepedenet dag combine.Evan Cheng
2012-07-17Make sure constant bitwidth is <= 64 bit before calling getSExtValue().Evan Cheng
2012-07-17This is another case where instcombine demanded bits optimization createdEvan Cheng
2012-07-16Minor cleanup and docs.Nadav Rotem
2012-07-16Make ComputeDemandedBits return a deterministic result when computing an Asse...Nadav Rotem
2012-07-15Fix a bug in the scalarization of BUILD_VECTOR. BUILD_VECTOR elements may be ...Nadav Rotem
2012-07-15Refactor the code that checks that all operands of a node are UNDEFs.Nadav Rotem
2012-07-15Reapply r160194, switching to use LV information for finding local kills.Chandler Carruth
2012-07-14Add a dagcombine optimization to convert concat_vectors of undefs into a sing...Nadav Rotem
2012-07-14Account for early-clobber reload instructions.Jakob Stoklund Olesen
2012-07-13Be more verbose when detecting dominance problems.Jakob Stoklund Olesen
2012-07-13Revert r160194, which switched to use LV information for finding localChandler Carruth
2012-07-13Use the LiveVariables information to efficiently get local kills. ThisChandler Carruth
2012-07-13Provide function name in 'Cannot select' fatal error.Jim Grosbach
2012-07-12The end of the prologue should be marked with is_stmt.Eric Christopher
2012-07-12The result type of EXTRACT_VECTOR_ELT doesn't have to match the element type ofDuncan Sands
2012-07-11InstrEmitter::EmitSubregNode() optimize extract_subreg in this case:Evan Cheng
2012-07-11Rename many of the Tmp1, Tmp2, Tmp3 variables to names such as Chain, Value, ...Nadav Rotem
2012-07-11Remove unused variable.Benjamin Kramer
2012-07-11Refactor the DAG Legalizer by extracting the legalization ofNadav Rotem
2012-07-11Only apply the SETCC+SITOFP -> SELECTCC optimization when the SETCC returns a...Owen Anderson
2012-07-10Require and preserve LoopInfo for early if-conversion.Jakob Stoklund Olesen
2012-07-10Teach the LiveInterval::join function to use the fast merge algorithm,Chandler Carruth
2012-07-10Run early if-conversion in domtree post-order.Jakob Stoklund Olesen
2012-07-10Fix a bug where I didn't test for an empty range before inspecting theChandler Carruth
2012-07-10Improve the loading of load-anyext vectors by allowing the codegen to loadNadav Rotem
2012-07-10Add an efficient merge operation to LiveInterval and use it to avoidChandler Carruth
2012-07-10Teach LiveIntervals how to verify themselves and start using it in someChandler Carruth
2012-07-09indentationAndrew Trick
2012-07-09Teach the DAG combiner to turn sitofp/uitofp from i1 into a conditional move,...Owen Anderson
2012-07-07I'm introducing a new machine model to simultaneously allow simpleAndrew Trick
2012-07-06Whitespace.Chad Rosier
2012-07-06[fast-isel] Tell fast-isel to do nothing with the new donothing intrinsic.Chad Rosier
2012-07-06Fix PR13202 and a regtest.Alexey Samsonov
2012-07-06Add some comments suggested in code review.Jakob Stoklund Olesen
2012-07-05Optimize extendIntervalEndTo a tiny bit by saving one call through theChandler Carruth
2012-07-05Finish fixing the MachineOperand hashing, providing a nice modernChandler Carruth
2012-07-05All cases are covered, no need for a default. This deals with theDuncan Sands
2012-07-05The hash function for MI expressions, used by MachineCSE, is reallyChandler Carruth
2012-07-05Use the right kind of booleans: we were emitting 0/1 booleans, instead of 0/-1Duncan Sands