- 9320345 ARM: Use range-based for loops in frame lowering. by Jim Grosbach · 11 years ago
- 3b2b5df [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance by Quentin Colombet · 11 years ago
- cc99615 Revert r205599, the commit was not intended to have so many changes by Quentin Colombet · 11 years ago
- c65a77b [RegAllocGreedy][Last Chance Recoloring] Emit diagnostics when last chance by Quentin Colombet · 11 years ago
- 09ebd6d ARM: fix test case missed in previous roundup by Saleem Abdulrasool · 11 years ago
- 4fd62c5 MIPS: remove vim swap file by Saleem Abdulrasool · 11 years ago
- eec7d48 Add an assert that this is only used with .o files. by Rafael Espindola · 11 years ago
- 7df9059 Implement getRelocationAddress for MachO and ET_REL elf files. by Rafael Espindola · 11 years ago
- 5ca1f95 Implement macho relocation iterators with section number + relocation number. by Rafael Espindola · 11 years ago
- 2abadea ARM: yet another round of ARM test clean ups by Saleem Abdulrasool · 11 years ago
- 91ba0a9 Tidy up. Space before ':' in range-based for loops. by Jim Grosbach · 11 years ago
- e170366 Tidy up. 80 columns. by Jim Grosbach · 11 years ago
- 81fb6bf Tidy up. Trailing whitespace. by Jim Grosbach · 11 years ago
- 6cd0131 Fix typo. by Jim Grosbach · 11 years ago
- 8cb805c Fix llvm-objdump crash. by Rafael Espindola · 11 years ago
- 67c46d2 Remove section_rel_empty. Just compare begin() and end() instead. by Rafael Espindola · 11 years ago
- da7ea68 Reuse existing variable. by Rafael Espindola · 11 years ago
- 25540a7 Optimize away unnecessary address casts. by Eli Bendersky · 11 years ago
- 8921882 [ARM64] Teach the ARM64DeadRegisterDefinition pass to respect implicit-defs. by Lang Hames · 11 years ago
- 2383986 unconditional-branch.ll is broken for targeting x86_64-cygming. Add an explicit triple for now. by NAKAMURA Takumi · 11 years ago
- a746974 R600: Correct opcode for BFE_INT by Tom Stellard · 11 years ago
- 50c16fb R600/SI: Lower 64-bit immediates using REG_SEQUENCE by Tom Stellard · 11 years ago
- 6d394ed Revert r205551, "Attempt to XFAIL this on mingw and cygwin hosts." It didn't fail on cygming. by NAKAMURA Takumi · 11 years ago
- df34283 llvm/test/CodeGen/X86/peephole-multiple-folds.ll: Relax expressions to satisfy win32. by NAKAMURA Takumi · 11 years ago
- f04e7df Attempt to XFAIL this on mingw and cygwin hosts. The line table on by Eric Christopher · 11 years ago
- 1fcd561 Fix PR19270 - type mismatch caused by invalid optimization. by Eli Bendersky · 11 years ago
- 1c36a6d Loosen up check so that we can pass on platforms that generate by Eric Christopher · 11 years ago
- 5fe5b3d ARM: update even more tests by Saleem Abdulrasool · 11 years ago
- d5ba2d2 ArrayRef: use std::vector::data() now that we are building in C++11 mode by Dmitri Gribenko · 11 years ago
- 27b1252 ARM: fixup more tests to specify the target more explicitly by Saleem Abdulrasool · 11 years ago
- d5561bb ARM: tell LLVM about zext properties of ldrexb/ldrexh by Tim Northover · 11 years ago
- 769a6f2 [mips] Add negative tests confirm that supported ISA's don't allow instructions added in later ISA's by Daniel Sanders · 11 years ago
- 8750f9a [mips] Implement ehb, ssnop, and pause in assembler by Daniel Sanders · 11 years ago
- 3eb8765 ARM: skip cmpxchg failure barrier if ordering is monotonic. by Tim Northover · 11 years ago
- 4d24300 Implementation of 16-bit microMIPS instructions MFHI and MFLO. by Zoran Jovanovic · 11 years ago
- 8ef79fa [mips] Add initial (experimental) MIPS-IV support. by Daniel Sanders · 11 years ago
- 0b6dffa Fix for PR 19261: by Eric Christopher · 11 years ago
- 60f5dfe MicroMIPS specific little endian fixup data byte ordering. by Zoran Jovanovic · 11 years ago
- badb137 ARM: expand atomic ldrex/strex loops in IR by Tim Northover · 11 years ago
- 37e5cfa PR19320: by Stepan Dyatkovskiy · 11 years ago
- 3f11cd0 [ARM] When generating a vpaddl node the input lane type is not always the type of the by Silviu Baranga · 11 years ago
- 1091437 [mips] Extend MipsMCExpr class to handle %higher(sym1 - sym2 + const) and by Sasa Stankovic · 11 years ago
- 107283d ARM64: add regression test for r205519. by Tim Northover · 11 years ago
- 27d489f ARM64: always use i64 for the RHS of shift operations by Tim Northover · 11 years ago
- b8c20fd ARM: Use __STACK_LIMIT symbol for segmented stacks by Oliver Stannard · 11 years ago
- c8ce967 Stack map docs. Remove some stray markup. by Andrew Trick · 11 years ago
- b642eb5 ARM64: don't generate __sincos_stret calls unless on MachO by Tim Northover · 11 years ago
- 3b8ad82 Minor update to the stack map documentation. by Andrew Trick · 11 years ago
- 1233d41 DebugInfo: Use a 64 bit type for the subrange by David Blaikie · 11 years ago
- 5a64ab6 [CodeGen] Fix peephole optimizer bug introduced in r205481. Fixes PR19318. by Lang Hames · 11 years ago
- 46aa8c8 Handle getting UnknownAddressOrSize or section_end(). by Rafael Espindola · 11 years ago
- 051c948 Implement get getSymbolFileOffset with getSymbolAddress. by Rafael Espindola · 11 years ago
- 3539519 Remove getSymbolValue. by Rafael Espindola · 11 years ago
- 2f913e3 Add support for the R_ARM_ABS32 relocation. by Rafael Espindola · 11 years ago
- ee2bf5b Only clear the thumb bit from function addresses. by Rafael Espindola · 11 years ago
- 96b8168 Simplify ELFObjectFile<ELFT>::getSymbolAddress. by Rafael Espindola · 11 years ago
- 7fce127 Revert "[Constant Hoisting] Lazily compute the idom and cache the result." by Juergen Ributzka · 11 years ago
- d68b03b Account for scalarization costs in BasicTTI::getMemoryOpCost for extending vector loads by Hal Finkel · 11 years ago
- 14ae434 Revert "Fix a nomenclature error in llvm-nm." by Rafael Espindola · 11 years ago
- 1498cee Fix test case. by Richard Trieu · 11 years ago
- d285bea [X86] As per suggestion from Craig Topper and Hal Finkel, override by Lang Hames · 11 years ago
- 9263e6f Fix multi-register costs in BasicTTI::getCastInstrCost by Hal Finkel · 11 years ago
- a18ad69 Add test case for [Constant Hoisting] Erase dead cast instructions (r204538). by Juergen Ributzka · 11 years ago
- 3b96414 ARM Linux support by Renato Golin · 11 years ago
- ed2154b [CodeGen] Teach the peephole optimizer to remember (and exploit) all folding by Lang Hames · 11 years ago
- 5a61b72 Fix a nomenclature error in llvm-nm. by Rafael Espindola · 11 years ago
- d7e2a48 Add ability to disable building LLVM utils by Pete Cooper · 11 years ago
- 1fb3df7 [PowerPC] Make PPCTTI::getMemoryOpCost call BasicTTI::getMemoryOpCost by Hal Finkel · 11 years ago
- 75cea2c Add comments and test case for [DAG] Keep the opaque constant flag when performing unary constant folding operations (r204737). by Juergen Ributzka · 11 years ago
- e2ed923 typo by Adrian Prantl · 11 years ago
- b1b4d08 [X86] Make the VFMA*231 variants commutable and relax the alignment restrictions by Lang Hames · 11 years ago
- 3845c07 Revert "Reapply "LTO: add API to set strategy for -internalize"" by Duncan P. N. Exon Smith · 11 years ago
- 172e0ca Add comments and test case for [X86TTI] Make constant base pointers for GetElementPtr opaque (r204739). by Juergen Ributzka · 11 years ago
- 6d4e5ab ARM: fixup tests to specify the target more explicitly by Saleem Abdulrasool · 11 years ago
- 5b10f87 Add test case for [Stackmaps][X86TTI] Fix think-o in getIntImmCost calculation (r204738). by Juergen Ributzka · 11 years ago
- 396e5e3 ARM: update subtarget information for Windows on ARM by Saleem Abdulrasool · 11 years ago
- bc413d6 Make a few more range-based loops use explicit types. by Jim Grosbach · 11 years ago
- 04194e0 Add back an assert that was lost in the ELFObjectFile.h split. by Rafael Espindola · 11 years ago
- adb852d TargetLibraryInfo: Disable memcpy and memset on R600 by Tom Stellard · 11 years ago
- bc07242 Simplify resolveFrameIndex() signature. by Jim Grosbach · 11 years ago
- acb6d98 ARM: cortex-m0 doesn't support unaligned memory access. by Jim Grosbach · 11 years ago
- b4e30b3 Make some range based loop types more explicit. by Jim Grosbach · 11 years ago
- b96fc4a [mips] Add more Octeon cnMips instructions by Kai Nacke · 11 years ago
- 6408bdc [C++11,ARM64] Range based for and explicit 'override' in STP cleanup. by Jim Grosbach · 11 years ago
- 252303f [C++11,ARM64] Range based for loops in constant promotion. by Jim Grosbach · 11 years ago
- 72ca0bf [C++11,ARM64] Range based for loops in load/store pair optimizer. by Jim Grosbach · 11 years ago
- 8c60cf1 [C++11,ARM64] Range based for loops in target lowering. by Jim Grosbach · 11 years ago
- cbc64ac [C++11,ARM64] Range based for loops in frame lowering. by Jim Grosbach · 11 years ago
- 7e2d11d [C++11,ARM64] Range based for loops in pseudo expansion. by Jim Grosbach · 11 years ago
- 4d59fd9 [C++11,ARM64] Range based for loops for LOH by Jim Grosbach · 11 years ago
- 86ae767 [C++11,ARM64] Range based for loops TLS cleanup. by Jim Grosbach · 11 years ago
- 5e2ab67 [C++11,ARM64] Range based for loops in branch relaxation. by Jim Grosbach · 11 years ago
- 68c1508 [C++11,ARM64] Range based for loops in address type promotion. by Jim Grosbach · 11 years ago
- a508459 [ARM64][CollectLOH] Remove the link to the radar from the comments. by Quentin Colombet · 11 years ago
- be2ec9b [yaml2obj][ELF] Convert some static functions into class members to by Simon Atanasyan · 11 years ago
- 4fd30e7 [yaml2obj][ELF] Remove unused typedef. by Simon Atanasyan · 11 years ago
- 38ac43b1 [yaml2obj][ELF] Move section index to the ELFState class. by Simon Atanasyan · 11 years ago
- dd7918c [yaml2obj][ELF] Remove relationship between ELFState by Simon Atanasyan · 11 years ago
- af48fc4 ARM: Add support for segmented stacks by Oliver Stannard · 11 years ago
- 5524d78 clarify comment by Adrian Prantl · 11 years ago