.. |
AsmParser
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:51:11 +00:00 |
Disassembler
|
Remove mode specific disassembler classes and just call X86GenericDisassembler constructor with appropriate argument in the creation functions. This removes a few tables that needed to be anchored.
|
2011-12-21 08:06:52 +00:00 |
InstPrinter
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
MCTargetDesc
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:51:11 +00:00 |
TargetInfo
|
LLVMBuild: Remove trailing newline, which irked me.
|
2011-12-12 19:48:00 +00:00 |
CMakeLists.txt
|
Fix up the CMake build for the new files added in r146960, they're
|
2011-12-20 08:42:11 +00:00 |
LLVMBuild.txt
|
LLVMBuild: Introduce a common section which currently has a list of the
|
2011-12-12 22:45:54 +00:00 |
Makefile
|
Next round of MC refactoring. This patch factor MC table instantiations, MC
|
2011-07-14 20:59:42 +00:00 |
MBlaze.h
|
Refactor MBlaze target to separate MC routines from Target routines.
|
2011-07-25 20:18:18 +00:00 |
MBlaze.td
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |
MBlazeAsmPrinter.cpp
|
Add bundle aware API for querying instruction properties and switch the code
|
2011-12-07 07:15:52 +00:00 |
MBlazeCallingConv.td
|
Reworking the stack layout generated by the MBlaze backend.
|
2010-12-09 03:42:04 +00:00 |
MBlazeDelaySlotFiller.cpp
|
Add bundle aware API for querying instruction properties and switch the code
|
2011-12-07 07:15:52 +00:00 |
MBlazeELFWriterInfo.cpp
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:51:11 +00:00 |
MBlazeELFWriterInfo.h
|
|
|
MBlazeFrameLowering.cpp
|
Move global variables in TargetMachine into new TargetOptions class. As an API
|
2011-12-02 22:16:29 +00:00 |
MBlazeFrameLowering.h
|
Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs and fixes here and there.
|
2011-01-10 12:39:04 +00:00 |
MBlazeInstrFormats.td
|
Add several new instructions supported by the latest MicroBlaze.
|
2011-11-27 05:16:58 +00:00 |
MBlazeInstrFPU.td
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |
MBlazeInstrFSL.td
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |
MBlazeInstrInfo.cpp
|
Fix a couple of 80 column violations.
|
2011-09-23 17:24:41 +00:00 |
MBlazeInstrInfo.h
|
Refactor MBlaze target to separate MC routines from Target routines.
|
2011-07-25 20:18:18 +00:00 |
MBlazeInstrInfo.td
|
Add several new instructions supported by the latest MicroBlaze.
|
2011-11-27 05:16:58 +00:00 |
MBlazeIntrinsicInfo.cpp
|
Use a SmallVector for intrinsic argument types.
|
2011-10-17 21:33:26 +00:00 |
MBlazeIntrinsicInfo.h
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
MBlazeIntrinsics.td
|
|
|
MBlazeISelDAGToDAG.cpp
|
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
|
2010-12-21 02:38:05 +00:00 |
MBlazeISelLowering.cpp
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:51:11 +00:00 |
MBlazeISelLowering.h
|
Add codegen support for vector select (in the IR this means a select
|
2011-09-06 19:07:46 +00:00 |
MBlazeMachineFunction.cpp
|
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_anch
|
2011-12-20 02:50:00 +00:00 |
MBlazeMachineFunction.h
|
Remove VectorExtras. This unused helper was written for a type of API that is discouraged now.
|
2012-01-07 19:42:13 +00:00 |
MBlazeMCInstLower.cpp
|
Ignore register mask operands when lowering instructions to MC.
|
2012-01-18 23:52:19 +00:00 |
MBlazeMCInstLower.h
|
|
|
MBlazeRegisterInfo.cpp
|
More dead code removal (using -Wunreachable-code)
|
2012-01-20 21:51:11 +00:00 |
MBlazeRegisterInfo.h
|
Refactoring fail.
|
2011-07-25 22:16:37 +00:00 |
MBlazeRegisterInfo.td
|
Use set operations instead of plain lists to enumerate register classes.
|
2011-06-15 23:28:14 +00:00 |
MBlazeRelocations.h
|
|
|
MBlazeSchedule3.td
|
Fix a ton of comment typos found by codespell. Patch by
|
2011-04-15 05:18:47 +00:00 |
MBlazeSchedule5.td
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |
MBlazeSchedule.td
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |
MBlazeSelectionDAGInfo.cpp
|
|
|
MBlazeSelectionDAGInfo.h
|
|
|
MBlazeSubtarget.cpp
|
Move TargetRegistry and TargetSelect from Target to Support where they belong.
|
2011-08-24 18:08:43 +00:00 |
MBlazeSubtarget.h
|
Compute feature bits at time of MCSubtargetInfo initialization.
|
2011-07-07 07:07:08 +00:00 |
MBlazeTargetMachine.cpp
|
Move global variables in TargetMachine into new TargetOptions class. As an API
|
2011-12-02 22:16:29 +00:00 |
MBlazeTargetMachine.h
|
Move global variables in TargetMachine into new TargetOptions class. As an API
|
2011-12-02 22:16:29 +00:00 |
MBlazeTargetObjectFile.cpp
|
land David Blaikie's patch to de-constify Type, with a few tweaks.
|
2011-07-18 04:54:35 +00:00 |
MBlazeTargetObjectFile.h
|
|
|
TODO
|
Add scheduling information for the MBlaze backend.
|
2011-04-11 22:31:52 +00:00 |