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
*
Update CodeGen to use hasMetadata as appropriate [NFC]
Philip Reames
2019-09-04
1
-5
/
+4
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+3
*
[COFF] Change a variable type to be const in the HeapAllocSite map.
Amy Huang
2019-07-18
1
-1
/
+1
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-15
/
+15
*
[AIX] Implement function descriptor on SDAG
Jason Liu
2019-06-06
1
-0
/
+7
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-3
/
+5
*
Revert "IR: add optional type to 'byval' function parameters"
Tim Northover
2019-05-29
1
-5
/
+3
*
IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-29
1
-3
/
+5
*
[FastISel][X86] Support FNeg instruction in target independent fast isel hand...
Craig Topper
2019-05-08
1
-0
/
+3
*
[FastISel][X86] If selectFNeg fails, fall back to SelectionDAG not treating i...
Craig Topper
2019-05-07
1
-8
/
+9
*
[FastISel] Pass the fneg input operand to hasTrivialKill in FastISel::selectF...
Craig Topper
2019-05-06
1
-1
/
+1
*
Recommitting r358783 and r358786 "[MS] Emit S_HEAPALLOCSITE debug info" with ...
Amy Huang
2019-04-24
1
-0
/
+6
*
Revert "[MS] Emit S_HEAPALLOCSITE debug info" because of ToTWin64(db)
Amy Huang
2019-04-23
1
-6
/
+0
*
[MS] Emit S_HEAPALLOCSITE debug info
Amy Huang
2019-04-19
1
-0
/
+6
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
1
-3
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
FastIsel: take care to update iterators when removing instructions.
Tim Northover
2018-12-17
1
-0
/
+9
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+8
*
[FPEnv] Last BinaryOperator::isFNeg(...) to m_FNeg(...) changes
Cameron McInally
2018-10-25
1
-5
/
+8
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[DebugInfo] In FastISel, convert llvm.dbg.label to DBG_LABEL MI.
Hsiangkai Wang
2018-08-18
1
-0
/
+12
*
Remove trailing space
Fangrui Song
2018-07-30
1
-3
/
+3
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-1
/
+1
*
Implement strip.invariant.group
Piotr Padlewski
2018-07-02
1
-0
/
+1
*
[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug property
Mikael Holmen
2018-06-21
1
-14
/
+5
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-6
/
+7
*
Rename invariant.group.barrier to launder.invariant.group
Piotr Padlewski
2018-05-03
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-1
/
+1
*
[FastISel] Actually enable local value sinking by default
Reid Kleckner
2018-04-27
1
-4
/
+2
*
[FastISel] Fix local value sinking algorithmic complexity
Reid Kleckner
2018-04-27
1
-3
/
+12
*
[XRay] Typed event logging intrinsic
Keith Wyss
2018-04-17
1
-0
/
+22
*
[FastISel] Disable local value sinking by default
Reid Kleckner
2018-04-11
1
-1
/
+8
*
[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
[next]