index
:
~nh/llvm
fold-subregs
images
latest
master
mimg
tablegen-name-resolution
wip
Misc LLVM things, mostly radeonsi (AMDGPU)
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
X86
/
X86SelectionDAGInfo.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2015-12-04
fix formatting; NFC
Sanjay Patel
1
-25
/
+18
2015-07-09
Remove getDataLayout() from TargetSelectionDAGInfo (had no users)
Mehdi Amini
1
-5
/
+0
2015-07-09
Make TargetLowering::getPointerTy() taking DataLayout as an argument
Mehdi Amini
1
-2
/
+3
2015-07-07
[WinEH] Make llvm.x86.seh.restoreframe work for stack realignment prologues
Reid Kleckner
1
-1
/
+1
2015-04-28
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
1
-11
/
+14
2015-04-28
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
1
-14
/
+11
2015-04-28
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
1
-11
/
+14
2015-04-13
Allow memory intrinsics to be tail calls
Krzysztof Parzyszek
1
-2
/
+3
2015-03-07
Make constant arrays that are passed to functions as const.
Benjamin Kramer
1
-4
/
+4
2015-02-02
Reuse a bunch of cached subtargets and remove getSubtarget calls
Eric Christopher
1
-9
/
+8
2014-08-29
X86: Fix conflict over ESI between base register and rep;movsl
Reid Kleckner
1
-6
/
+31
2014-08-05
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
1
-1
/
+1
2014-08-04
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
1
-2
/
+2
2014-07-01
[DAG] Pass the argument list to the CallLoweringInfo via move semantics. NFCI.
Juergen Ributzka
1
-1
/
+2
2014-06-06
Remove all local variables from X86SelectionDAGInfo, the DAG has
Eric Christopher
1
-27
/
+27
2014-06-06
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
Eric Christopher
1
-1
/
+1
2014-05-17
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
1
-9
/
+8
2014-04-26
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
1
-6
/
+4
2014-04-25
[C++] Use 'nullptr'. Target edition.
Craig Topper
1
-3
/
+3
2014-04-22
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
1
-1
/
+2
2014-03-26
Revert "X86 memcpy lowering: use "rep movs" even when esi is used as base poi...
Hans Wennborg
1
-29
/
+13
2014-03-18
X86 memcpy lowering: use "rep movs" even when esi is used as base pointer
Hans Wennborg
1
-13
/
+29
2013-10-01
Remove several unused variables.
Rafael Espindola
1
-2
/
+0
2013-05-25
Track IR ordering of SelectionDAG nodes 2/4.
Andrew Trick
1
-2
/
+2
2013-02-13
X86: Disable generation of rep;movsl when %esi is used as a base pointer.
Benjamin Kramer
1
-0
/
+8
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
1
-1
/
+1
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
1
-1
/
+1
2012-11-01
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
1
-2
/
+1
2012-10-24
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
1
-1
/
+2
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
1
-1
/
+1
2012-08-01
Whitespace.
Chad Rosier
1
-1
/
+1
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
1
-2
/
+4
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
1
-1
/
+2
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
1
-2
/
+1
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
1
-1
/
+2
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
1
-1
/
+1
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
1
-1
/
+1
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
1
-3
/
+3
2010-11-04
When passing a huge parameter using the byval mechanism, a long
Duncan Sands
1
-7
/
+17
2010-09-21
Fix a bug where the x86 backend would lower memcpy/memset of segment relative...
Chris Lattner
1
-0
/
+9
2010-09-21
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
1
-9
/
+6
2010-05-11
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
1
-2
/
+223
2010-04-16
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
1
-0
/
+22