1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/lib
Vikram S. Adve 6c5f14ebbc Add support to print constant arrays and structures.
Align data larger than an L1 cache line on L1 cache line boundary.

llvm-svn: 1228
2001-11-09 02:19:29 +00:00
..
Analysis Print the method that makes an instruction invalid 2001-11-08 19:29:51 +00:00
AsmParser Improve some debugging code 2001-11-02 07:46:26 +00:00
Bytecode Fix obscure nasty bug with bytecode writing that could cause the last byte to be dropped. 2001-11-04 21:32:41 +00:00
CodeGen Use node->getOpCode() instead of node->getMachineInstr()->getOpCode(). 2001-11-09 02:14:20 +00:00
ExecutionEngine Correct problem that allows indirect function calls 2001-11-07 20:12:30 +00:00
Support Provide option to enable eating of all arguments following a specific one 2001-10-27 05:54:17 +00:00
Target Add support to print constant arrays and structures. 2001-11-09 02:19:29 +00:00
Transforms Remove false optimization that basically broke everything 2001-11-09 01:08:10 +00:00
VMCore Removed MachineCodeForMethod object and made it an annotation. 2001-11-08 04:38:58 +00:00
Makefile Compile the transforms directory 2001-10-13 07:04:00 +00:00