llvm-6502/lib
Preston Gurd 7549354181 Make IntelJITEvents and OProfileJIT as optional libraries and add
optional library support to the llvm-build tool:
 - Add new command line parameter to llvm-build: “--enable-optional-libraries”
 - Add handing of new llvm-build library type “OptionalLibrary”
 - Update Cmake and automake build systems to pass correct flags to llvm-build
   based on configuration

Patch by Dan Malea!



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156319 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-07 19:38:40 +00:00
..
Analysis Rename the Region::block_iterator to Region::block_node_iterator, and 2012-05-04 20:55:23 +00:00
Archive
AsmParser
Bitcode
CodeGen Add a new target hook "predictableSelectIsExpensive". 2012-05-05 12:49:14 +00:00
DebugInfo
ExecutionEngine Make IntelJITEvents and OProfileJIT as optional libraries and add 2012-05-07 19:38:40 +00:00
Linker
MC Nuke a few dead remnants of the CBE. 2012-05-05 17:45:12 +00:00
Object
Support Don't assume size_t is unsigned long long. 2012-05-07 18:12:42 +00:00
TableGen Move llvm-tblgen's StringMatcher into the TableGen library so it can 2012-05-02 17:32:48 +00:00
Target Add TRI::getCommonSuperRegClass(). 2012-05-07 19:14:58 +00:00
Transforms Switch the select to branch transformation on by default. 2012-05-06 14:25:16 +00:00
VMCore Reapply r155682, making constant folding more consistent, with a fix to work 2012-04-27 17:50:22 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile