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
/
FunctionLoweringInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][SVE] Allocate locals that are scalable vectors.
Sander de Smalen
2019-11-13
1
-1
/
+8
*
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
Reid Kleckner
2019-10-19
1
-0
/
+1
*
Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...
Daniel Sanders
2019-08-01
1
-3
/
+3
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block va...
Alexander Timofeev
2019-05-26
1
-4
/
+10
*
Revert r361644, "[AMDGPU] Divergence driven ISel. Assign register class for c...
Peter Collingbourne
2019-05-25
1
-10
/
+4
*
[AMDGPU] Divergence driven ISel. Assign register class for cross block values...
Alexander Timofeev
2019-05-24
1
-4
/
+10
*
CodeGen: factor out swifterror value tracking.
Tim Northover
2019-05-24
1
-50
/
+0
*
[WebAssembly] Delete ThrowUnwindDest map from WasmEHFuncInfo
Heejin Ahn
2019-03-03
1
-7
/
+0
*
Add support for computing "zext of value" in KnownBits. NFCI
Bjorn Pettersson
2019-02-28
1
-1
/
+1
*
[SelectionDAGBuilder] Add restrictions to EmitFuncArgumentDbgValue
Bjorn Pettersson
2019-02-11
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
AMDGPU: Fix various issues around the VirtReg2Value mapping
Nicolai Haehnle
2018-11-30
1
-2
/
+11
*
DAG: Add calling convention argument to calling convention funcs
Matt Arsenault
2018-07-28
1
-3
/
+5
*
[WebAssembly] Add WasmEHFuncInfo for unwind destination information
Heejin Ahn
2018-06-19
1
-19
/
+42
*
[WebAssembly] Add functions for EHScopes
Heejin Ahn
2018-05-23
1
-2
/
+3
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-1
/
+1
*
[AMDGPU] Fix issues for backend divergence tracking
David Stuttard
2018-04-18
1
-0
/
+1
*
[FastISel] Sink local value materializations to first use
Reid Kleckner
2018-03-14
1
-0
/
+1
*
Pass Divergence Analysis data to Selection DAG to drive divergence
Alexander Timofeev
2018-03-05
1
-0
/
+10
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-7
/
+7
*
Remove redundant includes from lib/CodeGen.
Michael Zolotukhin
2017-12-13
1
-2
/
+0
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-3
/
+3
*
Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering
David Blaikie
2017-11-08
1
-2
/
+2
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
ISel: Fix FastISel of swifterror values
Arnold Schwaighofer
2017-06-15
1
-0
/
+26
*
Re-land "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-31
/
+2
*
Revert "Use the frame index side table for byval and inalloca arguments"
Reid Kleckner
2017-05-09
1
-2
/
+31
*
Use the frame index side table for byval and inalloca arguments
Reid Kleckner
2017-05-08
1
-31
/
+2
*
[KnownBits] Add zext, sext, and trunc methods to KnownBits
Craig Topper
2017-05-03
1
-2
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-17
/
+13
*
Simplify FunctionLoweringInfo.cpp with range for loops
Reid Kleckner
2016-12-30
1
-40
/
+31
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-12-01
1
-1
/
+1
*
Temporarily Revert "Move most EH from MachineModuleInfo to MachineFunction"
Eric Christopher
2016-12-01
1
-1
/
+1
*
Move most EH from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
Move VariableDbgInfo from MachineModuleInfo to MachineFunction
Matthias Braun
2016-11-30
1
-1
/
+1
*
[CodeGen] Pull MMI helpers from FunctionLoweringInfo to MMI. NFC.
Ahmed Bougacha
2016-11-16
1
-56
/
+0
*
[WinEH] Allow catchpads to reuse the same catch object
Reid Kleckner
2016-10-19
1
-4
/
+7
*
swifterror: Don't compute swifterror vregs during instruction selection
Arnold Schwaighofer
2016-10-07
1
-12
/
+20
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-4
/
+2
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-8
/
+8
*
Swift Calling Convention: swifterror target-independent change.
Manman Ren
2016-04-05
1
-0
/
+18
*
[Statepoints] Fix yet another issue around gc pointer uniqueing
Sanjoy Das
2016-03-24
1
-1
/
+1
*
[X86] Don't give catch objects a displacement of zero
David Majnemer
2016-03-03
1
-20
/
+40
*
Undo spurious change made in r256965
David Majnemer
2016-01-07
1
-2
/
+1
*
[WinEH] Remove calculateCatchReturnSuccessorColors
David Majnemer
2016-01-06
1
-3
/
+2
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+2
*
[Stack realignment] Handling of aligned allocas.
Jonas Paulsson
2015-11-28
1
-13
/
+15
*
[WinEH] Move WinEHFuncInfo from MachineModuleInfo to MachineFunction
Reid Kleckner
2015-11-17
1
-19
/
+1
[next]