aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-073-18/+39
* Remove unused #includes.Bill Wendling2013-03-059-9/+0
* Remove duplicate line and move another closer to its actual useEli Bendersky2013-03-011-3/+1
* Set properties for f128 type.Akira Hatanaka2013-03-012-17/+71
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-011-0/+1
* Fix PR10475Michael Liao2013-03-014-13/+25
* Scheduler diagnostics. Print the register name.Andrew Trick2013-03-011-0/+2
* Instructions schedulers should report correct height/depth.Andrew Trick2013-03-011-2/+2
* A small refactoring + adding comments.Eli Bendersky2013-02-282-10/+5
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-281-12/+67
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-281-3/+5
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-271-1/+1
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-271-8/+5
* Remove unnecessary cast to void.Eric Christopher2013-02-271-1/+0
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-271-5/+12
* Silence the unused variable warning. Nadav Rotem2013-02-271-5/+7
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-271-9/+10
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-271-1/+1
* SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren2013-02-271-0/+7
* Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren2013-02-271-1/+7
* Have a way for a target to opt-out of target-independent fast iselMichael Ilseman2013-02-261-1/+1
* Revert r176120 as it caused a failure at static-member.cppManman Ren2013-02-261-4/+1
* Debug Info: for static member variables, move AT_MIPS_linkage_name fromManman Ren2013-02-261-1/+4
* Fix wording.Chad Rosier2013-02-251-3/+4
* [fast-isel] Add X86FastIsel::FastLowerArguments to handle functions with 6 orChad Rosier2013-02-251-0/+10
* pre-RA-sched fix: only reevaluate physreg interferences when necessary.Andrew Trick2013-02-251-33/+61
* 'Hexadecimal' has two 'a's and only one 'i'.Matt Beaumont-Gay2013-02-251-2/+2
* Fix spelling noticed by Duncan.Chandler Carruth2013-02-251-3/+3
* Fix the root cause of PR15348 by correctly handling alignment 0 onChandler Carruth2013-02-252-0/+9
* Add a use of an otherwise unused variable to remove a warning in non-AssertsCameron Zwarich2013-02-241-0/+1
* TwoAddressInstructionPass::tryInstructionTransform() only potentially returnsCameron Zwarich2013-02-241-5/+4
* TwoAddrInstructionPass::tryInstructionTransform() has a case where it callsCameron Zwarich2013-02-241-5/+10
* TargetInstrInfo::commuteInstruction() doesn't actually return a new instructionCameron Zwarich2013-02-231-13/+3
* Make some fixes for LiveInterval repair with debug info. Debug valueCameron Zwarich2013-02-232-2/+6
* Fix a bug with the LiveIntervals updating in the two-address pass found byCameron Zwarich2013-02-231-1/+1
* Make TwoAddressInstructionPass::sink3AddrInstruction() LiveIntervals-aware.Cameron Zwarich2013-02-231-15/+34
* Make rescheduleMIBelowKill() and rescheduleKillAboveMI() LiveIntervals-aware inCameron Zwarich2013-02-231-30/+85
* Use getSplitDebugFilename when constructing the skeleton cu andEric Christopher2013-02-221-4/+2
* SelectionDAG compile time improvement.Nadav Rotem2013-02-221-0/+19
* Fix isa<> check which could never be true.Pete Cooper2013-02-221-1/+1
* Stop relying on physical register kill flags in isKilled() in the two-addressCameron Zwarich2013-02-211-3/+10
* Re-apply r175688, with the changes suggested by Jakob in PR15320.Lang Hames2013-02-211-24/+15
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-211-3/+2
* Make RAFast::UsedInInstr indexed by register units.Jakob Stoklund Olesen2013-02-211-22/+30
* Revert r175688 - It broke a test case (see PR15320).Lang Hames2013-02-211-13/+25
* DAGCombiner: Make the post-legalize vector op optimization more aggressive.Benjamin Kramer2013-02-211-10/+0
* Don't rely on the isDead() MachineOperand flag when updating LiveIntervals.Cameron Zwarich2013-02-211-1/+3
* Use getInterval() instead of getOrCreateInterval().Cameron Zwarich2013-02-211-1/+1
* Make another kill check LiveIntervals-aware.Cameron Zwarich2013-02-211-1/+1
* Split part of isKilled() into a separate function for use elsewhere.Cameron Zwarich2013-02-211-22/+28