[opaque pointer type] Store the value type of an alloca
[oota-llvm.git] / lib /
2015-04-29 David Blaikie[opaque pointer type] Store the value type of an alloca
2015-04-29 Reid Kleckner[WinEH] Start EH preparation for 32-bit x86, it uses...
2015-04-29 Sanjay Patelgeneralize binop reassociation; NFC
2015-04-29 Pat GavlinRun StatepointLowering.{cpp,h} through clang-format.
2015-04-29 Chris Bieneman[NFC] Converting to range-based for.
2015-04-29 David Blaikie[opaque pointer type] Pass GlobalAlias the actual point...
2015-04-29 Rafael EspindolaInline FragmentWriter into the only user.
2015-04-29 Rafael EspindolaWrite the symbol table directly to the output file.
2015-04-29 Sanjay Pateltidy up; NFC
2015-04-29 Rafael EspindolaUse pwrite to write the number of sections.
2015-04-29 Sanjay Pateltoo much space again; NFC
2015-04-29 Rafael EspindolaWrite the string table directly to the output file.
2015-04-29 Sanjay Pateltoo much space; NFC
2015-04-29 Douglas Katzman[Sparc] Really add sparcel architecture support.
2015-04-29 Rafael EspindolaWrite the section header string table directly to the...
2015-04-29 Manman Ren[AArch64] Refactor out codes that depend on specific...
2015-04-29 Rafael EspindolaAvoid a few const_cast.
2015-04-29 Tim NorthoverARM: mark branch-like instructions with correct flags.
2015-04-29 Douglas KatzmanNew architecture name - 'sparcel' for Sparc little...
2015-04-29 Douglas KatzmanMake Sparc assembler accept parenthesized constant...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement MUL, MUH, MULU and MUHU...
2015-04-29 Andrew Kaylor[WinEH] Fix minor bug in begincatch block splitting
2015-04-29 Adrian PrantlTemporarily relax a check in the debug info verifier.
2015-04-29 Reid Kleckner[X86] Avoid mangling frameescape labels
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-29 Jan VeselyCodeGen: Default overflow operations to expand so we...
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement SUB and SUBU instructions
2015-04-29 Zoran Jovanovic[mips][microMIPSr6] Implement ADD, ADDU and ADDIU instr...
2015-04-29 James Y KnightSparc: Prefer reg+reg address encoding when only one...
2015-04-29 Vasileios KalintirisMips fast-isel - handle functions which return i8 or...
2015-04-29 Daniel Sanders[mips] Correct 128-bit shifts on 64-bit targets.
2015-04-29 Toma Tabacu[mips] [IAS] Inline assemble-time shifting out of creat...
2015-04-29 Elena Demikhovskyfixed 80-chars; NFC
2015-04-29 Elena DemikhovskyFixed masked gather/scatter switch-case
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC.
2015-04-29 Craig Topper[TableGen] Fold a couple dyn_casts into the ifs that...
2015-04-29 Craig Topper[TableGen] Replace some dyn_casts followed by an assert...
2015-04-29 Elena Demikhovskyfixed comments, blanks, nullptr; NFC
2015-04-29 Craig Topper[TableGen] Use range-based for loops. NFC
2015-04-29 Filipe CabecinhasUse an "early return" idiom for the error case. NFC
2015-04-29 Filipe CabecinhasCheck that we have a valid PointerType element type...
2015-04-29 Filipe CabecinhasUse the ArrayType member function for array element...
2015-04-29 Filipe CabecinhasTurn an assert into report_fatal_error since it's reach...
2015-04-29 Filipe CabecinhasMake sure that isValidElementType(Type) before calling...
2015-04-28 Matthias BraunRegisterCoalescer: hide terminal rule option by default
2015-04-28 Rafael EspindolaMap directly from signature symbol to group index....
2015-04-28 Eric ChristopherReuse a lookup in an assert.
2015-04-28 Rafael EspindolaRemove redundant temporary std::vector.
2015-04-28 Tim NorthoverARM: fix peephole optimisation of TST
2015-04-28 Rafael EspindolaAvoid one more walk over all sections. NFC.
2015-04-28 Andrew KaylorStyle updates
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Andrew Kaylor[WinEH] Split blocks at calls to llvm.eh.begincatch
2015-04-28 Rafael EspindolaAvoid an extra walk over the sections just to assign...
2015-04-28 James Y KnightSparc: Add alternate aliases for conditional branch...
2015-04-28 Rafael EspindolaRemove the GroupMapTy DenseMap. NFC.
2015-04-28 Sanjay Pateltransform fadd chains to increase parallelism
2015-04-28 Alexei Starovoitov[bpf] fix build
2015-04-28 Rafael EspindolaUse range loops. NFC.
2015-04-28 Filipe CabecinhasRelax an assert when there's a type mismatch in forward...
2015-04-28 Rafael EspindolaAvoid adding to SectionIndexMap sections that we never...
2015-04-28 Daniel BerlinMake getModRefInfo(Instruction *) not crash on certain...
2015-04-28 Rafael EspindolaUse a range loop. NFC.
2015-04-28 Sanjay Patel[x86] remove RCPPS and RSQRTPS intrinsic instruction...
2015-04-28 Eric ChristopherAdd a fixme to resetTargetOptions to explain why it...
2015-04-28 Eric ChristopherFix a [-Werror,-Winconsistent-missing-override] problem...
2015-04-28 Tom StellardR600: Fix up for AsmPrinter's OutStreamer being a uniqu...
2015-04-28 Tom StellardR600/SI: Add a lower case alias for subtarget feature...
2015-04-28 Justin Holewinski[NVPTX] Handle addrspacecast constant expressions in...
2015-04-28 David Blaikie[opaque pointer type] Encode the allocated type of...
2015-04-28 Sanjay Patelmove IR-level optimization flags into their own struct
2015-04-28 Rafael EspindolaUse a std::vector to record the offsets of the sections...
2015-04-28 Rafael EspindolaAvoid an extra loop for computing the section size...
2015-04-28 Elena DemikhovskyFixed crash of variable shift inst on AVX2
2015-04-28 Toma Tabacu[mips] [IAS] Do not generate redundant ORi in createLSh...
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Rafael EspindolaUse CIE version 4 for dwarf4.
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Toma Tabacu[mips] [IAS] Rename the createShiftOr function to creat...
2015-04-28 Toma Tabacu[mips] [IAS] Store the expandLoadImm destination regist...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-28 Elena DemikhovskyAVX-512: Added "pandn" intrinsics set
2015-04-28 Elena DemikhovskyMasked gather and scatter: Added code for SelectionDAG.
2015-04-28 David Blaikie[opaque pointer type] Encode the pointee type in the...
2015-04-28 Ahmed Bougacha[MC] Use LShr for constant evaluation of ">>" on ELF...
2015-04-28 Duncan P. N. Exon... DebugInfo: Support up to 2^16 arguments in a subprogram
2015-04-28 Matthias BraunCleanup, remove unused return value
2015-04-28 Ahmed Bougacha[MC] Split MCBinaryExpr::Shr into LShr and AShr.
2015-04-28 Ahmed Bougacha[MC] Move getBinOpPrecedence into AsmParser. NFC.
2015-04-27 Hans WennborgSwitch lowering: use uint32_t for weights everywhere
2015-04-27 Duncan P. N. Exon... LTO: Add API to choose whether to embed uselists
2015-04-27 Hans WennborgSwitch lowering: Take branch weight into account when...
2015-04-27 Duncan P. N. Exon... LTO: Simplify code generator initialization
2015-04-27 Sanjay Patelremove obsolete pattern matches for scalar SSE ops
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-27 Ahmed Bougacha[AArch64] Also combine vector selects fed by non-i1...
2015-04-27 Pete CooperAdd missing library dependency in libPDB.
2015-04-27 Ahmed Bougacha[AArch64] Don't assert when combining (v3f32 select...
2015-04-27 Chris BienemanFixes a hang that can occur if a signal comes in during...
2015-04-27 Bill SchmidtSilence unused variable errors for no-asserts builds
next