summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Support constant offsets on loads and storesDerek Schuff2015-12-0511-117/+128
* [analyzer] Fix MemRegion crash casting non-struct to derived struct (PR25426).Devin Coughlin2015-12-052-13/+27
* [EarlyCSE] IsSimple vs IsVolatile naming clarification (NFC)Philip Reames2015-12-053-15/+17
* [opt] Fix sanitizer complaints about r254774Keno Fischer2015-12-051-5/+8
* [PassManager] Ensure destructors of cached AnalysisUsage objects are runPhilip Reames2015-12-042-2/+2
* [ThinLTO] Helper for performing renaming/promotion on a moduleTeresa Johnson2015-12-042-0/+19
* Add FeatureLAHFSAHF to amdfam10 as well.Hans Wennborg2015-12-041-1/+1
* [WebAssembly] Initial varargs support.Dan Gohman2015-12-048-18/+230
* [Docs] One more cleanup of -fsanitize= section.Alexey Samsonov2015-12-042-18/+17
* [CMake] Don't build the libclang tests unless you're building libclangChris Bieneman2015-12-041-1/+1
* COFF: Create a PDB file with the correct file signature.Rui Ueyama2015-12-044-1/+35
* Address a memory leak in 254760Philip Reames2015-12-041-3/+6
* CodeGen: Move the SlotIndexes BumpPtrAllocator before the list it allocatesJustin Bogner2015-12-041-3/+2
* X86: Don't emit SAHF/LAHF for 64-bit targets unless explicitly supportedHans Wennborg2015-12-048-49/+136
* Make TestThreadSpecificBreakpoint.py more focused.Zachary Turner2015-12-045-53/+143
* Python 3 - Fix script import --allow-reload.Zachary Turner2015-12-041-3/+8
* Make it clear how you would get the pointee out of an SBValue withJim Ingham2015-12-042-1/+10
* Check multilib dir for asan_device_setup.Dan Albert2015-12-041-2/+7
* [Docs] Update MSan docsAlexey Samsonov2015-12-042-48/+35
* Reduce memory traffic in ConstString in the std::map formatterEnrico Granata2015-12-041-6/+14
* Add TransformUtils to list of required libraries for llcDerek Schuff2015-12-043-2/+3
* Added coverage check for extensionless headers, and exclude hidden dot direct...John Thompson2015-12-045-2/+13
* [libFuzzer] compute base64 in-process instead of using an external lib. Since...Kostya Serebryany2015-12-045-10/+45
* [asan] Remove the use of system properties on Android.Evgeniy Stepanov2015-12-044-24/+0
* MSVC complains about this being ambiguous.Rafael Espindola2015-12-041-2/+2
* Do the same iterator caching optimization for std::mapEnrico Granata2015-12-041-48/+64
* Implement GetMemoryRegionInfo for mini dumps.Adrian McCarthy2015-12-046-13/+98
* Add a similar benchmark for our std::map performanceEnrico Granata2015-12-043-0/+75
* [Orc] Move some code up into the JITCompileCallbackManager base class. NFC.Lang Hames2015-12-042-29/+22
* Always pass a diagnostic handler to the linker.Rafael Espindola2015-12-047-26/+38
* [SimplifyLibCalls] Optimization for pow(x, n) where n is some constantWeiming Zhao2015-12-042-0/+171
* Fix incorrect quote. NFCPete Cooper2015-12-041-1/+1
* [llc/opt] Add an option to run all passes twiceKeno Fischer2015-12-044-9/+111
* [AArch64] Expand vector SDIVREM/UDIVREM operations.Chad Rosier2015-12-042-0/+26
* [llvm-dwp] Remove some out of date commentsDavid Blaikie2015-12-041-2/+0
* [Docs] Move the list of CFI schemes down to CFI doc, and update it.Alexey Samsonov2015-12-042-31/+48
* [llvm-dwp] Implement the required on-disk probed hash tableDavid Blaikie2015-12-042-7/+18
* Fix llvm-readobj build on Windows, match noreturn attribute on reportError in...Reid Kleckner2015-12-041-1/+2
* Fix typo in a commentKamil Rytarowski2015-12-041-1/+1
* [llvm-dwp] Include the debug_line.dwo sectionDavid Blaikie2015-12-042-3/+4
* clang-tidy readability identifiers: better diagnostic locationMike Aizatsky2015-12-042-50/+50
* [OperandBundles] Allow operand-specific attributes in operand bundlesSanjoy Das2015-12-042-14/+28
* Add documentation for SBTarget::CreateValueFromAddress.Jim Ingham2015-12-041-0/+18
* Cache the incremental iterators as you traverse the list, so that you don't h...Enrico Granata2015-12-041-64/+79
* Move macro defs closer (NFC)Xinliang David Li2015-12-041-4/+5
* [LegacyPassManager] Reduce memory usage for AnalysisUsagePhilip Reames2015-12-042-9/+59
* ScheduleDAGInstrs: Move LiveIntervals field to ScheduleDAGMIMatthias Braun2015-12-043-13/+9
* Fix an issue where all tests marked with skip_if_callable would be skipped re...Enrico Granata2015-12-041-4/+5
* Improve the std::list data formatter to not need to calculate indices for eve...Enrico Granata2015-12-041-3/+6
* Backing out 254635 until I have a good workaround and test case.John Thompson2015-12-041-1/+1
OpenPOWER on IntegriCloud