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
*
[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
*
Remove unnecessary call to getAllocatableRegClass
Matt Arsenault
2015-11-10
1
-4
/
+8
*
Redirect DataLayout from TargetMachine to Module in SelectionDAG
Mehdi Amini
2015-07-07
1
-2
/
+2
*
Avoid a Symbol -> Name -> Symbol conversion.
Rafael Espindola
2015-06-22
1
-0
/
+2
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-1
/
+1
*
[InlineAsm] Remove EarlyClobber on registers that are also inputs
Hal Finkel
2015-04-20
1
-0
/
+17
*
CodeGen: Stop using DIDescriptor::is*() and auto-casting
Duncan P. N. Exon Smith
2015-04-06
1
-1
/
+1
*
CodeGen: Assert that inlined-at locations agree
Duncan P. N. Exon Smith
2015-04-03
1
-0
/
+2
*
Move DataLayout back to the TargetMachine from TargetSubtargetInfo
Eric Christopher
2015-01-26
1
-2
/
+2
*
Remove the uses of getSubtargetImpl from InstrEmitter and remove
Eric Christopher
2014-10-09
1
-8
/
+6
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+8
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-8
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-3
/
+8
*
SelectionDAG: Remove #if NDEBUG from check for a post-isel hook
Tom Stellard
2014-09-25
1
-2
/
+0
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-10
/
+9
*
[SDAG] Don't insert the VRBase into a mapping from SDValues when the def
Chandler Carruth
2014-07-25
1
-6
/
+10
*
This reapplies r207235 with an additional bugfixes caught by the msan
Adrian Prantl
2014-04-25
1
-2
/
+5
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-5
/
+2
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-2
/
+5
*
Revert "This reapplies r207130 with an additional testcase+and a missing chec...
Adrian Prantl
2014-04-25
1
-5
/
+2
*
This reapplies r207130 with an additional testcase+and a missing check for
Adrian Prantl
2014-04-25
1
-2
/
+5
*
Revert "Debug info for optimized code: Support variables that are on the stac...
Adrian Prantl
2014-04-25
1
-5
/
+2
*
Debug info for optimized code: Support variables that are on the stack and
Adrian Prantl
2014-04-24
1
-2
/
+5
*
[Modules] Remove potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-14
1
-9
/
+9
*
[c++11] Range'ify use list loops in InstrEmitter.
Jim Grosbach
2014-04-11
1
-9
/
+3
[next]