..
InstPrinter
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
MCTargetDesc
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
TargetInfo
Prune redundant dependencies in LLVMBuild.txt.
2013-12-11 00:30:57 +00:00
CMakeLists.txt
[CMake] Let add_public_tablegen_target() provide intrinsics_gen, too.
2013-11-28 17:04:31 +00:00
LLVMBuild.txt
Prune redundant dependencies in LLVMBuild.txt.
2013-12-11 00:30:57 +00:00
Makefile
…
ManagedStringPool.h
Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid specifying the vector size.
2013-07-04 01:31:24 +00:00
NVPTX.h
[NVPTX] Remove unused prototypes
2013-07-22 17:04:40 +00:00
NVPTX.td
Change the default of AsmWriterClassName and isMCAsmWriter.
2013-12-02 04:55:42 +00:00
NVPTXAllocaHoisting.cpp
ARM: implement ldrex, strex and clrex intrinsics
2013-07-16 09:46:55 +00:00
NVPTXAllocaHoisting.h
[stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes.
2013-12-19 03:17:11 +00:00
NVPTXAsmPrinter.cpp
Put the functionality for printing a value to a raw_ostream as an
2014-01-09 02:29:41 +00:00
NVPTXAsmPrinter.h
Move the llvm mangler to lib/IR.
2014-01-07 21:19:40 +00:00
NVPTXFrameLowering.cpp
[NVPTX] Fix bug in stack code generation causes by MC conversion
2013-08-06 14:13:31 +00:00
NVPTXFrameLowering.h
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXGenericToNVVM.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
NVPTXISelDAGToDAG.cpp
[NVPTX] Fix off-by-one error when creating the VT list for an SDNode
2013-12-05 12:58:00 +00:00
NVPTXISelDAGToDAG.h
[NVPTX] Use approximate FP ops when unsafe-fp-math is used, and append
2013-07-22 12:18:04 +00:00
NVPTXISelLowering.cpp
Remove the notion of primitive types.
2013-12-07 19:34:20 +00:00
NVPTXISelLowering.h
[NVPTX] Fix handling of indirect calls
2013-11-15 12:30:04 +00:00
NVPTXInstrFormats.td
…
NVPTXInstrInfo.cpp
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
NVPTXInstrInfo.h
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
NVPTXInstrInfo.td
[NVPTX] Fix handling of indirect calls
2013-11-15 12:30:04 +00:00
NVPTXIntrinsics.td
[NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.
2013-07-01 12:58:52 +00:00
NVPTXLowerAggrCopies.cpp
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXLowerAggrCopies.h
[stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes.
2013-12-19 03:17:11 +00:00
NVPTXMCExpr.cpp
[NVPTX] Start conversion to MC infrastructure
2013-08-06 14:13:27 +00:00
NVPTXMCExpr.h
[NVPTX] Start conversion to MC infrastructure
2013-08-06 14:13:27 +00:00
NVPTXPrologEpilogPass.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
NVPTXRegisterInfo.cpp
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rather poor and we're better off just ignoring it and letting LLVM expand all i8 ops out to i16.
2013-06-28 17:57:59 +00:00
NVPTXRegisterInfo.h
Don't pass in the TargetInstrInfo into the register info object. It doesn't use it.
2013-06-19 21:59:00 +00:00
NVPTXRegisterInfo.td
[NVPTX] Cut down on physical register defs
2013-07-01 12:59:06 +00:00
NVPTXSection.h
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
NVPTXSplitBBatBar.cpp
Fix spelling intruction -> instruction.
2013-09-28 11:46:15 +00:00
NVPTXSplitBBatBar.h
[stackprotector] Use analysis from the StackProtector pass for stack layout in PEI a nd LocalStackSlot passes.
2013-12-19 03:17:11 +00:00
NVPTXSubtarget.cpp
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
NVPTXSubtarget.h
Turn NVPTXSubtarget::getDataLayout into a static function.
2013-12-14 06:36:30 +00:00
NVPTXTargetMachine.cpp
[cleanup] Move the Dominators.h and Verifier.h headers into the IR
2014-01-13 09:26:24 +00:00
NVPTXTargetMachine.h
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXTargetObjectFile.h
[weak vtables] Remove a bunch of weak vtables
2013-11-19 00:57:56 +00:00
NVPTXUtilities.cpp
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXUtilities.h
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXVector.td
…
NVPTXutil.cpp
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00
NVPTXutil.h
…
NVVMReflect.cpp
Re-sort all of the includes with ./utils/sort_includes.py so that
2014-01-07 11:48:04 +00:00
cl_common_defines.h
[NVPTX] Run clang-format on all NVPTX sources.
2013-03-30 14:29:21 +00:00