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
/
utils
Age
Commit message (
Expand
)
Author
2007-10-02
If the user did not check out LLVM and request it to be built, it should be a...
Tanya Lattner
2007-09-28
Add sqrt and powi intrinsics for long double.
Dale Johannesen
2007-09-25
Rename keyword "modify" -> "implicit".
Evan Cheng
2007-09-19
Add CopyCost to TargetRegisterClass. This specifies the cost of copying a value
Evan Cheng
2007-09-17
Bug fix and minor clean up of generated code.
Evan Cheng
2007-09-17
regenerate
Chris Lattner
2007-09-14
Remove spurious consts. This fixes warnings with compilers that
Dan Gohman
2007-09-12
Initial support for multi-result patterns:
Evan Cheng
2007-09-11
Allow set operators with multiple destinations, i.e. (set x, y, (op a, b)).
Evan Cheng
2007-09-11
update this to use llvm-config, patch by Jose M. Moya
Chris Lattner
2007-09-07
TableGen no longer emit CopyFromReg nodes for implicit results in physical
Evan Cheng
2007-09-04
Always check the type of node. This prevents situations such as selecting 32-...
Evan Cheng
2007-08-16
Add MVT::fAny for overloading intrinsics on floating-point types.
Dan Gohman
2007-08-13
Make use of the llvm-ld tool's new ability to read input from stdin to extract
Reid Spencer
2007-08-11
Now that llvm-ld can accept - as input from stdin, use this feature to extract
Reid Spencer
2007-08-10
propagate struct size and alignment of byval arguments to the DAG
Rafael Espindola
2007-08-06
This resolves a regression of BasicAA which failed to find any memory informa...
Chandler Carruth
2007-08-04
This is the patch to provide clean intrinsic function overloading support in ...
Chandler Carruth
2007-08-02
Added TargetInstrDescriptor::numDefs - num of results.
Evan Cheng
2007-07-30
More explicit keywords.
Dan Gohman
2007-07-27
VStudio compiler errors and placing Function*->ExFunc map under ManagedStatic...
Chuck Rose III
2007-07-26
Fix a pasto in a comment.
Dan Gohman
2007-07-26
Have register info provide the inverse mapping of register->superregisters. P...
Christopher Lamb
2007-07-26
Add target independent MachineInstr's to represent subreg insert/extract in M...
Christopher Lamb
2007-07-26
Teach TableGen about the new vector types.
Christopher Lamb
2007-07-24
A minor simplication in the generated code.
Dan Gohman
2007-07-20
Fixing some differences between CVS and SVN diff'ing. Reid fixed these already,
Chandler Carruth
2007-07-20
No need for noResults anymore.
Evan Cheng
2007-07-19
Change instruction description to split OperandList into OutOperandList and
Evan Cheng
2007-07-18
Work around a bogus gcc 4.2 warning.
Chris Lattner
2007-07-13
Eliminate an unused parameter.
Dan Gohman
2007-07-10
Try committing again. Add OptionalDefOperand. Remove clobbersPred.
Evan Cheng
2007-07-09
Remove the cvsupdate script. Its no longer useful in the face of
Reid Spencer
2007-07-09
Subversionify the script.
Reid Spencer
2007-07-06
ImmutablePredicateOperand is no more.
Evan Cheng
2007-07-06
Add the byval attribute
Rafael Espindola
2007-07-06
Refactor code to add initial support for OptionalDefOperand.
Evan Cheng
2007-07-05
Teach DAGISelEmitter about zero_reg.
Evan Cheng
2007-07-05
Instructions with ImmutablePredicateOperand aren't really predicable since th...
Evan Cheng
2007-07-04
Ignore the .svn directories so countloc.sh and llvmgrep won't traverse them.
Reid Spencer
2007-07-03
Test modified svn mailer
Anton Korobeynikov
2007-07-02
Remove the last vestiges of -usesvn.
Reid Spencer
2007-07-02
We want the Subversion checkout to succeed even if we don't specify
Reid Spencer
2007-06-29
Applied Reid's patch. Long live Subversion!
John Criswell
2007-06-29
Convert .cvsignore files
John Criswell
2007-06-29
Fix problems with the checkout and cd directories for SVN checkout.
Reid Spencer
2007-06-27
One additional field in TargetRegisterDesc.
Evan Cheng
2007-06-26
Add immediate sub-registers.
Evan Cheng
2007-06-26
Update for Subversion conversion:
Reid Spencer
2007-06-26
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
[next]