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
/
CodeGen
/
SelectionDAG
/
InstrEmitter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"
Jeremy Morse
2020-02-12
1
-8
/
+9
*
[FPEnv] Invert sense of MIFlag::FPExcept flag
Ulrich Weigand
2020-01-10
1
-2
/
+2
*
[FPEnv] Default NoFPExcept SDNodeFlag to false
Ulrich Weigand
2020-01-02
1
-1
/
+1
*
[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field
Jeremy Morse
2019-10-15
1
-9
/
+8
*
[TargetRegisterInfo] Remove SVT argument from getCommonSubClass.
Craig Topper
2019-09-13
1
-1
/
+1
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-6
/
+6
*
CodeGen: Migration to using Register
Matt Arsenault
2019-08-06
1
-5
/
+5
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-19
/
+19
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-0
/
+3
*
[SelectionDAG] Enhance the simplification of `copyto` from `implicit-def`.
Michael Liao
2019-05-27
1
-26
/
+14
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-14
/
+19
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-19
/
+14
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-14
/
+19
*
[NFC] add/modify wrapper function for findRegisterDefOperand().
Chen Zheng
2019-02-20
1
-1
/
+2
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-3
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SDAG] Clarify the origin of chain in REG_SEQUENCE in comment, NFC
Krzysztof Parzyszek
2018-12-17
1
-1
/
+3
*
[SDAG] Ignore chain operand in REG_SEQUENCE when emitting instructions
Krzysztof Parzyszek
2018-12-14
1
-0
/
+4
*
[DebugInfo] Don't drop dbg.value's of nullptr
Jeremy Morse
2018-12-10
1
-0
/
+3
*
[DebugInfo] Emit undef DBG_VALUEs when SDNodes are optimised out
Jeremy Morse
2018-12-10
1
-0
/
+14
*
[ARM] Make InstrEmitter mark CPSR defs dead for Thumb1.
Eli Friedman
2018-10-26
1
-1
/
+1
*
Copy utilities updated and added for MI flags
Michael Berg
2018-09-19
1
-0
/
+9
*
[MI] Change the array of `MachineMemOperand` pointers to be
Chandler Carruth
2018-08-16
1
-6
/
+3
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-2
/
+5
*
[X86] Fix assertion in subreg extraction
Reid Kleckner
2018-08-06
1
-1
/
+1
*
[DebugInfo] LowerDbgDeclare: Add derefs when handling CallInst users
Vedant Kumar
2018-07-26
1
-5
/
+9
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+14
*
Mapping SDNode flags to MachineInstr flags
Michael Berg
2018-05-04
1
-1
/
+26
*
[SelectionDAG] Improve selection of DBG_VALUE using a PHI node result
Bjorn Pettersson
2018-04-30
1
-0
/
+2
*
[SelectionDAG] Provide adequate register class for RegisterSDNode
Stefan Maksimovic
2018-02-09
1
-1
/
+16
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Add llvm.codeview.annotation to implement MSVC __annotation
Reid Kleckner
2017-09-05
1
-3
/
+7
*
Remove the unused dbg.value offset from SelectionDAG (NFC)
Adrian Prantl
2017-07-28
1
-6
/
+3
*
fix typos in comments and error messages; NFC
Hiroshi Inoue
2017-07-10
1
-1
/
+1
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
Revert r301231: Accidentally committed stale files
Krzysztof Parzyszek
2017-04-24
1
-2
/
+1
*
Move value type list from TargetRegisterClass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-1
/
+2
*
Removing a redundant assignment
Artyom Skrobov
2017-02-14
1
-1
/
+0
*
[SelectionDAG] In InstrEmitter, handle EXTRACT_SUBREG of a physical register.
Geoff Berry
2017-02-05
1
-8
/
+23
*
SDAG: Make sure we use an allocatable reg class when we create this vreg
Justin Bogner
2016-10-28
1
-0
/
+2
*
Remove unnecessary call to getAllocatableRegClass
Matt Arsenault
2016-09-07
1
-9
/
+15
*
CodeGen: Use MachineInstr& in TargetLowering, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-1
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-23
1
-1
/
+2
*
Revert r273456, "Preserve DebugInfo when replacing values in DAGCombiner" as ...
Peter Collingbourne
2016-06-23
1
-2
/
+1
*
Preserve DebugInfo when replacing values in DAGCombiner
Nirav Dave
2016-06-22
1
-1
/
+2
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+1
*
Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.h
Reid Kleckner
2016-04-14
1
-0
/
+1
*
[X86] Part 1 to fix x86-64 fp128 calling convention.
Chih-Hung Hsieh
2015-12-03
1
-1
/
+1
*
Revert "Remove unnecessary call to getAllocatableRegClass"
Tom Stellard
2015-11-12
1
-8
/
+4
[next]