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
/
GlobalISel
/
RegBankSelect.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
GlobalISel: Fix naming variables "brank" instead of "bank"
Matt Arsenault
2019-12-24
1
-7
/
+7
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-0
/
+1
*
GlobalISel: Add target pre-isel instructions
Matt Arsenault
2019-10-07
1
-2
/
+3
*
Second attempt to add iterator_range::empty()
Jordan Rose
2019-10-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
-2
/
+2
*
GlobalISel: Use Register
Matt Arsenault
2019-06-28
1
-10
/
+10
*
GlobalISel: Remove redundant pass initialization
Tom Stellard
2019-06-18
1
-1
/
+0
*
[GlobalISel] Fix -Wsign-compare on 32-bit -DLLVM_ENABLE_ASSERTIONS=on builds
Fangrui Song
2019-05-17
1
-1
/
+2
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
[IR] Create new method in `Function` class (NFC)
Evandro Menezes
2019-04-03
1
-1
/
+1
*
RegBankSelect: Handle slightly more complex value mappings
Matt Arsenault
2019-02-25
1
-12
/
+16
*
RegBankSelect: Allow targets to introduce control flow for mapping
Matt Arsenault
2019-02-21
1
-0
/
+13
*
Fix gcc -Wparentheses warning. NFCI.
Simon Pilgrim
2019-01-25
1
-2
/
+2
*
RegBankSelect: Fix use after free in r352123
Matt Arsenault
2019-01-24
1
-1
/
+1
*
RegBankSelect: Support some more complex part mappings
Matt Arsenault
2019-01-24
1
-25
/
+74
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[GlobalISel] Fix unused variable warning in Release builds.
Benjamin Kramer
2019-01-08
1
-3
/
+3
*
Fix typos
Matt Arsenault
2019-01-08
1
-2
/
+2
*
RegBankSelect: Fix copy insertion point for terminators
Matt Arsenault
2019-01-08
1
-9
/
+15
*
GlobalISel: Improve crash on invalid mapping
Matt Arsenault
2018-12-18
1
-1
/
+1
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[RegisterBankInfo] Ignore InstrMappings that create impossible to repair oper...
Tom Stellard
2018-07-25
1
-1
/
+1
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-13
1
-0
/
+1
*
Revert "(HEAD -> master, origin/master, arcpatch-D37582) CodeGen: Remove pipe...
Matthias Braun
2018-07-12
1
-1
/
+0
*
CodeGen: Remove pipeline dependencies on StackProtector; NFC
Matthias Braun
2018-07-12
1
-0
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-22
/
+22
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[GlobalISel][AArch64] Adding -disable-gisel-legality-check CL option
Roman Tereshin
2018-03-01
1
-13
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-2
/
+2
*
[CodeGen] Rename functions PrintReg* to printReg*
Francis Visoiu Mistrih
2017-11-28
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-4
/
+4
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-1
/
+1
*
[RegisterBankInfo] Cache the getMinimalPhysRegClass information
Quentin Colombet
2017-10-13
1
-3
/
+2
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-1
/
+1
*
GlobalISel: verify that a COPY is trivial when created.
Tim Northover
2017-06-27
1
-3
/
+7
*
[CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-06-26
1
-15
/
+32
*
[RegisterBankInfo] Remove overly-agressive asserts
Tom Stellard
2017-05-15
1
-4
/
+5
*
[RegisterBankInfo] Uniquely allocate instruction mapping.
Quentin Colombet
2017-05-05
1
-13
/
+15
*
[GlobalISel] Emit opt remarks on isel fallbacks.
Ahmed Bougacha
2017-02-23
1
-14
/
+9
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+3
*
[RegBankSelect] Improve the output of the debug messages.
Quentin Colombet
2017-01-11
1
-7
/
+32
*
GlobalISel: handle G_SEQUENCE fallbacks gracefully.
Tim Northover
2016-12-06
1
-0
/
+3
*
GlobalISel: rename legalizer components to match others.
Tim Northover
2016-10-14
1
-3
/
+3
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-2
/
+1
*
[RegisterBankInfo] Change the default mapping for Copy and PHI.
Quentin Colombet
2016-09-29
1
-2
/
+2
*
[RegBankSelect] Use DEBUG_TYPE instead of repeating the name of the pass
Quentin Colombet
2016-09-23
1
-2
/
+2
*
[RegisterBankInfo] Use array instead of SmallVector for BreakDown.
Quentin Colombet
2016-09-23
1
-10
/
+8
*
GlobalISel: move type information to MachineRegisterInfo.
Tim Northover
2016-09-09
1
-1
/
+2
*
[RegBankSelect] Do not abort when the target wants to fall back.
Quentin Colombet
2016-08-27
1
-17
/
+48
[next]