summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* 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
* [PowerPC] Implement some additional TLI callbacksHal Finkel2014-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
* 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
* 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
* Debug info: (bugfix) C++ C/Dtors can be compiled to multiple functions,Adrian Prantl2014-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: 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
* [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
* 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
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-11
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-11
* [c++11] Range'ify use list loops in InstrEmitter.Jim Grosbach2014-04-11
* [c++11] Range'ify use list loops in DAGCombiner.Jim Grosbach2014-04-11
* [ARM64,C++11] Range'ify use-lists iterators in address type promotion.Jim Grosbach2014-04-11
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-11
* [ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.Jim Grosbach2014-04-11
* [ARM64,C++11]: More range-based loop simplification.Jim Grosbach2014-04-11
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-10
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-10
* [ARM64,C++11]: Range'ify loops in InstrInfo.Jim Grosbach2014-04-10