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
*
DAG: Don't use unchecked dyn_cast
Matt Arsenault
2020-01-09
1
-4
/
+4
*
CodeGen: Use LLT instead of EVT in getRegisterByName
Matt Arsenault
2020-01-09
1
-3
/
+9
*
[FPEnv] Default NoFPExcept SDNodeFlag to false
Ulrich Weigand
2020-01-02
1
-0
/
+34
*
[SelectionDAG] Change SelectionDAGISel::{funcInfo,SDB} to use unique_ptr
Fangrui Song
2019-12-23
1
-18
/
+17
*
[SelectionDAG] Don't repeatedly add a node to the worklist in ComputeLiveOutV...
Fangrui Song
2019-12-23
1
-6
/
+3
*
[FPEnv][X86] More strict int <-> FP conversion fixes
Ulrich Weigand
2019-12-23
1
-4
/
+24
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-09
1
-2
/
+9
*
Revert "[PGO][PGSO] Instrument the code gen / target passes."
Hiroshi Yamauchi
2019-12-06
1
-9
/
+2
*
[PGO][PGSO] Instrument the code gen / target passes.
Hiroshi Yamauchi
2019-12-06
1
-2
/
+9
*
[FPEnv][SelectionDAG] Relax chain requirements
Ulrich Weigand
2019-12-06
1
-6
/
+12
*
[SelectionDAG] Reoder ViewXXXDAGs declarations to match execution order. NFC
Amaury Séchet
2019-12-03
1
-14
/
+12
*
[FPEnv] Add an option to disable strict float node mutating to an normal
Pengfei Wang
2019-11-21
1
-1
/
+1
*
[PGO][PGSO] DAG.shouldOptForSize part.
Hiroshi Yamauchi
2019-11-21
1
-1
/
+2
*
[SelectionDAG][X86] Mutate strictFP nodes to non-strict in DoInstructionSelec...
Craig Topper
2019-11-20
1
-1
/
+1
*
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
[next]