llvm-6502/lib
Mikhail Glushenkov f188178a2f Reorganize llvmc code.
Move the code from 'llvmc/driver' into a new CompilerDriver library, and change
the build system accordingly. Makes it easier for projects using LLVM to build
their own llvmc-based drivers.

Tested with objdir != srcdir.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65821 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-02 09:01:14 +00:00
..
Analysis Change WriteTypeSymbolic to not put a space out before types, also, remove 2009-02-28 21:05:51 +00:00
Archive
AsmParser Fix a pretty awesome bug that only happened in a strange case with anonymous 2009-03-01 00:53:13 +00:00
Bitcode
CodeGen Fix a problem with DAGCombine on 64b targets where folding 2009-03-01 23:44:07 +00:00
CompilerDriver Reorganize llvmc code. 2009-03-02 09:01:14 +00:00
Debugger
ExecutionEngine
Linker
Support
System If an executable is run through a symlink, dladdr will return the 2009-02-19 05:34:35 +00:00
Target Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new 2009-03-01 01:13:55 +00:00
Transforms Temporarily revert r65755. It was causing failures in the self-hosting 2009-03-01 03:55:12 +00:00
VMCore Another sentinel optimization. This one should always 2009-03-01 17:13:15 +00:00
Makefile Reorganize llvmc code. 2009-03-02 09:01:14 +00:00