llvm-6502/lib
Kevin Enderby faf363ff83 Change the prototype for MCContext::FatalError() so it can be called
from places like MCCodeEmitter() in the MC backend when the
MCContext is const.

I was going to use this in my change for r206669 but Jim convinced
me to use an assert there. But this still is a good tweak.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206923 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-22 21:42:18 +00:00
..
Analysis blockfreq: Skip irreducible backedges inside functions 2014-04-22 03:31:53 +00:00
AsmParser
Bitcode
CodeGen Use std::unique_ptr to handle ownership of DwarfUnits in DwarfFile. 2014-04-22 21:27:37 +00:00
DebugInfo [Modules] Make Support/Debug.h modular. This requires it to not change 2014-04-21 22:55:11 +00:00
ExecutionEngine [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:04:17 +00:00
IR Fix DataLayout::operator==(). 2014-04-22 17:47:03 +00:00
IRReader
LineEditor
Linker
LTO Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
MC Change the prototype for MCContext::FatalError() so it can be called 2014-04-22 21:42:18 +00:00
Object Convert getFileOffset to getOffset and move it to its only user. 2014-04-21 13:45:32 +00:00
Option Protect the ArgList dtor 2014-04-20 23:59:00 +00:00
ProfileData ProfileData: Remove an extra semicolon 2014-04-19 23:42:50 +00:00
Support [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:07:47 +00:00
TableGen
Target Fix the assembler to print a better relocatable expression error 2014-04-22 17:27:29 +00:00
Transforms [Constant Hoisting] Materialize the constant before the cloned cast instruction. 2014-04-22 18:06:58 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile