oota-llvm.git
2014-05-13 Louis GerbargAdd missing line breaks to debug output in CodeGenPrepare
2014-05-13 Benjamin KramerGVN: Fix non-determinism in map iteration.
2014-05-13 Benjamin KramerGVN: rangify a couple of loops.
2014-05-13 Eric ChristopherSave the optimization level the subtarget was created...
2014-05-13 Eric ChristopherMake the split function use StringRef::split.
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so (2nd...
2014-05-13 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Joerg SonnenbergerCheck explicitly for EHABI and just use the default...
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups (checked...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
2014-05-13 Rafael EspindolaStyle fix: The name of variables starts with an upper...
2014-05-13 Tom StellardRevert "autoconf: Fix soname for libLLVM-Major.Minor.so"
2014-05-13 Tom Stellardautoconf: Fix soname for libLLVM-Major.Minor.so
2014-05-13 Joey Gouly[CGP] r205941 changed the logic, so that a cast happens...
2014-05-13 Rafael EspindolaRevert "ARMEB: Fix byte order of EH frame unwinding...
2014-05-13 Aaron BallmanTeach the table generator to not generate switch statem...
2014-05-13 Christian PirkerARM: Additional test files for thumb fixups
2014-05-13 Daniel Sanders[mips] Marked up instructions added in MIPS32r2 and...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instructions
2014-05-13 Daniel Sanders[mips] Free up two values in SubtargetFeatureFlag by...
2014-05-13 Artyom SkrobovFix build failure with MSVC, following r208680
2014-05-13 Artyom Skrobovinclude/llvm/Support/Unicode.h didn't have re-include...
2014-05-13 Artyom Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
2014-05-13 Tim NorthoverTableGen: strengthen assert
2014-05-13 Jay FoadFix gcc -Wparentheses warning.
2014-05-13 Kevin Qin[ARM64] Fix the misleading diagnostic on bad extend...
2014-05-13 Serge PavlovFix type of shuffle resulted from shuffle merge.
2014-05-13 Rafael EspindolaAssert that we don't RAUW a Constant with a ConstantExp...
2014-05-13 Weiming ZhaoFolding into CSEL when there is ZEXT between SETCC...
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-13 Rafael EspindolaConvert test to FileCheck.
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 Pete CooperUse a logical not when inverting SetCC. This unfortuna...
2014-05-12 Adam Nemet[DAGCombiner] Split up an indexed load if only the...
2014-05-12 Louis GerbargFix ARM bswap16.ll test on Windows
2014-05-12 Reid KlecknerTry to fix an SDAG dependence issue with sret
2014-05-12 David BlaikieDebugInfo: Attach DW_AT_inline to inlined subprograms...
2014-05-12 Lang Hames[RuntimeDyld] Add support for MachO __jump_table and...
2014-05-12 David BlaikieDebugInfo: Make gmlt debug info more gmlt-like by remov...
2014-05-12 Kevin EnderbySuggested improvement by Rafael Espindola to use isa...
2014-05-12 Matt ArsenaultUse cast<> for unchecked use
2014-05-12 Sebastian Popuse nullptr instead of NULL
2014-05-12 Adam Nemet[Test] Trim unnecessary .c and .cpp from config.suffix...
2014-05-12 Louis GerbargAdd support bswap16 to/from memory compiling to rev16...
2014-05-12 Matt ArsenaultUse cast<> for unchecked use
2014-05-12 Matt ArsenaultUse range for
2014-05-12 Sebastian Popdo not assert when delinearization fails
2014-05-12 Sebastian Popuse isZero()
2014-05-12 David BlaikieDwarfDebug: Avoid an extra map lookup while constructin...
2014-05-12 Tim NorthoverTableGen: use PrintMethods to print more aliases
2014-05-12 Tim NorthoverAArch64/ARM64: use InstAliases for NEON logical (imm...
2014-05-12 Tim NorthoverAArch64/ARM64: implement "mov $Rd, $Imm" aliases in...
2014-05-12 Matt ArsenaultR600: Add mul24 intrinsics
2014-05-12 Matt ArsenaultMake SimplifyDemandedBits understand BUILD_PAIR
2014-05-12 Matheus Almeida[mips] Move disassembler test (test_2r_msa64) into...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_vec) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_i*, test_...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_elm*...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_lsa,...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_ctrlregs...
2014-05-12 Matheus Almeida[mips] Move disassembler test (Mips MSA test_bit) into...
2014-05-12 Matheus Almeida[mips] Move disassembler tests (Mips MSA test_2r, test_...
2014-05-12 Daniel SandersRevert: r208582 - [mips][mips64r6] Add sel.s and sel.d
2014-05-12 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-12 James Molloy[ARM64-BE] Correct grammar mistake pointed out by Tobias.
2014-05-12 Daniel Sanders[mips][mips64r6] Add d?div, d?mod, d?divu, d?modu
2014-05-12 James Molloy[ARM64-BE] Add sphinx documentation for the ARM64 NEON...
2014-05-12 Daniel Sanders[mips][mips64r6] Added mul/mulu/muh/muhu
2014-05-12 Rafael EspindolaMove EmitDwarfAdvanceLineAddr and EmitDwarfAdvanceFrame...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Rafael EspindolaPass a MCObjectStreamer instead of a MCStreamer when...
2014-05-12 Aaron BallmanSilencing an MSVC warning about not all control paths...
2014-05-12 Tim NorthoverARM64: remove dead validation code from the AsmParser.
2014-05-12 Tim NorthoverARM64: merge "extend" and "shift" addressing-mode enums.
2014-05-12 Rafael EspindolaMove EH/Debug frame handling to the object streamer.
2014-05-12 Rafael EspindolaRemove always true argument and unused field.
2014-05-12 Rafael EspindolaRemove always true argument and field.
2014-05-12 Rafael EspindolaRemove always true argument.
2014-05-12 Rafael EspindolaRemove an always true argument.
2014-05-12 Rafael EspindolaRemove write only field.
2014-05-12 Rafael EspindolaRemove now empty method.
2014-05-12 Rafael EspindolaRemove the always true UseCFI member.
2014-05-12 Benjamin KramerX86: Make sure that we have SSE4.1 before we generate...
2014-05-12 Rafael EspindolaRemove the useCFI constructor argument to MCAsmStreamer.
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS32 and teste...
2014-05-12 Rafael EspindolaRemove MCUseCFI from TargetMachine.
2014-05-12 Daniel Sanders[mips] Marked up instructions added in MIPS-V and teste...
2014-05-12 Daniel Sanders[mips] Fold FeatureBitCount into FeatureMips32 and...
2014-05-12 Daniel Sanders[mips] Fold FeatureSEInReg into FeatureMips32r2
2014-05-12 Daniel Sanders[mips] Fold FeatureSwap into FeatureMips32r2 and Featur...
2014-05-12 Daniel Sanders[mips] Replace FeatureFPIdx with FeatureMips4_32r2
2014-05-12 Bradley Smith[ARM64] Add proper bounds checking/diagnostics to logic...
2014-05-12 Christian PirkerARM: Implement big endian bit-conversion for NEON type
2014-05-12 NAKAMURA TakumiX86ISelLowering.cpp:LowerINTRINSIC_W_CHAIN(): Prune...
2014-05-12 Serge PavlovFix type of shuffle obtained from reordering with binar...
2014-05-12 Bradley Smith[ARM64] Add diagnostics for bitfield extract/insert...
2014-05-12 Bradley Smith[ARM64] Correct more bounds checks/diagnostics for...
2014-05-12 Bradley Smith[ARM64] Move register/register MOV handling into tableg...
2014-05-12 Elena DemikhovskyFixed compilation issue
2014-05-12 Elena DemikhovskyAVX-512: changes in intrinsics
next