oota-llvm.git
2014-05-15 Jonathan RoelofsFix some dyslexia in an assert message
2014-05-15 Alp TokerFix typos
2014-05-15 Jiangning Liu[ARM64] Support aggressive fastcc/tailcallopt breaking...
2014-05-15 Eric ChristopherRemove unused functions setting MCOptions from TargetMa...
2014-05-15 Eric ChristopherUnify command line handling of MCTargetOptions and...
2014-05-15 Eric ChristopherMove the TargetMachine MC options to MCTargetOptions...
2014-05-15 David MajnemerInstCombine: Optimize -x s< cst
2014-05-14 David BlaikieDwarfDebug: Don't set frame index locations on abstract...
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-05-14 David BlaikieDebugInfo: Assert that a CU's subprogram list contains...
2014-05-14 Kevin EnderbyTeach llvm-nm to know about fat archives (aka MachOUniv...
2014-05-14 Jay FoadRename ComputeMaskedBits to computeKnownBits. "Masked...
2014-05-14 David MajnemerInstSimplify: Optimize signed icmp of -(zext V)
2014-05-14 David BlaikieDebugInfo: Do not delay attaching DW_AT_inline attribut...
2014-05-14 Christian PirkerARM-BE: test files for vector argument passing
2014-05-14 Christian Pirker[ARM64-BE] Fix byte order of CIE and FDE frames for...
2014-05-14 Logan ChienFix ARM EHABI when function has landingpad and nounwind.
2014-05-14 Logan ChienMore test case for r208715.
2014-05-14 Benjamin KramerX86: If we have an instruction that sets a flag and...
2014-05-14 Daniel Sanders[mips] Test that IAS for -mcpu=mips5 does not accept...
2014-05-14 Daniel Sanders[mips][mips64r6] Add sel.s and sel.d
2014-05-14 Tim NorthoverARM64: remove unneeded InstPrinter hacks
2014-05-14 Evgeniy StepanovRegression test for ARM EHABI breakage in r208166.
2014-05-14 Evgeniy Stepanov[asan] Fix compiler warnings.
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-14 Sylvestre LedruUpdate of the documentation: I think we are now happy...
2014-05-14 Serge PavlovFix the case when reordering shuffle and binop produces...
2014-05-14 Jay FoadFix strange typo in markup.
2014-05-14 Jay FoadUpdate the comments for ComputeMaskedBits, which lost...
2014-05-14 Simon Atanasyan[obj2yaml] Support ELF input format in the obj2yaml...
2014-05-14 Saleem AbdulrasoolARM: implement support for the UDF mnemonic
2014-05-14 Nick LewyckyOptimize integral reciprocal (udiv 1, x and sdiv 1...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-14 Eric ChristopherFix typo in function name.
2014-05-13 Matt ArsenaultR600/SI: Try to fix BFE operands when moving to VALU
2014-05-13 Lang Hames[tools][llvm-rtdyld] Add a '-dylib <file>' option to...
2014-05-13 Lang Hames[RuntimeDyld] Fix handling of i386 PC-rel external...
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
next