2014-05-14 |
Daniel Sanders | [mips][mips64r6] Add sel.s and sel.d |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Tim Northover | ARM64: remove unneeded InstPrinter hacks |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Evgeniy Stepanov | Regression test for ARM EHABI breakage in r208166. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Evgeniy Stepanov | [asan] Fix compiler warnings. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Evgeniy Stepanov | [asan] Set debug location in ASan function prologue. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Sylvestre Ledru | Update of the documentation: I think we are now happy... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Serge Pavlov | Fix the case when reordering shuffle and binop produces... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Jay Foad | Fix strange typo in markup. |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Jay Foad | Update the comments for ComputeMaskedBits, which lost... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Simon Atanasyan | [obj2yaml] Support ELF input format in the obj2yaml... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Saleem Abdulrasool | ARM: implement support for the UDF mnemonic |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Nick Lewycky | Optimize integral reciprocal (udiv 1, x and sdiv 1... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
David Blaikie | Recommit r208506: DebugInfo: Include lexical scopes... |
commit | commitdiff | tree | snapshot |
2014-05-14 |
Eric Christopher | Fix typo in function name. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Matt Arsenault | R600/SI: Try to fix BFE operands when moving to VALU |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Lang Hames | [tools][llvm-rtdyld] Add a '-dylib <file>' option to... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Lang Hames | [RuntimeDyld] Fix handling of i386 PC-rel external... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Louis Gerbarg | Add missing line breaks to debug output in CodeGenPrepare |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Benjamin Kramer | GVN: Fix non-determinism in map iteration. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Benjamin Kramer | GVN: rangify a couple of loops. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Eric Christopher | Save the optimization level the subtarget was created... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Eric Christopher | Make the split function use StringRef::split. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Tom Stellard | autoconf: Fix soname for libLLVM-Major.Minor.so (2nd... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Split GlobalValue into GlobalValue and GlobalObject. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Joerg Sonnenberger | Check explicitly for EHABI and just use the default... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Christian Pirker | ARM: Additional test files for thumb fixups (checked... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Christian Pirker | ARMEB: Fix byte order of EH frame unwinding instruction... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Style fix: The name of variables starts with an upper... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Tom Stellard | Revert "autoconf: Fix soname for libLLVM-Major.Minor.so" |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Tom Stellard | autoconf: Fix soname for libLLVM-Major.Minor.so |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Joey Gouly | [CGP] r205941 changed the logic, so that a cast happens... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Revert "ARMEB: Fix byte order of EH frame unwinding... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Aaron Ballman | Teach the table generator to not generate switch statem... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Christian Pirker | ARM: Additional test files for thumb fixups |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Daniel Sanders | [mips] Marked up instructions added in MIPS32r2 and... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Christian Pirker | ARMEB: Fix byte order of EH frame unwinding instructions |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Daniel Sanders | [mips] Free up two values in SubtargetFeatureFlag by... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Artyom Skrobov | Fix build failure with MSVC, following r208680 |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Artyom Skrobov | include/llvm/Support/Unicode.h didn't have re-include... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Artyom Skrobov | [un]wrap extracted from lib/Target/Target[MachineC... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Tim Northover | TableGen: strengthen assert |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Jay Foad | Fix gcc -Wparentheses warning. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Kevin Qin | [ARM64] Fix the misleading diagnostic on bad extend... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Serge Pavlov | Fix type of shuffle resulted from shuffle merge. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Assert that we don't RAUW a Constant with a ConstantExp... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Weiming Zhao | Folding into CSEL when there is ZEXT between SETCC... |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2014-05-13 |
Rafael Espindola | Convert test to FileCheck. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
David Blaikie | Revert "DebugInfo: Include lexical scopes in inlined... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Pete Cooper | Use a logical not when inverting SetCC. This unfortuna... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Adam Nemet | [DAGCombiner] Split up an indexed load if only the... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Louis Gerbarg | Fix ARM bswap16.ll test on Windows |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Reid Kleckner | Try to fix an SDAG dependence issue with sret |
commit | commitdiff | tree | snapshot |
2014-05-12 |
David Blaikie | DebugInfo: Attach DW_AT_inline to inlined subprograms... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Lang Hames | [RuntimeDyld] Add support for MachO __jump_table and... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
David Blaikie | DebugInfo: Make gmlt debug info more gmlt-like by remov... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Kevin Enderby | Suggested improvement by Rafael Espindola to use isa... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matt Arsenault | Use cast<> for unchecked use |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Sebastian Pop | use nullptr instead of NULL |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Adam Nemet | [Test] Trim unnecessary .c and .cpp from config.suffix... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Louis Gerbarg | Add support bswap16 to/from memory compiling to rev16... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matt Arsenault | Use cast<> for unchecked use |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matt Arsenault | Use range for |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Sebastian Pop | do not assert when delinearization fails |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Sebastian Pop | use isZero() |
commit | commitdiff | tree | snapshot |
2014-05-12 |
David Blaikie | DwarfDebug: Avoid an extra map lookup while constructin... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tim Northover | TableGen: use PrintMethods to print more aliases |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tim Northover | AArch64/ARM64: use InstAliases for NEON logical (imm... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tim Northover | AArch64/ARM64: implement "mov $Rd, $Imm" aliases in... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matt Arsenault | R600: Add mul24 intrinsics |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matt Arsenault | Make SimplifyDemandedBits understand BUILD_PAIR |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler test (test_2r_msa64) into... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler test (Mips MSA test_vec) into... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler tests (Mips MSA test_i*, test_... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler tests (Mips MSA test_elm*... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler tests (Mips MSA test_lsa,... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler test (Mips MSA test_ctrlregs... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler test (Mips MSA test_bit) into... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Matheus Almeida | [mips] Move disassembler tests (Mips MSA test_2r, test_... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Daniel Sanders | Revert: r208582 - [mips][mips64r6] Add sel.s and sel.d |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Daniel Sanders | [mips][mips64r6] Add sel.s and sel.d |
commit | commitdiff | tree | snapshot |
2014-05-12 |
James Molloy | [ARM64-BE] Correct grammar mistake pointed out by Tobias. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Daniel Sanders | [mips][mips64r6] Add d?div, d?mod, d?divu, d?modu |
commit | commitdiff | tree | snapshot |
2014-05-12 |
James Molloy | [ARM64-BE] Add sphinx documentation for the ARM64 NEON... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Daniel Sanders | [mips][mips64r6] Added mul/mulu/muh/muhu |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Move EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Pass a MCObjectStreamer instead of a MCStreamer when... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Pass a MCObjectStreamer instead of a MCStreamer when... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Aaron Ballman | Silencing an MSVC warning about not all control paths... |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tim Northover | ARM64: remove dead validation code from the AsmParser. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Tim Northover | ARM64: merge "extend" and "shift" addressing-mode enums. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Move EH/Debug frame handling to the object streamer. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove always true argument and unused field. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove always true argument and field. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove always true argument. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove an always true argument. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove write only field. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove now empty method. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Rafael Espindola | Remove the always true UseCFI member. |
commit | commitdiff | tree | snapshot |
2014-05-12 |
Benjamin Kramer | X86: Make sure that we have SSE4.1 before we generate... |
commit | commitdiff | tree | snapshot |
next |