summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Reorder shuffle and binary operation.Serge Pavlov2014-05-11
* Fixed a bug when lowering build_vector (PR19694)Filipe Cabecinhas2014-05-11
* R600/SI: Fold fabs/fneg into src input modifierVincent Lejeune2014-05-10
* R600/SI: Prettier display of input modifiersVincent Lejeune2014-05-10
* R600/SI: Use pseudo instruction for fabs/clamp/fnegVincent Lejeune2014-05-10
* SCEV: Use range-based for loop and fold variable into assert.Benjamin Kramer2014-05-10
* ARM64: fix SELECT_CC lowering in absence of NaNs.Tim Northover2014-05-10
* SLPVectorizer: When sorting by domination for CSE don't assert on unreachable...Benjamin Kramer2014-05-09
* Revert "[ms-cxxabi] Add a new calling convention that swaps 'this' and 'sret'"Reid Kleckner2014-05-09
* move findArrayDimensions to ScalarEvolutionSebastian Pop2014-05-09
* fix typo in debug messageSebastian Pop2014-05-09
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Don't crash on redefinitions.Rafael Espindola2014-05-09
* Fix broken buildJonathan Roelofs2014-05-09
* Add custom lowering for add/sub with overflow intrinsics to ARMLouis Gerbarg2014-05-09
* Add ExtractValue instruction to SimplifyCFG's ComputeSpeculationCostLouis Gerbarg2014-05-09
* R600/SI: Teach SIInstrInfo::moveToVALU() how to move S_LOAD_*_IMM instructionsTom Stellard2014-05-09
* R600/SI: Fix SMRD pattern for offsets > 32 bitsTom Stellard2014-05-09
* R600: Expand i64 SELECT_CCTom Stellard2014-05-09
* R600: Move MIN/MAX matching from LowerOperation() to PerformDAGCombine()Tom Stellard2014-05-09
* Use auto and clang-format this snippet.Rafael Espindola2014-05-09
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* Delete trailing whitespace.Rafael Espindola2014-05-09
* Delete trailing white space.Rafael Espindola2014-05-09
* [mips] Marked up instructions added in MIPS-IV and tested that IAS for -mcpu=...Daniel Sanders2014-05-09
* ARM: HFAs must be passed in consecutive registersOliver Stannard2014-05-09
* [mips] Remove unused CondMov feature bitDaniel Sanders2014-05-09
* [mips] Marked up instructions added in MIPS-III and tested that IAS for -mcpu...Daniel Sanders2014-05-09
* Fix 80 col violation.Andrea Di Biagio2014-05-09
* [asan] Stop leaking X86Operands.Benjamin Kramer2014-05-09
* [mips][mips64r6] Add experimental support for MIPS32r6 and MIPS64r6Daniel Sanders2014-05-09
* [mips] Added missing dsra -> dsrav and sra -> srav aliases.Daniel Sanders2014-05-09
* MemoryBuffer: don't force mmap when stat failsAlp Toker2014-05-09
* MemoryBuffer: remove unusued definitionsAlp Toker2014-05-09
* ARM: support PIC on Windows on ARMSaleem Abdulrasool2014-05-09
* printCustom is only used in PseudoSourceValue, remove it from Value.Nick Lewycky2014-05-09
* [RuntimeDyld] Unify the RuntimeDyldMachO resolve.*Relocation method signaturesLang Hames2014-05-09
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-08
* [TargetInstrInfo] Fix the implementation of commuteInstruction to match theQuentin Colombet2014-05-08
* Improve wording to make it sounds more like a change than an analysis.Nick Lewycky2014-05-08
* Reapply r207876 (Try simplifying LexicalScopes ownership again) including a w...David Blaikie2014-05-08
* Correct formatting.Tobias Grosser2014-05-08
* Use std::remove_if to remove elements from a vectorTobias Grosser2014-05-08
* [InstCombine] Some cleanup in optimization of redundant insertvalue instructi...Michael Zolotukhin2014-05-08
* [Hexagon] Add new InstrItinClass to support timing classes.Jyotsna Verma2014-05-08
* Use for range loops.Rafael Espindola2014-05-08
* Use range loop.Rafael Espindola2014-05-08
* R600: Promote f64 vector load/stores to i64 for consistencyMatt Arsenault2014-05-08
* Use a range loop.Rafael Espindola2014-05-08
* [X86] Add target specific combine rules to fold SSE2/AVX2 packed arithmetic s...Andrea Di Biagio2014-05-08