2015-01-03 |
Hal Finkel | [PowerPC] Use 16-byte alignment for modern cores for... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Minor cleanup to all the switches after MatchInstructio... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Fix some formatting in tablegen output. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | Replace some 'unreachable' comments with llvm_unreachable. |
commit | commitdiff | tree | snapshot |
2015-01-03 |
David Majnemer | ValueTracking: Make computeKnownBits for Arguments... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Hal Finkel | [PowerPC] Add support for the CMPB instruction |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Kostya Serebryany | [asan] simplify the tracing code, make it use the same... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | [X86] Disassembler support for move to/from %rax with... |
commit | commitdiff | tree | snapshot |
2015-01-03 |
Craig Topper | [X86] Use 32-bit sign extended immediate for 64-bit... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [PM] Add proper documentation for the ModulePassManager and |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [PM] Actually include the correct file name. Sorry... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [PM] Lift the majority of the template boilerplate... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [PM] Fix some formatting where clang-format has improve... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Philip Reames | Reformat statepoint documentation and fix a couple... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Andrea Di Biagio | Improved comments. No functional change intended. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Craig Topper | [X86] Bring some better consistency to the naming of... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
David Majnemer | InstCombine: Detect when llvm.umul.with.overflow always... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
David Majnemer | Analysis: Reformulate WillNotOverflowUnsignedMul for... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Craig Topper | [X86] Make the instructions that use AdSize16/32/64... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [SROA] Teach SROA to be more aggressive in splitting... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [SROA] Make the computation of adjusted pointers not... |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [SROA] Add a test case for r225068 / PR22080. |
commit | commitdiff | tree | snapshot |
2015-01-02 |
Chandler Carruth | [SROA] Fix the loop exit placement to be prior to index... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Chandler Carruth | [SROA] Fix two total think-os in r225061 that should... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Hal Finkel | [PowerPC] use UINT64_C instead of ul |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Michael Gottesman | Revert "Just use a using directive in SmallMapVector... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Chandler Carruth | Revert r225053: Add an ArrayRef upcasting constructor... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Chandler Carruth | [SROA] Switch to using a more direct debug logging... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Chandler Carruth | [SROA] Fix formatting with clang-format which I managed... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Chandler Carruth | [SROA] Teach SROA how to much more intelligently handle... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Michael Gottesman | Just use a using directive in SmallMapVector instead... |
commit | commitdiff | tree | snapshot |
2015-01-01 |
Hal Finkel | [PowerPC] Improve instruction selection bit-permuting... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Michael Gottesman | Add 2x constructors for TinyPtrVector, one that takes... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Michael Gottesman | Add a SmallMapVector class that is a MapVector with... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Michael Gottesman | Add an ArrayRef upcasting constructor from ArrayRef... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Sanjay Patel | InstCombine: fsub nsz 0, X ==> fsub nsz -0.0, X |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Add r224985 back with a fix. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | Reverting 225045 and 225043 and XFAIL multiline.ll... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Add a test for the recent compiler-rt build failure. |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Removing assertion to appease buildbot until... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Rafael Espindola | Revert "Remove doesSectionRequireSymbols." |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Changing an llvm_unreachable to an assertion... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [X86] Update disassembler tests for absolute move instr... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [X86] Fix disassembly of absolute moves to work correct... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Craig Topper | [x86] Simplify detection of jcxz/jecxz/jrcxz in disasse... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
David Majnemer | InstCombine: try to transform A-B < 0 into A < B |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Alexey Samsonov | Revert "merge consecutive stores of extracted vector... |
commit | commitdiff | tree | snapshot |
2014-12-31 |
Colin LeMahieu | [Hexagon] Adding accumulating add/sub, doubleword logic... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Fix a test case to not depend on asm comment syntax... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Generalize even further, for ARM comment syntax (@) |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding double-logic on predicate instructions. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | Generalize test case to handle different asm syntax... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding newvalue compare and jumps. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | RTDyldMemoryManager.cpp: Make the reference to __morest... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
David Blaikie | DebugInfo: Omit is_stmt from line table entries on... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding postincrement register newvalue stores. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Removing old newvalue store variants. Adding... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Zoran Jovanovic | [mips][microMIPS] Relocate with symbol for micromips... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store new-value variants. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed store of immediates. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding indexed stores. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | x86_64: Fix calls to __morestack under the large code... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Kostya Serebryany | [asan] change _sanitizer_cov_module_init to accept... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Michael Kuperstein | [COFF] Don't try to add quotes to already quoted linker... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding reg-reg indexed load forms. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | The __morestack function is only available on i386... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Collingbourne | Make the __morestack function available to the JIT... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Dropping old combine instructions without... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Adding compare byte/halfword reg-reg/reg... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Colin LeMahieu | [Hexagon] Updating constant extender def, adding alu... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | Some code improvements in Masked Load/Store. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Remove doesSectionRequireSymbols. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | reverted prev commit (it was a mistake) |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Elena Demikhovsky | v |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Philip Reames | Add IRBuilder routines for gc.statepoints, gc.results... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Simplify test a bit. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [OCaml] Fix bitrot in tests. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [lit] Make config.llvm_lib_dir available on cmake,... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Peter Zotov | [OCaml] [cmake] Use LLVM_LIBRARY_DIR instead of LLVM_LI... |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Craig Topper | Testcases for r224939. |
commit | commitdiff | tree | snapshot |
2014-12-30 |
Rafael Espindola | Convert test to llvm-readobj. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Semantic tests for memory invalidation at statepoints |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Carry facts about nullness and undef across GC relocation |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Refine the notion of MayThrow in LICM to include a... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Chandler Carruth | [go] Teach the go cmake build functions to funnel the... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Philip Reames | Loading from null is valid outside of addrspace 0 |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Rafael Espindola | Convert test to llvm-readobj. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding allocframe, post-increment circular... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Fixing 224952 where an addressing mode update... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Alexey Samsonov | Remove unnecessary StringRef->std::string conversion. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Adding post-increment register form stores... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Replacing the remaining postincrement stores... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Rafael Espindola | Convert test to FileCheck. NFC. |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Colin LeMahieu | [Hexagon] Renaming old multiclass for removal. Adding... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Chandler Carruth | [py3] Teach the CMake build to reject Python versions... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Craig Topper | [X86] Fix some cases where some 8-bit instructions... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Craig Topper | [X86] Add the 0x82 instructions to the disassebmler... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Craig Topper | [x86] Refactor some tablegen instruction info classes... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Craig Topper | [x86] Remove unused classes from tablegen instruction... |
commit | commitdiff | tree | snapshot |
2014-12-29 |
Rafael Espindola | Add segmented stack support for DragonFlyBSD. |
commit | commitdiff | tree | snapshot |
next |