index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Target
/
Alpha
/
AlphaISelLowering.cpp
Age
Commit message (
Expand
)
Author
2011-10-27
Remove the Alpha backend.
Dan Gohman
2011-09-06
Add codegen support for vector select (in the IR this means a select
Duncan Sands
2011-08-29
Expand ATOMIC_LOAD and ATOMIC_STORE for architectures I don't know well enoug...
Eli Friedman
2011-08-03
New approach to r136737: insert the necessary fences for atomic ops in platfo...
Eli Friedman
2011-07-08
Add an intrinsic and codegen support for fused multiply-accumulate. The intent
Cameron Zwarich
2011-06-30
Make sure we use the correct register class here since we'll need to
Eric Christopher
2011-06-29
Remove todo.
Eric Christopher
2011-06-29
Add a TODO for the Alpha port inline asm constraints.
Eric Christopher
2011-06-29
Move Alpha from getRegClassForInlineAsmConstraint to
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-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-02-25
Allow targets to specify a the type of the RHS of a shift parameterized on th...
Owen Anderson
2011-02-16
Swap VT and DebugLoc operands of getExtLoad() for consistency with
Stuart Hastings
2010-12-21
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-11-23
Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept.
Wesley Peck
2010-10-29
Inline asm multiple alternative constraints development phase 2 - improved ba...
John Thompson
2010-09-21
update a bunch of code to use the MachinePointerInfo version of getStore.
Chris Lattner
2010-09-21
eliminate an old SelectionDAG::getTruncStore method, propagating
Chris Lattner
2010-09-21
propagate MachinePointerInfo through various uses of the old
Chris Lattner
2010-09-21
convert the targets off the non-MachinePointerInfo of getLoad.
Chris Lattner
2010-07-07
Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f...
Evan Cheng
2010-07-07
Split the SDValue out of OutputArg so that SelectionDAG-independent
Dan Gohman
2010-07-06
Propagate debug loc.
Devang Patel
2010-07-06
Reapply r107655 with fixes; insert the pseudo instruction into
Dan Gohman
2010-07-06
Revert r107655.
Dan Gohman
2010-07-06
Fix a bunch of custom-inserter functions to handle the case where
Dan Gohman
2010-07-03
Remove isSS argument from CreateFixedObject. Fixed objects cannot be spill sl...
Evan Cheng
2010-05-01
Get rid of the EdgeMapping map. Instead, just check for BasicBlock
Dan Gohman
2010-04-17
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
Move per-function state out of TargetLowering subclasses and into
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-02-15
Move TLOF implementations to libCodegen to resolve layering violation.
Anton Korobeynikov
2010-02-15
Remove an assumption of default arguments. This is in anticipation of a
David Greene
2010-02-02
Revert 95130.
Evan Cheng
2010-02-02
Pass callsite return type to TargetLowering::LowerCall and use that to check ...
Evan Cheng
2010-01-27
Eliminate target hook IsEligibleForTailCallOptimization.
Evan Cheng
2010-01-26
eliminate the TargetLowering::UsesGlobalOffsetTable bool, which is
Chris Lattner
2009-12-28
Remove dead variable.
Bill Wendling
2009-11-23
Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used.
Dan Gohman
2009-11-21
We are not using DBG_STOPPOINT anymore.
Devang Patel
2009-11-12
Add a bool flag to StackObjects telling whether they reference spill
David Greene
2009-10-28
Add a second ValueType argument to isFPImmLegal.
Evan Cheng
2009-10-27
Do away with addLegalFPImmediate. Add a target hook isFPImmLegal which return...
Evan Cheng
2009-09-20
Tabs -> spaces, and remove trailing whitespace.
Daniel Dunbar
2009-09-19
Fix PR4926. When target hook EmitInstrWithCustomInserter() insert new basic b...
Evan Cheng
2009-09-18
Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that ...
Evan Cheng
2009-09-02
Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson.
Sandeep Patel
2009-08-11
Split EVT into MVT and EVT, the former representing _just_ a primitive type, ...
Owen Anderson
[next]