llvm-6502/lib
JF Bastien 5d382c45da WebAssembly: fix build breakage.
Summary:
processFunctionBeforeCalleeSavedScan was renamed to determineCalleeSaves and now takes a BitVector parameter as of rL242165, reviewed in http://reviews.llvm.org/D10909

WebAssembly is still marked as experimental and therefore doesn't build by default. It does, however, grep by default! I notice that processFunctionBeforeCalleeSavedScan is still mentioned in a few comments and error messages, which I also fixed.

Reviewers: qcolombet, sunfish

Subscribers: jfb, dsanders, hfinkel, MatzeB, llvm-commits

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@242242 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-14 23:06:07 +00:00
..
Analysis [LAA] Introduce RuntimePointerChecking::PointerInfo, NFC 2015-07-14 22:32:50 +00:00
AsmParser
Bitcode
CodeGen Add allnodes() iterator range to SelectionDAG. NFC. 2015-07-14 22:10:54 +00:00
DebugInfo
ExecutionEngine
Fuzzer
IR
IRReader
LibDriver
LineEditor
Linker
LTO
MC
Object Add support for reading members out of thin archives. 2015-07-14 22:18:43 +00:00
Option
Passes
ProfileData
Support Caused regressions: compile Release+Asserts failed on clang-native-arm-cortex-a9 2015-07-14 14:34:06 +00:00
TableGen
Target WebAssembly: fix build breakage. 2015-07-14 23:06:07 +00:00
Transforms [InstCombine] Generalize sub of selects optimization to all BinaryOperators 2015-07-14 22:39:23 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile