]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - include
Untwine this expression. Thanks to David for noticing!
[opencl/llvm.git] / include /
2015-01-12 Duncan P. N. Exon... IR: Prepare for a new UniquableMDNode subclass, NFC
2015-01-12 Duncan P. N. Exon... IR: Stop erasing MDNodes from uniquing sets during...
2015-01-12 Duncan P. N. Exon... IR: Move creation logic to MDNodeFwdDecl, NFC
2015-01-12 Duncan P. N. Exon... IR: Make MDNodeFwdDecl destructor public
2015-01-12 Duncan P. N. Exon... IR: Move creation logic down to MDTuple, NFC
2015-01-12 Duncan P. N. Exon... IR: Push storeDistinctInContext() down to UniquableMDNo...
2015-01-12 Duncan P. N. Exon... IR: Split GenericMDNode into MDTuple and UniquableMDNode
2015-01-12 Duncan P. N. Exon... IR: Separate out decrementUnresolvedOperandCount()...
2015-01-12 Duncan P. N. Exon... IR: Prevent handleChangedOperand() recursion
2015-01-12 Tom StellardTarget: Allow target specific operand types
2015-01-12 Duncan P. N. Exon... IR: Separate out recalculateHash(), NFC
2015-01-12 Duncan P. N. Exon... IR: Separate out helper: resolveAfterOperandChange...
2015-01-12 Duncan P. N. Exon... IR: Use SubclassData32 directly, NFC
2015-01-12 Duncan P. N. Exon... IR: Make temporary nodes distinct
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out fortified libcall handling.
2015-01-12 Ahmed Bougacha[SimplifyLibCalls] Factor out str/mem libcall optimizat...
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-11 Chandler Carruth[ADT] Remove the unused default constructor for iterato...
2015-01-10 Rafael EspindolaUse the DiagnosticHandler to print diagnostics when...
2015-01-09 Alexey SamsonovFix UBSan error reports in ValueMapCallbackVH and Asser...
2015-01-09 Kevin EnderbyAdd the option, -universal-headers, used with -macho...
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-09 Duncan P. N. Exon... Revert "Bitcode: Move the DEBUG_LOC record to DEBUG_LOC...
2015-01-09 Sanjay Patelfix typos; remove names from comments; NFC
2015-01-09 Duncan P. N. Exon... Bitcode: Move the DEBUG_LOC record to DEBUG_LOC_OLD
2015-01-09 Chandler CarruthCleaup ValueHandle to no longer keep a PointerIntPair...
2015-01-09 Philip Reames[REFACTOR] Push logic from MemDepPrinter into getNonLoc...
2015-01-09 Philip Reames[Refactor] Have getNonLocalPointerDependency take the...
2015-01-08 Duncan P. N. Exon... IR: Drop TODO now that PR22111 is finished
2015-01-08 Duncan P. N. Exon... IR: Add 'distinct' MDNodes to bitcode and assembly
2015-01-08 Sanjay Patelremove function names from comments; NFC
2015-01-08 Michael KupersteinMove SPAdj logic from PEI into the targets (NFC)
2015-01-08 Ahmed Bougacha[SelectionDAG] Allow targets to specify legality of...
2015-01-07 Ahmed Bougacha[CodeGen] Add MVT::isValid to replace manual validity...
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::getDistinct()
2015-01-07 Duncan P. N. Exon... IR: Add MDNode::isDistinct()
2015-01-07 Duncan P. N. Exon... Linker: Don't use MDNode::replaceOperandWith()
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-07 Chandler Carruth[PM] Give slightly less horrible names to the utility...
2015-01-07 Ahmed Bougacha[ADT][SmallVector] Flip an assert comparison to avoid...
2015-01-07 Duncan P. N. Exon... IR: Remove MDNode::getWhenValsUnresolved()
2015-01-07 Duncan P. N. Exon... Remove invalid TODO
2015-01-07 Chandler Carruth[PM] Fix a pretty nasty bug where the new pass manager...
2015-01-07 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedAdd for...
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 Matt ArsenaultR600/SI: Add class intrinsic
2015-01-06 Mehdi AminiUse a Factory Method for MachineFunctionInfo Creation
2015-01-06 Tom StellardTriple: Add amdgcn triple
2015-01-06 Chandler Carruth[PM] Introduce a utility pass that preserves no analyses.
2015-01-06 Chandler Carruth[PM] Add a utility pass template that synthesizes the...
2015-01-06 Chandler Carruth[PM] Add a utility to the new pass manager for generati...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2015-01-05 Frederic RissMake DIE.h a public CodeGen header.
2015-01-05 Duncan P. N. Exon... IR: Prune arguments to ValueAsMetadata::ValueAsMetadata()
2015-01-05 Chandler Carruth[PM] Don't run the machinery of invalidating all the...
2015-01-05 Chandler Carruth[PM] Add names and debug logging for analysis passes...
2015-01-05 Michael GottesmanConvert SmallMapVector from a class to a struct.
2015-01-05 Chandler Carruth[PM] Cleanup a place where I forgot to update the heade...
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2015-01-04 Chandler Carruth[PM] Split the AssumptionTracker immutable pass into...
2015-01-03 Hal Finkel[PowerPC/BlockPlacement] Allow target to provide a...
2015-01-02 Chandler Carruth[PM] Add proper documentation for the ModulePassManager and
2015-01-02 Chandler Carruth[PM] Actually include the correct file name. Sorry...
2015-01-02 Chandler Carruth[PM] Lift the majority of the template boilerplate...
2015-01-02 Chandler Carruth[PM] Fix some formatting where clang-format has improve...
2015-01-02 David MajnemerAnalysis: Reformulate WillNotOverflowUnsignedMul for...
2015-01-01 Michael GottesmanRevert "Just use a using directive in SmallMapVector...
2015-01-01 Chandler CarruthRevert r225053: Add an ArrayRef upcasting constructor...
2015-01-01 Michael GottesmanJust use a using directive in SmallMapVector instead...
2014-12-31 Michael GottesmanAdd 2x constructors for TinyPtrVector, one that takes...
2014-12-31 Michael GottesmanAdd a SmallMapVector class that is a MapVector with...
2014-12-31 Michael GottesmanAdd an ArrayRef upcasting constructor from ArrayRef...
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 Peter Collingbournex86_64: Fix calls to __morestack under the large code...
2014-12-30 Elena DemikhovskySome code improvements in Masked Load/Store.
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-30 Philip ReamesAdd IRBuilder routines for gc.statepoints, gc.results...
2014-12-29 Philip ReamesCarry facts about nullness and undef across GC relocation
2014-12-29 Rafael EspindolaAdd segmented stack support for DragonFlyBSD.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-29 Chandler Carruth[multilib] Add support to the autoconf build to substitute
2014-12-28 Andrea Di Biagio[CodeGenPrepare] Teach when it is profitable to specula...
2014-12-25 Elena DemikhovskyMasked Load/Store - Changed the order of parameters...
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Matthias BraunLiveInterval: Introduce createMainRangeFromSubranges().
2014-12-24 Kevin EnderbyAnother attempt to fix the LLVM Windows build bot lld...
2014-12-23 Kevin EnderbyAttempt to fix the LLVM Windows build bot lld-x86_64...
2014-12-23 Kevin EnderbyAdd printing the LC_THREAD load commands with llvm...
2014-12-23 Rafael EspindolaFinish removing DestroySource.
2014-12-23 Adrian PrantlDIBuilder: Similar to createPointerType, make createMem...
2014-12-23 Elena DemikhovskyAVX-512: Added FMA instructions, intrinsics an tests...
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
next