llvm-6502/lib
Daniel Sanders 7934a2a9f1 [mips] Make mips64 the default CPU for the mips64 architecture
Summary:
This is consistent with the integrated assembler.
All mips64 codegen tests previously passed -mcpu. Removed -mcpu from
blez_bgez.ll and const-mult.ll to cover the default case.

Ideally, the two implementations of selectMipsCPU() will be merged but it's
proven difficult to find a home for the function that doesn't cause link errors.
For now, we'll hoist the common functionality into a function and mark it with
FIXME's.

Reviewers: jacksprat, matheusalmeida

Reviewed By: matheusalmeida

Differential Revision: http://llvm-reviews.chandlerc.com/D2830

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@201782 91177308-0d34-0410-b5e6-96231b3b80d8
2014-02-20 13:13:33 +00:00
..
Analysis Rename some member variables from TD to DL. 2014-02-18 15:33:12 +00:00
AsmParser
Bitcode
CodeGen Fix change in behaviour accidentally introduced in r201754. 2014-02-20 06:35:31 +00:00
DebugInfo Support DWARF discriminators in object streamer. 2014-02-14 19:27:53 +00:00
ExecutionEngine move getNameWithPrefix and getSymbol to TargetMachine. 2014-02-19 20:30:41 +00:00
IR Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
IRReader
LineEditor
Linker Add a -suppress-warnings option to bitcode linking. 2014-02-06 18:01:56 +00:00
LTO move getNameWithPrefix and getSymbol to TargetMachine. 2014-02-19 20:30:41 +00:00
MC MCAsmParser: support required parameters 2014-02-19 03:00:29 +00:00
Object COFFObjectFile.cpp: Appease msvc in r201760. 2014-02-20 09:16:23 +00:00
Option
Support Use mkdir instead of stat+mkdir. 2014-02-13 16:58:19 +00:00
TableGen
Target [mips] Make mips64 the default CPU for the mips64 architecture 2014-02-20 13:13:33 +00:00
Transforms Add back r201608, r201622, r201624 and r201625 2014-02-19 17:23:20 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile