[OCaml] Fix ABI incompatibility
[oota-llvm.git] / lib / CodeGen /
2013-11-01 Eric ChristopherComment some and reformat for clarity beginFunction.
2013-11-01 Juergen Ributzka[Stackmap] Remove erroneous assert.
2013-11-01 Rafael EspindolaRemove linkonce_odr_auto_hide.
2013-11-01 Aaron BallmanCommenting out this assert because it is causing the...
2013-11-01 Aaron BallmanFixing an order of evaluation error in an assert.
2013-11-01 David BlaikieDebugInfo: Emit member variable locations as data inste...
2013-10-31 Andrew TrickUnused variable
2013-10-31 Andrew TrickAdd support for stack map generation in the X86 backend.
2013-10-31 Manman RenDebug Info: remove duplication of DIEs when a DIE can...
2013-10-31 Andrew TrickLower stackmap intrinsics directly to their target...
2013-10-31 Andrew Trickwhitespace
2013-10-31 Rafael EspindolaRemove the --shrink-wrap option.
2013-10-31 Jim GrosbachLegalize: Improve legalization of long vector extends.
2013-10-30 Matt ArsenaultFix CodeGen for unaligned loads with address spaces
2013-10-30 Rafael EspindolaProduce .weak_def_can_be_hidden for some linkonce_odr...
2013-10-30 David BlaikieDebugInfo: Push header handling down into CompileUnit
2013-10-30 David BlaikieDwarfDebug: Change Abbreviations member from pointer...
2013-10-30 Juergen RibutzkaRevert "SelectionDAG: Teach the legalizer to split...
2013-10-30 Juergen RibutzkaSelectionDAG: Teach the legalizer to split SETCC if...
2013-10-30 Josh MageeReformat code with clang-format.
2013-10-29 Manman RenDebug Info: code clean up.
2013-10-29 Manman RenDebug Info: support for DW_FORM_ref_addr.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Josh Magee[stackprotector] Update the StackProtector pass to...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-29 Manman RenDebug Info: instead of calling addToContextOwner which...
2013-10-29 Alp TokerFix "existant" typos
2013-10-29 Manman RenDebug Info: use createAndAddDIE to wrap around "new...
2013-10-29 Manman RenDebug Info: use createAndAddDIE for newly-created Subpr...
2013-10-29 Manman RenDebug Info: add a helper function createAndAddDIE.
2013-10-28 Richard Sandiford[DAGCombiner] Respect volatility when checking for...
2013-10-28 Richard SandifordKeep TBAA info when rewriting SelectionDAG loads and...
2013-10-25 David BlaikieDIEHash: Summary hashing of member functions
2013-10-25 David BlaikieDIEHash: Summary hashing of nested types
2013-10-25 Tim NorthoverLegalizeDAG: allow libcalls for max/min atomic operations
2013-10-25 Nadav RotemOptimize concat_vectors(X, undef) -> scalar_to_vector(X).
2013-10-24 David BlaikieMCStreamer: Reimplement the virtual EmitRawText as...
2013-10-24 David BlaikieDWARF emission: Remove unnecessary/redundant DIE refere...
2013-10-24 Eric ChristopherFix name of variable in comment.
2013-10-24 Eric ChristopherGrammar.
2013-10-24 Eric ChristopherUpdate misleading comment.
2013-10-24 David BlaikieDIEHash: Const correct and use references where non...
2013-10-24 David BlaikieDIEHash: Do not use shallow type hashing for unnamed...
2013-10-24 David BlaikieDIEHash: Refactor ref attribute hashing into smaller...
2013-10-24 David BlaikieRemove unused debug-only member variable.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenDebug Info: code clean up.
2013-10-23 Manman RenRemove {} from one-line block.
2013-10-23 Rafael EspindolaReduce casting and use a fully covered switch.
2013-10-23 Tom StellardSelectionDAG: Pass along the original argument/element...
2013-10-22 Manman RenDebug Info: code clean up.
2013-10-22 David BlaikieDIEHashing: Provide an assert for unreachable functiona...
2013-10-22 David BlaikieDWARF type hashing: pointers to members
2013-10-22 Wan XiaofeiUsing FoldingSet in SelectionDAG::getVTList.
2013-10-22 Eric ChristopherFormatting/whitespace.
2013-10-21 David BlaikieDWARF Type Hashing: Include reference and rvalue refere...
2013-10-21 David BlaikieDWARF type hashing: begin implementing Step 5, summary...
2013-10-21 Matt ArsenaultRemove unused TargetLowering field.
2013-10-21 Matt ArsenaultFix CodeGen for different size address space GEPs
2013-10-21 Matt ArsenaultReuse variable
2013-10-21 Reid KlecknerFix the build in DIE.cpp with MSVC 2010
2013-10-21 David BlaikieDWARF type hashing: Handle multiple (including recursiv...
2013-10-21 Eric ChristopherFix up some old review feedback.
2013-10-21 David BlaikieDebugInfo: Put each kind of constant (form, attribute...
2013-10-21 David BlaikieDebugInfo: Hash DW_FORM_GNU_str_index as a string.
2013-10-20 Peter CollingbourneEmit prefix data after debug and EH directives.
2013-10-19 Benjamin KramerRemove unused variable.
2013-10-19 Eric ChristopherReformat.
2013-10-19 Eric ChristopherFix up a few minor performance problems spotted in...
2013-10-18 Manman RenDebug Info: add a newly-created DIE to a parent in...
2013-10-18 Manman RenDebug Info: simplify code a bit.
2013-10-18 Eric ChristopherRevert the rest of r192749 to bring back the buildbot...
2013-10-18 Bill Schmidt[PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE...
2013-10-18 David MajnemerCodeGen: Emit a libcall if the target doesn't support...
2013-10-18 Eric ChristopherTemporarily revert r192749 as it is causing problems...
2013-10-17 David BlaikieDIEHash: Add more things (and remove one character...
2013-10-17 David BlaikieDIEHash: Support for simple (non-recursive, non-reused...
2013-10-17 Richard SandifordReplace sra with srl if a single sign bit is required
2013-10-17 Andrea Di BiagioFix edge condition in DAGCombiner to improve codegen...
2013-10-17 Eric ChristopherAccording to the dwarf standard pubnames and pubtypes...
2013-10-17 Jack Carter[projects/test-suite] White space and long line fixes.
2013-10-17 Eric ChristopherAdd the subprogram DIEs to the context they're created...
2013-10-17 David BlaikieDIEHash: Include the type's context in the type hash.
2013-10-16 David BlaikieDIEHash: Use DW_FORM_sdata for integers, per spec.
2013-10-16 David BlaikieRemove ambiguity introduced in r192836
2013-10-16 David BlaikieDIEHash: Include the trailing zero byte after the child...
2013-10-16 Andrew TrickAfter PostRA scheduling, don't set kill flags on undef...
2013-10-16 Benjamin KramerDAGCombiner: Don't fold xor into not if getNOT would...
2013-10-16 Richard SandifordHandle (shl (anyext (shr ...))) in SimpilfyDemandedBits
2013-10-16 Rafael EspindolaAdd support for metadata representing .ident directives.
2013-10-16 Eric ChristopherFix a pair of bugs in the emission of pubname tables:
2013-10-16 David BlaikieSimplify zero initialization of DIEAttrs variable.
2013-10-15 Eric ChristopherMake sure we're not attempting to construct a subprogra...
2013-10-15 Adrian PrantlRemove some dead code. (DarwinGDBCompat was retired...
2013-10-15 Pekka JaaskelainenGuard the debug temp variable with NDEBUG to avoid...
2013-10-15 Pekka JaaskelainenDo not assert when trying to add a meta data operand...
2013-10-15 Andrew TrickImprove on r192635, ExeDepsFix for avx, and add a test...
next