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
/
SelectionDAGISel.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace wrongly deleted header banner, fix formatting
Reid Kleckner
2019-11-14
1
-11
/
+7
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-6
/
+6
*
[SelectionDAG] Fixed null check after dereferencing warning. NFCI.
Dávid Bolvanský
2019-11-03
1
-1
/
+1
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
TLI: Remove DAG argument from getRegisterByName
Matt Arsenault
2019-10-01
1
-4
/
+4
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-10
/
+7
*
TableGen: Support physical register inputs > 255
Matt Arsenault
2019-07-22
1
-1
/
+4
*
Standardize on MSVC behavior for triples with no environment
Reid Kleckner
2019-07-08
1
-1
/
+1
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-0
/
+29
*
[FastISel] Skip creating unnecessary vregs for arguments
Francis Visoiu Mistrih
2019-06-10
1
-30
/
+34
*
Factor out SelectionDAG's switch analysis and lowering into a separate compon...
Amara Emerson
2019-06-08
1
-19
/
+19
*
Allow target to handle STRICT floating-point nodes
Ulrich Weigand
2019-06-05
1
-10
/
+8
*
[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
*
CodeGen: factor out swifterror value tracking.
Tim Northover
2019-05-24
1
-266
/
+12
*
[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)
Petar Jovanovic
2019-05-20
1
-1
/
+1
*
SelectionDAGISel::CodeGenAndEmitDAG - remove unused variable. NFCI.
Simon Pilgrim
2019-05-11
1
-3
/
+0
*
[FastISel] Fix the crash in gc.result lowering
Serguei Katkov
2019-04-04
1
-1
/
+2
*
Recommit r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers fo...
Craig Topper
2019-03-10
1
-0
/
+6
*
Revert r355224 "[TableGen][SelectionDAG][X86] Add specific isel matchers for ...
Craig Topper
2019-03-05
1
-6
/
+0
*
[TableGen][SelectionDAG][X86] Add specific isel matchers for immAllZerosV/imm...
Craig Topper
2019-03-01
1
-0
/
+6
*
[SelectionDAG] Add a OPC_CheckChild2CondCode to SelectionDAGISel to remove a ...
Craig Topper
2019-02-25
1
-0
/
+14
*
[DebugInfo][DAG] Either salvage dangling debug info or emit Undef DBG_VALUEs
Jeremy Morse
2019-02-13
1
-0
/
+1
*
Implementation of asm-goto support in LLVM
Craig Topper
2019-02-08
1
-3
/
+5
*
Fix emission of _fltused for MSVC.
James Y Knight
2019-01-24
1
-0
/
+29
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[SelectionDAG] Always use the version of computeKnownBits that returns a valu...
Simon Pilgrim
2018-12-21
1
-4
/
+2
*
TableGen/ISel: Allow PatFrag predicate code to access captured operands
Nicolai Haehnle
2018-11-30
1
-0
/
+12
*
[SelectionDAG] Compute known bits and num sign bits for live out vector regis...
Craig Topper
2018-11-20
1
-2
/
+2
*
Type safe version of MachinePassRegistry
Serge Guelton
2018-11-09
1
-1
/
+2
*
[SelectionDAGISel] Suppress a -Wunused-but-set-variable warning in release bu...
Craig Topper
2018-10-31
1
-0
/
+1
*
Reland "[WebAssembly] LSDA info generation"
Heejin Ahn
2018-10-25
1
-24
/
+59
*
Revert "[WebAssembly] LSDA info generation"
Krasimir Georgiev
2018-10-16
1
-59
/
+24
*
[WebAssembly] LSDA info generation
Heejin Ahn
2018-10-16
1
-24
/
+59
*
[TI removal] Make variables declared as `TerminatorInst` and initialized
Chandler Carruth
2018-10-15
1
-1
/
+1
*
Run VerifyDAGDiverence in debug only
Mikael Nilsson
2018-09-26
1
-0
/
+14
*
[NFC] Rename the DivergenceAnalysis to LegacyDivergenceAnalysis
Nicolai Haehnle
2018-08-30
1
-1
/
+1
*
[IR] Replace `isa<TerminatorInst>` with `isTerminator()`.
Chandler Carruth
2018-08-26
1
-2
/
+2
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-26
/
+10
*
DAG: Remove unnecessary .str()
Matt Arsenault
2018-07-27
1
-1
/
+1
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-13
1
-2
/
+4
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-4
/
+2
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-12
1
-2
/
+4
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-93
/
+92
*
Fix a bunch of places where operator-> was used directly on the return from d...
Craig Topper
2018-05-05
1
-1
/
+1
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
[next]