aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen
AgeCommit message (Expand)Author
2013-03-14Move estimateStackSize from ARM into MachineFrameInfoHal Finkel
2013-03-14Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel
2013-03-13Reset some of the target options which affect code generation.Bill Wendling
2013-03-13No functionality change. Use unreachable in getCUOffset.Manman Ren
2013-03-13No functionality change. Use unreachable in getCompileUnit.Manman Ren
2013-03-13Check register classes also when changing them.Jakob Stoklund Olesen
2013-03-12Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren
2013-03-12Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph
2013-03-11Remove support for versioned debug info.David Blaikie
2013-03-11Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky
2013-03-10Cleanup #includes.Jakub Staszak
2013-03-08Remove wrong and unnecessary assertion.Jakob Stoklund Olesen
2013-03-08Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung
2013-03-08Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen
2013-03-08Remove default from fully covered switch.Benjamin Kramer
2013-03-08LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard
2013-03-08DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard
2013-03-08Add -verify-misched option.Andrew Trick
2013-03-08Revert r176154 in favor of a better approach.Bill Wendling
2013-03-07Add a getPassName() method.Jakob Stoklund Olesen
2013-03-07Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen
2013-03-07[fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier
2013-03-07[fast-isel] Add support for the expect intrinsic.Chad Rosier
2013-03-07ArrayRefize some code. No functionality change.Benjamin Kramer
2013-03-07pre-RA-sched debug-only fixAndrew Trick
2013-03-07pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick
2013-03-07No need to go through int64 and APInt when generating a new constant.Nadav Rotem
2013-03-07SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach
2013-03-07Debug Info: store the files and directories for each compile unit.Manman Ren
2013-03-05Remove unused #includes.Bill Wendling
2013-03-01Remove duplicate line and move another closer to its actual useEli Bendersky
2013-03-01Set properties for f128 type.Akira Hatanaka
2013-03-01Generate an error message instead of asserting or segfaulting when we can'tChad Rosier
2013-03-01Fix PR10475Michael Liao
2013-03-01Scheduler diagnostics. Print the register name.Andrew Trick
2013-03-01Instructions schedulers should report correct height/depth.Andrew Trick
2013-02-28A small refactoring + adding comments.Eli Bendersky
2013-02-28Cost model support for lowered math builtins.Benjamin Kramer
2013-02-28Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky
2013-02-27Remove unnecessary check against isGlobalVariable. We check itEric Christopher
2013-02-27Rework comment slightly and fix a few typos.Eric Christopher
2013-02-27Remove unnecessary cast to void.Eric Christopher
2013-02-27Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren
2013-02-27Silence the unused variable warning. Nadav Rotem
2013-02-27The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem
2013-02-27Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman
2013-02-27SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren
2013-02-27Debug Info: for static member variables, add AT_MIPS_linkage_name to theManman Ren
2013-02-26Have a way for a target to opt-out of target-independent fast iselMichael Ilseman
2013-02-26Revert r176120 as it caused a failure at static-member.cppManman Ren