llvm-6502/lib
Sanjoy Das 152f3b5997 [CallGraph] Given -print-callgraph a stable printing order.
Summary:
Since FunctionMap has llvm::Function pointers as keys, the order in
which the traversal happens can differ from run to run, causing spurious
FileCheck failures.  Have CallGraph::print sort the CallGraphNodes by
name before printing them.

Reviewers: bogner, chandlerc

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D10575

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240191 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-19 23:20:31 +00:00
..
Analysis [CallGraph] Given -print-callgraph a stable printing order. 2015-06-19 23:20:31 +00:00
AsmParser Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Bitcode Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
CodeGen MIR Parser: report an error when a basic block isn't found. 2015-06-19 20:12:03 +00:00
DebugInfo Try to fix generation of LLVMExports.cmake under Visual Studio. 2015-06-19 21:50:27 +00:00
ExecutionEngine Improve error handling of getRelocationAddend. 2015-06-19 20:58:43 +00:00
Fuzzer
IR Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
IRReader
LibDriver Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LineEditor
Linker Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
LTO
MC Fix header path in CMake. NFC. 2015-06-19 20:49:02 +00:00
Object Make getRelocationSection MachO only. 2015-06-19 17:54:28 +00:00
Option Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Passes
ProfileData Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Support Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
TableGen Fixed/added namespace ending comments using clang-tidy. NFC 2015-06-19 15:57:42 +00:00
Target Improve error handling of getRelocationAddend. 2015-06-19 20:58:43 +00:00
Transforms [LoopDist] Rename RuntimeCheckEmitter to LoopVersioning, NFC 2015-06-19 19:32:48 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile