- a8f7afa Use range for by Matt Arsenault · 11 years ago
- b043c3d9 [DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier. by Alexey Samsonov · 11 years ago
- 48ea98d Don't insert lifetime.end markers between a musttail call and ret by Reid Kleckner · 11 years ago
- cf7cfd8 Revert "Don't insert lifetime.end markers between a musttail call and ret" by Reid Kleckner · 11 years ago
- a9bef41 Remove unused variable in inliner by Reid Kleckner · 11 years ago
- 24a50c5 Don't insert lifetime.end markers between a musttail call and ret by Reid Kleckner · 11 years ago
- 44623e8 DebugInfo: Simplify retrieving filename/directory name for line table entry building. by David Blaikie · 11 years ago
- 998c1e0 Teach the inliner how to preserve musttail invariants by Reid Kleckner · 11 years ago
- 675e527 DebugInfo: Add FIXME regarding DILexicalBlock uniquing fields. by David Blaikie · 11 years ago
- 522a941 autoconf: Fix libLLVM-Major-Minor-Patch.so symlink by Tom Stellard · 11 years ago
- 1564bf7 [obj2yaml][ELF] Print relocation's offset as a hex number. Use a proper by Simon Atanasyan · 11 years ago
- 650c53f [obj2yaml][ELF] Do not print empty Link and Info fields for ELF sections. by Simon Atanasyan · 11 years ago
- 218bad2 Revert "[PM] Add pass run listeners to the pass manager." by Juergen Ributzka · 11 years ago
- fd76d8a [ARM64] Improve diagnostics for Cn operands in SYS instructions by Bradley Smith · 11 years ago
- 926273d [yaml2obj] Add "-o" command line option to specify an output file name. by Simon Atanasyan · 11 years ago
- 70e3aba llvm/test/CodeGen/X86/combine-sse41-intrinsics.ll: Add explicit triple. by NAKAMURA Takumi · 11 years ago
- 9836c47 [X86] Teach the backend how to fold SSE4.1/AVX/AVX2 blend intrinsics. by Andrea Di Biagio · 11 years ago
- 1f05322 [mips][mips64r6] Add CLASS.fmt instructions by Zoran Jovanovic · 11 years ago
- 7599912 [mips][mips64r6] Add RINT.fmt instructions by Zoran Jovanovic · 11 years ago
- c8d4dfc [mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructions by Zoran Jovanovic · 11 years ago
- bd80605 [mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructions by Zoran Jovanovic · 11 years ago
- 29d4ed3 R600/SI: Stop using VSrc_* as the default register class for types. by Tom Stellard · 11 years ago
- 704fe35 R600/SI: Fix a bug with handling of INSERT_SUBREG in SIFixSGPRCopies by Tom Stellard · 11 years ago
- c1de569 R600/SI: Only use SALU instructions for 64-bit add in a block of CF depth 0 by Tom Stellard · 11 years ago
- bfffad6 R600/SI: Use VALU instructions for i1 ops by Tom Stellard · 11 years ago
- d0e93f2 TableGen: use correct MIOperand when printing aliases by Tim Northover · 11 years ago
- 9f6a386 [mips][mips64r6] Add bitswap, and dbitswap by Daniel Sanders · 11 years ago
- b7ba5c2 Instead of littering asserts throughout the code after every call to by Jay Foad · 11 years ago
- 0a088b1 ARM64: print correct aliases for NEON mov & mvn instructions by Tim Northover · 11 years ago
- 8b580cc [mips][mips64r6] Add align and dalign by Daniel Sanders · 11 years ago
- f61a467 TableGen/ARM64: print aliases even if they have syntax variants. by Tim Northover · 11 years ago
- d744346 ARM64: add correct vector registers during asm parsing by Tim Northover · 11 years ago
- 75aa537 [ARM64] Improve load/store diagnostics and forbid 32-bit register addresses by Bradley Smith · 11 years ago
- e7856db [ARM64] Parse fixed vector lanes properly so that diagnostics can be emitted by Bradley Smith · 11 years ago
- dbe4f8b [ARM64] Add/Fixup diagnostics for floating point immediates by Bradley Smith · 11 years ago
- 6091820 [ARM64] Add condition code operand type such that proper diagnostics can be emitted by Bradley Smith · 11 years ago
- 907c04b [ARM64] Add more simple diagnostics for immediate/shift ranges by Bradley Smith · 11 years ago
- 06961bf [mips][mips64r6] Add addiupc, aluipc, and auipc by Daniel Sanders · 11 years ago
- fc4953b [mips][mips64r6] Add aui, daui, dahi, and dati by Daniel Sanders · 11 years ago
- ca323cf Teach the constant folder to look through bitcast constant expressions by Chandler Carruth · 11 years ago
- 9cfa5cf [mips][mips64r6] Test that branch likelies are not accepted on MIPS64r6. by Daniel Sanders · 11 years ago
- 0d5742f Reverting r208848, reason: build failure: sanitizer-x86_64-linux-bootstrap/builds/3399 by Dinesh Dwivedi · 11 years ago
- 707048b Added instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX(MAX(A, 93), 27)' by Dinesh Dwivedi · 11 years ago
- d10a54f Added inst combine transforms for single bit tests from Chris's note by Dinesh Dwivedi · 11 years ago
- af5e67a Fix some dyslexia in an assert message by Jonathan Roelofs · 11 years ago
- 727273b Fix typos by Alp Toker · 11 years ago
- 66b123f [ARM64] Support aggressive fastcc/tailcallopt breaking ABI by popping out argument stack from callee. by Jiangning Liu · 11 years ago
- cea72fe Remove unused functions setting MCOptions from TargetMachine. by Eric Christopher · 11 years ago
- 475ac5d Unify command line handling of MCTargetOptions and remove extra by Eric Christopher · 11 years ago
- afc6099 Move the TargetMachine MC options to MCTargetOptions. No functional change. by Eric Christopher · 11 years ago
- e880187 InstCombine: Optimize -x s< cst by David Majnemer · 11 years ago
- dc37258 DwarfDebug: Don't set frame index locations on abstract variables. by David Blaikie · 11 years ago
- 3f62ac3 DebugInfo: Sure up subprogram variable list handling with more assertions and fewer conditionals. by David Blaikie · 11 years ago
- fbb8f38 DebugInfo: Assert that a CU's subprogram list contains only subprograms. by David Blaikie · 11 years ago
- 14963a6 Teach llvm-nm to know about fat archives (aka MachOUniversal files by Kevin Enderby · 11 years ago
- 6b54371 Rename ComputeMaskedBits to computeKnownBits. "Masked" has been by Jay Foad · 11 years ago
- cd237ed InstSimplify: Optimize signed icmp of -(zext V) by David Majnemer · 11 years ago
- e0776de DebugInfo: Do not delay attaching DW_AT_inline attribute to abstract definitions. by David Blaikie · 11 years ago
- 8101512 ARM-BE: test files for vector argument passing by Christian Pirker · 11 years ago
- 62d6aa0 [ARM64-BE] Fix byte order of CIE and FDE frames for exception handling by Christian Pirker · 11 years ago
- f5864ff Fix ARM EHABI when function has landingpad and nounwind. by Logan Chien · 11 years ago
- bb5d9ac More test case for r208715. by Logan Chien · 11 years ago
- 202be06 X86: If we have an instruction that sets a flag and a zero test on the input of that instruction try to eliminate the test. by Benjamin Kramer · 11 years ago
- f6741d6 [mips] Test that IAS for -mcpu=mips5 does not accept MIPS64 insns and -mcpu=mips(5|64) does not accept MIPS64r2 by Daniel Sanders · 11 years ago
- 7214d26 [mips][mips64r6] Add sel.s and sel.d by Daniel Sanders · 11 years ago
- fcb05f0 ARM64: remove unneeded InstPrinter hacks by Tim Northover · 11 years ago
- c413e01 Regression test for ARM EHABI breakage in r208166. by Evgeniy Stepanov · 11 years ago
- 54952a3 [asan] Fix compiler warnings. by Evgeniy Stepanov · 11 years ago
- eb949e0 [asan] Set debug location in ASan function prologue. by Evgeniy Stepanov · 11 years ago
- df75220 Update of the documentation: I think we are now happy with Phabricator by Sylvestre Ledru · 11 years ago
- eb7d69d Fix the case when reordering shuffle and binop produces a constant. by Serge Pavlov · 11 years ago
- 8517c90 Fix strange typo in markup. by Jay Foad · 11 years ago
- 5fa4d1c Update the comments for ComputeMaskedBits, which lost its Mask parameter by Jay Foad · 11 years ago
- b8236e5 [obj2yaml] Support ELF input format in the obj2yaml tool. by Simon Atanasyan · 11 years ago
- 0fe443d ARM: implement support for the UDF mnemonic by Saleem Abdulrasool · 11 years ago
- 8f84449 Optimize integral reciprocal (udiv 1, x and sdiv 1, x) to not use division. This fires exactly once in a clang bootstrap, but covers a few different results from http://www.cs.utah.edu/~regehr/souper/ by Nick Lewycky · 11 years ago
- ee8af3e Recommit r208506: DebugInfo: Include lexical scopes in inlined subroutines. by David Blaikie · 11 years ago
- 22dcd39 Fix typo in function name. by Eric Christopher · 11 years ago
- dda2229 R600/SI: Try to fix BFE operands when moving to VALU by Matt Arsenault · 11 years ago
- f057625 [tools][llvm-rtdyld] Add a '-dylib <file>' option to llvm-rtdyld to load shared by Lang Hames · 11 years ago
- 9c29061 [RuntimeDyld] Fix handling of i386 PC-rel external relocations. This fixes by Lang Hames · 11 years ago
- 8a8de72 Add missing line breaks to debug output in CodeGenPrepare by Louis Gerbarg · 11 years ago
- 5b6887d GVN: Fix non-determinism in map iteration. by Benjamin Kramer · 11 years ago
- 7fe69dd GVN: rangify a couple of loops. by Benjamin Kramer · 11 years ago
- 7d87049 Save the optimization level the subtarget was created with in a by Eric Christopher · 11 years ago
- e02c34b Make the split function use StringRef::split. by Eric Christopher · 11 years ago
- 3e18fee autoconf: Fix soname for libLLVM-Major.Minor.so (2nd try) by Tom Stellard · 11 years ago
- 834384b Split GlobalValue into GlobalValue and GlobalObject. by Rafael Espindola · 11 years ago
- ebfe1f0 Check explicitly for EHABI and just use the default settings. by Joerg Sonnenberger · 11 years ago
- ad5d56c ARM: Additional test files for thumb fixups (checked with llvm-mv -show-encoding) by Christian Pirker · 11 years ago
- dd255b3 ARMEB: Fix byte order of EH frame unwinding instructions, with modified test file by Christian Pirker · 11 years ago
- 289a85c Style fix: The name of variables starts with an upper case letter. by Rafael Espindola · 11 years ago
- e774af2 Revert "autoconf: Fix soname for libLLVM-Major.Minor.so" by Tom Stellard · 11 years ago
- a37c778 autoconf: Fix soname for libLLVM-Major.Minor.so by Tom Stellard · 11 years ago
- fdae312 [CGP] r205941 changed the logic, so that a cast happens *before* 'Result' is by Joey Gouly · 11 years ago
- 73306ce Revert "ARMEB: Fix byte order of EH frame unwinding instructions" by Rafael Espindola · 11 years ago
- b37b01d Teach the table generator to not generate switch statements containing only a default label with no cases. This solves some warnings with MSVC. by Aaron Ballman · 11 years ago
- 3beea23 ARM: Additional test files for thumb fixups by Christian Pirker · 11 years ago
- 0e0f907 [mips] Marked up instructions added in MIPS32r2 and tested that IAS for -mcpu=mips(2|32) does not accept them by Daniel Sanders · 11 years ago
- 34b9ca5e ARMEB: Fix byte order of EH frame unwinding instructions by Christian Pirker · 11 years ago