[IR/Diagnostic] Assert that DebugLoc is valid before accessing.
[oota-llvm.git] / lib /
2015-05-04 Davide Italiano[IR/Diagnostic] Assert that DebugLoc is valid before...
2015-05-04 Hans WennborgOption parsing: properly handle flag aliases for joined...
2015-05-04 Ulrich Weigand[SystemZ] Reclassify f32 subregs of f64 registers
2015-05-04 Ulrich Weigand[SystemZ] Clean up AsmParser isMem() handling
2015-05-04 Ulrich Weigand[SystemZ] Fix getTargetNodeName
2015-05-04 Pete CooperScheduleDAGInstrs should toggle kill flags on bundled...
2015-05-04 Tom StellardR600/SI: Code cleanup
2015-05-04 Elena DemikhovskyAVX-512: added calling convention for i1 vectors in...
2015-05-04 Elena DemikhovskyAVX-512: added integer "add" and "sub" instructions...
2015-05-04 Elena DemikhovskyAVX-512: Added VPACK* instructions forms for KNL and SKX
2015-05-04 Yaron KerenReplace windows_error calls with mapWindowsError.
2015-05-04 Craig Topper[TableGen] Replace 'static_cast' with 'cast'.
2015-05-04 Craig Topper[TableGen] Formatting cleanup. Mostly removing trailing...
2015-05-03 Elena DemikhovskyMasked gather and scatter intrinsics - enabled codegen...
2015-05-02 Simon Pilgrim[SSE2] Minor tidyup of v16i8 SHL lowering. NFC.
2015-05-02 Simon Pilgrim[DAGCombiner] Enabled vector float/double -> int consta...
2015-05-02 David BlaikieDebugInfo: Use low_pc relative debug_ranges under fissi...
2015-05-02 Jim GrosbachFix spelling.
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Quentin Colombet[AArch64][FastISel] Variant of the logical instructions...
2015-05-01 Colin LeMahieu[Hexagon] Removing variable unused in release.
2015-05-01 Colin LeMahieu[Hexagon] Adding expression MC emission and removing...
2015-05-01 Quentin Colombet[AArch64][FastISel] Fix the setting of kill flags for...
2015-05-01 Zachary TurnerFix build.
2015-05-01 Zachary Turner[llvm-pdbdump] Support dynamic load address and externa...
2015-05-01 Keno FischerReapply [RuntimeDyldELF] Fold Placeholder into Addend
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-05-01 Pete Cooper[ARM] Transfer the internal flag in thumb2 size reduction.
2015-05-01 Alex LorenzYAML: Fix the output of sequences that contain flow...
2015-05-01 Peter CollingbourneARM: Align functions containing Thumb-2 jump tables...
2015-05-01 James Y Knight[Sparc] Repair fixups in little endian mode.
2015-05-01 Douglas KatzmanFix omission from adding sparcel (original reviews...
2015-05-01 Toma Tabacu[mips] [IAS] Fix error messages for using LI with 64...
2015-05-01 Toma Tabacu[mips] [IAS] Slightly improve shift instruction generat...
2015-05-01 Simon Pilgrim[SelectionDAG] Unary vector constant folding integer...
2015-05-01 Tom StellardR600/SI: Add VCC as an implict def of SI_KILL
2015-05-01 Tom StellardR600/SI: Fix verifier errors from the SIAnnotateControl...
2015-04-30 Pete Cooper[ARM] optimizeSelect should clear kill flags.
2015-04-30 Justin BognerInstrProf: Instrumenter support for setting profile...
2015-04-30 Matt ArsenaultFix typo
2015-04-30 Pete CooperCommute the internal flag on MachineOperands.
2015-04-30 Richard TrieuFix -Wpessimizing-move warnings by removing std::move...
2015-04-30 Rafael EspindolaRemove unnecessary break.
2015-04-30 Quentin Colombet[AArch64] Fix bad register class constraint in fast...
2015-04-30 Pete CooperDon't always apply kill flag in thumb2 ABS pseudo expan...
2015-04-30 Reid Kleckner[X86] Use 4 byte preferred aggregate alignment on Win32
2015-04-30 Matthias BraunInstCombineSimplifyDemanded: Remove nsw/nuw flags when...
2015-04-30 Matthias BraunInstCombine: Move Sub->Xor rule from SimplifyDemanded...
2015-04-30 Rafael EspindolaSimplify the creation of compressed debug sections.
2015-04-30 Rafael EspindolaReplace unreachable code with llvm_unreachable.
2015-04-30 Rafael EspindolaDon't create a MCSectionData when we don't have to.
2015-04-30 Andrea Di BiagioFix for PR23103. Correctly propagate the 'IsUndef'...
2015-04-30 Rafael EspindolaAvoid an extra loop over the sections.
2015-04-30 Rafael EspindolaMake the section table a member of ELFObjectWriter.
2015-04-30 Rafael EspindolaNothing inherits from this, drop the protected:
2015-04-30 Matt ArsenaultMips: Remove dead declaration
2015-04-30 Matt ArsenaultMachineVerifier: Don't crash if MachineOperand has...
2015-04-30 Pete CooperDon't rewrite jumps to empty BBs to landing pads.
2015-04-30 Quentin Colombet[ARM] Do not generate invalid encoding for stack adjust...
2015-04-30 Tim NorthoverAArch64: add BFC alias for the BFI/BFM instructions.
2015-04-30 Reid KlecknerAdd a note about permitting default member initializers
2015-04-30 Jan VeselyReinstate revisions r234755, r234759, r234760
2015-04-30 Rafael EspindolaWrite sections mostly in one pass.
2015-04-30 Aaron BallmanSilencing an "enumeral and non-enumeral type in conditi...
2015-04-30 Daniel JasperSilence unused warning in non-assert builds.
2015-04-30 Daniel JasperInline local variable to silence unused warning.
2015-04-30 Elena DemikhovskyMasked gather and scatter - added DAGCombine visitors
2015-04-30 Simon Pilgrim[SSE] Fix for MUL v16i8 on pre-SSE41 targets (PR23369).
2015-04-30 Craig Topper[TableGen] Cleanup formatting by moving operators from...
2015-04-30 Craig Topper[TableGen] Used range-based for loop. NFC.
2015-04-30 Craig Topper[TableGen] Merge a variable assignment and a return...
2015-04-30 Sanjoy Das[InstCombine] Add new rule for MIN(MAX(~A, ~B), ~C...
2015-04-30 Sanjoy Das[InstCombine] Add a new formula for SMIN.
2015-04-30 Filipe CabecinhasDon't overflow GCTable
2015-04-30 Owen AndersonSemantically revert r236031, which is not a good idea...
2015-04-30 Filipe CabecinhasMake sure Op->getType() is a PointerType before we...
2015-04-30 Hans WennborgSwitch lowering: use profile info to build weight-balan...
2015-04-30 Filipe CabecinhasMake sure we don't resize(0) when we get a fwdref with...
2015-04-30 Rafael EspindolaStore relocations in a map from MCSectionELF.
2015-04-30 Rafael EspindolaWrite relocations directly to the output stream. NFC.
2015-04-29 Pete CooperChange x86 CMOVE_F to read it source, not write it.
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.
next