aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' into merge_2013_03_18Stephen Hines2013-03-1837-287/+485
|\
| * Fix integer comparison in DIEInteger::BestForm.Hans Wennborg2013-03-181-3/+4
| * Windows TLS: Section name prefix to ensure correct orderAnton Korobeynikov2013-03-181-2/+5
| * Change the default latency for implicit defs.Andrew Trick2013-03-161-1/+4
| * Move estimateStackSize from ARM into MachineFrameInfoHal Finkel2013-03-141-0/+48
| * Provide the register scavenger to processFunctionBeforeFrameFinalizedHal Finkel2013-03-141-1/+1
| * Reset some of the target options which affect code generation.Bill Wendling2013-03-131-0/+1
| * No functionality change. Use unreachable in getCUOffset.Manman Ren2013-03-131-1/+3
| * No functionality change. Use unreachable in getCompileUnit.Manman Ren2013-03-131-1/+1
| * Check register classes also when changing them.Jakob Stoklund Olesen2013-03-131-0/+1
| * Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIEManman Ren2013-03-126-4/+54
| * Avoid generating ISD::SELECT for vector operands to SIGN_EXTENDRichard Relph2013-03-121-2/+2
| * Remove support for versioned debug info.David Blaikie2013-03-113-143/+24
| * Fix a crasher newly introduced in r176659/r176649, where fast-isel tries toNick Lewycky2013-03-111-0/+2
| * Cleanup #includes.Jakub Staszak2013-03-101-0/+2
| * 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