llvm-6502/lib
David Greene a5bb59f856 Fix some column padding bugs, reorganize things as suggested by Chris
and eliminate complexity.  Yay!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78243 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-05 21:00:52 +00:00
..
Analysis Remove unnecessary ProfileInfoLoader methods. 2009-08-05 15:55:56 +00:00
Archive Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h 2009-08-04 22:41:48 +00:00
AsmParser Factor some of the constants+context related code out into a separate header, to make LLVMContextImpl.h 2009-08-04 22:41:48 +00:00
Bitcode revert r78048, it isn't worth using assertingvh here. 2009-08-04 23:07:12 +00:00
CodeGen Fix some column padding bugs, reorganize things as suggested by Chris 2009-08-05 21:00:52 +00:00
CompilerDriver
Debugger
ExecutionEngine Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old 2009-08-04 23:53:16 +00:00
Linker
MC
Support Fix FindExecutable to use sys::Path::GetMainExecutable instead of 2009-08-05 20:21:17 +00:00
System Minor code simplification. 2009-08-05 20:16:55 +00:00
Target remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. 2009-08-05 20:49:52 +00:00
Transforms Check for !isa<Constant> instead of isa<Instruction>. This 2009-08-04 23:23:56 +00:00
VMCore Privatize the FunctionType table. 2009-08-05 18:13:27 +00:00
Makefile