llvm-6502/include/llvm
Tom Stellard 709048c47b Merging r202720:
------------------------------------------------------------------------
r202720 | thomas.stellard | 2014-03-03 07:22:00 -0800 (Mon, 03 Mar 2014) | 8 lines

Add patch level to llvm version in CMake and Autoconf

The shared library generated by autoconf will now be called
libLLVM-$(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_PATCH)$(VERSION_SUFFIX).so
and a symlink named
libLLVM-$(VERSION_MAJOR).$(VERSION_MINOR)$(VERSION_SUFFIX).so will
also be created in the install directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_34@204262 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-19 20:36:02 +00:00
..
ADT Merging r196768: 2013-12-10 18:46:12 +00:00
Analysis ScalarEvolution: Warn if the result of setFlags/clearFlags is unused. 2013-11-16 16:25:47 +00:00
Assembly
Bitcode Add addrspacecast instruction. 2013-11-15 01:34:59 +00:00
CodeGen Merging r195401: 2013-12-02 07:37:46 +00:00
Config Merging r202720: 2014-03-19 20:36:02 +00:00
DebugInfo DWARF parser: Use ArrayRef to represent form sizes and simplify DWARFDIE::extractFast() interface. No functionality change. 2013-10-28 23:41:49 +00:00
ExecutionEngine [weak vtables] Remove a bunch of weak vtables 2013-11-19 00:57:56 +00:00
IR Merging r196144: 2013-12-09 21:03:35 +00:00
IRReader
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC Merging r195148: 2013-11-27 06:44:18 +00:00
Object Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. 2013-11-15 20:23:25 +00:00
Option
Support Merging r196144: 2013-12-09 21:03:35 +00:00
TableGen Speling fixes. 2013-10-22 15:18:03 +00:00
Target Merging r195491: 2013-11-25 05:21:50 +00:00
Transforms Add a loop rerolling flag to the PassManagerBuilder 2013-11-17 16:02:50 +00:00
AutoUpgrade.h Merging r196158: 2013-12-09 21:06:30 +00:00
CMakeLists.txt
DebugInfo.h Merging r196172: 2013-12-09 21:07:27 +00:00
DIBuilder.h DebugInfo: Simplify a few more explicit constructions, underconstrained types, and make DIType(MDNode*) explicit like all the other DI* node ctors. 2013-11-18 23:33:32 +00:00
GVMaterializer.h Use error_code in GVMaterializer. 2013-11-05 19:36:34 +00:00
InitializePasses.h Add a loop rerolling pass 2013-11-16 23:59:05 +00:00
InstVisitor.h Add addrspacecast instruction. 2013-11-15 01:34:59 +00:00
LinkAllIR.h
LinkAllPasses.h Add a loop rerolling pass 2013-11-16 23:59:05 +00:00
Linker.h
Pass.h
PassAnalysisSupport.h
PassManager.h Move the old pass manager infrastructure into a legacy namespace and 2013-11-09 12:26:54 +00:00
PassRegistry.h
PassSupport.h