1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib
Owen Anderson ae195f79a4 Minimize #includes in a top-level header.
llvm-svn: 113772
2010-09-13 18:47:42 +00:00
..
Analysis Teach InstructionSimplify to fold (A & B) & A -> A & B and (A | B) | A -> A | B. 2010-09-10 22:39:55 +00:00
Archive CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. 2010-09-10 21:14:25 +00:00
AsmParser CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. 2010-09-10 21:14:25 +00:00
Bitcode Add full auto-upgrade support for LLVM 2.7 bitcode metadata. 2010-09-13 18:00:48 +00:00
CodeGen Silence more warnings. Two more unused variables. 2010-09-13 18:30:57 +00:00
CompilerDriver CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. 2010-09-10 21:14:25 +00:00
ExecutionEngine CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. 2010-09-10 21:14:25 +00:00
Linker CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. 2010-09-10 21:14:25 +00:00
MC Factoring and potential bug fix. The elf "flags" cannot be used as masks. 2010-09-13 17:39:45 +00:00
Support Create PTX backend. Patch by Che-Liang Chiou! 2010-09-07 18:14:24 +00:00
System lib/System/Host.cpp: 7bit-ize. Eliminate "TM" and "(R)" in comments. 2010-09-09 13:30:48 +00:00
Target trailing whitespace 2010-09-13 18:25:42 +00:00
Transforms Remove unused variable. 2010-09-13 18:27:59 +00:00
VMCore Minimize #includes in a top-level header. 2010-09-13 18:47:42 +00:00
Makefile