aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Remove wrong and unnecessary assertion.Jakob Stoklund Olesen2013-03-081-1/+0
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-082-18/+14
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-081-24/+36
* Remove default from fully covered switch.Benjamin Kramer2013-03-081-2/+1
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-081-1/+13
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+2
* Add -verify-misched option.Andrew Trick2013-03-081-0/+9
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-082-9/+11
* Add a getPassName() method.Jakob Stoklund Olesen2013-03-071-0/+1
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-071-2/+2
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-071-3/+3
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-071-0/+5
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-072-5/+3
* pre-RA-sched debug-only fixAndrew Trick2013-03-071-2/+4
* pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick2013-03-071-3/+0
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-071-3/+3
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-072-0/+21
* 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