..
AsmParser
Replace (Lower|Upper)caseString in favor of StringRef's newest methods.
2011-11-06 20:37:06 +00:00
Disassembler
build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies.
2011-11-12 02:10:57 +00:00
InstPrinter
build: Add initial cut at LLVMBuild.txt files.
2011-11-03 18:53:17 +00:00
MCTargetDesc
Sink codegen optimization level into MCCodeGenInfo along side relocation model
2011-11-16 08:38:26 +00:00
TargetInfo
build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies.
2011-11-12 02:10:57 +00:00
CMakeLists.txt
build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just
2011-11-04 19:04:23 +00:00
LLVMBuild.txt
LLVMBuild: Add explicit information on whether targets define an assembly printer, assembly parser, or disassembler.
2011-11-11 00:23:56 +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
MBlazeAsmPrinter.cpp
Simplify some uses of utohexstr.
2011-11-07 21:00:59 +00:00
MBlazeCallingConv.td
MBlazeDelaySlotFiller.cpp
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
2011-06-28 19:10:37 +00:00
MBlazeELFWriterInfo.cpp
Fix improperly formed assert() call.
2011-10-17 20:22:59 +00:00
MBlazeELFWriterInfo.h
MBlazeFrameLowering.cpp
Fix a couple of 80 column violations.
2011-09-23 17:24:41 +00:00
MBlazeFrameLowering.h
MBlazeInstrFormats.td
MBlazeInstrFPU.td
MBlazeInstrFSL.td
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
Ban rematerializable instructions with side effects.
2011-10-14 01:00:49 +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
MBlazeISelLowering.cpp
Added invariant field to the DAG.getLoad method and changed all calls.
2011-11-08 18:42:53 +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.h
MBlazeMCInstLower.cpp
MBlazeMCInstLower.h
MBlazeRegisterInfo.cpp
Refactoring fail.
2011-07-25 22:16:37 +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
MBlazeSchedule.td
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
Sink codegen optimization level into MCCodeGenInfo along side relocation model
2011-11-16 08:38:26 +00:00
MBlazeTargetMachine.h
Sink codegen optimization level into MCCodeGenInfo along side relocation model
2011-11-16 08:38:26 +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