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
*
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
*
[ShrinkWrap] Add (a simplified version) of shrink-wrapping.
Quentin Colombet
2015-05-05
2
-3
/
+4
*
[SystemZ] Reclassify f32 subregs of f64 registers
Ulrich Weigand
2015-05-04
3
-6
/
+8
*
[SystemZ] Clean up AsmParser isMem() handling
Ulrich Weigand
2015-05-04
1
-35
/
+41
*
[SystemZ] Fix getTargetNodeName
Ulrich Weigand
2015-05-04
1
-1
/
+5
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
4
-131
/
+149
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
4
-149
/
+131
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
4
-131
/
+149
*
[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
Lang Hames
2015-04-24
1
-2
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
3
-3
/
+4
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-0
/
+1
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
3
-3
/
+3
*
Refactor a lot of duplicated code for stub output.
Rafael Espindola
2015-04-07
2
-24
/
+0
*
[SystemZ] Support transactional execution on zEC12
Ulrich Weigand
2015-04-01
9
-3
/
+310
*
[SystemZ] Address review comments for r233689
Ulrich Weigand
2015-03-31
1
-4
/
+5
*
[SystemZ] Add Analysis to required_libraries (fall-out from r233688)
Ulrich Weigand
2015-03-31
1
-1
/
+1
*
[SystemZ] Support RISBGN instruction on zEC12
Ulrich Weigand
2015-03-31
6
-17
/
+48
*
[SystemZ] Use POPCNT instruction on z196
Ulrich Weigand
2015-03-31
9
-6
/
+85
*
[SystemZ] Provide basic TargetTransformInfo implementation
Ulrich Weigand
2015-03-31
7
-0
/
+320
*
Replace the MCSubtargetInfo parameter with a Triple when creating
Eric Christopher
2015-03-31
1
-3
/
+3
*
Remove unused Target argument from MCInstPrinter ctor functions.
Eric Christopher
2015-03-30
1
-2
/
+1
*
[SystemZ] Fix LLVM crash on unoptimized code
Ulrich Weigand
2015-03-30
1
-0
/
+2
*
[SystemZ] Remove TargetMachine CPU auto-detection
Ulrich Weigand
2015-03-30
1
-5
/
+0
*
[MCInstPrinter] Enable MCInstPrinter to change its behavior based on the
Akira Hatanaka
2015-03-27
2
-2
/
+4
*
Remove the target independent TargetMachine::getSubtarget and
Eric Christopher
2015-03-21
1
-1
/
+2
*
Add a default implementation of createObjectStreamer.
Rafael Espindola
2015-03-18
1
-10
/
+0
*
[systemz] Distinguish the 'Q', 'R', 'S', and 'T' inline assembly memory const...
Daniel Sanders
2015-03-17
2
-15
/
+38
*
Pass in a "const Triple &T" instead of a raw StringRef.
Rafael Espindola
2015-03-16
1
-4
/
+3
*
Remove unused argument. NFC.
Rafael Espindola
2015-03-16
1
-3
/
+2
*
Make each target map all inline assembly memory constraints to InlineAsm::Con...
Daniel Sanders
2015-03-16
1
-0
/
+7
*
Recommit r232027 with PR22883 fixed: Add infrastructure for support of multip...
Daniel Sanders
2015-03-13
1
-3
/
+4
*
Revert "r232027 - Add infrastructure for support of multiple memory constraints"
Hal Finkel
2015-03-12
1
-4
/
+3
[next]