1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib
Reid Kleckner 59aa68169a Revert "Don't count inreg params when mangling fastcall functions"
This reverts commit r214981.

I'm not sure what I was thinking when I wrote this. Testing with MSVC
shows that this function is mangled to '@f@8':
  int __fastcall f(int a, int b);

llvm-svn: 220492
2014-10-23 17:50:42 +00:00
..
Analysis
AsmParser
Bitcode clang-format two code snippets to make the next patch easy to read. 2014-10-23 15:20:05 +00:00
CodeGen Remove explicit (void) use of DwarfFile::DD that was accidentally left in r220452. 2014-10-23 16:12:58 +00:00
DebugInfo
ExecutionEngine
IR Revert "Don't count inreg params when mangling fastcall functions" 2014-10-23 17:50:42 +00:00
IRReader
LineEditor
Linker
LTO
MC
Object
Option
ProfileData
Support Modernize doxygen comments in Support/Dwarf.h 2014-10-23 04:08:38 +00:00
TableGen
Target Do not emit intermediate register for zero FP immediate 2014-10-23 15:31:50 +00:00
Transforms Assert that ValueHandleBase::ValueIsRAUWd doesn't change the tracked Value type. 2014-10-23 04:08:42 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile