index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
SystemZ
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move most user of TargetMachine::getDataLayout to the Module one
Mehdi Amini
2015-07-16
1
-1
/
+1
*
PrologEpilogInserter: Rewrite API to determine callee save regsiters.
Matthias Braun
2015-07-14
2
-11
/
+12
*
MC: Remove MCSubtargetInfo() default constructor
Duncan P. N. Exon Smith
2015-07-10
1
-3
/
+1
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-3
/
+3
*
Re-instate the EVT parameter to getScalarShiftAmountTy() for OOT user
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
3
-9
/
+2
*
Make isLegalAddressingMode() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-3
/
+3
*
Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-1
/
+1
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
2
-16
/
+19
*
Make TargetTransformInfo keeping a reference to the Module DataLayout
Mehdi Amini
2015-07-09
1
-13
/
+2
*
Change the last few internal StringRef triples into Triple objects.
Daniel Sanders
2015-07-06
1
-2
/
+3
*
[TargetLowering] StringRefize asm constraint getters.
Benjamin Kramer
2015-07-05
2
-14
/
+12
*
Reverting r241058 because it's causing buildbot failures.
Ranjeet Singh
2015-06-30
1
-7
/
+7
*
There are a few places where subtarget features are still
Ranjeet Singh
2015-06-30
1
-7
/
+7
*
[SystemZ] Only attempt RxSBG optimization for integer types
Ulrich Weigand
2015-06-25
1
-2
/
+7
*
SystemZ: Rephrase this allOnes calculation to avoid UB
Justin Bogner
2015-06-24
1
-1
/
+3
*
SystemZ: Avoid left shifting negative values (it's UB)
Justin Bogner
2015-06-23
1
-4
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-2
/
+2
*
Replace string GNU Triples with llvm::Triple in TargetMachine. NFC.
Daniel Sanders
2015-06-11
2
-5
/
+5
*
[CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.
Ahmed Bougacha
2015-06-11
2
-7
/
+4
*
Replace string GNU Triples with llvm::Triple in computeDataLayout(). NFC.
Daniel Sanders
2015-06-11
1
-5
/
+4
*
Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...
Daniel Sanders
2015-06-10
4
-12
/
+10
*
Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...
Daniel Sanders
2015-06-10
2
-3
/
+4
*
MC: Add target hook to control symbol quoting
Matt Arsenault
2015-06-09
3
-6
/
+8
*
[InstrInfo] Refactor foldOperandImpl to thread through InsertPt. NFC
Keno Fischer
2015-06-08
2
-28
/
+47
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...
Daniel Sanders
2015-06-04
3
-4
/
+4
*
Add address space argument to isLegalAddressingMode
Matt Arsenault
2015-06-01
2
-3
/
+5
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
4
-12
/
+12
*
MachineInstr: Change return value of getOpcode() to unsigned.
Matthias Braun
2015-05-18
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
2
-4
/
+4
*
Remove MCAssembler.h include from MCStreamer.h and fix users of MCStreamer.h
Pete Cooper
2015-05-15
1
-0
/
+1
*
Remove 3 includes from MCInstrDesc.h and explicitly include them where needed
Pete Cooper
2015-05-15
3
-0
/
+5
*
MC: MCCodeGenInfo naming update. NFC.
Jim Grosbach
2015-05-15
1
-1
/
+1
*
MC: Update MCCodeEmitter naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Update MCFixup naming. NFC.
Jim Grosbach
2015-05-15
1
-2
/
+2
*
MC: Modernize MCOperand API naming. NFC.
Jim Grosbach
2015-05-13
3
-34
/
+34
*
Silencing an MSVC warning: '<<' : result of 32-bit shift implicitly converted...
Aaron Ballman
2015-05-11
1
-1
/
+1
*
SystemZ: silence a GCC warning
Saleem Abdulrasool
2015-05-10
1
-2
/
+2
*
Change getTargetNodeName() to produce compiler warnings for missing cases, fi...
Matthias Braun
2015-05-07
2
-2
/
+3
*
[SystemZ] Add vector intrinsics
Ulrich Weigand
2015-05-05
5
-153
/
+497
*
[SystemZ] Mark v1i128 and v1f128 as unsupported
Ulrich Weigand
2015-05-05
1
-0
/
+32
*
[SystemZ] Handle sub-128 vectors
Ulrich Weigand
2015-05-05
6
-27
/
+155
*
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
Ulrich Weigand
2015-05-05
8
-23
/
+261
*
[SystemZ] Add CodeGen support for v4f32
Ulrich Weigand
2015-05-05
8
-20
/
+231
*
[SystemZ] Add CodeGen support for v2f64
Ulrich Weigand
2015-05-05
6
-37
/
+342
*
[SystemZ] Add CodeGen support for integer vector types
Ulrich Weigand
2015-05-05
14
-146
/
+2138
*
[SystemZ] Add z13 vector facility and MC support
Ulrich Weigand
2015-05-05
15
-116
/
+2051
[next]