llvm-project/lld/lib
Sid Manning 823e8bb7be This patch changes the following:
* Use conventional naming for KindHandlers.
  * Add X86 relocation routines.
  * Use std::function instead of function pointers in _fixupHandler map.
  * Change _fixupHandler map from std::map to llvm::DenseMap.
  * Add simple testcase for x86 relocations.

llvm-svn: 166700
2012-10-25 17:53:04 +00:00
..
Core use llvm_unreachable() instead of assert(0) for invalid enum values in switch statements 2012-06-15 20:37:24 +00:00
Passes Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00
ReaderWriter This patch changes the following: 2012-10-25 17:53:04 +00:00
CMakeLists.txt Major refactoring: Remove Platform concept. In its place there are 2012-05-31 22:34:00 +00:00