llvm-6502/lib
Andreas Neustifter e7ddcfdebe Preparation for Optimal Edge Profiling:
This adds a pass to verify the current profile against the flow conditions.
This is very helpful when later on trying to perserve the profiling information
during all passes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@80666 91177308-0d34-0410-b5e6-96231b3b80d8
2009-09-01 08:48:42 +00:00
..
Analysis Preparation for Optimal Edge Profiling: 2009-09-01 08:48:42 +00:00
Archive Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
AsmParser Minor logic simplification. 2009-08-29 23:37:49 +00:00
Bitcode Reapply 79977. 2009-08-28 23:24:31 +00:00
CodeGen Fix pr4843: When an instruction has multiple destination registers that are 2009-09-01 04:18:40 +00:00
CompilerDriver convert LoopInfo.h and GraphWriter.h to use raw_ostream 2009-08-23 07:19:13 +00:00
Debugger Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
ExecutionEngine Fix OProfile support after r80406 changed the DebugInfo interface from 2009-08-29 00:44:16 +00:00
Linker Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
MC llvm-mc: Store MCSymbolData value as a pointer (to make MSVC happy). 2009-09-01 04:09:03 +00:00
Support Add triple parsing support for XCore. 2009-08-31 21:51:36 +00:00
System Fix ExplicitSymbols leak. 2009-08-31 16:12:29 +00:00
Target Generate code for vld{234}_lane intrinsics. 2009-09-01 04:26:28 +00:00
Transforms Change CallGraphNode to maintain it's Function as an AssertingVH 2009-09-01 06:31:31 +00:00
VMCore Free the constants that have no uses in ~LLVMContext. 2009-08-31 16:14:59 +00:00
Makefile