summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tools: avoid a string duplicationSaleem Abdulrasool2014-04-13
* MC: check machine magic when applying offset adjustmentsSaleem Abdulrasool2014-04-13
* Recognize test for overflow in integer multiplication.Serge Pavlov2014-04-13
* [PowerPC] Fix rlwimi isel when mask is not constantHal Finkel2014-04-13
* Fix instruction debug info location during legalizationDavid Blaikie2014-04-13
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-13
* [X86] unique_ptr'ify one of X86GenericDisassembler's members.Lang Hames2014-04-13
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-13
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-04-12
* Fix test syntax to work with non-bash /bin/sh.Joerg Sonnenberger2014-04-12
* Spell the specialization namespace correctly.Benjamin Kramer2014-04-12
* Make helper static and place random global into the llvm namespace.Benjamin Kramer2014-04-12
* tools: remove unnecessary copy of array_lengthofSaleem Abdulrasool2014-04-12
* Retire llvm::array_endof in favor of non-member std::end.Benjamin Kramer2014-04-12
* Move MDBuilder's methods out of line.Benjamin Kramer2014-04-12
* PR13337: Omit DW_TAG_restrict_type when compiling for DWARF2David Blaikie2014-04-12
* Add extra checks to mvn.ll test to prevent the "f1" check from matchingRichard Trieu2014-04-12
* Revert "Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,"Adrian Prantl2014-04-12
* [ARM64] Never hoist the shift value of a shift instruction.Juergen Ributzka2014-04-12
* [ARM64] Fix the cost model for cheap large constants.Juergen Ributzka2014-04-12
* Use dwarf::Tag rather than unsigned for DIE::Tag to make debugging easier.David Blaikie2014-04-12
* Remove documentation for a deleted pass.Eric Christopher2014-04-12
* Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2014-04-12
* llc: Add support for -mcpu=native.Jim Grosbach2014-04-12
* X86: Remove TargetMachine CPU auto-detection.Jim Grosbach2014-04-12
* Reenable use of TBAA during CodeGenHal Finkel2014-04-12
* Add the ability to use GEPs for address sinking in CGPHal Finkel2014-04-12
* [AArch64] Implement the isLegalAddressingMode and getScalingFactorCost APIs.Chad Rosier2014-04-12
* blockfreq: Document BlockFrequencyInfo terminologyDuncan P. N. Exon Smith2014-04-11
* blockfreq: Rename BlockProbInfoT to BranchProbabilityInfoTDuncan P. N. Exon Smith2014-04-11
* blockfreq: Remove unnecessary template parametersDuncan P. N. Exon Smith2014-04-11
* blockfreq: Rename BlockFrequencyImpl to BlockFrequencyInfoImplDuncan P. N. Exon Smith2014-04-11
* blockfreq: Use getSuccessorIndex()Duncan P. N. Exon Smith2014-04-11
* Pull out a named variable for the cached section names to aid readability.David Blaikie2014-04-11
* Add ARM64 CLS patternsLouis Gerbarg2014-04-11
* Format fixes for r205990David Blaikie2014-04-11
* Make doxygen comment match the declaration.Benjamin Kramer2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Change the name of the exhaustive se...Quentin Colombet2014-04-11
* [RegAllocGreedy][Last Chance Recoloring] Addition ofQuentin Colombet2014-04-11
* R600: Check if a sextload should be used for parameter loads.Matt Arsenault2014-04-11
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-11
* [Register Coalescer] Fix wrong live-range information with rematerialization.Quentin Colombet2014-04-11
* R600/SI: Refactor SOPC classes slightly.Matt Arsenault2014-04-11
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-11
* Add some CHECKs to this testcase.Adrian Prantl2014-04-11
* Fix shift by constants for vector.Matt Arsenault2014-04-11
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-11
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-11
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-11
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-11