summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* PR19598: Provide the ability to RAUW a declaration with itself, creating a no...David Blaikie2014-05-06
* Revert "Walk back commits for unused function parameters - they're still being"Eric Christopher2014-05-06
* blockfreq: Move include to .cppDuncan P. N. Exon Smith2014-05-06
* Re-commit r208025, reverted in r208030, with a fix for a conformance issueRichard Smith2014-05-06
* Revert r208025, which made buildbots unhappy for unknown reasons.Richard Smith2014-05-06
* Fix i128 div/mod on mingw64Reid Kleckner2014-05-06
* [Support/MemoryBuffer] Rename IsVolatile -> IsVolatileSize and add a comment ...Argyrios Kyrtzidis2014-05-06
* Add llvm::function_ref (and a couple of uses of it), representing a type-eras...Richard Smith2014-05-06
* Include intrin.h before windows.h as a workaround for the x64 self-hostReid Kleckner2014-05-06
* [Support/MemoryBuffer] Move the IsVolatile check inside shouldUseMmap() and m...Argyrios Kyrtzidis2014-05-06
* Detabify.Nick Lewycky2014-05-06
* Improve 'tail' call marking in TRE. A bootstrap of clang goes from 375k calls...Nick Lewycky2014-05-05
* Walk back commits for unused function parameters - they're still beingEric Christopher2014-05-05
* Reapply: Add slp vectorization to LTO passes. The bug it exposed has been fix...Yi Jiang2014-05-05
* Remove a now unnecessary function since all calls have one versionEric Christopher2014-05-05
* Remove a call to std::exit in a library. Make "Help" returnEric Christopher2014-05-05
* [Support/MemoryBuffer] Introduce a boolean parameter (false by default) 'IsVo...Argyrios Kyrtzidis2014-05-05
* Fix typo.Eric Christopher2014-05-05
* R600: Expand i64 ISD:SUBTom Stellard2014-05-05
* Remove unused argument from AddFeature.Eric Christopher2014-05-05
* Use a range loop.Rafael Espindola2014-05-05
* Revert "Optimize shufflevector that copies an i64/f64 and zeros the rest."Filipe Cabecinhas2014-05-05
* Optimize shufflevector that copies an i64/f64 and zeros the rest.Filipe Cabecinhas2014-05-05
* R600/SI: allow 5 more input SGPRs to a shaderMarek Olsak2014-05-05
* Always set alignment of vectorized LD/ST in SLP-Vectorizer. <rdar://problem...Yi Jiang2014-05-05
* LTO: -internalize sets visibility to defaultDuncan P. N. Exon Smith2014-05-05
* Select bdver2 instead of bdver1 if TBM support is present on models < 0x10.Kaelyn Takata2014-05-05
* [ASan/Win] Fix issue 305 -- don't instrument .CRT initializer/terminator call...Timur Iskhodzhanov2014-05-05
* Trivial simplification. No functionality change.Rafael Espindola2014-05-05
* CodeGen: correct memset emittance for WoASaleem Abdulrasool2014-05-04
* MC: support FK_SecRel_4 for Windows on ARMSaleem Abdulrasool2014-05-04
* LoopUnroll: If we're doing partial unrolling, use the PartialThreshold to lim...Benjamin Kramer2014-05-04
* SLPVectorizer: Bring back the insertelement patch (r205965) with fixesArnold Schwaighofer2014-05-04
* AVX-512: minor change in rndscale intrinsicElena Demikhovsky2014-05-04
* [LCG] Add the last (and most complex) of the edge insertion mutationChandler Carruth2014-05-04
* X86: further range-loopify AsmPrinterSaleem Abdulrasool2014-05-04
* X86: remove X86COFFMachineModuleInfoSaleem Abdulrasool2014-05-04
* X86: repair export compatibility with MinGW/cygwinSaleem Abdulrasool2014-05-04
* X86: refactor export directive generationSaleem Abdulrasool2014-05-04
* IR: Cleanup AttributeSet::get for AttrBuilderDavid Majnemer2014-05-03
* [TBAA] Fix handling of mixed TBAA (path-aware and non-path-aware TBAA).Juergen Ributzka2014-05-03
* Fix pr19645.Rafael Espindola2014-05-03
* [ARM64] Correctly select ANDWri in FastISel.Joey Gouly2014-05-03
* SLPVectorizer: Lazily allocate the map for block numbering.Benjamin Kramer2014-05-03
* Rename member variable to try to fix the bots.Rafael Espindola2014-05-03
* [ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan2014-05-03
* [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan2014-05-03
* Vectorize intrinsic math function calls in SLPVectorizer.Karthik Bhat2014-05-03
* Try simplifying LexicalScopes ownership again.David Blaikie2014-05-02
* Satisfy GCC's urgent need for parentheses around ‘&&’ within ‘||’.Benjamin Kramer2014-05-02