summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Use create methods since msvc doesn't handle delegating constructors.Rafael Espindola2014-05-17
* Handle ConstantAggregateZero when upgrading global_ctors.Rafael Espindola2014-05-17
* Reduce abuse of default values in the GlobalAlias constructor.Rafael Espindola2014-05-17
* Revert r209049 and r209065, "Add support for combining GEPs across PHI nodes"NAKAMURA Takumi2014-05-17
* MachO: Add comments describing section flags/attrsDavid Majnemer2014-05-17
* Fix for sanitizer crash introduced in r209049Louis Gerbarg2014-05-17
* Target: Replace getSection().empty() with hasSection()David Majnemer2014-05-17
* test: fix copy-paste mistakeSaleem Abdulrasool2014-05-17
* ARM: use the proper target object format for WoASaleem Abdulrasool2014-05-17
* [x86] Fix a bad predicate I spotted by inspection -- pshufhw and pshuflwChandler Carruth2014-05-17
* [DWARF parser] Teach DIContext to fetch short (non-linkage) function names fo...Alexey Samsonov2014-05-17
* Add support for combining GEPs across PHI nodesLouis Gerbarg2014-05-16
* Use a sized enum for MachineOperandType. No functionality changePete Cooper2014-05-16
* Added tests for the cost of lowering VSELECT instructions.Filipe Cabecinhas2014-05-16
* Implemented special cases for PerformVSELECTCombine.Filipe Cabecinhas2014-05-16
* Lower vselects into X86ISD::BLENDI when appropriate.Filipe Cabecinhas2014-05-16
* Implemented LowerVSELECT to custom lower some instructions.Filipe Cabecinhas2014-05-16
* Delete getAliasedGlobal.Rafael Espindola2014-05-16
* DebugInfo: Assert rather than conditionalizing when a CU's subprogram list co...David Blaikie2014-05-16
* DebugInfo: Handle emitting constants of C++ unicode character type.David Blaikie2014-05-16
* R600/SI: Refactor the VOP3_32 tablegen classTom Stellard2014-05-16
* R600/SI: Add a PredicateControl class for managing TableGen predicatesTom Stellard2014-05-16
* R600/SI: Move tablegen patterns away from instruction defsTom Stellard2014-05-16
* R600/SI: Remove unused instructionTom Stellard2014-05-16
* R600/SI: Promote f32 SELECT to i32Tom Stellard2014-05-16
* R600/SI: Remove duplicate patternTom Stellard2014-05-16
* Add comdat key field to llvm.global_ctors and llvm.global_dtorsReid Kleckner2014-05-16
* Fix a warning in builds without asserts.Rafael Espindola2014-05-16
* DebugInfo: Add an assert regarding the subprogram in the subprogram map match...David Blaikie2014-05-16
* Fix most of PR10367.Rafael Espindola2014-05-16
* DebugInfo: Assume the CU's Subprogram list only contains definitions.David Blaikie2014-05-16
* [ARM64] Increases the Sched Model accuracy for Cortex-A53.Chad Rosier2014-05-16
* InstSimplify: Improve handling of ashr/lshrDavid Majnemer2014-05-16
* InstSimplify: Optimize using dividend in sdivDavid Majnemer2014-05-16
* [ARM64] Fix wrong comment in load/store optimization pass.Tilmann Scheller2014-05-16
* DwarfDebug: Refactor AT_ranges/AT_high_pc+AT_low_pc emission into helper func...David Blaikie2014-05-16
* [yaml2obj][ELF] Add an optional `Size` field to the YAML section declaration.Simon Atanasyan2014-05-16
* Re-enable inline memcpy expansion for Thumb1.James Molloy2014-05-16
* Small dyn_cast and auto cleanup.Rafael Espindola2014-05-16
* Fix the Load/Store optimization pass to work with Thumb1.James Molloy2014-05-16
* Enable the Load/Store optimization pass for Thumb1 but make it return immedia...James Molloy2014-05-16
* Fix a few comment typos and style issues.James Molloy2014-05-16
* [mips][mips64r6] Add SELEQZ and SELNEZ instructionsZoran Jovanovic2014-05-16
* Change the GlobalAlias constructor to look a bit more like GlobalVariable.Rafael Espindola2014-05-16
* [mips][mips64r6] Add Compact indexed jumps.Zoran Jovanovic2014-05-16
* Fix hardcoded slash to native path seperator which was exposed from llvm::sys...Yaron Keren2014-05-16
* Revert "Implement global merge optimization for global variables."Rafael Espindola2014-05-16
* [mips][mips64r6] Add Compact zero-compare branch-and-link instructionsZoran Jovanovic2014-05-16
* MergeFunctions Pass, introduced total ordering among GEP operations.Stepan Dyatkovskiy2014-05-16
* MC: Add DwarfTypesDWOSection also to MCCOFF.NAKAMURA Takumi2014-05-16