1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 04:22:57 +02:00
llvm-mirror/lib
Bruno Cardoso Lopes 92bb02f722 Remove unused target specific node
llvm-svn: 113224
2010-09-07 17:38:55 +00:00
..
Analysis Add completely hokey binary-and and binary-or operations to ConstantRange and 2010-09-07 05:39:02 +00:00
Archive
AsmParser remove unions from LLVM IR. They are severely buggy and not 2010-08-28 04:09:24 +00:00
Bitcode zap dead code. 2010-09-04 18:12:00 +00:00
CodeGen add a comment about where this should eventually move. 2010-09-05 20:33:40 +00:00
CompilerDriver have the makefiles check the llvm-config error code instead of charging 2010-09-01 16:11:17 +00:00
ExecutionEngine Fix a comment. 2010-08-30 21:54:03 +00:00
Linker dead code patrol 2010-09-01 16:06:39 +00:00
MC MCELF: Align symtab, relocation sections and section headers properly. Patch by Krister Wombell. 2010-09-06 16:11:52 +00:00
Support Add completely hokey binary-and and binary-or operations to ConstantRange and 2010-09-07 05:39:02 +00:00
System compute the HasSSE3 bit correctly, patch by Nikolai Saoukh. 2010-09-06 05:19:44 +00:00
Target Remove unused target specific node 2010-09-07 17:38:55 +00:00
Transforms Fix major bug in thunk detection. Also verify the calling convention. 2010-09-07 01:42:10 +00:00
VMCore Replace NEON vabdl, vaba, and vabal intrinsics with combinations of the 2010-09-03 01:35:08 +00:00
Makefile