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
/
RegUsageInfoCollector.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-29
1
-2
/
+2
*
Revert rG70f5aecedef9a6e347e425eb5b843bf797b95319 - "Reland [AArch64][DebugIn...
Simon Pilgrim
2019-10-29
1
-2
/
+2
*
Reland [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-28
1
-2
/
+2
*
Reverted r375425 as it broke some buildbots.
Sander de Smalen
2019-10-21
1
-2
/
+2
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-21
1
-2
/
+2
*
Revert "[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize"
Krasimir Georgiev
2019-09-18
1
-2
/
+2
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize
Sander de Smalen
2019-09-18
1
-2
/
+2
*
Reland: Fix and test inter-procedural register allocation for ARM
Oliver Stannard
2019-08-05
1
-0
/
+7
*
Revert Fix and test inter-procedural register allocation for ARM
Douglas Yung
2019-08-02
1
-7
/
+0
*
[IPRA][ARM] Disable no-CSR optimisation for ARM
Oliver Stannard
2019-08-02
1
-1
/
+2
*
Fix and test inter-procedural register allocation for ARM
Oliver Stannard
2019-08-02
1
-0
/
+7
*
RegUsageInfoCollector: Skip calling conventions I missed before
Matt Arsenault
2019-07-11
1
-0
/
+3
*
RegUsageInfoCollector: Don't iterate all regs for every reg class
Matt Arsenault
2019-07-08
1
-31
/
+6
*
RegUsageInfoCollector: Skip AMDGPU entry point functions
Matt Arsenault
2019-07-05
1
-6
/
+42
*
[RegUsageInfoCollector] Don't mark as saved registers that don't have subregi...
Quentin Colombet
2019-05-28
1
-2
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MachineFunction: Store more specific reference to LLVMTargetMachine; NFC
Matthias Braun
2018-11-05
1
-1
/
+1
*
Reverse subregister saved loops in register usage info collector; NFC
Matthias Braun
2018-08-29
1
-23
/
+22
*
RegUsageInfo: Cleanup; NFC
Matthias Braun
2018-07-26
1
-24
/
+19
*
CodeGen: Cleanup regmask construction; NFC
Matthias Braun
2018-07-26
1
-1
/
+1
*
[RegUsageInfoCollector] Bugfix for callee saved registers.
Jonas Paulsson
2018-05-25
1
-11
/
+59
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+8
*
[RegUsageInfoCollector] Bugfix for handling of register aliases.
Jonas Paulsson
2018-05-04
1
-7
/
+6
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-3
/
+3
*
[CodeGen] Always use `printReg` to print registers in both MIR and debug
Francis Visoiu Mistrih
2017-11-30
1
-1
/
+1
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
IPRA: Don't crash on null getCallPreservedMask
Matt Arsenault
2017-08-05
1
-3
/
+5
*
[IPRA] Change algorithm for RegUsageInfoCollector.
Marcello Maggioni
2017-03-13
1
-3
/
+21
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-1
/
+1
*
IPRA: Fix RegMask calculation for alias registers
Matthias Braun
2016-07-21
1
-12
/
+1
*
[IPRA] Set callee saved registers to none for local function when IPRA is ena...
Mehdi Amini
2016-07-13
1
-6
/
+19
*
[IPRA] Properly compute register usage at call sites.
Chad Rosier
2016-07-11
1
-2
/
+3
*
Address a few coding style issues. NFC.
Chad Rosier
2016-06-15
1
-9
/
+7
*
[RegUsageInfoCollector] Drop unneccesary const_cast. NFC.
Benjamin Kramer
2016-06-12
1
-2
/
+1
*
Use const_cast to cast away constness. This silences a warning.
Chandler Carruth
2016-06-11
1
-1
/
+1
*
Interprocedural Register Allocation (IPRA) Analysis
Mehdi Amini
2016-06-10
1
-0
/
+131