2014-10-16 |
Robin Morisset | Erase fence insertion from SelectionDAGBuilder.cpp... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Matt Arsenault | R600/SI: Remove unnecessary VALU patterns |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Chandler Carruth | [SROA] Start more deeply moving SROA to use ranges... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Matt Arsenault | R600: Fix nonsensical implementation of computeKnownBit... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Rafael Espindola | Delete -std-compile-opts. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Bjorn Steinbrink | Allow call-slop optzn for destinations with a suitable... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Jonathan Roelofs | Fix lang-ref doc bug: s/icmp lt/icmp slt/ |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Nick Kledzik | [llvm-objdump] Fix -private-headers for mach-o to print... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Sanjay Patel | fold: sqrt(x * x * y) -> fabs(x) * sqrt(y) |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Juergen Ributzka | [AArch64] Fix miscompile of sdiv-by-power-of-2. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Vasileios Kalintiris | [mips] Account for endianess when expanding BuildPairF6... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Vasileios Kalintiris | [mips] Marked the DI/EI instruction aliases as MIPS32r2 |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Vasileios Kalintiris | Test commit access: remove extra new line at the end... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Benjamin Kramer | Add missing header guard. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Akira Hatanaka | Reapply r219832 - InstCombine: Narrow switch instructio... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Saleem Abdulrasool | TRE: make TRE a bit more aggressive |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Akira Hatanaka | Revert r219832. |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Hal Finkel | [LVI] Add some additional comments about caching and... |
commit | commitdiff | tree | snapshot |
2014-10-16 |
NAKAMURA Takumi | llvm/Support/Options.h: Use \tparam. [-Wdocumentation] |
commit | commitdiff | tree | snapshot |
2014-10-16 |
Matt Arsenault | R600: Remove dead function |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sanjoy Das | Revert "r219834 - Teach ScalarEvolution to sharpen... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Hal Finkel | Preserve non-byval pointer alignment attributes using... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Hal Finkel | Add CreateAlignmentAssumption to IRBuilder |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Adam Nemet | [AVX512] Add DQ subvector inserts |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Adam Nemet | [AVX512] Add SKX testing to avx512-insert-extract.ll |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Adam Nemet | [AVX512] Fix test to produce a defined value |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Adam Nemet | [AVX512] Two new attributes in X86VectorVTInfo for... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Adam Nemet | [AVX512] Rename arg from Opcode32/64 to Opcode128/256... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | R600: Remove unnecessary part of computeKnownBitsForTar... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | Move variable down to use |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Alexander Potapenko | Add MachOObjectFile::getUuid() |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Chris Bieneman | Updating documentation based on my change to remove... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Chris Bieneman | Fixing the build failure due to compiler warnings and... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Chris Bieneman | Defining a new API for debug options that doesn't rely... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Tom Stellard | R600/SI: Fix bug where immediates were being used in... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Eric Christopher | Avoid caching the MachineFunction, we don't use it... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sid Manning | Wrong attribute. LLVM_ATTRIBUTE_UNUSED not LLVM_ATTRIB... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Duncan P. N... | IR: Move NumOperands from User to Value, NFC |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Duncan P. N... | IR: Cleanup comments for Value, User, and MDNode |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sid Manning | Wrong attribute. LLVM_ATTRIBUTE_USED not LLVM_ATTRIBUTE... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Rafael Espindola | Allow forward references to section symbols. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sanjoy Das | Teach ScalarEvolution to sharpen range information. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sid Manning | Add LLVM_ATTRIBUTE_UNUSED to function currently just... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Akira Hatanaka | InstCombine: Narrow switch instructions using known... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Juergen Ributzka | Reapply "[FastISel][AArch64] Add custom lowering for... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Juergen Ributzka | [FastISel][AArch64] Factor out add with immediate emiss... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Rafael Espindola | Correctly handle references to section symbols. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sid Manning | Enable the instruction printer in HexagonMCTargetDesc |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | R600/SI: Also try to use 0 base for misaligned 8-byte... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | R600: Fix miscompiles when BFE has multiple uses |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sanjay Patel | correct const-ness with auto and dyn_cast |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Hal Finkel | [SLPVectorize] Basic ephemeral-value awareness |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Hal Finkel | Treat the WorkSet used to find ephemeral values as... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Derek Schuff | [MC] Make bundle alignment mode setting idempotent... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Duncan P. N... | DI: Make comments "brief"-er, NFC |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sanjay Patel | Use 'auto' for easier reading; no functional change... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Sanjay Patel | remove function names from comments; NFC |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Duncan P. N... | DI: Cleanup comments, NFC |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Rafael Espindola | Simplify handling of --noexecstack by using getNonexecu... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Duncan P. N... | DI: Use a `DenseMap` instead of named metadata, NFC |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Rafael Espindola | Move getNonexecutableStackSection up to the base ELF... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | R600: Use existing variable |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Matt Arsenault | R600: Remove outdated comment |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Juergen Ributzka | Revert "[FastISel][AArch64] Add custom lowering for... |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Jingyue Wu | [MachineSink] Use the real post dominator tree |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Tim Northover | ARM: drop check for triple that's no longer used. |
commit | commitdiff | tree | snapshot |
2014-10-15 |
Eric Christopher | Remove unused variable. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Eric Christopher | No need to cache this unused variable. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Gerolf Hoflehner | [AArch64] Wrong CC access in CSINC-conditional branch... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Nick Kledzik | [llvm-objdump] Update error message and add test case... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Gerolf Hoflehner | [AAarch64] Optimize CSINC-branch sequence |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Hal Finkel | [LoopVectorize] Ignore @llvm.assume for cost estimates... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Majnemer | MC, COFF: Make bigobj test compatible with python3 |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Simon Pilgrim | [X86][SSE] pslldq/psrldq shuffle mask decodes |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Majnemer | MC: Rewrite bigobj test in python |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Tim Northover | ARM: remove ARM/Thumb distinction for preferred alignment. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Tim Northover | ARM: allow misaligned local variables in Thumb1 mode. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Majnemer | Add a test for writing COFF BigObj |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Juergen Ributzka | [FastISel][AArch64] Add custom lowering for GEPs. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Hans Wennborg | [x86 asm] allow fwait alias in both At&t and Intel... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Tim Northover | ARM: set preferred aggregate alignment to 32 universally. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Hal Finkel | [CFL-AA] CFL-AA should not assert on an va_arg instruction |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Sanjay Patel | Optimize away fabs() calls when input is squared (known... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Juergen Ributzka | [FastISel][AArch64] Fix sign-/zero-extend folding when... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Majnemer | InstCombine: Don't miscompile X % ((Pow2 << A) >>u B) |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Jan Vesely | Reapply "R600: Add new intrinsic to read work dimensions" |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Hal Finkel | Revert "r216914 - Revert: [APFloat] Fixed a bug in... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Rafael Espindola | Revert "R600: Add new intrinsic to read work dimensions" |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Rafael Espindola | Remove unused member variable. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Jan Vesely | R600: Add new intrinsic to read work dimensions |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Jan Vesely | R600: FMA is VecALU only instruction |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Reed Kotler | Finish getting Mips fast-isel to match up with AArch64... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Blaikie | DebugInfo: Ensure that all debug location scope chains... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Rafael Espindola | Remove method that is identical to the base class one. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Matt Arsenault | R600/SI: Use DS offsets for constant addresses |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Blaikie | Revert "Fix stuff... again." |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Blaikie | Revert some parts of r196288 that were confusing and... |
commit | commitdiff | tree | snapshot |
2014-10-14 |
David Blaikie | Fix stuff... again. |
commit | commitdiff | tree | snapshot |
2014-10-14 |
Hal Finkel | [LVI] Check for @llvm.assume dominating the edge branch |
commit | commitdiff | tree | snapshot |
2014-10-14 |
NAKAMURA Takumi | Revert r219638, (r219640 and r219676), "Removing the... |
commit | commitdiff | tree | snapshot |
next |