projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Providing --with-ocaml-libdir for ./configure. The default is the
[oota-llvm.git]
/
utils
/
TableGen
/
2007-09-28
Dale Johannesen
Add sqrt and powi intrinsics for long double.
tree
|
commitdiff
2007-09-25
Evan Cheng
Rename keyword "modify" -> "implicit".
tree
|
commitdiff
2007-09-19
Evan Cheng
Add CopyCost to TargetRegisterClass. This specifies...
tree
|
commitdiff
2007-09-17
Evan Cheng
Bug fix and minor clean up of generated code.
tree
|
commitdiff
2007-09-17
Chris Lattner
regenerate
tree
|
commitdiff
2007-09-14
Dan Gohman
Remove spurious consts. This fixes warnings with compil...
tree
|
commitdiff
2007-09-12
Evan Cheng
Initial support for multi-result patterns:
tree
|
commitdiff
2007-09-11
Evan Cheng
Allow set operators with multiple destinations, i.e...
tree
|
commitdiff
2007-09-07
Evan Cheng
TableGen no longer emit CopyFromReg nodes for implicit...
tree
|
commitdiff
2007-09-04
Evan Cheng
Always check the type of node. This prevents situations...
tree
|
commitdiff
2007-08-16
Dan Gohman
Add MVT::fAny for overloading intrinsics on floating...
tree
|
commitdiff
2007-08-10
Rafael Espindola
propagate struct size and alignment of byval arguments...
tree
|
commitdiff
2007-08-06
Chandler Carruth
This resolves a regression of BasicAA which failed...
tree
|
commitdiff
2007-08-04
Chandler Carruth
This is the patch to provide clean intrinsic function...
tree
|
commitdiff
2007-08-02
Evan Cheng
Added TargetInstrDescriptor::numDefs - num of results.
tree
|
commitdiff
2007-07-30
Dan Gohman
More explicit keywords.
tree
|
commitdiff
2007-07-27
Chuck Rose III
VStudio compiler errors and placing Function*->ExFunc...
tree
|
commitdiff
2007-07-26
Dan Gohman
Fix a pasto in a comment.
tree
|
commitdiff
2007-07-26
Christopher Lamb
Have register info provide the inverse mapping of regis...
tree
|
commitdiff
2007-07-26
Christopher Lamb
Add target independent MachineInstr's to represent...
tree
|
commitdiff
2007-07-26
Christopher Lamb
Teach TableGen about the new vector types.
tree
|
commitdiff
2007-07-24
Dan Gohman
A minor simplication in the generated code.
tree
|
commitdiff
2007-07-20
Evan Cheng
No need for noResults anymore.
tree
|
commitdiff
2007-07-19
Evan Cheng
Change instruction description to split OperandList...
tree
|
commitdiff
2007-07-18
Chris Lattner
Work around a bogus gcc 4.2 warning.
tree
|
commitdiff
2007-07-13
Dan Gohman
Eliminate an unused parameter.
tree
|
commitdiff
2007-07-10
Evan Cheng
Try committing again. Add OptionalDefOperand. Remove...
tree
|
commitdiff
2007-07-06
Evan Cheng
ImmutablePredicateOperand is no more.
tree
|
commitdiff
2007-07-06
Rafael Espindola
Add the byval attribute
tree
|
commitdiff
2007-07-06
Evan Cheng
Refactor code to add initial support for OptionalDefOpe...
tree
|
commitdiff
2007-07-05
Evan Cheng
Teach DAGISelEmitter about zero_reg.
tree
|
commitdiff
2007-07-05
Evan Cheng
Instructions with ImmutablePredicateOperand aren't...
tree
|
commitdiff
2007-06-29
John Criswell
Convert .cvsignore files
tree
|
commitdiff
2007-06-27
Evan Cheng
One additional field in TargetRegisterDesc.
tree
|
commitdiff
2007-06-26
Evan Cheng
Add immediate sub-registers.
tree
|
commitdiff
2007-06-26
Dan Gohman
Revert the earlier change that removed the M_REMATERIAL...
tree
|
commitdiff
2007-06-26
Dan Gohman
Fix a typo in a comment.
tree
|
commitdiff
2007-06-19
Chris Lattner
silence warning when assertions are disabled.
tree
|
commitdiff
2007-06-19
Dan Gohman
Replace M_REMATERIALIZIBLE and the newly-added isOtherR...
tree
|
commitdiff
2007-06-19
Evan Cheng
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT...
tree
|
commitdiff
2007-06-13
Christopher Lamb
Add support to tablegen for specifying subregister...
tree
|
commitdiff
2007-06-06
Evan Cheng
Add clobbersPred - instruction that clobbers condition...
tree
|
commitdiff
2007-06-04
Bill Wendling
Patches by Chuck Rose to unbreak V Studio builds.
tree
|
commitdiff
2007-06-04
Dan Gohman
Remove the operator<< for MVT::ValueType in preparation...
tree
|
commitdiff
2007-05-22
Reid Spencer
The Intrinsic::getDeclaration function's Tys parameter...
tree
|
commitdiff
2007-05-16
Evan Cheng
Rename M_PREDICATED to M_PREDICABLE; opcode can be...
tree
|
commitdiff
2007-05-15
Chris Lattner
Fix CodeGen/PowerPC/2007-05-14-InlineAsmSelectCrash...
tree
|
commitdiff
2007-05-15
Evan Cheng
Added \!con(a,b) syntax to concatnate two dag fragments.
tree
|
commitdiff
2007-05-15
Evan Cheng
Mark all (not just the first) predicate operand M_PREDI...
tree
|
commitdiff
2007-05-15
Evan Cheng
PredicateOperand related bug fix.
tree
|
commitdiff
2007-05-08
Evan Cheng
If a PredicateOperand has an empty ExecuteAlways field...
tree
|
commitdiff
2007-05-04
Bill Wendling
Add an "implies" field to features. This indicates...
tree
|
commitdiff
2007-05-01
Nate Begeman
A bit of feedback from Chris that I missed; error rathe...
tree
|
commitdiff
2007-05-01
Nate Begeman
llvm bug #1350, parts 1, 2, and 3.
tree
|
commitdiff
2007-04-26
Dan Gohman
Update a comment to reflect recent changes in the type...
tree
|
commitdiff
2007-04-26
Lauro Ramos Venancio
bugfix: remember that ResNode was declared.
tree
|
commitdiff
2007-04-22
Christopher Lamb
Fix generation of certain scheduler itineraries.
tree
|
commitdiff
2007-04-21
Evan Cheng
Bug fix; add super-registers sets.
tree
|
commitdiff
2007-04-20
Lauro Ramos Venancio
Implement "general dynamic", "initial exec" and "local...
tree
|
commitdiff
2007-04-20
Evan Cheng
Add sub-registers sets.
tree
|
commitdiff
2007-04-16
Reid Spencer
For PR1328:
tree
|
commitdiff
2007-04-01
Reid Spencer
For PR1297:
tree
|
commitdiff
2007-03-26
Bill Wendling
Add support for the v1i64 type. This makes better code...
tree
|
commitdiff
2007-03-19
Evan Cheng
Recognize target instruction flag 'isReMaterializable'.
tree
|
commitdiff
2007-03-07
Anton Korobeynikov
Refactoring of formal parameter flags. Enable properly...
tree
|
commitdiff
2007-03-06
Anton Korobeynikov
Use new SDIselParamAttr enumeration. This removes ...
tree
|
commitdiff
2007-02-28
Chris Lattner
rename some CCActions
tree
|
commitdiff
2007-02-28
Chris Lattner
implement CCPromoteToType
tree
|
commitdiff
2007-02-27
Chris Lattner
reapply
tree
|
commitdiff
2007-02-27
Chris Lattner
*** empty log message ***
tree
|
commitdiff
2007-02-27
Evan Cheng
Backing out
tree
|
commitdiff
2007-02-27
Chris Lattner
initial support for calling convention generation,...
tree
|
commitdiff
2007-02-26
Chris Lattner
emit an enum value for the # of target registers.
tree
|
commitdiff
2007-02-15
Chris Lattner
the lengths of the strings are known, just use memcmp
tree
|
commitdiff
2007-02-15
Chris Lattner
Implement Function::getIntrinsicID without it needing...
tree
|
commitdiff
2007-02-15
Reid Spencer
For PR1195:
tree
|
commitdiff
2007-02-15
Reid Spencer
For PR1195:
tree
|
commitdiff
2007-02-07
Jim Laskey
Automatically generating intrinsic declarations from...
tree
|
commitdiff
2007-02-06
Reid Spencer
Set the new NO_INSTALL flag for build-only tools.
tree
|
commitdiff
2007-02-06
Jim Laskey
Error check and eliminate unnecessary value.
tree
|
commitdiff
2007-02-06
Jim Laskey
Regenerate.
tree
|
commitdiff
2007-02-06
Jim Laskey
Deemed too cute to live.
tree
|
commitdiff
2007-02-06
Jim Laskey
Regenerate.
tree
|
commitdiff
2007-02-06
Jim Laskey
Support var arg intrinsics.
tree
|
commitdiff
2007-01-26
Jim Laskey
Make the constant honest.
tree
|
commitdiff
2007-01-26
Jim Laskey
Files missing from LABEL check in.
tree
|
commitdiff
2007-01-17
Chris Lattner
Make tblgen error more useful. Patch by B. Scott Michel
tree
|
commitdiff
2007-01-12
Reid Spencer
For PR1064:
tree
|
commitdiff
2006-12-31
Reid Spencer
For PR950:
tree
|
commitdiff
2006-12-12
Jim Laskey
Ignore entries with blank names.
tree
|
commitdiff
2006-12-12
Jim Laskey
Rollback changes to take a different tack.
tree
|
commitdiff
2006-12-12
Jim Laskey
Honor the command line specification for machine type.
tree
|
commitdiff
2006-12-07
Bill Wendling
What should be the last unnecessary <iostream>s in...
tree
|
commitdiff
2006-12-01
Evan Cheng
Match TargetInstrInfo changes.
tree
|
commitdiff
2006-11-20
Chris Lattner
Fix PR1001, patch by Nikhil Patil!
tree
|
commitdiff
2006-11-17
Evan Cheng
Add opcode to TargetInstrDescriptor.
tree
|
commitdiff
2006-11-15
Chris Lattner
Remove the isTwoAddress property from the CodeGenInstru...
tree
|
commitdiff
2006-11-15
Chris Lattner
ADd support for adding constraints to suboperands
tree
|
commitdiff
2006-11-14
Chris Lattner
restore some 'magic' code that I removed: it is needed...
tree
|
commitdiff
2006-11-14
Chris Lattner
minimal hack to get patterns whose result type is iPTR...
tree
|
commitdiff
next