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
/
CodeGen
Age
Commit message (
Expand
)
Author
2006-05-02
De-virtualize EmitZeroes.
Jeff Cohen
2006-05-02
Finish support for Microsoft ML/MASM. May still be a few rough edges.
Jeff Cohen
2006-05-02
Make Intel syntax mode friendlier to Microsoft ML assembler (still needs more...
Jeff Cohen
2006-04-28
Remove the temporary option: -no-isel-fold-inflight
Evan Cheng
2006-04-28
Added a temporary option -no-isel-fold-inflight to control whether a "inflight"
Evan Cheng
2006-04-24
Added addJumpTableIndex
Evan Cheng
2006-04-23
Fix the updating of the machine CFG when a PHI node was in a successor of
Nate Begeman
2006-04-22
Code cleanup associated with jump tables, thanks to Chris for noticing
Nate Begeman
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-20
Remove some of the obvious v9-specific cruft
Chris Lattner
2006-04-18
Fix a copy & paste error from long ago.
Nate Begeman
2006-04-17
Add some convenience methods.
Chris Lattner
2006-04-12
Make sure both member variables are initialized in the default constructor
Reid Spencer
2006-04-11
new dag node
Chris Lattner
2006-04-11
Add helper methods.
Chris Lattner
2006-04-08
Add a new VSELECT node.
Chris Lattner
2006-04-07
Make sure that debug labels are defined within the same section and after the
Jim Laskey
2006-04-07
Foundation for call frame information.
Jim Laskey
2006-04-04
Make sure to consider alignment of variable sized objects.
Chris Lattner
2006-04-03
Keep track of max stack alignment as objects are added. Remove an obsolete m...
Chris Lattner
2006-04-02
simplify this method
Chris Lattner
2006-03-28
Add a new node
Chris Lattner
2006-03-28
Refactor address attributes. Add base register to frame info.
Jim Laskey
2006-03-28
getVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.
Evan Cheng
2006-03-28
Tblgen doesn't like multiple SDNode<> definitions that map to the same
Chris Lattner
2006-03-27
add a new iPTR ValueType for tblgen use
Chris Lattner
2006-03-27
Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for
Evan Cheng
2006-03-27
SelectionDAGISel can now natively handle Switch instructions, in the same
Nate Begeman
2006-03-26
How to be dumb on $5/day. Need a tri-state to track valid debug descriptors.
Jim Laskey
2006-03-26
Add ISD::isBuildVectorAllZeros predicate
Evan Cheng
2006-03-25
Add a predicate
Chris Lattner
2006-03-24
add a new intrinsic node
Chris Lattner
2006-03-23
Make sure types are allocated in the scope of their use.
Jim Laskey
2006-03-23
Generate local variable and scope information and equivalent dwarf forms.
Jim Laskey
2006-03-23
Support for locating of debug items in frames.
Jim Laskey
2006-03-22
Fix comments
Chris Lattner
2006-03-22
add a new node
Chris Lattner
2006-03-21
add some nodes for extractelement
Chris Lattner
2006-03-20
Add another helper
Chris Lattner
2006-03-19
add a node
Chris Lattner
2006-03-19
Add a helper method
Chris Lattner
2006-03-19
improve comments, add a new MVT::getVectorBaseType method.
Chris Lattner
2006-03-19
Rename ConstantVec -> BUILD_VECTOR and VConstant -> VBUILD_VECTOR. Allow
Chris Lattner
2006-03-18
Update comments.
Chris Lattner
2006-03-17
add a couple of enum values
Chris Lattner
2006-03-17
Remove BRTWOWAY*
Nate Begeman
2006-03-16
Add markers for the first and last vector value type.
Chris Lattner
2006-03-15
Expand subprogram and added block descriptor.
Jim Laskey
2006-03-10
remove ShouldEmitDebugFunctions, a hack to support llvm-db via the jit
Chris Lattner
2006-03-10
Move simple-selector-specific types to the simple selector.
Chris Lattner
[next]