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
*
[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
*
Revert the series of commits starting with r166578 which introduced the
Chandler Carruth
2012-11-01
1
-2
/
+1
*
Add in support for getIntPtrType to get the pointer type based on the address...
Micah Villmow
2012-10-24
1
-1
/
+2
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Whitespace.
Chad Rosier
2012-08-01
1
-1
/
+1
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-2
/
+4
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-1
/
+2
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-2
/
+1
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
1
-1
/
+2
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-3
/
+3
*
When passing a huge parameter using the byval mechanism, a long
Duncan Sands
2010-11-04
1
-7
/
+17
*
Fix a bug where the x86 backend would lower memcpy/memset of segment relative...
Chris Lattner
2010-09-21
1
-0
/
+9
*
reimplement memcpy/memmove/memset lowering to use MachinePointerInfo
Chris Lattner
2010-09-21
1
-9
/
+6
*
Implement a bunch more TargetSelectionDAGInfo infrastructure.
Dan Gohman
2010-05-11
1
-2
/
+223
*
Add skeleton target-specific SelectionDAGInfo files.
Dan Gohman
2010-04-16
1
-0
/
+22