summaryrefslogtreecommitdiff
path: root/lib/CodeGen
Commit message (Expand)AuthorAge
* CodeGen: add sensible defaults for the ISD::FROUND operationTim Northover2014-03-29
* CodeGenPrep: wrangle IR to exploit AArch64 tbz/tbnz inst.Tim Northover2014-03-29
* Provide a target override for the cost of using a callee-saved registerManman Ren2014-03-27
* Canonicalise Windows target triple spellingsSaleem Abdulrasool2014-03-27
* Register Allocator: refactoring and add comments.Manman Ren2014-03-27
* DebugInfo: TargetOptions/MCAsmInfo support for compressed debug info sectionsDavid Blaikie2014-03-27
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-27
* This is a fix for PR# 19051. I noticed code gen differences due to code motio...Ekaterina Romanova2014-03-26
* Add comments. Addressing review comments from Evan on r204690.Manman Ren2014-03-26
* Fix for incorrect address sinking in the presence of potential overflows.Jim Grosbach2014-03-26
* Add @llvm.clear_cache builtinRenato Golin2014-03-26
* Follow-up to r204790: don't try to emit line tables if there are no functions...Timur Iskhodzhanov2014-03-26
* Fix PR19239 - Add support for generating debug info for functions without lex...Timur Iskhodzhanov2014-03-26
* Revert "Prevent alias from pointing to weak aliases."Rafael Espindola2014-03-26
* Prevent alias from pointing to weak aliases.Rafael Espindola2014-03-26
* blockfreq: Implement Pass::releaseMemory()Duncan P. N. Exon Smith2014-03-25
* blockfreq: Use const in MachineBlockFrequencyInfoDuncan P. N. Exon Smith2014-03-25
* [DAG] Keep the opaque constant flag when performing unary constant folding op...Juergen Ributzka2014-03-25
* Fix creating illegal setcc cond codes.Matt Arsenault2014-03-25
* WinCOFF: Add support for -fdata-sectionsDavid Majnemer2014-03-25
* DebugInfo: Add GNU_addr_base and GNU_ranges_base only when there are addresse...David Blaikie2014-03-25
* DebugInfo: Support debug_loc under fissionDavid Blaikie2014-03-25
* DebugInfo: Remove unnecessary zero-size checkDavid Blaikie2014-03-25
* Register Allocator: check other options before using a CSR for the first time.Manman Ren2014-03-25
* Register Allocator: refactoring (no functionality change).Manman Ren2014-03-24
* DebugInfo: Simplify debug loc list handling by keeping separate listsDavid Blaikie2014-03-24
* DwarfDebug: Simplify debug_loc mergingDavid Blaikie2014-03-24
* Get rid of an unnecessary use of the * and & operators.Adrian Prantl2014-03-24
* DebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUsDavid Blaikie2014-03-24
* DebugInfo: Implement relative addressing for DW_AT_ranges under fissionDavid Blaikie2014-03-24
* DebugInfo: Don't emit relocations to abbreviations in debug_info.dwoDavid Blaikie2014-03-24
* DwarfDebug: Remove an unused parameterDavid Blaikie2014-03-24
* Remove unused parameterDavid Blaikie2014-03-24
* SelectionDAG: Allow promotion of SELECT nodes from float to int typesTom Stellard2014-03-24
* WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2014-03-23
* remove a bunch of unused private methodsNuno Lopes2014-03-23
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-22
* Delete stale comment. Thanks, Eric!Adrian Prantl2014-03-21
* Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not haveAdrian Prantl2014-03-21
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-21
* Register allocator: add condition to hoist a spill to outer loop.Manman Ren2014-03-21
* DebugInfo: Omit DW_AT_addr_base from skeletal type units.David Blaikie2014-03-21
* Fix an assertion caused by using inline asm with indirect register inputs.Kevin Qin2014-03-21
* Remove LowerInvoke's obsolete "-enable-correct-eh-support" optionMark Seaborn2014-03-20
* Typo.Eric Christopher2014-03-20
* Reapply DW_AT_low/high_pc patch:Eric Christopher2014-03-20
* Add comments from Eric's review of r204094.David Blaikie2014-03-20
* Revert "Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc."Eric Christopher2014-03-20
* Use the range machinery for DW_AT_ranges and DW_AT_high/lo_pc.Eric Christopher2014-03-19
* DebugInfo: Use the comp_dir of the referencing type units when building debug...David Blaikie2014-03-19