index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Sparc
/
SparcISelLowering.cpp
Age
Commit message (
Expand
)
Author
2013-04-21
Passing arguments to varags functions under the SPARC v9 ABI.
Jakob Stoklund Olesen
2013-04-20
Compile varargs functions for SPARCv9.
Jakob Stoklund Olesen
2013-04-20
Remove unused MEMBARRIER DAG node; it's been replaced by ATOMIC_FENCE.
Tim Northover
2013-04-14
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
Add support for the abs64 SPARC v9 code model.
Jakob Stoklund Olesen
2013-04-14
Add support for the SPARC v9 abs44 code model.
Jakob Stoklund Olesen
2013-04-14
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
Add target flags to SPARC address operands.
Jakob Stoklund Olesen
2013-04-13
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-09
Extract a function.
Jakob Stoklund Olesen
2013-04-09
Compute correct frame sizes for SPARC v9 64-bit frames.
Jakob Stoklund Olesen
2013-04-07
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-06
Implement LowerReturn_64 for SPARC v9.
Jakob Stoklund Olesen
2013-04-06
Complete formal arguments for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-04
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-03
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-02
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
2013-04-02
Add an I64Regs register class for 64-bit registers.
Jakob Stoklund Olesen
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-02-05
Move MRI liveouts to Sparc return instructions.
Jakob Stoklund Olesen
2013-01-29
Teach SDISel to combine fsin / fcos into a fsincos node if the following
Evan Cheng
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-03
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-07-19
Remove tabs.
Bill Wendling
2012-05-25
Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCall
Justin Holewinski
2012-04-20
Convert some uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-04-04
Always compute all the bits in ComputeMaskedBits.
Rafael Espindola
2012-03-11
Convert more static tables of registers used by calling convention to uint16_...
Craig Topper
2012-02-28
Re-commit r151623 with fix. Only issue special no-return calls if it's a dire...
Evan Cheng
2012-02-28
Revert r151623 "Some ARM implementaions, e.g. A-series, does return stack pre...
Daniel Dunbar
2012-02-28
Some ARM implementaions, e.g. A-series, does return stack prediction. That is,
Evan Cheng
2012-01-07
Remove VectorExtras. This unused helper was written for a type of API that is...
Benjamin Kramer
2011-12-13
Initial CodeGen support for CTTZ/CTLZ where a zero input produces an
Chandler Carruth
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-07-27
Code generation for 'fence' instruction.
Eli Friedman
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-06-29
Remove getRegClassForInlineAsmConstraint from sparc.
Eric Christopher
2011-06-08
Add a parameter to CCState so that it can access the MachineFunction.
Eric Christopher
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-03
Remove unused variables caught by GCC's -Wunused-but-set-variable.
Benjamin Kramer
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-02-21
Revert r124611 - "Keep track of incoming argument's location while emitting L...
Devang Patel
2011-02-21
Generate correct Sparc32 ABI compliant code for functions that return a struct.
Venkatraman Govindaraju
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2011-01-31
Keep track of incoming argument's location while emitting LiveIns.
Devang Patel
2011-01-22
Pass sret arguments through the stack instead of through registers in Sparc b...
Venkatraman Govindaraju
2011-01-21
Sparc backend:
Venkatraman Govindaraju
2011-01-21
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
[next]