2014-11-29 |
Hans Wennborg | Switch lowering: Fix broken 'Figure out which block... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Simon Pilgrim | Target triple OS detection tidyup. NFC |
commit | commitdiff | tree | snapshot |
2014-11-29 |
David Blaikie | Remove some unnecessary vector::reserve/assign calls. |
commit | commitdiff | tree | snapshot |
2014-11-29 |
David Blaikie | Remove indirection of vector<T*> in favor of deque<T> |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Craig Topper | Replace std::map<K, V*> with std::map<K, V> to handle... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Craig Topper | Remove 'else' after 'return'. Fix formatting of a ... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Jozef Kolek | [mips][microMIPS] Implement NOP aliases |
commit | commitdiff | tree | snapshot |
2014-11-29 |
David Blaikie | Use deque<T> rather than vector<T*> since it provides... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
David Blaikie | Constify some things in preparation for CodeGenSubRegIn... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Craig Topper | Make RecordKeeper::addClass/addDef take unique_ptrs... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Craig Topper | Use unique_ptr to remove some explicit deletes on some... |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Duncan P. N... | DebugIR: Remove empty directories from SVN |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Duncan P. N... | DebugIR: Delete -debug-ir |
commit | commitdiff | tree | snapshot |
2014-11-29 |
Saleem Abdulrasool | Support: remove some variable names |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Duncan P. N... | Revert "Simplify some more ownership using forward_list... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Matt Arsenault | R600/SI: Fix assertion on sign extend of 3 vectors |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Reapply "Use std::map<K, V> rather than std::map<K... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Revert "Use std::map<K, V> rather than std::map<K,... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Push unique_ptr a bit further through some APIs and... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Use std::map<K, V> rather than std::map<K, std::unique_... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Duncan P. N... | Revert "Masked Vector Load and Store Intrinsics." |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Simplify some more ownership using forward_list<T>... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Forgotten formatting from previous commit |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Blaikie | Simplify ownership by using forward_list<T> rather... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Fix a few memory leaks in CodeGenRegBank. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Use unique_ptr to simplify deletion. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
David Majnemer | InstCombine: FoldOrOfICmps harder |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Bruno Cardoso... | [LICM] Store sink and indirectbr instructions |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Bruno Cardoso... | [SwitchLowering] Handle multiple destinations on conden... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Sanjay Patel | Enable FeatureFastUAMem for btver2 |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rafael Espindola | Add back r222727 with a fix. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rafael Espindola | Add an assert and use a range loop. NFC. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Rafael Espindola | Add a testcase reduced from clang lto bootstrap on... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Charlie Turner | Fix wrong encoding of MRSBanked. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Evgeniy Stepanov | [msan] Fix origin propagation for select of floats. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Charlie Turner | Test all <build attribute, value> pairs. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Ankur Garg | Removed extra line from a comment to test first commit... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Fix another memory leak in TableGen AsmMatcher by delet... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Add missing 'override' keyword. |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Use unique_ptr to fix some memory leaks in Tablegen... |
commit | commitdiff | tree | snapshot |
2014-11-28 |
Craig Topper | Use range-based for loops and const-correct a few things. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Tim Northover | Stop using ArrayRef of a const type. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Tim Northover | AArch64: treat [N x Ty] as a block during procedure... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Zoran Jovanovic | [mips][microMIPS] Implement SWM16 and LWM16 instructions |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Jozef Kolek | [mips][microMIPS] Implement BREAK16 and SDBBP16 instruc... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Daniel Sanders | [mips] Add synci instruction. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Will Newton | Widen ELFYAML relocation type to 32 bits |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Rafael Espindola | Commit back the correct bits of r222760 (was r222538). |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Rafael Espindola | Revert "Reapply 222538 and update tests to explicitly... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Duncan P. N... | Revert "Fix overly aggressive type merging." |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Erik Eckstein | reinstate r222872: Peephole optimization in switch... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Evgeniy Stepanov | [msan] Remove indirect call wrapping code. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Jozef Kolek | [mips][microMIPS] Implement disassembler support for... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Charlie Turner | Stop uppercasing build attribute data. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Suyog Sarda | Use FileCheck instead of grep. Change by Ankur Garg. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Erik Eckstein | Revert "Peephole optimization in switch table lookup... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Suyog Sarda | Use FileCheck instead of grep. Change by Sonam. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Erik Eckstein | Peephole optimization in switch table lookup: reuse... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
David Majnemer | InstCombine: Restore optimizations lost in r210006 |
commit | commitdiff | tree | snapshot |
2014-11-27 |
NAKAMURA Takumi | Add LLVMObject to LLVMExecutionEngine. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
David Majnemer | InstSimplify: Restore optimizations lost in r210006 |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Lang Hames | [MCJIT] Remove the local symbol table from RuntimeDlyd... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Lang Hames | [MCJIT] Update CMakeLists.txt for llvm-rtdyld to add... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Lang Hames | [MCJIT] Replace JITEventListener::anchor (temporarily... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Lang Hames | [MCJIT] Remove JITEventListener's anchor until I can... |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Peter Collingbourne | Teach LLVM about llgo subproject. |
commit | commitdiff | tree | snapshot |
2014-11-27 |
Lang Hames | [MCJIT] Move get-any-symbol-load-address logic out... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
David Majnemer | Revert "Added inst combine transforms for single bit... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Sean Silva | Add a small "usage:" comment at the top of not.cpp |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Rui Ueyama | Object/COFF: Fix off-by-one error for object having... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Matt Arsenault | R600/SI: Use ZeroOrNegativeOneBooleanContent |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Colin LeMahieu | [Hexagon] Adding cmp* immediate form instructions. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Jozef Kolek | [mips][microMIPS] Implement disassembler support for... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Colin LeMahieu | [Hexagon] Adding and64, or64, and xor64 instructions. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Matt Arsenault | R600/SI: Create e64 versions of and/or/xor in SILowerI1... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Lang Hames | [MCJIT] Fix missing return statement. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Lang Hames | [MCJIT] Reapply r222828 and r222810-r222812 with fix... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Aaron Ballman | Reverting r222828 and r222810-r222812 as they broke... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Aaron Ballman | Removing a spurious semicolon; NFC |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Evgeniy Stepanov | Add missing "override". |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Will Newton | Update AArch64 ELF relocations to ABI 1.0 |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Elena Demikhovsky | AVX-512: Scalar ERI intrinsics |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Will Newton | Update ARM ELF relocations to ABI 2.09 |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Lang Hames | [MCJIT] Re-enable GDB registration (temporarily disable... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Lang Hames | [MCJIT] Temporarily disable automatic JIT debugger... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Lang Hames | [MCJIT] Clean up RuntimeDyld's quirky object-ownership... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Craig Topper | Remove neverHasSideEffects support from TableGen CodeGe... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Richard Smith | Try to make the modules buildbot happy again. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Eric Christopher | Reformat with gofmt. |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Eric Christopher | Make SetMCJITOptimizationLevel more of a method and... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Eric Christopher | Make sure that the go bindings call LLVMInitializeMCJIT... |
commit | commitdiff | tree | snapshot |
2014-11-26 |
Craig Topper | Replace neverHasSideEffects=1 with hasSideEffects=0... |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Simon Pilgrim | [X86][SSE] Improvements to byte shift shuffle matching |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Colin LeMahieu | [Hexagon] Adding add64 and sub64 instructions. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Colin LeMahieu | Reverting 222792 |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Colin LeMahieu | [Hexagon] Adding compare with immediate instructions. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Colin LeMahieu | [Hexagon] Adding NOP encoding bits. |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Peter Collingbourne | Go bindings: add DIBuilder.InsertValueAtEnd |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Matt Arsenault | R600/SI: Only use one DEBUG() |
commit | commitdiff | tree | snapshot |
2014-11-25 |
Rafael Espindola | This test requires asserts because of -stats. |
commit | commitdiff | tree | snapshot |
next |