1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib
Rafael Espindola 8815574a16 Use a consistent argument order in TargetLoweringObjectFile.
These methods normally call each other and it is really annoying if the
arguments are in different order. The more common rule was that the arguments
specific to call are first (GV, Encoding, Suffix) and the auxiliary objects
(Mang, TM) come after. This patch changes the exceptions.

llvm-svn: 201044
2014-02-09 14:50:44 +00:00
..
Analysis [PM] Fix horrible typos that somehow didn't cause a failure in a C++11 2014-02-06 05:17:02 +00:00
AsmParser
Bitcode
CodeGen Use a consistent argument order in TargetLoweringObjectFile. 2014-02-09 14:50:44 +00:00
DebugInfo
ExecutionEngine
IR
IRReader
LineEditor
Linker Add a -suppress-warnings option to bitcode linking. 2014-02-06 18:01:56 +00:00
LTO Don't internalize linkonce_odr non constant variables. 2014-02-07 19:04:43 +00:00
MC Always create a temporary symbol to use with the cfi frame. 2014-02-07 21:23:18 +00:00
Object
Option
Support Fix an invalid check for duplicate option categories. 2014-02-07 17:42:30 +00:00
TableGen
Target Use a consistent argument order in TargetLoweringObjectFile. 2014-02-09 14:50:44 +00:00
Transforms LoopVectorizer: Keep track of conditional store basic blocks 2014-02-08 20:41:13 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile