llvm-6502/lib
Chris Lattner 0d9a0865c6 add jit support for the new psuedo instructions I added for
the add/or xform.  The JIT isn't mcized yet, boo.

This fixes Olden/voronoi, bh and a ton of other stuff that
uses the jit.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116125 91177308-0d34-0410-b5e6-96231b3b80d8
2010-10-08 23:59:27 +00:00
..
Analysis Start separating out code metrics into code size metrics and code performance metrics. Partial Specialization will apply the former to function specializations, and the latter to all callsites that can use a specialization, in order to decide whether to create a specialization 2010-10-08 13:57:31 +00:00
Archive
AsmParser
Bitcode
CodeGen Rename SplitEditor::rewrite to finish() and break it out into a couple of new 2010-10-08 23:42:21 +00:00
CompilerDriver
ExecutionEngine
Linker
MC MC-COFF: Handle relaxation in COFF better. Fixes PR8321. 2010-10-07 23:55:40 +00:00
Support Unbreak cmake build. 2010-10-07 23:12:15 +00:00
System CrashRecovery: Fix raise() override to actually send the right signal, *cough*. 2010-10-08 18:31:34 +00:00
Target add jit support for the new psuedo instructions I added for 2010-10-08 23:59:27 +00:00
Transforms Filter out illegal formulae after updating offsets, not before, so that 2010-10-08 19:33:26 +00:00
VMCore Now with fewer extraneous semicolons! 2010-10-07 22:25:06 +00:00
Makefile