1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-26 06:22:56 +02:00
llvm-mirror/lib
2009-05-27 02:07:15 +00:00
..
Analysis Add braces around an array initializer. 2009-05-27 02:07:15 +00:00
Archive
AsmParser Use v.data() instead of &v[0] when SmallVector v might be empty. 2009-05-21 09:52:38 +00:00
Bitcode Make MDNode use CallbackVH. Also change MDNode to store Value* instead of 2009-05-10 20:57:05 +00:00
CodeGen Start of refactoring LegalizeDAG so that we don't need specialized 2009-05-27 01:25:56 +00:00
CompilerDriver -write-graph now can be used with -o. 2009-03-27 12:57:14 +00:00
Debugger
ExecutionEngine stat64/open64/lseek64 for the interpreter 2009-05-23 16:23:59 +00:00
Linker Add a new "available_externally" linkage type. This is intended 2009-04-13 05:44:34 +00:00
Support Add llvm::triple constructor from arch, vendor, os strings, and recognize 2009-05-22 02:24:11 +00:00
System Work around a page size issue on Cygwin. 2009-05-23 17:57:59 +00:00
Target Don't abuse the quirky behavior of LegalizeDAG for XINT_TO_FP and 2009-05-27 00:47:34 +00:00
Transforms Change ScalarEvolution::getSCEVAtScope to always return the original value 2009-05-24 23:25:42 +00:00
VMCore Audit the type constructors. Previously it was possible to create [0 x void] 2009-05-25 21:28:11 +00:00
Makefile