2014-08-28 |
Lang Hames | [MCJIT] Fix format specifiers for debug output in Runti... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
David Majnemer | MC: Don't crash when the COFF section limit is reached |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Chandler Carruth | [x86] Fix whitespace and formatting around this functio... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Chandler Carruth | [x86] Hoist conditions from *every single if* in this... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Chandler Carruth | [x86] Inline an SSE4 helper function for INSERT_VECTOR_... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Chandler Carruth | [x86] Clean up some tests to use FileCheck and combine... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
David Majnemer | InstSimplify: Move a transform from InstCombine to... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Juergen Ributzka | [FastISel] Undo phi node updates when falling-back... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Juergen Ributzka | [FastISel] |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | Revert "[FastISel][AArch64] Don't fold instructions... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Alexey Samsonov | Fix unaligned reads/writes in X86JIT and RuntimeDyldELF. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Don't fold instructions too aggress... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Renato Golin | Avoid zero length memset error |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Sanjay Patel | Use local variable in visitFADD. No functional change. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Fix a comment in my previous commit... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Fix simplify address when the addre... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Rafael Espindola | Fix a double free in llvm::getBitcodeTargetTriple. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Use the zero register for stores. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Sanjay Patel | Group unsafe-math optimizations for fsub into one block... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel] Fix a potential bug in FastEmitInst_ri |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Sanjay Patel | Use local variable to improve readability. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Sanjay Patel | typo in comment |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Rafael Espindola | Don't create a MemoryBuffer just to get the MemoryBuffe... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Blaikie | Convert a few more cases of direct intialization of... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Reid Kleckner | X86 MC: Handle instructions like fxsave that match... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Majnemer | InstCombine: Combine gep X, (Y-X) to Y |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Majnemer | InstSimplify: Don't simplify gep X, (Y-X) to Y if types... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Nico Weber | Reland r216439 215441, majnemer has a real fix for... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Rafael Espindola | Return a std::unique_ptr when creating a new MemoryBuffer. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Nico Weber | Revert r216439 (and r216441, else the former doesn... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Rafael Espindola | Remove unused argument. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Alexey Samsonov | Use BitVector instead of int in R600 SIISelLowering. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Rafael Espindola | yaml::Stream doesn't need to take ownership of the... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Zachary Turner | Fix some semantic usability issues with DynamicLibrary. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Majnemer | InstSimplify: Compute comparison ranges for left shift... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Zachary Turner | Revert "Limit the symbol search in DynamicLibrary to... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Lang Hames | [MCJIT] Replace a C-style cast in RuntimeDyldImpl.h. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Lang Hames | [MCJIT] More endianness fixes for RuntimeDyldMachO. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Zachary Turner | Limit the symbol search in DynamicLibrary to the module... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Oliver Stannard | Teach the AArch64 backend about v4f16 and v8f16 |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Michael Zolotukhin | [SLP] Re-enable vectorization of GEP expressions (re... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Evgeniy Stepanov | Clang-format over X86AsmInstrumentation.* with LLVM... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Benjamin Kramer | Add an explicit cast to pacify implicit boolean convers... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Chandler Carruth | [x86] Fix a regression introduced with r213897 for... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Chandler Carruth | [SDAG] Re-instate r215611 with a fix to a pesky X86... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Evgeniy Stepanov | Clang-format over X86AsmInstrumentation.*. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Robert Khasanov | [SKX] Added new versions of cmp instructions in avx512_... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Elena Demikhovsky | AVX-512: Added intrinsic for VMOVSS store form with... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Craig Topper | Simplify creation of a bunch of ArrayRefs by using... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Craig Topper | Fix some cases were ArrayRefs were being passed by... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Majnemer | InstCombine: Optimize GEP's involving ptrtoint better |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Blaikie | Remove type unit skeletons. GDB no longer needs them... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Fix address simplification. |
commit | commitdiff | tree | snapshot |
2014-08-27 |
Juergen Ributzka | [FastISel][AArch64] Fold Sign-/Zero-Extend into the... |
commit | commitdiff | tree | snapshot |
2014-08-27 |
David Blaikie | Fix a couple of debug info test cases to match the... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Pass a std::unique_ptr<MemoryBuffer>& to getLazyBitcode... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Pass a MemoryBufferRef when we can avoid taking ownership. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Give ExecutionEngine of top level buffers. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | MC: Split the x86 asm matcher implementations by dialect |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Joerg Sonnenberger | Revert r210342 and r210343, add test case for the crasher. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Joerg Sonnenberger | Convert MC command line option for fatal assembler... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Invert the condition to have a single return. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Return a std::unique_ptr from the IRReader.h functions... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Return a std::unique_ptr from parseInputFile and propag... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Simplify LTOModule::makeLTOModule a bit. NFC. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Rafael Espindola | Merge TempDir and system_temp_directory. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Benjamin Kramer | Silence unused function warning in Release builds. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
James Molloy | Change the return value of "getEnd()" from a MachineIns... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Yi Kong | ARM: Add patterns for dbg |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dinesh Dwivedi | This patch enables SimplifyUsingDistributiveLaws()... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Bill Wendling | Use 'xz' compression instead of 'gz'. |
commit | commitdiff | tree | snapshot |
2014-08-26 |
David Majnemer | InstSimplify: Fold gep X, (sub 0, ptrtoint(X)) to null |
commit | commitdiff | tree | snapshot |
2014-08-26 |
David Majnemer | InstSimplify: Simplify trivial pointer expressions... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | AArch64: use std::fill instead of memset |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "AArch64: use std::vector for temp array" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Analysis: cleanup |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "Analysis: unique_ptr-ify DependenceAnalysis... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "NVPTX: remove another raw delete call" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "Support/APFloat: unique_ptr-ify temp arrays" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | Revert "Support/Path: remove raw delete" |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | ExecutionEngine: address review comments |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Dylan Noblesmith | CodeGen/LiveVariables: use vector::assign() |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | musttail: Don't eliminate varargs packs if there is... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Sanjay Patel | fix typos in comments |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | Declare that musttail calls in variadic functions forwa... |
commit | commitdiff | tree | snapshot |
2014-08-26 |
Reid Kleckner | Fix Path unittests on Windows after raw_fd_ostream... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Reid Kleckner | ArgPromotion: Don't touch variadic functions |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT][SystemZ] Use a simpler expression for indirect... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Fix bug in llvm::sys::argumentsFitWithinSystemLimits(). |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT] Dump section memory both before and after reloc... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Refactor argument serialization logic when executing... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Juergen Ributzka | [FastISel][AArch64] Refactor float zero materialization... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Lang Hames | [MCJIT] Make RuntimeDyld dump section contents in ... |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Rafael Espindola | Modernize raw_fd_ostream's constructor a bit. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Chandler Carruth | [x86] Fix a bug in r216319 where I was missing a 'break'. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruno Cardoso... | Remove dangling initializers in GlobalDCE |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Bruno Cardoso... | Rise from the dead and update personal info |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Chad Rosier | [AArch32] Add patterns for VCVT{A,N,P,M}. |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Robert Khasanov | [SKX] avx512_icmp_packed multiclass extension |
commit | commitdiff | tree | snapshot |
2014-08-25 |
Stepan Dyatkovskiy | MergeFunctions, tiny refactoring: |
commit | commitdiff | tree | snapshot |
next |