summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* DebugInfo: remove target-specific Frame Index handling for DBG_VALUE MachineI...David Blaikie2013-06-161-8/+0
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-1611-131/+112
* DebugInfo: print DBG_VALUE MachineInstrs with [] for deref and drop the offse...David Blaikie2013-06-151-3/+13
* Missing NDEBUGs.Andrew Trick2013-06-151-0/+6
* MI-Sched: heuristics using the new latency and machine model.Andrew Trick2013-06-151-234/+330
* Machine Model: Add MicroOpBufferSize and resource BufferSize.Andrew Trick2013-06-155-102/+47
* MI-Sched: Rename IssueCount to CurrMOps.Andrew Trick2013-06-151-8/+8
* MI-Sched: Remove the temporary EnableCopyConstrain flag.Andrew Trick2013-06-151-7/+1
* MI-Sched: added tracking of dependent latency for better heuristics.Andrew Trick2013-06-151-13/+26
* MI-Sched: DEBUG: print critical resource.Andrew Trick2013-06-151-0/+4
* SelectionDAG: slightly refactor DAGCombiner::visitSELECT_CC to avoid redudant...Stephen Lin2013-06-151-12/+14
* Debug Info: Don't print the display name and colon prefix for DEBUG_VALUE com...David Blaikie2013-06-151-2/+5
* Introduce getSelect usage and use more getSelectCCMatt Arsenault2013-06-146-87/+90
* SelectionDAG: minor fix to order of operands in comments to match the code Stephen Lin2013-06-141-3/+3
* Mark rematerialized super/sub registers as dead.Tim Northover2013-06-141-0/+1
* SelectionDAG: Fix incorrect condition checks in some cases of folding FADD/FM...Stephen Lin2013-06-141-16/+16
* Make PrologEpilogInserter save/restore all callee saved registersDerek Schuff2013-06-141-1/+3
* Move #include from .h to .cpp file.Jakub Staszak2013-06-141-0/+1
* Print ConstantPool entries initialized to Values with WriteAsOperand instead ofDan Gohman2013-06-121-1/+2
* Formatting.Eric Christopher2013-06-111-1/+1
* Remove a few fixmes, the only work we're doing is getting the stringEric Christopher2013-06-101-4/+0
* Fix up comment.Eric Christopher2013-06-101-1/+1
* Remove unused function.Eric Christopher2013-06-101-6/+0
* IndentCount is only used within NDEBUG code.Eric Christopher2013-06-101-0/+2
* TargetLowering: Clean up method description commentsDavid Majnemer2013-06-081-3/+3
* Reapply r183552. This time, use a standard type for the option to avoid templateQuentin Colombet2013-06-081-0/+13
* Revert commits related to stack warning.Quentin Colombet2013-06-071-13/+0
* Add a backend option to warn on a given stack size limit.Quentin Colombet2013-06-071-0/+13
* Teach AsmPrinter how to print odd constants.Quentin Colombet2013-06-071-2/+43
* Support OpenBSD's native frame protection conventions.Rafael Espindola2013-06-071-11/+36
* Correct wrong register in this example, pointed out by Baoshan Pang.Duncan Sands2013-06-071-1/+1
* Fix break in r183446 - helps to increment the iterator in a loopDavid Blaikie2013-06-061-1/+2
* Debug Info: simplify parameter ordering preservationDavid Blaikie2013-06-061-25/+21
* Cache the TargetLowering info object as a pointer.Bill Wendling2013-06-064-40/+39
* Don't cache the TargetLoweringInfo object inside of the FunctionLowering object.Bill Wendling2013-06-062-18/+19
* Add space to assert message.Bill Wendling2013-06-051-1/+1
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-051-3/+31
* Fix a defect in code-layout pass, improving Benchmarks/Olden/em3d/em3d by abo...Shuxin Yang2013-06-041-1/+25
* Move getRealLinkageName to a common place and remove all the duplicates of it.Benjamin Kramer2013-06-012-27/+7
* Const-ify some printing and dumping code for DIEValues.Eric Christopher2013-05-312-13/+13
* Loop Strength Reduce: Scaling factor cost.Quentin Colombet2013-05-311-0/+14
* Remove useless code from transitioning to new EH schemeKai Nacke2013-05-311-4/+1
* Fix rematerialization into physical registers.Tim Northover2013-05-301-2/+3
* Rename variable to be more descriptive.Eric Christopher2013-05-301-3/+3
* Formatting.Eric Christopher2013-05-301-1/+1
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-2/+4
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-291-18/+65
* LTO+Debug Info: revert r182791.Manman Ren2013-05-293-54/+13
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-283-13/+54
OpenPOWER on IntegriCloud