Add C API for thread yielding callback.
[oota-llvm.git] / lib /
2014-05-16 Juergen RibutzkaAdd C API for thread yielding callback.
2014-05-16 Justin BognerProfileData: Allow multiple profiles in RawInstrProfReader
2014-05-16 Eric ChristopherRemove the Options query functions and just access...
2014-05-15 Reid Klecknermusttail: Fix the verification of alignment attributes
2014-05-15 Jiangning LiuImplement global merge optimization for global variables.
2014-05-15 David BlaikieDebugInfo: Follow up to r208930, comment usage of ...
2014-05-15 Eric ChristopherMove more MC options into the MCTargetOptions structure.
2014-05-15 Eric ChristopherRemove unused llvm namespace bool variable.
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-15 Reed KotlerFinish materialize for ints
2014-05-15 Matt ArsenaultUse range for
2014-05-15 Alexey Samsonov[DWARF parser] Use enums instead of bitfields in DILine...
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 Reid KlecknerRevert "Don't insert lifetime.end markers between a...
2014-05-15 Reid KlecknerRemove unused variable in inliner
2014-05-15 Reid KlecknerDon't insert lifetime.end markers between a musttail...
2014-05-15 David BlaikieDebugInfo: Simplify retrieving filename/directory name...
2014-05-15 Reid KlecknerTeach the inliner how to preserve musttail invariants
2014-05-15 David BlaikieDebugInfo: Add FIXME regarding DILexicalBlock uniquing...
2014-05-15 Simon Atanasyan[obj2yaml][ELF] Do not print empty Link and Info fields...
2014-05-15 Juergen RibutzkaRevert "[PM] Add pass run listeners to the pass manager."
2014-05-15 Bradley Smith[ARM64] Improve diagnostics for Cn operands in SYS...
2014-05-15 Andrea Di Biagio[X86] Teach the backend how to fold SSE4.1/AVX/AVX2...
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add CLASS.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add RINT.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add SELEQZ/SELNEZ.fmt instructions
2014-05-15 Zoran Jovanovic[mips][mips64r6] Add MAX/MIN/MAXA/MINA.fmt instructions
2014-05-15 Tom StellardR600/SI: Stop using VSrc_* as the default register...
2014-05-15 Tom StellardR600/SI: Fix a bug with handling of INSERT_SUBREG in...
2014-05-15 Tom StellardR600/SI: Only use SALU instructions for 64-bit add...
2014-05-15 Tom StellardR600/SI: Use VALU instructions for i1 ops
2014-05-15 Tim NorthoverTableGen: use correct MIOperand when printing aliases
2014-05-15 Daniel Sanders[mips][mips64r6] Add bitswap, and dbitswap
2014-05-15 Jay FoadInstead of littering asserts throughout the code after...
2014-05-15 Tim NorthoverARM64: print correct aliases for NEON mov & mvn instruc...
2014-05-15 Daniel Sanders[mips][mips64r6] Add align and dalign
2014-05-15 Tim NorthoverTableGen/ARM64: print aliases even if they have syntax...
2014-05-15 Tim NorthoverARM64: add correct vector registers during asm parsing
2014-05-15 Bradley Smith[ARM64] Improve load/store diagnostics and forbid 32...
2014-05-15 Bradley Smith[ARM64] Parse fixed vector lanes properly so that diagn...
2014-05-15 Bradley Smith[ARM64] Add/Fixup diagnostics for floating point immediates
2014-05-15 Bradley Smith[ARM64] Add condition code operand type such that prope...
2014-05-15 Bradley Smith[ARM64] Add more simple diagnostics for immediate/shift...
2014-05-15 Daniel Sanders[mips][mips64r6] Add addiupc, aluipc, and auipc
2014-05-15 Daniel Sanders[mips][mips64r6] Add aui, daui, dahi, and dati
2014-05-15 Chandler CarruthTeach the constant folder to look through bitcast const...
2014-05-15 Daniel Sanders[mips][mips64r6] Test that branch likelies are not...
2014-05-15 Dinesh DwivediReverting r208848, reason: build failure: sanitizer...
2014-05-15 Dinesh DwivediAdded instcombine for 'MIN(MIN(A, 27), 93)' and 'MAX...
2014-05-15 Dinesh DwivediAdded inst combine transforms for single bit tests...
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 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 Benjamin KramerX86: If we have an instruction that sets a flag and...
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 Stepanov[asan] Fix compiler warnings.
2014-05-14 Evgeniy Stepanov[asan] Set debug location in ASan function prologue.
2014-05-14 Serge PavlovFix the case when reordering shuffle and binop produces...
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[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 Rafael EspindolaSplit GlobalValue into GlobalValue and GlobalObject.
2014-05-13 Joerg SonnenbergerCheck explicitly for EHABI and just use the default...
2014-05-13 Christian PirkerARMEB: Fix byte order of EH frame unwinding instruction...
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 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 Skrobov[un]wrap extracted from lib/Target/Target[MachineC...
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-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...
next