Sign in
ara-mdk
/
platform
/
external
/
llvm
/
2d24e2a396a1d211baaeedf32148a3b657240170
/
lib
/
Target
/
PowerPC
/
MCTargetDesc
2d24e2a
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
by David Blaikie
· 13 years ago
4ab406d
LLVMBuild: Remove trailing newline, which irked me.
by Daniel Dunbar
· 13 years ago
6482e91
MipsAsmBackend.cpp, PPCAsmBackend.cpp: Fix -Asserts build to appease msvc.
by NAKAMURA Takumi
· 13 years ago
370b78d
Move target-specific logic out of generic MCAssembler.
by Jim Grosbach
· 13 years ago
d782bae
build/CMake: Finish removal of add_llvm_library_dependencies.
by Daniel Dunbar
· 13 years ago
b95fc31
Sink codegen optimization level into MCCodeGenInfo along side relocation model
by Evan Cheng
· 13 years ago
a3a2dfd
build: Add initial cut at LLVMBuild.txt files.
by Daniel Dunbar
· 13 years ago
b950585
Refactor instprinter and mcdisassembler to take a SubtargetInfo. Add -mattr= handling to llvm-mc. Reviewed by Owen Anderson.
by James Molloy
· 13 years ago
36a1601
Don't drop alignment info on local common symbols.
by Benjamin Kramer
· 13 years ago
3e74d6f
Move TargetRegistry and TargetSelect from Target to Support where they belong.
by Evan Cheng
· 13 years ago
7801136
Some refactoring so TargetRegistry.h no longer has to include any files from MC.
by Evan Cheng
· 13 years ago
29630ff
Remove trailing semicolon.
by Roman Divacky
· 13 years ago
2c0d69f
Sketch out PowerPC ELF writer. This is enough to get clang -integrated-as
by Roman Divacky
· 13 years ago
8ead80d
Set endianess and pointer size for PPC Linux. Bug noticed by Roman Divacky.
by Evan Cheng
· 13 years ago
ac03e73
Rewrite the CMake build to use explicit dependencies between libraries,
by Chandler Carruth
· 13 years ago
4ebc591
Explicitly declare a library dependency of LLVM*Desc to LLVM*AsmPrinter.
by Oscar Fuentes
· 13 years ago
28c85a8
Rename createCodeEmitter to createMCCodeEmitter; createObjectStreamer to createMCObjectStreamer.
by Evan Cheng
· 13 years ago
94b9550
Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsmLexer; rename createAsmLexer to createMCAsmLexer and createAsmParser to createMCAsmParser.
by Evan Cheng
· 13 years ago
b35552d
Clean up a pile of hacks in our CMake build relating to TableGen.
by Chandler Carruth
· 13 years ago
78c10ee
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCAsmBackend.
by Evan Cheng
· 13 years ago
4b64e8a
Separate MCInstPrinter registration from AsmPrinter registration.
by Evan Cheng
· 13 years ago
5413470
Code clean up.
by Evan Cheng
· 13 years ago
b024572
Missed a file.
by Evan Cheng
· 13 years ago
966aeb5
Refactor PPC target to separate MC routines from Target routines.
by Evan Cheng
· 13 years ago
7f8dff6
createXXXMCCodeGenInfo should be static.
by Evan Cheng
· 13 years ago
e78085a
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
by Evan Cheng
· 13 years ago
34ad6db
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
by Evan Cheng
· 13 years ago
4396613
Introduce MCCodeGenInfo, which keeps information that can affect codegen
by Evan Cheng
· 14 years ago
2d28617
Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for
by Evan Cheng
· 14 years ago
0e6a052
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
by Evan Cheng
· 14 years ago
1be0e27
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
by Evan Cheng
· 14 years ago
1abf2cb
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTargetDesc to prepare for next round of changes.
by Evan Cheng
· 14 years ago
c60f9b7
Next round of MC refactoring. This patch factor MC table instantiations, MC
by Evan Cheng
· 14 years ago