llvm-6502/lib
Dylan Noblesmith c06b511eba ExecutionEngine: push TargetMachine creation into clients
In particular, into EngineBuilder. This should only impact
the private API between the EE and EB classes, not external
clients, since JITCtor and MCJITCtor are both protected members.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131026 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-06 22:06:22 +00:00
..
Analysis PR9838: Fix transform introduced in r127064 to not trigger when only one side of the icmp is an exact shift. 2011-05-05 21:59:18 +00:00
Archive
AsmParser Remove unused variables caught by GCC's -Wunused-but-set-variable. 2011-05-03 16:00:27 +00:00
Bitcode It's valid to take the blockaddress of a different function, so remove this 2011-05-06 21:09:44 +00:00
CodeGen Emit a proper error message when register allocators run out of registers. 2011-05-06 21:58:30 +00:00
CompilerDriver
ExecutionEngine ExecutionEngine: push TargetMachine creation into clients 2011-05-06 22:06:22 +00:00
Linker
MC Dead code elimination. 2011-05-06 14:56:22 +00:00
Object Remove dead variable pointed out by GCC 4.6 warnings, and reflow this a little 2011-05-02 05:05:29 +00:00
Support In option typo correction, consider -foo=VALUE flags as two distinct parts. The 2011-05-02 05:24:47 +00:00
Target Make the logic for determining function alignment more explicit. No functionality change. 2011-05-06 20:34:06 +00:00
Transforms Fix PR9820: a read-only call differs from a load in that a load doesn't 2011-05-06 10:30:37 +00:00
VMCore In debug output, clearly list new instructions without DebugLoc. 2011-05-05 22:05:57 +00:00
CMakeLists.txt
Makefile