llvm-6502/lib
2008-04-16 09:46:40 +00:00
..
Analysis Major repairs to the post-dominators implementation. Patch from Florian Brandner! 2008-04-16 04:21:16 +00:00
Archive
AsmParser
Bitcode Gabor points out that reserveOperandSpace takes # of values, 2008-04-13 00:14:42 +00:00
CodeGen Rewrite LiveVariable liveness computation. The new implementation is much simplified. It eliminated the nasty recursive routines and removed the partial def / use bookkeeping. There is also potential for performance improvement by replacing the conservative handling of partial physical register definitions. The code is currently disabled until live interval analysis is taught of the name scheme. 2008-04-16 09:46:40 +00:00
Debugger
ExecutionEngine Fix some serious logic errors that broke the jit on darwin/x86-64. 2008-04-13 07:04:56 +00:00
Linker Revert r49614. As Dan pointed out, some of these aren't correct. 2008-04-14 17:38:21 +00:00
Support Use gv's --spartan option, which trades away an extra row of UI buttons 2008-04-15 17:27:05 +00:00
System Restore code to disable crash catcher on older OS X systems 2008-04-12 00:47:46 +00:00
Target Add support for the form of the SSE41 extractps instruction that 2008-04-16 02:32:24 +00:00
Transforms VisualStudio project files updated. #include <algorithm> added to make VisualStudio happy. Also had to undefine setjmp because of #include <csetjmp> turning setjmp into _setjmp in VisualStudio. 2008-04-15 21:27:11 +00:00
VMCore Major repairs to the post-dominators implementation. Patch from Florian Brandner! 2008-04-16 04:21:16 +00:00
Makefile