llvm-6502/include/llvm
Sasa Stankovic 068a8c145a [mips] Implement NaCl sandboxing of indirect jumps:
* Align targets of indirect jumps to instruction bundle boundaries (in MI layer).
  * Add masking instructions before indirect jumps (in MC layer).

Differential Revision: http://llvm-reviews.chandlerc.com/D2847


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202479 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-28 10:00:38 +00:00
..
ADT fix crash in SmallDenseMap copy constructor 2014-02-25 23:35:13 +00:00
Analysis Constify the Optnone checks in IR passes. 2014-02-26 01:23:26 +00:00
AsmParser
Bitcode
CodeGen Add missing const 2014-02-24 21:01:18 +00:00
Config Unconditionally include msan_interface.h when building with MSan. 2014-02-20 11:37:03 +00:00
DebugInfo llvm-dwarfdump: Support for debug_line.dwo section for file names for type units under fission. 2014-02-24 23:58:54 +00:00
ExecutionEngine Rename some member variables from TD to DL. 2014-02-18 15:33:12 +00:00
IR Add 'remark' diagnostic type in LLVM 2014-02-28 09:08:45 +00:00
IRReader
LineEditor
LTO
MC [mips] Implement NaCl sandboxing of indirect jumps: 2014-02-28 10:00:38 +00:00
Object Turn static inline functions to inline, following Rafael's suggestion 2014-02-28 08:23:09 +00:00
Option
Support Re-apply r200853, which should not crash after Clang plugins were converted to loadable modules in r201256. 2014-02-27 14:47:37 +00:00
TableGen
Target Add an OutPatFrag TableGen class 2014-02-28 00:26:56 +00:00
Transforms [CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen. 2014-02-22 00:07:45 +00:00
AutoUpgrade.h
CMakeLists.txt
DebugInfo.h Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
DIBuilder.h Add a debug info code generation level to the compile unit metadata 2014-02-27 01:24:56 +00:00
GVMaterializer.h
InitializePasses.h Make DataLayout a plain object, not a pass. 2014-02-25 17:30:31 +00:00
InstVisitor.h
LinkAllIR.h
LinkAllPasses.h
Linker.h Set the SuppressWarnings option on tool level and propagate to the library. 2014-02-20 22:19:24 +00:00
Pass.h Constify the Optnone checks in IR passes. 2014-02-26 01:23:26 +00:00
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h