2014-09-01 |
Saleem Abdulrasool | CodeGen: indicate Windows unwind data format |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Saleem Abdulrasool | CodeGen: split out the Win64Exception emitter |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Saleem Abdulrasool | MC: remove unnecessary enumeration prefix |
commit | commitdiff | tree | snapshot |
2014-09-01 |
David Majnemer | SROA: Don't insert instructions before a PHI |
commit | commitdiff | tree | snapshot |
2014-09-01 |
David Majnemer | Revert "Revert two GEP-related InstCombine commits" |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Sanjay Patel | Use an integer constant for FABS / FNEG (x86). |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Sanjay Patel | Add a convenience method to copy wrapping, exact, and... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jingyue Wu | Fix a typo in comments in r216862, NFC |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization regression... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Tilmann Scheller | ARM] Add Thumb-2 code size optimization regression... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Yuri Gorshenin | [asan-assembly-instrumentation] Prologue and epilogue... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Renato Golin | Thumb2 M-class MSR instruction support changes |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Patrik Hagglund | Fix in InlineSpiller to make the rematerilization loop... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Yuri Gorshenin | Revert "[asan-assembly-instrumentation] Prologue and... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Chandler Carruth | Fix a really bad miscompile introduced in r216865 ... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Renato Golin | Small refactor on VectorizerHint for deduplication |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Yuri Gorshenin | [asan-assembly-instrumentation] Prologue and epilogue... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Hal Finkel | Feed AA to the inliner and use AA->getModRefBehavior... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Nick Lewycky | Ignore lifetime intrinsics in use list for MemCpyOptimi... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Nick Lewycky | Remove an errant outer loop that contains nothing but... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Hal Finkel | Fix AddAliasScopeMetadata again - alias.scope must... |
commit | commitdiff | tree | snapshot |
2014-09-01 |
Jingyue Wu | [MachineSink] Use the real post dominator tree |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | DebugInfo: Elide lexical scopes which only contain... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
Matt Arsenault | Consider addrspaces in canLosslesslyBitCastTo() |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | DebugInfo: Move argument creation up into the caller... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | Delay adding imported entity DIEs to the lexical scope... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | Modify DwarfDebug::constructImportedEntityDIE to return... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | Refactor constructImportedEntityDIE(DwarfUnit, DIImport... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | Simplify expression using container's front() rather... |
commit | commitdiff | tree | snapshot |
2014-08-31 |
David Blaikie | Add some negative (and positive) static_assert checks... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Josh Klontz | [PATCH][Interpreter] Add missing FP intrinsic lowering. |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Jordan Rose | Teach llvm-bcanalyzer to use one stream's BLOCKINFO... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Craig Topper | Remove 'virtual' keyword from methods markedwith 'overr... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Craig Topper | Use StringRef to avoid copies and simplify code. |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Craig Topper | Add a test for converting ArrayRef<T *> to ArrayRef... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Craig Topper | Fix some cases where StringRef was being passed by... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Brad Smith | JIT support has been added awhile ago. |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Hal Finkel | Fix AddAliasScopeMetadata to not add scopes when derivi... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
David Majnemer | InstCombine: Respect recursion depth in visitUDivOperand |
commit | commitdiff | tree | snapshot |
2014-08-30 |
David Majnemer | InstCombine: Try harder to combine icmp instructions |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Juergen Ributzka | Revert r216805 "[MachineCombiner][AArch64] Use the... |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Sean Callanan | Fixed a build problem when there were headers |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nick Kledzik | Add missing const to StringRef.copy() |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nick Kledzik | Fix typo and formatting |
commit | commitdiff | tree | snapshot |
2014-08-30 |
Nick Kledzik | Object/llvm-objdump: allow dumping of mach-o exports... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Juergen Ributzka | [MachineCombiner][AArch64] Use the correct register... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Use the correct register class... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Juergen Ributzka | [MachineSinking] Clear kill flag of all operands at... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Lang Hames | [MCJIT] Move endian-aware read/writes from RuntimeDyldM... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Adrian Prantl | Debug info: Add a new explicit DIDescriptor flag for... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Jean-Luc Duprat | Comment only: Annotate loop as per mailing list discussion |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Alexey Samsonov | Make isValidMCLOHType take unsigned instead of enum... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Kevin Enderby | Next bit of support for llvm-objdump’s -private-headers... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | AArch64: Silence -Wabsolute-value warning with std... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | Speculative build fix for const, gcc, and ArrayRef... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Blaikie | Revert accidentally committed patches r216787-r216789 |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Blaikie | Add a trivial functor for use with unique_ptrs managing... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Blaikie | Omit DW_AT_artificial, DW_AT_external, and similar... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Blaikie | Omit dwarf::DW_AT_frame_base under -gmlt |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Blaikie | Stuff |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Robin Morisset | Fix typos in comments, NFC |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | Add a const and munge some comments |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | musttail: Forward regparms of variadic functions on... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | Verifier: Don't reject varargs callee cleanup functions |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Louis Gerbarg | Remove spurious mask operations from AArch64 add->compa... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Reid Kleckner | X86: Fix conflict over ESI between base register and... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Sanjay Patel | another typo |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Sanjay Patel | typo |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Robin Morisset | Relax the constraint more in MemoryDependencyAnalysis.cpp |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Robin Morisset | [X86] Refactor X86ISelDAGToDAG::SelectAtomicLoadArith... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Nick Kledzik | Add missing mach-o EXPORT_SYMBOL_FLAG_KIND_ABSOLUTE |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Jean-Luc Duprat | Tablegen fixes for new syntax when initializing bits... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Fix an incorrect kill flag due... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization test for ASR... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tilmann Scheller | [ARM] Add Thumb-2 code size optimization test for ASR... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Hal Finkel | Fix a typo in AddAliasScopeMetadata |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Matt Arsenault | Make fabs safe to speculatively execute |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Matt Arsenault | R600/SI: Use mad for fsub + fmul |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tim Northover | AArch64: only try to get operand of a known node. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Frederic Riss | Remove unnecessary regex in test pattern per dblaikie... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Sanjay Patel | typo |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Jingyue Wu | [NVPTX] Make the alignment an explicit argument to... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tilmann Scheller | [ARM] Make Thumb-2 code size optimization test more... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tilmann Scheller | [ARM] Add a first test for the Thumb-2 code size optimi... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Tim Northover | AArch64: skip select/setcc combine in complex case. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Arnaud A. de... | [AArch64] FPLoadBalancing: move ownership of the chain... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Frederic Riss | Use DwarfDebug::attachLowHighPC for the compilation... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Robert Khasanov | [SKX] Enable lowering of integer CMP operations. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Job Noorman | Do not assume the value passed to memset is an i32. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Craig Topper | Add conversion constructor to convert ArrayRef<T*>... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Jiangning Liu | [AArch64] Fix some failures exposed by value type v4f16... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Chris Bieneman | Cleaning up static initializers in Signals.inc |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Chris Bieneman | Cleaning up static initializers in TimeValue. |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Alexey Samsonov | Introduce -DLLVM_USE_SANITIZER=Undefined CMake option... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
Juergen Ributzka | [FastISel][AArch64] Don't fold instructions that are... |
commit | commitdiff | tree | snapshot |
2014-08-29 |
David Majnemer | Revert two GEP-related InstCombine commits |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Reid Kleckner | Don't promote byval pointer arguments when padding... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Jim Grosbach | AArch64: More correctly constrain target vector extend... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Sanjay Patel | Move FNEG next to FABS and make them more similar,... |
commit | commitdiff | tree | snapshot |
2014-08-28 |
Rafael Espindola | On MachO, don't put non-private constants in mergeable... |
commit | commitdiff | tree | snapshot |
next |