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
/
include
/
llvm
/
Target
Age
Commit message (
Expand
)
Author
2006-05-12
Add a method to generate a string representation from a TargetData.
Owen Anderson
2006-05-12
Refactor a bunch of includes so that TargetMachine.h doesn't have to include
Owen Anderson
2006-05-12
Add a new constructor to TargetData that builds a TargetData from its
Owen Anderson
2006-05-12
Add capability to scheduler to commute nodes for profit.
Evan Cheng
2006-05-11
Also add super- register class info.
Evan Cheng
2006-05-09
Added sub- register classes information.
Evan Cheng
2006-05-06
Add some new methods for computing sign bit information.
Chris Lattner
2006-05-04
Fix this to be a proper copy ctor
Chris Lattner
2006-05-03
Refactor TargetMachine, pushing handling of TargetData into the target-specif...
Owen Anderson
2006-04-20
Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly.
Chris Lattner
2006-04-20
Remove some obsolete interfaces
Chris Lattner
2006-04-20
Added a virtual method isVectorClearMaskLegal to TLI. It is similar to
Evan Cheng
2006-04-12
Provide a default impl of LowerArguments
Chris Lattner
2006-04-10
Use existing information.
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-04-04
Move isShuffleLegal from TLI to Legalize.
Chris Lattner
2006-04-04
Allow targets to have fine grained control over which types various ops get
Chris Lattner
2006-03-31
Modify the TargetLowering::getPackedTypeBreakdown method to also return the
Chris Lattner
2006-03-31
Add a method useful for decimating vectors.
Chris Lattner
2006-03-28
Expose base register for DwarfWriter. Refactor code accordingly.
Jim Laskey
2006-03-24
Tweak a comment.
Jim Laskey
2006-03-24
Clean up some commentary.
Jim Laskey
2006-03-23
Add support to locate local variables in frames (early version.)
Jim Laskey
2006-03-23
Eliminate IntrinsicLowering from TargetMachine.
Chris Lattner
2006-03-23
remove always-null IntrinsicLowering argument.
Chris Lattner
2006-03-22
Added a ValueType operand to isShuffleMaskLegal(). For now, x86 will not do
Evan Cheng
2006-03-20
Add some helper methods
Chris Lattner
2006-03-16
Added a way for TargetLowering to specify what values can be used as the
Evan Cheng
2006-03-13
Add LSR hooks.
Evan Cheng
2006-03-13
Added getTargetLowering() - returns DAG lowering info.
Evan Cheng
2006-03-05
custom lowered nodes are legal too
Chris Lattner
2006-03-05
add a hook to insert a noop
Chris Lattner
2006-03-03
Number of NodeTypes now exceeds 128.
Evan Cheng
2006-03-01
Add interfaces for targets to provide target-specific dag combiner optimizati...
Chris Lattner
2006-03-01
Missing a cast previously.
Evan Cheng
2006-02-24
Add C_Memory operand type
Chris Lattner
2006-02-22
- Added option -relocation-model to set relocation model. Valid values includ...
Evan Cheng
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2006-02-22
split register class handling from explicit physreg handling.
Chris Lattner
2006-02-21
expose the set of values types holdable in a regclass to clients
Chris Lattner
2006-02-21
Pass in a value type to getRegForInlineAsmConstraint, allowing targets to
Chris Lattner
2006-02-18
Move PICEnabled declaration here.
Evan Cheng
2006-02-17
Fix a nit sabre noticed
Nate Begeman
2006-02-16
Rework the SelectionDAG-based implementations of SimplifyDemandedBits
Nate Begeman
2006-02-14
Rename maxStoresPerMemSet to maxStoresPerMemset, etc.
Evan Cheng
2006-02-07
getConstraintType should be virtual.
Chris Lattner
2006-02-04
Add some methods for inline asm support.
Chris Lattner
2006-02-03
Add a framework for eliminating instructions that produces undemanded bits.
Nate Begeman
2006-02-02
Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,
Chris Lattner
2006-02-02
add a new isStoreToStackSlot method
Chris Lattner
[next]