index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SystemZ] Add long branch pass
Richard Sandiford
2013-05-20
11
-34
/
+399
*
Add LLVMContext argument to getSetCCResultType
Matt Arsenault
2013-05-18
1
-1
/
+1
*
Remove addFrameMove.
Rafael Espindola
2013-05-16
1
-14
/
+11
*
Fixing a 64-bit conversion warning in MSVC.
Aaron Ballman
2013-05-16
1
-1
/
+1
*
[SystemZ] Tweak register array comment
Richard Sandiford
2013-05-16
1
-2
/
+5
*
[SystemZ] Make use of SUBTRACT HALFWORD
Richard Sandiford
2013-05-15
1
-0
/
+1
*
[SystemZ] Add more future work items to the README
Richard Sandiford
2013-05-15
1
-7
/
+91
*
[SystemZ] Add disassembler support
Richard Sandiford
2013-05-14
11
-6
/
+399
*
[SystemZ] Rework handling of constant PC-relative operands
Richard Sandiford
2013-05-14
3
-20
/
+81
*
[SystemZ] Remove bogus isAsmParserOnly
Richard Sandiford
2013-05-14
1
-28
/
+22
*
[SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
2013-05-14
3
-57
/
+79
*
[SystemZ] Match operands to fields by name rather than by order
Richard Sandiford
2013-05-14
5
-312
/
+326
*
Remove the MachineMove class.
Rafael Espindola
2013-05-13
2
-4
/
+7
*
Change getFrameMoves to return a const reference.
Rafael Espindola
2013-05-11
1
-5
/
+4
*
Remove unused argument.
Rafael Espindola
2013-05-10
3
-5
/
+4
*
[SystemZ] Fix InitMCCodeGenInfo call
Richard Sandiford
2013-05-07
1
-2
/
+2
*
[SystemZ] Add back end
Ulrich Weigand
2013-05-06
61
-0
/
+10762
*
Remove the SystemZ backend.
Dan Gohman
2011-10-24
37
-6279
/
+0
*
Ban rematerializable instructions with side effects.
Jakob Stoklund Olesen
2011-10-14
1
-1
/
+1
*
Build system infrastructure for multiple tblgens.
Peter Collingbourne
2011-10-06
1
-6
/
+6
*
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-09-06
1
-0
/
+1
*
Move TargetRegistry and TargetSelect from Target to Support where they belong.
Evan Cheng
2011-08-24
6
-8
/
+6
*
Some refactoring so TargetRegistry.h no longer has to include any files
Evan Cheng
2011-08-23
1
-0
/
+1
*
Actually finish switching to the new system for Target sublibrary
Chandler Carruth
2011-08-01
1
-1
/
+1
*
Rewrite the CMake build to use explicit dependencies between libraries,
Chandler Carruth
2011-07-29
3
-0
/
+24
*
Clean up a pile of hacks in our CMake build relating to TableGen.
Chandler Carruth
2011-07-26
2
-0
/
+2
*
createXXXMCCodeGenInfo should be static.
Evan Cheng
2011-07-23
1
-2
/
+2
*
Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,
Evan Cheng
2011-07-22
1
-20
/
+17
*
- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
Evan Cheng
2011-07-20
3
-7
/
+9
*
Introduce MCCodeGenInfo, which keeps information that can affect codegen
Evan Cheng
2011-07-19
3
-9
/
+19
*
Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down
Evan Cheng
2011-07-18
3
-20
/
+12
*
Move some parts of TargetAsmInfo down to MCAsmInfo. This is not the greatest
Evan Cheng
2011-07-15
1
-0
/
+2
*
Major update to CMake build to reflect changes in r135219 in the
Chandler Carruth
2011-07-15
2
-2
/
+7
*
Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...
Evan Cheng
2011-07-14
4
-5
/
+9
*
Next round of MC refactoring. This patch factor MC table instantiations, MC
Evan Cheng
2011-07-14
10
-40
/
+110
*
- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfo
Evan Cheng
2011-07-11
2
-1
/
+13
*
Change createAsmParser to take a MCSubtargetInfo instead of triple,
Evan Cheng
2011-07-09
1
-0
/
+13
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+2
*
Eliminate asm parser's dependency on TargetMachine:
Evan Cheng
2011-07-08
2
-2
/
+3
*
Compute feature bits at time of MCSubtargetInfo initialization.
Evan Cheng
2011-07-07
2
-3
/
+4
*
Rename XXXGenSubtarget.inc to XXXGenSubtargetInfo.inc for consistency.
Evan Cheng
2011-07-01
4
-5
/
+5
*
Rename TargetSubtarget to TargetSubtargetInfo for consistency.
Evan Cheng
2011-07-01
2
-3
/
+3
*
- Added MCSubtargetInfo to capture subtarget features and scheduling
Evan Cheng
2011-07-01
2
-4
/
+10
*
Hide the call to InitMCInstrInfo into tblgen generated ctor.
Evan Cheng
2011-07-01
2
-3
/
+6
*
Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name to
Evan Cheng
2011-06-30
4
-7
/
+11
*
Move CallFrameSetupOpcode and CallFrameDestroyOpcode to TargetInstrInfo.
Evan Cheng
2011-06-28
2
-3
/
+3
*
Hide more details in tablegen generated MCRegisterInfo ctor function.
Evan Cheng
2011-06-28
1
-2
/
+1
*
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
4
-6
/
+9
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
3
-12
/
+12
*
Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.inc
Evan Cheng
2011-06-27
5
-9
/
+10
[next]