[Hexagon] Make memcpy lowering thread-safe
[oota-llvm.git] / lib / Target / Hexagon / HexagonTargetMachine.h
2015-12-16 Tobias Edler von... [Hexagon] Make memcpy lowering thread-safe
2015-08-05 Krzysztof Parzyszek[Hexagon] Implement TargetTransformInfo for Hexagon
2015-06-11 Daniel SandersReplace string GNU Triples with llvm::Triple in TargetM...
2015-03-25 Krzysztof ParzyszekRevert r233206
2015-03-25 Krzysztof Parzyszek[Hexagon] Keep the bare getSubtargetImpl for now
2015-03-21 Eric ChristopherRemove the target independent TargetMachine::getSubtarg...
2015-03-12 Mehdi AminiMove the DataLayout to the generic TargetMachine, makin...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-11-20 Reid KlecknerAdd out of line virtual destructors to all LLVMTargetMa...
2014-11-13 Aditya NandakumarThis patch changes the ownership of TLOF from TargetLow...
2014-09-18 Aaron BallmanReverting NFC changes from r218050. Instead, the warnin...
2014-09-18 Aaron BallmanFixing a bunch of -Woverloaded-virtual warnings due...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-27 Eric ChristopherMove all of the hexagon subtarget dependent variables...
2014-06-27 Eric ChristopherInstrItineraryData is already on the subtarget, no...
2014-05-01 Pranav BhandarkarRemove HexagonTargetMachine::addPassesForOptimizations...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-17 Craig TopperReorder includes in Target backends to following coding...
2012-03-17 Craig TopperPass TargetOptions to HexagonTargetMachine constructor...
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
2011-12-16 Benjamin KramerHexagon: Fix a nasty order-of-initialization bug.
2011-12-12 Tony LinthicumHexagon backend support