summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-18
* Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-18
* Change the default latency for implicit defs.Andrew Trick2013-03-16
* Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-14
* Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-14
* Reset some of the target options which affect code generation.Bill Wendling2013-03-13
* No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-13
* No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-13
* Check register classes also when changing them.Jakob Stoklund Olesen2013-03-13
* Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-12
* Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph2013-03-12
* Remove support for versioned debug info.David Blaikie2013-03-11
* Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-11
* Cleanup #includes.Jakub Staszak2013-03-10
* Remove wrong and unnecessary assertion.Jakob Stoklund Olesen2013-03-08
* Disable statistics on Release builds and move tests that depend on -stats.Jan Wen Voung2013-03-08
* Rewrite the physreg part of findLastUseBefore().Jakob Stoklund Olesen2013-03-08
* Remove default from fully covered switch.Benjamin Kramer2013-03-08
* LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCCTom Stellard2013-03-08
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-08
* Add -verify-misched option.Andrew Trick2013-03-08
* Revert r176154 in favor of a better approach.Bill Wendling2013-03-08
* Add a getPassName() method.Jakob Stoklund Olesen2013-03-07
* Rename isEarlierInSameTrace to isUsefulDominator.Jakob Stoklund Olesen2013-03-07
* [fast-isel] Seriously, add support for the expect intrinsic.Chad Rosier2013-03-07
* [fast-isel] Add support for the expect intrinsic.Chad Rosier2013-03-07
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-07
* pre-RA-sched debug-only fixAndrew Trick2013-03-07
* pre-RA-sched assertion fix. This bug was exposed by r176037.Andrew Trick2013-03-07
* No need to go through int64 and APInt when generating a new constant.Nadav Rotem2013-03-07
* SDAG: Handle scalarizing an extend of a <1 x iN> vector.Jim Grosbach2013-03-07
* Debug Info: store the files and directories for each compile unit.Manman Ren2013-03-07
* Remove unused #includes.Bill Wendling2013-03-05
* Remove duplicate line and move another closer to its actual useEli Bendersky2013-03-01
* Set properties for f128 type.Akira Hatanaka2013-03-01
* Generate an error message instead of asserting or segfaulting when we can'tChad Rosier2013-03-01
* Fix PR10475Michael Liao2013-03-01
* Scheduler diagnostics. Print the register name.Andrew Trick2013-03-01
* Instructions schedulers should report correct height/depth.Andrew Trick2013-03-01
* A small refactoring + adding comments.Eli Bendersky2013-02-28
* Cost model support for lowered math builtins.Benjamin Kramer2013-02-28
* Put some per-instruction statistics of fast isel under NDEBUG, together withEli Bendersky2013-02-28
* Remove unnecessary check against isGlobalVariable. We check itEric Christopher2013-02-27
* Rework comment slightly and fix a few typos.Eric Christopher2013-02-27
* Remove unnecessary cast to void.Eric Christopher2013-02-27
* Debug Info: for static member variables, always put AT_MIPS_linkage_name to theManman Ren2013-02-27
* Silence the unused variable warning. Nadav Rotem2013-02-27
* The FastISEL should be fast. But when we record statistics we use atomic oper...Nadav Rotem2013-02-27
* Reverted: r176136 - Have a way for a target to opt-out of target-independent ...Michael Ilseman2013-02-27
* SelectionDAG: If llvm.donothing has a landingpad, we should clearManman Ren2013-02-27