projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix error: ‘std::ostream’ has not been declared
2008-07-25
Duncan Sands
Fix error: ‘std::ostream’ has not been declared
commit
|
commitdiff
|
tree
2008-07-22
Duncan Sands
LegalizeTypes support for VSETCC. Fixes PR2575.
commit
|
commitdiff
|
tree
2008-07-21
Duncan Sands
Add VerifyNode, a place to put sanity checks on
commit
|
commitdiff
|
tree
2008-07-19
Duncan Sands
Make sure custom lowering for LegalizeTypes
commit
|
commitdiff
|
tree
2008-07-18
Duncan Sands
Softfloat support for FDIV. Patch by
commit
|
commitdiff
|
tree
2008-07-18
Duncan Sands
Eliminate unused variable.
commit
|
commitdiff
|
tree
2008-07-18
Duncan Sands
Supress a gcc-4.3 warning.
commit
|
commitdiff
|
tree
2008-07-18
Duncan Sands
Revert 53729, after waking up in the middle of
commit
|
commitdiff
|
tree
2008-07-17
Duncan Sands
Use a legal type for elements of the vector_shuffle
commit
|
commitdiff
|
tree
2008-07-17
Duncan Sands
LegalizeTypes support for what seems to be the
commit
|
commitdiff
|
tree
2008-07-17
Duncan Sands
Turn LegalizeTypes back off again for the moment:
commit
|
commitdiff
|
tree
2008-07-17
Duncan Sands
Factorize some code for determining which libcall to...
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
Add support for promoting and expanding AssertZext
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
Test passing of integer parameters for integers
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
Test codegen of loads and stores of all integer
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
Reorder methods alphabetically. No functionality change.
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
Turn on LegalizeTypes by default.
commit
|
commitdiff
|
tree
2008-07-16
Duncan Sands
The atomic.cmp.swap promotion logic is wrong: it
commit
|
commitdiff
|
tree
2008-07-15
Duncan Sands
LegalizeTypes support for fabs on ppc long double.
commit
|
commitdiff
|
tree
2008-07-15
Duncan Sands
LegalizeTypes support for promotion of bswap.
commit
|
commitdiff
|
tree
2008-07-15
Duncan Sands
LegalizeTypes support for promotion of SIGN_EXTEND_INREG.
commit
|
commitdiff
|
tree
2008-07-15
Duncan Sands
Reorder the integer promotion methods alphabetically.
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
I don't think BUILD_PAIR can have a vector result.
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
Tighten up some checks. Fix FPOWI splitting for
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
An INSERT_VECTOR_ELT can insert a larger value
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
According to the docs, it is possible to have an
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
There should be no extending loads or truncating
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
Ignore TargetConstant with an illegal type. These
commit
|
commitdiff
|
tree
2008-07-14
Duncan Sands
Revert r53540 - it does not compile.
commit
|
commitdiff
|
tree
2008-07-13
Duncan Sands
Fix comment.
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
Remove an apparently useless routine: there should
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
It is pointless to turn a UINT_TO_FP into an
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
Add two missing SINT_TO_FP libcalls.
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
Port a shift-by-1 optimization from LegalizeDAG: it
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
Add support for 128 bit shifts and 32 bit shifts
commit
|
commitdiff
|
tree
2008-07-11
Duncan Sands
Align comments, colons and cases. Remove trailing
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Add support for 128 bit multiplicative operations.
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Add a mysteriously missing libcall, FPTOSINT_F80_I32.
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Fix a FIXME: use an apint in CTTZ legalization.
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Remove PromoteIntRes_FP_ROUND - not sure what it
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Make sure the alignment of the temporary created
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Make the LegalizeType method naming scheme more regular.
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Don't barf when dumping a constant that contains
commit
|
commitdiff
|
tree
2008-07-10
Duncan Sands
Correct a comment.
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
Remove some unneeded includes.
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
Redo LegalizeTypes soft float support for
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
Forgot to update the chain result when softening
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
LegalizeTypes soft float support for FP_TO_SINT and
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
LegalizeTypes support for powi soft float.
commit
|
commitdiff
|
tree
2008-07-09
Duncan Sands
Make the role of MVT::i32 clearer here, and add a
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Remove custom expansion from LegalizeTypes when doing
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Add missing select_cc libcall line, somehow omitted
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
LegalizeTypes support for FP_ROUND and FP_EXTEND
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Testcase for PR2520.
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Add some helpers for manipulating function
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Pacify gcc-4.3.
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Note that 'nest' only applies to pointers.
commit
|
commitdiff
|
tree
2008-07-08
Duncan Sands
Add some convenience methods for manipulating
commit
|
commitdiff
|
tree
2008-07-07
Duncan Sands
LegalizeTypes soft-float support for stores of a
commit
|
commitdiff
|
tree
2008-07-04
Duncan Sands
Rather than having a different custom legalization
commit
|
commitdiff
|
tree
2008-07-04
Duncan Sands
Linux also does not require exception handling
commit
|
commitdiff
|
tree
2008-07-02
Duncan Sands
Add a new getMergeValues method that does not need
commit
|
commitdiff
|
tree
2008-07-02
Duncan Sands
Fix typo compounded by a cut-and-pasto.
commit
|
commitdiff
|
tree
2008-07-02
Duncan Sands
Let AnalyzeNewNode take care of calling ExpungeNode.
commit
|
commitdiff
|
tree
2008-07-01
Duncan Sands
Highlight that getMergeValues optimization is
commit
|
commitdiff
|
tree
2008-06-30
Duncan Sands
ExpungeNode is only needed for new nodes! This
commit
|
commitdiff
|
tree
2008-06-30
Duncan Sands
Support for VAARG. As noted in a comment, this is
commit
|
commitdiff
|
tree
2008-06-30
Duncan Sands
Support for promoting select_cc operands.
commit
|
commitdiff
|
tree
2008-06-30
Duncan Sands
Revert the SelectionDAG optimization that makes
commit
|
commitdiff
|
tree
2008-06-27
Duncan Sands
Regression test for PR2443.
commit
|
commitdiff
|
tree
2008-06-27
Duncan Sands
Use the c modifier to tell llvm-ar not to issue a
commit
|
commitdiff
|
tree
2008-06-25
Duncan Sands
Add support for expanding PPC 128 bit floats.
commit
|
commitdiff
|
tree
2008-06-25
Duncan Sands
Add/complete support for integer and float
commit
|
commitdiff
|
tree
2008-06-25
Duncan Sands
Pacify gcc-4.3.
commit
|
commitdiff
|
tree
2008-06-23
Duncan Sands
Port some integer multiplication fixes from LegalizeDAG.
commit
|
commitdiff
|
tree
2008-06-23
Duncan Sands
Support for expanding the result of EXTRACT_ELEMENT.
commit
|
commitdiff
|
tree
2008-06-23
Duncan Sands
Cleanup up LegalizeTypes handling of loads and
commit
|
commitdiff
|
tree
2008-06-22
Duncan Sands
Make custom lowering of ADD work correctly. This
commit
|
commitdiff
|
tree
2008-06-21
Duncan Sands
This file is empty.
commit
|
commitdiff
|
tree
2008-06-21
Duncan Sands
Turn off llvm-gcc warnings when running "make check".
commit
|
commitdiff
|
tree
2008-06-21
Duncan Sands
Support for load/store of expanded float types. I
commit
|
commitdiff
|
tree
2008-06-20
Duncan Sands
Share some code that is common between integer and
commit
|
commitdiff
|
tree
2008-06-20
Duncan Sands
Add some methods for querying the nature of a
commit
|
commitdiff
|
tree
2008-06-20
Duncan Sands
Rename the operation of turning a float type into an
commit
|
commitdiff
|
tree
2008-06-19
Duncan Sands
Fix some warnings reported by gcc-4.3. Hopefully
commit
|
commitdiff
|
tree
2008-06-17
Duncan Sands
Fix typo that changed the logic to something wrong.
commit
|
commitdiff
|
tree
2008-06-17
Duncan Sands
Split type expansion into ExpandInteger and ExpandFloat
commit
|
commitdiff
|
tree
2008-06-17
Duncan Sands
Fix spelling.
commit
|
commitdiff
|
tree
2008-06-16
Duncan Sands
Allow these transforms for types like i256 while
commit
|
commitdiff
|
tree
2008-06-15
Duncan Sands
The transforms in visitEXTRACT_VECTOR_ELT are
commit
|
commitdiff
|
tree
2008-06-15
Duncan Sands
LegalizeTypes support for INSERT_VECTOR_ELT with
commit
|
commitdiff
|
tree
2008-06-14
Duncan Sands
Remove a redundant AfterLegalize check. Turn
commit
|
commitdiff
|
tree
2008-06-13
Duncan Sands
Disable some DAG combiner optimizations that may be
commit
|
commitdiff
|
tree
2008-06-12
Duncan Sands
If queried as to whether an operation is legal
commit
|
commitdiff
|
tree
2008-06-11
Duncan Sands
Sometimes (rarely) nodes held in LegalizeTypes
commit
|
commitdiff
|
tree
2008-06-10
Duncan Sands
Small doc fix.
commit
|
commitdiff
|
tree
2008-06-09
Duncan Sands
Update the build instructions.
commit
|
commitdiff
|
tree
2008-06-09
Duncan Sands
Various tweaks related to apint codegen. No functionality
commit
|
commitdiff
|
tree
2008-06-09
Duncan Sands
Remove some DAG combiner assumptions about sizes
commit
|
commitdiff
|
tree
2008-06-09
Duncan Sands
Test that prune-eh doesn't make deductions based
commit
|
commitdiff
|
tree
next