index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-3
/
+3
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
Move TargetData to DataLayout.
Micah Villmow
2012-10-08
1
-1
/
+1
*
Remove tabs.
Bill Wendling
2012-07-19
1
-4
/
+4
*
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-05-25
1
-7
/
+12
*
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-20
1
-4
/
+4
*
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-04-04
1
-6
/
+3
*
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-03-11
1
-3
/
+3
*
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
1
-1
/
+1
*
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
1
-1
/
+1
*
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-02-28
1
-1
/
+1
*
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2012-01-07
1
-1
/
+0
*
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-12-13
1
-0
/
+2
*
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-08
1
-15
/
+15
*
Code generation for 'fence' instruction.
Eli Friedman
2011-07-27
1
-1
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-2
/
+2
*
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-07-08
1
-0
/
+2
*
Remove getRegClassForInlineAsmConstraint from sparc.
Eric Christopher
2011-06-29
1
-21
/
+0
*
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-06-08
1
-9
/
+9
*
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
1
-5
/
+2
*
Remove unused variables caught by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-05-03
1
-2
/
+0
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-1
/
+1
*
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
1
-1
/
+1
*
Generate correct Sparc32 ABI compliant code for functions that return a struct.
Venkatraman Govindaraju
2011-02-21
1
-2
/
+39
*
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-02-16
1
-1
/
+1
*
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-31
1
-1
/
+1
*
Pass sret arguments through the stack instead of through registers in Sparc b...
Venkatraman Govindaraju
2011-01-22
1
-2
/
+64
*
Sparc backend:
Venkatraman Govindaraju
2011-01-21
1
-16
/
+16
*
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
2011-01-21
1
-1
/
+31
*
SPARC backend: Modified LowerCall and LowerFormalArguments so that they use C...
Venkatraman Govindaraju
2011-01-18
1
-269
/
+216
*
Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.
Venkatraman Govindaraju
2011-01-12
1
-3
/
+74
*
Fix SPARC backend call instruction so that arguments passed through registers
Venkatraman Govindaraju
2011-01-12
1
-5
/
+17
*
SPARC backend fix: correctly passing arguments through stack
Venkatraman Govindaraju
2010-12-29
1
-23
/
+51
*
Multiple SPARC backend fixes: added Y register; updated select_cc, subx, subx...
Venkatraman Govindaraju
2010-12-28
1
-2
/
+2
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-5
/
+5
*
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-11-23
1
-19
/
+19
*
Inside the calling convention logic LocVT is always a simple
Duncan Sands
2010-11-03
1
-1
/
+1
*
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
1
-7
/
+8
*
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
1
-1
/
+1
*
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-09-21
1
-14
/
+16
*
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
1
-1
/
+1
*
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-07
1
-5
/
+7
*
Propagate debug loc.
Devang Patel
2010-07-06
1
-2
/
+2
*
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
1
-14
/
+13
*
Revert r107655.
Dan Gohman
2010-07-06
1
-13
/
+14
*
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-06
1
-14
/
+13
*
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-07-03
1
-5
/
+5
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-3
/
+3
*
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-05-01
1
-6
/
+2
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-7
/
+8
[next]