llvm-6502/lib
Rafael Espindola 54104db434 Add support for lowercase variants.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124071 91177308-0d34-0410-b5e6-96231b3b80d8
2011-01-23 16:11:25 +00:00
..
Analysis Use value ranges to fold ext(trunc) in SCEV when possible. 2011-01-23 06:20:19 +00:00
Archive
AsmParser
Bitcode
CodeGen Delay the creation of eh_frame so that the user can change the defaults. 2011-01-23 05:43:40 +00:00
CompilerDriver
ExecutionEngine Handles libffi on the CMake build. 2011-01-21 15:42:54 +00:00
Linker
MC Add support for lowercase variants. 2011-01-23 16:11:25 +00:00
Object
Support Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure. 2011-01-21 18:25:47 +00:00
Target Delay the creation of eh_frame so that the user can change the defaults. 2011-01-23 05:43:40 +00:00
Transforms Enhance SRoA to be more aggressive about scalarization of aggregate allocas 2011-01-23 08:27:54 +00:00
VMCore
Makefile