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
/
Target
/
X86
/
X86SelectionDAGInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-15
1
-1
/
+1
*
Modernize repmovsb implementation of x86 memcpy and allow runtime sizes.
Guillaume Chatelet
2019-05-06
1
-97
/
+118
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
fix typos aggressively; NFC
Sanjay Patel
2018-11-07
1
-1
/
+1
*
[X86] Fix inline expansion for memset in x32
Craig Topper
2018-09-22
1
-2
/
+3
*
[X86] Teach X86SelectionDAGInfo::EmitTargetCodeForMemcpy about GNUX32
Craig Topper
2018-09-12
1
-3
/
+4
*
AArch64/X86: Factor out common bzero logic; NFC
Matthias Braun
2017-12-18
1
-3
/
+4
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[X86][NFC] Refactor RepMovsRepeats in preparation for D32481.
Clement Courbet
2017-04-28
1
-49
/
+45
*
[CodeGen][NFC] Rename 'Src' to 'Val'.
Clement Courbet
2017-04-27
1
-7
/
+7
*
use repmovsb when optimizing forminsize
Clement Courbet
2017-04-21
1
-8
/
+31
*
Rename FastString flag.
Clement Courbet
2017-04-21
1
-2
/
+2
*
X86 memcpy: use REPMOVSB instead of REPMOVS{Q,D,W} for inline copies
Clement Courbet
2017-04-21
1
-1
/
+6
*
Delete dead code
Clement Courbet
2017-04-21
1
-15
/
+1
*
Make library calls sensitive to regparm module flag (Fixes PR3997).
Nirav Dave
2017-03-18
1
-2
/
+3
*
Capitalize ArgListEntry fields. NFC.
Nirav Dave
2017-03-18
1
-4
/
+5
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
[SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee
Krzysztof Parzyszek
2016-06-22
1
-2
/
+1
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-2
/
+2
*
[X86] Use MCPhysReg and uint16_t for static arrays of registers and opcodes r...
Craig Topper
2016-03-02
1
-5
/
+5
*
fix formatting; NFC
Sanjay Patel
2015-12-04
1
-25
/
+18
*
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
2015-07-09
1
-5
/
+0
*
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
2015-07-09
1
-2
/
+3
*
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
2015-07-07
1
-1
/
+1
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-11
/
+14
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-14
/
+11
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-11
/
+14
*
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
2015-04-13
1
-2
/
+3
*
Make constant arrays that are passed to functions as const.
Benjamin Kramer
2015-03-07
1
-4
/
+4
*
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
2015-02-02
1
-9
/
+8
*
X86: Fix conflict over ESI between base register and rep;movsl
Reid Kleckner
2014-08-29
1
-6
/
+31
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-1
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-2
/
+2
*
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
2014-07-01
1
-1
/
+2
*
Remove all local variables from X86SelectionDAGInfo, the DAG has
Eric Christopher
2014-06-06
1
-27
/
+27
*
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
2014-06-06
1
-1
/
+1
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-9
/
+8
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-6
/
+4
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-3
/
+3
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base poi...
Hans Wennborg
2014-03-26
1
-29
/
+13
*
X86 memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
2014-03-18
1
-13
/
+29
*
Remove several unused variables.
Rafael Espindola
2013-10-01
1
-2
/
+0
*
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
2013-05-25
1
-2
/
+2
*
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
Benjamin Kramer
2013-02-13
1
-0
/
+8
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-1
/
+1
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
[next]