llvm-6502/unittests
Duncan P. N. Exon Smith 8629ae24e7 IR: Add helper to split debug info flags bitfield
Split debug info 'flags' bitfield over a vector so the current flags can
be iterated over.  This API (in combination with r230107) will be used
for assembly support for symbolic constants.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@230108 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-21 00:45:26 +00:00
..
ADT Correcting the ArrayRef test to not cause use-after-free bugs with initializer lists. Should also silence a -Wsign-compare warning accidentally introduced. 2015-02-17 17:44:07 +00:00
Analysis
Bitcode
CodeGen
DebugInfo
ExecutionEngine
IR IR: Add helper to split debug info flags bitfield 2015-02-21 00:45:26 +00:00
LineEditor
Linker
MC
Option
ProfileData InstrProf: Don't combine expansion regions with code regions 2015-02-18 19:01:06 +00:00
Support
Transforms Introduce bitset metadata format and bitset lowering pass. 2015-02-20 20:30:47 +00:00
CMakeLists.txt
Makefile
Makefile.unittest