[Object] Fix a bug in a condition introduced in r226217 - visibility can't be
[oota-llvm.git] / include / llvm / CodeGen /
2015-01-22 Chris BienemanRefactoring cl::parser construction and initialization.
2015-01-22 Ramkumar RamachandraIntrinsics: introduce llvm_any_ty aka ValueType Any
2015-01-22 Elena DemikhovskyFixed a bug in type legalizer for masked load/store...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Mark subregister defs as undef...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: document removePhysRegDefAt(...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Factor out code to update livenes...
2015-01-21 Matthias BraunLiveIntervalAnalysis: Remove unused pruneValue() variant.
2015-01-19 Adrian PrantlRemove support for DIVariable's FlagIndirectVariable...
2015-01-19 Sergey Dmitrouk[NFC] Update createMachineScheduler() comment
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2015-01-16 Philip Reamesclang-format all the GC related files (NFC)
2015-01-16 Philip ReamesMove ownership of GCStrategy objects to LLVMContext
2015-01-16 Philip ReamesRemove gc.root's findCustomSafePoints mechanism
2015-01-14 Reid KlecknerRemove dead code for llvm.eh.selector in the old EH...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Mehdi AminiFold a loop for array processing in ComputeLinearIndex
2015-01-14 JF BastienRevert "Insert random noops to increase security agains...
2015-01-14 Matt ArsenaultImplement new way of expanding extloads.
2015-01-14 JF BastienInsert random noops to increase security against ROP...
2015-01-14 Reid KlecknerCodeGen support for x86_64 SEH catch handlers in LLVM
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-13 Hal Finkel[StackMaps] Mark in CallLoweringInfo when lowering...
2015-01-13 Reid KlecknerRename llvm.recoverframeallocation to llvm.framerecover
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-12 Adrian PrantlMake DwarfExpression store the AsmPrinter instead of...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::isValid to replace manual validity...
2015-01-07 Ahmed Bougacha[CodeGen] Add iterator_range for the MVT::SimpleValueTy...
2015-01-07 Philip ReamesIntroduce an example statepoint GC strategy
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::FIRST_VALUETYPE to avoid explicit...
2015-01-07 Jonas PaulssonNew method SDep::isNormalMemoryOrBarrier() in ScheduleD...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Matt ArsenaultAdd isNegative helper to ConstantFPSDNode
2015-01-06 Matt ArsenaultAdd isInfinity helper to ConstantFPSDNode
2015-01-06 Mehdi AminiUse a Factory Method for MachineFunctionInfo Creation
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
2014-12-23 Alexey SamsonovFix UBSan bootstrap: don't bind reference to nullptr.
2014-12-22 Reid KlecknerMake musttail more robust for vector types on x86
2014-12-19 Peter CollingbourneCodeGen: do not attempt to invalidate virtual registers...
2014-12-18 Matthias BraunLiveIntervalAnalysis: Cleanup computeDeadValues
2014-12-18 Eric ChristopherAdd a new string member to the TargetOptions struct...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-16 Matt ArsenaultMove lowerConstant to AsmPrinter
2014-12-15 Michael IlsemanSilence more static analyzer warnings.
2014-12-12 Philip ReamesComment and minor code cleanup for GCStrategy (NFC)
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Rafael EspindolaThis reverts commit r224043 and r224042.
2014-12-11 Matthias Braun[CodeGen] Add print and verify pass after each MachineF...
2014-12-11 Matthias Braun[CodeGen] Let MachineVerifierPass own its banner string
2014-12-11 Philip ReamesGCStrategy should not own GCFunctionInfo
2014-12-11 Matthias BraunLiveInterval: Use range based for loops for subregister...
2014-12-10 Matthias BraunLiveInterval: Use more range based for loops for value...
2014-12-10 Matthias BraunLiveIntervalUnion: Allow specification of liverange...
2014-12-10 Matthias BraunRegisterCoalescer: Preserve subregister liveranges.
2014-12-10 Matthias BraunLiveInterval: Add removeEmptySubRanges().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Add subregister aware variants...
2014-12-10 Matthias BraunLiveInterval: Introduce LiveQuery accessor for dead...
2014-12-10 Matthias BraunAdd a flag to enable/disable subregister liveness.
2014-12-10 Matthias BraunLiveIntervalAnalysis: Adapt repairIntervalsInRange...
2014-12-10 Matthias BraunLiveIntervalAnalysis: Update SubRanges in shrinkToUses().
2014-12-10 Matthias BraunLiveIntervalAnalysis: Make computeDeadValues() private.
2014-12-10 Matthias BraunLiveInterval: Add support to track liveness of subregis...
2014-12-10 Matthias BraunLiveInterval: Add a 'covers' operation to LiveRange.
2014-12-10 Matthias BraunLiveInterval: Add const version of LiveRange::advanceTo().
2014-12-10 Philip ReamesExtend some comments around GCModuleInfo, GCFunctionInf...
2014-12-09 Philip ReamesRemove the Module pointer from GCStrategy and GCMetadat...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-12-04 Elena DemikhovskyMasked Load / Store Intrinsics - the CodeGen part.
2014-12-02 Philip Reames[Statepoints 3/4] Statepoint infrastructure for garbage...
2014-12-01 Philip Reames[Statepoints 2/4] Statepoint infrastructure for garbage...
2014-11-28 Duncan P. N. Exon... Revert "Masked Vector Load and Store Intrinsics."
2014-11-27 Tim NorthoverStop using ArrayRef of a const type.
2014-11-27 Tim NorthoverAArch64: treat [N x Ty] as a block during procedure...
2014-11-23 Elena DemikhovskyMasked Vector Load and Store Intrinsics.
2014-11-19 David BlaikieUpdate SetVector to rely on the underlying set's insert...
2014-11-14 David BlaikieRemove redundant virtual on overriden functions.
2014-11-14 Reid KlecknerAllow the use of functions as typeinfo in landingpad...
2014-11-14 Tim NorthoverCodeGen: assert an instruction is being inserted with...
2014-11-11 Frederic RissTotally forget deallocated SDNodes in SDDbgInfo.
2014-11-11 Tom RoederAdd Forward Control-Flow Integrity.
2014-11-07 David MajnemerSelectionDAG: Assert if we truncate SDNode's NumOperand...
2014-11-04 Arnaud A. de Grand... [PBQP] Tweak spill costs and coalescing benefits
2014-11-04 Rafael EspindolaRemove unused DisableRedZone option.
2014-11-04 Sanjoy DasThe patchpoint lowering logic would crash with live...
2014-11-01 Daniel SandersRenamed CCState members that appear to misspell 'Proces...
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-27 Lang Hames[PBQP] Remove a spurious 'typename' keyword. This was...
2014-10-27 Lang Hames[PBQP] Clarify ambiguous-looking typedef.
2014-10-27 Lang Hames[PBQP] Unique allowed-sets for nodes in the PBQP graph...
2014-10-26 Lang Hames[PBQP] Tidying up as per Dave Blaikie's suggesions...
2014-10-26 Lang Hames[PBQP] Explicitly define copy/move operations for NodeM...
2014-10-26 Lang Hames[PBQP] Re-commit r220642 with a workaround for quirky...
2014-10-26 Hans WennborgRevert "[PBQP] Unique-ptrify some PBQP Metadata structu...
2014-10-26 Lang Hames[PBQP] Unique-ptrify some PBQP Metadata structures...
2014-10-26 Lang Hames[PBQP] Tidy up CostAllocator.h: fix variable case,...
2014-10-23 David Blaikie[DebugInfo] Remove LexicalScopes::isCurrentFunctionScop...
next