2015-05-08 |
Toma Tabacu | [mips] Only use FGR_{32,64} in TableGen descriptions... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Igor Laevsky | This change is refactoring only. It moves basic block... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Vasileios Kalintiris | [mips] Emit the .insn directive for empty basic blocks. |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Simon Atanasyan | [yaml2elf] Replace error message by assert call in... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support MIPS machine... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
Eric Christopher | Now that we have a soft-float attribute, use it instead... |
commit | commitdiff | tree | snapshot |
2015-05-08 |
David Blaikie | [opaque pointer type] Explicit pointee type for GEPOper... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Alexey Samsonov | Update CMake flags, LibFuzzer comments and docs for... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Eric Christopher | InMips16HardFloat was only being set conditional on... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Eric Christopher | Rename the MIPS routine abiUsesSoftFloat -> useSoftFloa... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Pete Cooper | Add yaml-bench to the list of tools make check needs... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Alexey Samsonov | Delete unused createSanitizerCoverageModulePass overload. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
NAKAMURA Takumi | [CMake] llvm/test/YAMLParser requires yaml-bench. This... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | Revert "SanitizerCoverage: Use `createSanitizerCtor... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Matthias Braun | Fix typo. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Pete Cooper | Clear kill flags in tail duplication. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | When checking msan.module_ctor, use CHECK-LABEL instead... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | SanitizerCoverage: Use `createSanitizerCtor` to create... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | MSan: Use `createSanitizerCtor` to create ctor, and... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | TSan: Use `createSanitizerCtor` to create ctor, and... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Ismail Pazarbasi | ASan: Use `createSanitizerCtor` to create ctor, and... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Matthias Braun | Change getTargetNodeName() to produce compiler warnings... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] change the way we use taint information... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Steven Wu | Use auto instead of the long type name. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Pete Cooper | [AArch64] Fix sext/zext folding in address arithmetic. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Alex Lorenz | Fix r236754: Add the missing yaml-bench dir to the... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Sergey Dmitrouk | Disable r235989 "Reapply r235977 "[DebugInfo] Add debug... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] minor refactoring/simplification, NFC |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Nemanja Ivanovic | Add VSX Scalar loads and stores to the PPC back end |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Alex Lorenz | YAML: Enable the YAMLParser tests. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
David Blaikie | Recommit r236670: [opaque pointer type] Pass explicit... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Diego Novillo | Fix information loss in branch probability computation. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Jozef Kolek | [mips][microMIPSr6] Implement JIALC and JIC instructions |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Michael Zolotukhin | Populate list of vectorizable functions for Accelerate... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Matt Arsenault | R600: Fix comment that mentions AMDIL |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Sanjay Patel | Use intrinsic pattern to make a simpler match |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Steven Wu | Fix another hang caused by ManagedStatic in SignalHandler |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Sanjay Patel | [x86] eliminate unnecessary shuffling/moves with unary... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Hans Wennborg | Switch lowering: handle zero-weight branch probabilities |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Simon Atanasyan | [obj2yaml/yaml2obj] Add SHT_MIPS_ABIFLAGS section support |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Simon Atanasyan | [llvm-readobj] Print .MIPS.abiflags section content |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Simon Atanasyan | [MIPS] Move MIPS ABI flags structure constants to the... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Simon Atanasyan | [llvm-readobj/obj2yaml/yaml2obj] Support more MIPS... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Elena Demikhovsky | Masked Gather and Scatter intrinsics - updated document... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Elena Demikhovsky | AVX-512: Added all forms of FP compare instructions... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Toma Tabacu | [mips] Add the SoftFloat MipsSubtarget feature. |
commit | commitdiff | tree | snapshot |
2015-05-07 |
NAKAMURA Takumi | Attributes.h: Fix incorrect \brief introduced in r23666... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
NAKAMURA Takumi | Scalar/PlaceSafepoints.cpp: Fix a warning introduced... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
NAKAMURA Takumi | llvm/test/CodeGen/X86/llc-override-mcpu-mattr.ll: Tweak... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Mehdi Amini | Update InstCombine to transform aggregate loads into... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Alexey Samsonov | [SanitizerCoverage] Introduce SanitizerCoverageOptions... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Justin Bogner | IR: Initialize DerefOrNullBytes in the AttrBuilder... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Justin Bogner | InstrProf: Simplify looking up sections for coverage... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Philip Reames | [JumpThreading] Simplify comparisons when simplifying... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Kostya Serebryany | [lib/Fuzzer] add dfsan_weak_hook_memcmp, enable the... |
commit | commitdiff | tree | snapshot |
2015-05-07 |
Vince Harron | Added support for building against Android API-9 SDK |
commit | commitdiff | tree | snapshot |
2015-05-06 |
David Blaikie | Revert "[opaque pointer type] Pass explicit pointer... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Akira Hatanaka | Let llc and opt override "-target-cpu" and "-target... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [X86MCInst] Move LowerSTATEPOINT to inside X86AsmPrinte... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [X86MCInst] Clean up LowerSTATEPOINT: variable names... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [Statepoints] Clean up PlaceSafepoints.cpp: de-duplicat... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [Statepoints] Clean up PlaceSafepoints.cpp: variable... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [IRBuilder] Add a CreateGCStatepointInvoke. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Akira Hatanaka | Factor out a function which determines the cpu and... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
David Blaikie | [opaque pointer type] Pass explicit pointer type throug... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Alex Lorenz | YAML: Fix crash in the skip method of KeyValueNode... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Change typeIncompatible to return an AttrBuilder instea... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Update all comments to match the previous commit. NFC |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Add remove method to operate on AttrBuilder instead... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Justin Bogner | InstrProf: Give coverage its own errors instead of... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Justin Bogner | InstrProf: Remove a function that just returns its... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Alex Lorenz | YAML: Extract the code that skips a comment into a... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Remove unnecessary #ifndef NDEBUG guard around assert... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Duncan P. N... | Bitcode: Set LastDL after writing DebugLocs |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Handle dead defs in the if converter. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] remove dfsan_fuzzer_abi.list -- its conten... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Quentin Colombet | [RegisterCoalescer] Make sure each live-range has only... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] add a fuzzer test for memcmp (does not... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Zachary Turner | Fix link failure on MinGW due to use of CoInitialize. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Zachary Turner | A few fixes for llvm-symbolizer on Windows. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Kostya Serebryany | [lib/Fuzzer] rename TestOneInput to LLVMFuzzerTestOneIn... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | Fix incorrect kill flags in fastisel. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | [x86] Fix register class of folded load index reg. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Alexey Samsonov | [SanitizerCoverage] Fix a couple of typos. NFC. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Duncan P. N... | MC: Skip names of temporary symbols in object streamer |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Tim Northover | CodeGen: move over-zealous assert into actual if statement. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Duncan P. N... | DwarfDebug: Emit number of bytes in .debug_loc entry... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Ismail Pazarbasi | Implement `createSanitizerCtor`, common helper function... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Reid Kleckner | [WinEH] Improve fatal error message about failed demotion |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | [SelectionDAG] Delete SelectionDAGBuilder::removeValue... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Diego Novillo | Allow 0-weight branches in BranchProbabilityInfo. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Sanjoy Das | Add missing dereferenceable_or_null getters |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Wei Mi | [X86] Disable loop unrolling in loop vectorization... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Matt Arsenault | Add ChangeTo* to MachineOperand for symbols |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Derek Schuff | Add bitcode test to verify functions can be materialize... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pawel Bylica | Readd the regression test from r236584. Calling convent... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Pete Cooper | [ARM] Fast-Isel was incorrectly selecting <2 x double... |
commit | commitdiff | tree | snapshot |
2015-05-06 |
Bill Schmidt | [PPC64LE] Adjust vector splats during VSX swap optimization |
commit | commitdiff | tree | snapshot |
2015-05-06 |
NAKAMURA Takumi | Reformat. |
commit | commitdiff | tree | snapshot |
2015-05-06 |
NAKAMURA Takumi | Revert r236546, "propagate IR-level fast-math-flags... |
commit | commitdiff | tree | snapshot |
next |