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
/
utils
/
TableGen
Age
Commit message (
Expand
)
Author
2006-05-12
Noop instruction
Evan Cheng
2006-05-12
Unused instruction
Evan Cheng
2006-05-11
Also add super- register classes info.
Evan Cheng
2006-05-10
Watch out for the following case:
Evan Cheng
2006-05-10
Fix a load folding bug. It is exposed by a multi- resulting instructions
Evan Cheng
2006-05-09
Add sub-register class information.
Evan Cheng
2006-05-03
Set isStore of instructions with ISD::TRUNCSTORE root node.
Evan Cheng
2006-05-01
Put instruction names into the first non TargetInstrInfo namespace found.
Chris Lattner
2006-05-01
instructions can be in different namespaces. Make sure to use the right
Chris Lattner
2006-05-01
Formating
Evan Cheng
2006-05-01
Mark instructions whose pattern is (store ...) isStore.
Evan Cheng
2006-04-28
Remove the temporary option: -no-isel-fold-inflight
Evan Cheng
2006-04-28
When isel'ing a node, mark its operands "InFlight" before selecting them. These
Evan Cheng
2006-04-22
JumpTable support! What this represents is working asm and jit support for
Nate Begeman
2006-04-20
Don't fill in fields that no longer exist.
Chris Lattner
2006-04-19
Rename AddedCost to AddedComplexity.
Evan Cheng
2006-04-19
Allow "let AddedCost = n in" to increase pattern complexity.
Evan Cheng
2006-04-13
Add missing things to the distribution.
Reid Spencer
2006-04-10
Fix a typo: Instr* -> Intr*
Chris Lattner
2006-04-06
Infer element types for shuffle masks
Chris Lattner
2006-04-06
rename a method, to avoid confusion with llvm intrinsics.
Chris Lattner
2006-04-02
Adjust the Intrinsics.gen interface a little bit
Chris Lattner
2006-03-31
regenerate
Chris Lattner
2006-03-31
Generalize the previous binary operator support and add a string concatenation
Chris Lattner
2006-03-31
Allow bits init values to be used in patterns, turn them into ints.
Chris Lattner
2006-03-31
Final bugfix for PR724. GCC won't inline varargs functions, so use one to
Chris Lattner
2006-03-31
When emitting code for the verifier, instead of emitting each case statement
Chris Lattner
2006-03-30
regenerate
Chris Lattner
2006-03-30
Implement Regression/TableGen/DagDefSubst.ll
Chris Lattner
2006-03-28
Don't sort the names before outputing the intrinsic name table. It causes a
Evan Cheng
2006-03-28
Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va...
Chris Lattner
2006-03-28
Only compute intrinsic valuetypes when in a target .td file.
Chris Lattner
2006-03-28
revert this, it breaks things.
Chris Lattner
2006-03-27
Add support for decoding iPTR to the right pointer type.
Chris Lattner
2006-03-27
Print error messages like this:
Chris Lattner
2006-03-25
Add a missing check which cause an invalid .td file to crash tblgen
Chris Lattner
2006-03-25
When failing selection for an intrinsic, print this:
Chris Lattner
2006-03-24
Change approach so that we get codegen for free for intrinsics. With this,
Chris Lattner
2006-03-24
fix 80 column violations
Chris Lattner
2006-03-24
Parse intrinsics correctly and perform type propagation. This doesn't currently
Chris Lattner
2006-03-24
Add dwarf register numbering to register data.
Jim Laskey
2006-03-24
Make sure to initialize the TheDef field!
Chris Lattner
2006-03-24
Move CodeGenIntrinsic implementation to CodeGenTarget.cpp with the rest of
Chris Lattner
2006-03-24
extract some more information from the intrinsic table
Chris Lattner
2006-03-23
Add new generated files to be ignored.
Reid Spencer
2006-03-23
Allow result node to be a simple leaf node. This enable bitconvert patterns
Evan Cheng
2006-03-21
Don't forget to promote xform function to an explicit node for def : Pat<>
Evan Cheng
2006-03-21
minor code simplification
Chris Lattner
2006-03-20
The node wrapped in PatLeaf<> should be treated as a leaf even if it isn't
Evan Cheng
2006-03-20
It should be ok for a xform output type to be different from input type.
Evan Cheng
[next]