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
/
FastISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[IR][CodeGen] Remove dependency on EVT from IR/Function.cpp. Move EVT to Code...
Craig Topper
2018-03-29
1
-1
/
+1
*
Fix layering by moving ValueTypes.h from CodeGen to IR
David Blaikie
2018-03-23
1
-1
/
+1
*
Fix layering of MachineValueType.h by moving it from CodeGen to Support
David Blaikie
2018-03-23
1
-1
/
+1
*
[FastISel] Sink local value materializations to first use
Reid Kleckner
2018-03-14
1
-3
/
+156
*
[CodeGen] fix argument attribute in lowering statepoint/patchpoint
Than McIntosh
2018-03-01
1
-1
/
+1
*
Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"
Sander de Smalen
2018-02-22
1
-1
/
+1
*
[DebugInfo][FastISel] Fix dropping dbg.value()
Sander de Smalen
2018-02-17
1
-1
/
+1
*
[XRay][compiler-rt+llvm] Update XRay register stashing semantics
Dean Michael Berris
2018-02-01
1
-0
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-7
/
+5
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
Add an @llvm.sideeffect intrinsic
Dan Gohman
2017-11-08
1
-0
/
+2
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-1
/
+1
*
Minor refactoring regarding Cast::isNoopCast(), NFC
Mikael Holmen
2017-10-05
1
-2
/
+1
*
Use helper function instead of manually constructing DBG_VALUEs (NFC)
Adrian Prantl
2017-08-01
1
-5
/
+2
*
Remove the unused offset from DBG_VALUE (NFC)
Adrian Prantl
2017-07-28
1
-2
/
+2
*
Remove the obsolete offset parameter from @llvm.dbg.value
Adrian Prantl
2017-07-28
1
-7
/
+7
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Re-land "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-9
/
+9
*
Add extra operand to CALLSEQ_START to keep frame part set up previously
Serge Pavlov
2017-05-09
1
-1
/
+1
*
Revert "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-9
/
+9
*
Use the frame index side table for byval and inalloca arguments
Reid Kleckner
2017-05-08
1
-9
/
+9
*
[XRay] Custom event logging intrinsic
Dean Michael Berris
2017-05-08
1
-0
/
+22
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
1
-2
/
+4
*
[IR] Make paramHasAttr to use arg indices instead of attr indices
Reid Kleckner
2017-04-14
1
-6
/
+4
*
Rename AttributeSet to AttributeList
Reid Kleckner
2017-03-21
1
-4
/
+4
*
Fix constant folding of fp2int to large integers
Simon Pilgrim
2017-03-19
1
-8
/
+4
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-15
/
+1
*
[CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; ot...
Eugene Zelenko
2017-02-27
1
-4
/
+45
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
1
-1
/
+1
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-3
/
+3
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-1
/
+1
*
Fix spelling mistakes in SelectionDAG comments. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
[CodeGen] Pass references, not pointers, to MMI helpers. NFC.
Ahmed Bougacha
2016-11-16
1
-1
/
+1
*
Add -O0 support for @llvm.invariant.group.barrier by discarding it if it gets...
Richard Smith
2016-11-07
1
-0
/
+1
*
swifterror: Don't compute swifterror vregs during instruction selection
Arnold Schwaighofer
2016-10-07
1
-13
/
+0
*
FastISel: Remove unused/un-overridden entry points. NFCI.
Peter Collingbourne
2016-10-05
1
-23
/
+0
*
Use StringRef in FastISel API (NFC)
Mehdi Amini
2016-10-05
1
-1
/
+1
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-1
/
+1
*
[CodeGen] Split out the notions of MI invariance and MI dereferenceability.
Justin Lebar
2016-09-11
1
-0
/
+4
*
ADT: Remove all ilist_iterator => pointer casts, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-2
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-3
/
+3
*
[FastISel] Ignore @llvm.assume.
Ahmed Bougacha
2016-07-22
1
-0
/
+2
*
[CodeGen] Take a MachineMemOperand::Flags in MachineFunction::getMachineMemOp...
Justin Lebar
2016-07-15
1
-1
/
+1
*
SelectionDAG: Avoid implicit iterator conversions in FastISel, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-3
/
+4
*
Delete unused includes. NFC.
Rafael Espindola
2016-06-30
1
-1
/
+0
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-1
/
+2
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-1
/
+15
*
Swift Calling Convention: add swifterror attribute.
Manman Ren
2016-04-01
1
-0
/
+3
*
Swift Calling Convention: add swiftself attribute.
Manman Ren
2016-03-29
1
-0
/
+3
*
Add "first class" lowering for deopt operand bundles
Sanjoy Das
2016-03-22
1
-0
/
+6
[prev]
[next]