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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SelectionDAG] Enhance the simplification of `copyto` from `implicit-def`.
Michael Liao
2019-05-27
1
-5
/
+0
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-1
/
+1
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-1
/
+1
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DebugInfo] Convert intrinsic llvm.dbg.label to MachineInstr.
Shiva Chen
2018-05-09
1
-0
/
+3
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
Minor code cleanup. NFC.
Junmo Park
2016-03-26
1
-1
/
+1
*
[SDAG] Give InstrEmitter hidden visibility
Benjamin Kramer
2015-07-01
1
-1
/
+1
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Remove the uses of getSubtargetImpl from InstrEmitter and remove
Eric Christopher
2014-10-09
1
-1
/
+0
*
Canonicalize header guards into a common format.
Benjamin Kramer
2014-08-13
1
-2
/
+2
*
Revert "Give internal classes hidden visibility."
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Give internal classes hidden visibility.
Benjamin Kramer
2013-09-11
1
-1
/
+1
*
Add -*- C++ -*- to InstrEmitter.h.
Michael Gottesman
2013-07-17
1
-1
/
+1
*
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-20
1
-3
/
+7
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-13
1
-1
/
+1
*
Revert EVT->MVT changes, r169836-169851, due to buildbot failures.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Change TargetLowering::getRegClassFor to take an MVT, instead of EVT.
Patrik Hagglund
2012-12-11
1
-1
/
+1
*
Sort includes for all of the .h files under the 'lib' tree. These were
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Allow trailing physreg RegisterSDNode operands on non-variadic instructions.
Jakob Stoklund Olesen
2012-07-04
1
-6
/
+0
*
Simplify EXTRACT_SUBREG emission.
Jakob Stoklund Olesen
2011-10-05
1
-0
/
+6
*
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-28
1
-4
/
+4
*
Don't set kill flags for instructions which the scheduler has cloned.
Dan Gohman
2010-05-14
1
-4
/
+6
*
Teach scheduler about REG_SEQUENCE.
Evan Cheng
2010-05-04
1
-0
/
+3
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-5
/
+3
*
EmitDbgValue doesn't need its EdgeMapping argument.
Dan Gohman
2010-04-30
1
-2
/
+1
*
- Move TargetLowering::EmitTargetCodeForFrameDebugValue to TargetInstrInfo an...
Evan Cheng
2010-04-26
1
-1
/
+0
*
reapply 99444/99445, which I speculatively reverted in
Chris Lattner
2010-03-25
1
-1
/
+13
*
Change how dbg_value sdnodes are converted into machine instructions. Their p...
Evan Cheng
2010-03-25
1
-12
/
+10
*
revert 99444/99445. This doesn't cause the failure of
Chris Lattner
2010-03-24
1
-13
/
+1
*
remove dead argument.
Chris Lattner
2010-03-24
1
-3
/
+2
*
split EmitNode in half to reduce indentation.
Chris Lattner
2010-03-24
1
-1
/
+14
*
Progress towards shepherding debug info through SelectionDAG.
Dale Johannesen
2010-03-10
1
-1
/
+2
*
Add some new bits of debug info handling. No
Dale Johannesen
2010-03-06
1
-0
/
+11
*
Fix a typo in a comment.
Dan Gohman
2009-11-16
1
-1
/
+1
*
Create a new InstrEmitter class for translating SelectionDAG nodes
Dan Gohman
2009-10-10
1
-0
/
+119