llvm-6502/lib
2013-06-19 21:03:50 +00:00
..
Analysis
AsmParser
Bitcode
CodeGen Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change. 2013-06-19 20:51:24 +00:00
DebugInfo
ExecutionEngine Basic support for parsing Mach-O universal binaries in LLVMObject library 2013-06-18 15:03:28 +00:00
IR We want a string representation of the attribute, not the kind as a string. 2013-06-18 21:27:00 +00:00
IRReader
Linker
MC Allow creation of single-byte MCAtoms. 2013-06-19 20:18:59 +00:00
Object MachOUniversal.cpp: Fix abuse of Twine. It would be sufficient to use std::string instead. 2013-06-19 09:55:05 +00:00
Option
Support Modified the implementation of fs::GetUniqueID on Windows such that it actually finds a unique identifier for a file. Also adds unit tests for GetUniqueID. 2013-06-19 21:03:50 +00:00
TableGen
Target Access the TargetLoweringInfo from the TargetMachine object instead of caching it. The TLI may change between functions. No functionality change. 2013-06-19 20:51:24 +00:00
Transforms Move StructurizeCFG out of R600 to generic Transforms. 2013-06-19 20:18:24 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile