llvm-6502/lib
Andrew Trick 72cf01cc7c Minor extension to llvm.experimental.patchpoint: don't require a call.
If a null call target is provided, don't emit a dummy call. This
allows the runtime to reserve as little nop space as it needs without
the requirement of emitting a call.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194676 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-14 06:54:10 +00:00
..
Analysis Added BlockFrequencyInfo::view for displaying the block frequency propagation graph via graphviz. 2013-11-14 02:27:46 +00:00
AsmParser [Stackmap] Add AnyReg calling convention support for patchpoint intrinsic. 2013-11-08 23:28:16 +00:00
Bitcode Extract a bc attr parsing helper that returns Attribute::None on error 2013-11-12 01:31:00 +00:00
CodeGen Minor extension to llvm.experimental.patchpoint: don't require a call. 2013-11-14 06:54:10 +00:00
DebugInfo
ExecutionEngine Fixing a problem with iterator validity in RuntimeDyldImpl::resolveExternalSymbols 2013-11-11 19:55:10 +00:00
IR llvm-cov: Slightly improved error checking. 2013-11-14 00:38:41 +00:00
IRReader [llvm-c] Expose IRReader interface 2013-11-06 09:21:15 +00:00
Linker Revert "Move copying of global initializers below the cloning of functions." 2013-11-09 00:43:18 +00:00
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC Don't mangle \n and " 2013-11-14 06:05:49 +00:00
Object
Option
Support Add dyn_cast<> support to YAML I/O's IO class 2013-11-14 02:38:07 +00:00
TableGen
Target Minor extension to llvm.experimental.patchpoint: don't require a call. 2013-11-14 06:54:10 +00:00
Transforms Use StringRef instead of std::string 2013-11-13 20:09:11 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile