summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXAllocaHoisting.h
AgeCommit message (Expand)Author
2015-03-10NVPTX: move NVPTXAllocaHoisting into the cpp fileBenjamin Kramer
2015-03-04Make DataLayout Non-Optional in the ModuleMehdi Amini
2015-01-28[LPM] Stop using the string based preservation API. It is anChandler Carruth
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-02-25Make DataLayout a plain object, not a pass.Rafael Espindola
2013-12-19[stackprotector] Use analysis from the StackProtector pass for stack layout i...Josh Magee
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski