llvm-6502/lib
Ranjeet Singh a5106ca54d There are a few places where subtarget features are still
represented by uint64_t, this patch replaces these
usages with the FeatureBitset (std::bitset) type.

Differential Revision: http://reviews.llvm.org/D10542


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241058 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-30 11:30:42 +00:00
..
Analysis Move delinearization from SCEVAddRecExpr to ScalarEvolution 2015-06-29 14:42:48 +00:00
AsmParser Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
Bitcode Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
CodeGen Debug info: Add dwarf backend support for DIModule. 2015-06-30 02:13:04 +00:00
DebugInfo Don't return error_code from a function that doesn't fail. 2015-06-30 04:08:37 +00:00
ExecutionEngine Don't return error_code from a function that doesn't fail. 2015-06-30 01:53:01 +00:00
Fuzzer
IR Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO Teach LTOModule to emit linker flags for dllexported symbols, plus interface cleanup. 2015-06-29 22:04:09 +00:00
MC There are a few places where subtarget features are still 2015-06-30 11:30:42 +00:00
Object Don't return error_code from a function that doesn't fail. 2015-06-30 04:08:37 +00:00
Option
Passes
ProfileData
Support Drop the OS from the WebAssembly target triple for now. 2015-06-30 03:52:25 +00:00
TableGen
Target There are a few places where subtarget features are still 2015-06-30 11:30:42 +00:00
Transforms [LoopSimplify] Set proper debug location in loop backedge blocks. 2015-06-29 21:30:14 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile