llvm-6502/lib
Benjamin Kramer 2e608c6b61 PathV2: Handle more reserved filenames on windows.
Patch by Aaron Ballman!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138213 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-20 21:36:38 +00:00
..
Analysis Add constant folding support for bitcasts of splat vectors to integers. 2011-08-20 14:02:29 +00:00
Archive Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
AsmParser Remove unused variable. 2011-08-18 08:13:18 +00:00
Bitcode Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
CodeGen Do not use named md nodes to track variables that are completely optimized. This does not scale while doing LTO with debug info. New approach is to include list of variables in the subprogram info directly. 2011-08-19 23:28:12 +00:00
CompilerDriver Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
ExecutionEngine EE: Provide the symbol "lseek64" explicitly with <unistd.h> on Linux glibc. 2011-08-14 00:34:04 +00:00
Linker switch to the new struct api. 2011-08-12 18:07:26 +00:00
MC Fix AsmParser binary precedence for shift operators. 2011-08-20 16:24:13 +00:00
Object Rewrite the CMake build to use explicit dependencies between libraries, 2011-07-29 00:14:25 +00:00
Support PathV2: Handle more reserved filenames on windows. 2011-08-20 21:36:38 +00:00
Target Cast through intptr_t, ISO C++ requires it. 2011-08-20 02:22:42 +00:00
Transforms If we're splitting the landing pad block and assigning it only one predecessor, 2011-08-19 23:46:30 +00:00
VMCore Rip out the old StructType APIs as warned about on llvmdev last week. 2011-08-18 17:39:28 +00:00
CMakeLists.txt Build CompilerDriver library. 2011-03-12 22:01:42 +00:00
Makefile