summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* llvm-cov: Implement --no-outputJustin Bogner2014-05-07
* [Support/MemoryBuffer] Remove the assertion that the file size did not shrink.Argyrios Kyrtzidis2014-05-06
* Fix ASan init function detection after clang r208128.Nico Weber2014-05-06
* Special case aliases in GlobalValue::getSection.Rafael Espindola2014-05-06
* Update an embarassing out-of-date comment.Andrew Trick2014-05-06
* Use a range based for loop for the SubtargetFeatures print function.Eric Christopher2014-05-06
* Revert "Try simplifying LexicalScopes ownership again."David Blaikie2014-05-06
* Fix odd formatting that snuck into last patch.Eric Christopher2014-05-06
* If a function needs a frame pointer, but r11 (aka fp) has not been used,Joerg Sonnenberger2014-05-06
* ArrayRef-ize the Feature and Processor tables for SubtargetFeatures.Eric Christopher2014-05-06
* Copy the full TailCallKind in CallInst::clone_implReid Kleckner2014-05-06
* Do not make -pass-remarks additive.Diego Novillo2014-05-06
* TTI: Estimate @llvm.fmuladd cost as fmul + fadd when FMA's aren't legal on th...Benjamin Kramer2014-05-06
* [X86] Improve the lowering of BITCAST dag nodes from type f64 to type v2i32 (...Andrea Di Biagio2014-05-06
* Implememting named register intrinsicsRenato Golin2014-05-06
* Special case aliases in GlobalValue::getAlignment.Rafael Espindola2014-05-06
* Have the SubtargetFeature help routine just not return a number andEric Christopher2014-05-06
* Add some details to the llvm-cov documentation. <rdar://problem/15819496>Bob Wilson2014-05-06
* Be more strict about not allowing setSection on aliases.Rafael Espindola2014-05-06
* Be more strict about not calling setAlignment on global aliases.Rafael Espindola2014-05-06
* AArch64/ARM64: implement diagnosis of unpredictable loads & storesTim Northover2014-05-06
* AArch64/ARM64: add two more MC tests to ARM64 set.Tim Northover2014-05-06
* AArch64/ARM64: enable MC-level diagnostic tests for NEON insts.Tim Northover2014-05-06
* AArch64/ARM64: make NEON vector list parsing a bit more robustTim Northover2014-05-06
* AArch64/ARM64: add more specific diagnostic for floating imm 0.0.Tim Northover2014-05-06
* AArch64/ARM64: add more specific diagnostic for invalid vector lanesTim Northover2014-05-06
* AArch64/ARM64: produce more informative diagnostic assembling some immediatesTim Northover2014-05-06
* ARM: For thumb fixups store halfwords high first and low secondChristian Pirker2014-05-06
* [ARM64] Enable alignment control option in front-end for ARM64.Kevin Qin2014-05-06
* Disable -Wcomment when building with GCC.Evgeniy Stepanov2014-05-06
* Update programmers manual to cover llvm::function_ref, and add a note to theRichard Smith2014-05-06
* Use X86 memory operand enums instead of hardcoding.Craig Topper2014-05-06
* Fix some obvious Doxygen comment bugs.Owen Anderson2014-05-06
* Update comment from a recent commit.David Blaikie2014-05-06
* [Build] Add rule to generate fully-expanded .td fileAdam Nemet2014-05-06
* 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
* Revert accidentally-committed files.Richard 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