2007-12-16 |
Duncan Sands | Revert this part of r45073 until the verifier is
|
commit | commitdiff | tree |
2007-12-16 |
Duncan Sands | Make instcombine promote inline asm calls to 'nounwind'
|
commit | commitdiff | tree |
2007-12-15 |
Duncan Sands | These are more correctly called signaling NaNs.
|
commit | commitdiff | tree |
2007-12-14 |
Duncan Sands | Teach the interpreter to read and write memory in the
|
commit | commitdiff | tree |
2007-12-12 |
Duncan Sands | Remove host endianness info from TargetData and
|
commit | commitdiff | tree |
2007-12-12 |
Duncan Sands | Revert r44626, which turned off the use of readonly
|
commit | commitdiff | tree |
2007-12-11 |
Duncan Sands | Fix compilation.
|
commit | commitdiff | tree |
2007-12-10 |
Duncan Sands | Make PruneEH update the nounwind/noreturn attributes
|
commit | commitdiff | tree |
2007-12-10 |
Duncan Sands | Fix PR1836: in the interpreter, read and write apints
|
commit | commitdiff | tree |
2007-12-10 |
Duncan Sands | It looks like this has been broken for some time -
|
commit | commitdiff | tree |
2007-12-05 |
Duncan Sands | Commit 44487 broke bootstrap of llvm-gcc-4.2. It is
|
commit | commitdiff | tree |
2007-12-03 |
Duncan Sands | Rather than having special rules like "intrinsics cannot
|
commit | commitdiff | tree |
2007-12-01 |
Duncan Sands | Integrate the readonly/readnone logic more deeply
|
commit | commitdiff | tree |
2007-11-30 |
Duncan Sands | Small optimization of parameter attribute lookup.
|
commit | commitdiff | tree |
2007-11-30 |
Duncan Sands | Add a convenience method for modifying parameter
|
commit | commitdiff | tree |
2007-11-30 |
Duncan Sands | Check that there are not more attributes than
|
commit | commitdiff | tree |
2007-11-29 |
Duncan Sands | Small parameter attributes cleanup.
|
commit | commitdiff | tree |
2007-11-28 |
Duncan Sands | Add some convenience methods for querying attributes...
|
commit | commitdiff | tree |
2007-11-28 |
Duncan Sands | Revert previous "fix" - the breakage was due to some
|
commit | commitdiff | tree |
2007-11-28 |
Duncan Sands | This test somehow got an extra "not" during the
|
commit | commitdiff | tree |
2007-11-28 |
Duncan Sands | My compiler complains that "x always evaluates to true"
|
commit | commitdiff | tree |
2007-11-28 |
Duncan Sands | Add missing newlines at EOF.
|
commit | commitdiff | tree |
2007-11-27 |
Duncan Sands | Fix PR1146: parameter attributes are longer part of
|
commit | commitdiff | tree |
2007-11-25 |
Duncan Sands | Fix PR1816. If a bitcast of a function only exists...
|
commit | commitdiff | tree |
2007-11-23 |
Duncan Sands | Ding dong, the DoesntAccessMemoryFns and
|
commit | commitdiff | tree |
2007-11-23 |
Duncan Sands | Remove some logic I thoughtlessly copied over
|
commit | commitdiff | tree |
2007-11-22 |
Duncan Sands | Turn invokes of nounwind functions into ordinary calls.
|
commit | commitdiff | tree |
2007-11-22 |
Duncan Sands | Teach alias analysis about readnone/readonly functions.
|
commit | commitdiff | tree |
2007-11-22 |
Duncan Sands | Readonly/readnone functions are allowed to throw
|
commit | commitdiff | tree |
2007-11-22 |
Duncan Sands | Rename the 'const' parameter attribute to 'readnone',
|
commit | commitdiff | tree |
2007-11-21 |
Duncan Sands | Fix a bug in which node A is replaced by node B, but...
|
commit | commitdiff | tree |
2007-11-20 |
Duncan Sands | In order for parameter attribute uniquing to make
|
commit | commitdiff | tree |
2007-11-15 |
Duncan Sands | This assertion was bogus.
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | I discover array_lengthof, thanks to gabor on #llvm.
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | Tweak the descriptions of the new 'const' and 'pure...
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | Simplify the attribute verification code.
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | Un XFAIL these tests, now that Bill has backported
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | Eliminate the recently introduced CCAssignToStackABISizeAlign
|
commit | commitdiff | tree |
2007-11-14 |
Duncan Sands | XFAIL these tests until the fix gets backported
|
commit | commitdiff | tree |
2007-11-12 |
Duncan Sands | Compile fix.
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Thanks to the XTARGET line, this test should still
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Move MinAlign to MathExtras.h.
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Fix some load/store logic that would be wrong for
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Add terminating newline.
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Check that the first and third characters, s and u,
|
commit | commitdiff | tree |
2007-11-09 |
Duncan Sands | Check that accesses to the second short, t, have
|
commit | commitdiff | tree |
2007-11-06 |
Duncan Sands | At the point of calculating the shift amount, the
|
commit | commitdiff | tree |
2007-11-05 |
Duncan Sands | Don't output ABI size padding twice. By using the...
|
commit | commitdiff | tree |
2007-11-05 |
Duncan Sands | Fix some typos.
|
commit | commitdiff | tree |
2007-11-05 |
Duncan Sands | Trivial fixes.
|
commit | commitdiff | tree |
2007-11-05 |
Duncan Sands | If a long double is in a packed struct, it may be
|
commit | commitdiff | tree |
2007-11-05 |
Duncan Sands | Eliminate the remaining uses of getTypeSize. This
|
commit | commitdiff | tree |
2007-11-04 |
Duncan Sands | Change uses of getTypeSize to getABITypeSize, getTypeStoreSize
|
commit | commitdiff | tree |
2007-11-02 |
Duncan Sands | Fix a thinko.
|
commit | commitdiff | tree |
2007-11-01 |
Duncan Sands | Executive summary: getTypeSize -> getTypeStoreSize...
|
commit | commitdiff | tree |
2007-11-01 |
Duncan Sands | Don't barf on empty basic blocks. Do not rely on assert
|
commit | commitdiff | tree |
2007-10-31 |
Duncan Sands | Promotion of sdiv/srem/udiv/urem.
|
commit | commitdiff | tree |
2007-10-31 |
Duncan Sands | Add a newline at the end of the file.
|
commit | commitdiff | tree |
2007-10-30 |
Duncan Sands | Fix for visibility warnings generated by gcc-4.2.
|
commit | commitdiff | tree |
2007-10-30 |
Duncan Sands | Add support for expanding trunc stores. Consider
|
commit | commitdiff | tree |
2007-10-30 |
Duncan Sands | If a call to getTruncStore is for a normal store,
|
commit | commitdiff | tree |
2007-10-28 |
Duncan Sands | The guaranteed alignment of ptr+offset is only the...
|
commit | commitdiff | tree |
2007-10-25 |
Duncan Sands | Small formatting changes. Add a sanity check.
|
commit | commitdiff | tree |
2007-10-25 |
Duncan Sands | Promote SETCC operands.
|
commit | commitdiff | tree |
2007-10-25 |
Duncan Sands | Correctly extract the ValueType from a VTSDNode.
|
commit | commitdiff | tree |
2007-10-25 |
Duncan Sands | Fix comment typos.
|
commit | commitdiff | tree |
2007-10-22 |
Duncan Sands | Support for expanding extending loads of integers with
|
commit | commitdiff | tree |
2007-10-22 |
Duncan Sands | Fix up the logic for result expanding the various extension
|
commit | commitdiff | tree |
2007-10-19 |
Duncan Sands | Add support for a few more nodes.
|
commit | commitdiff | tree |
2007-10-19 |
Duncan Sands | Support for expanding ADDE and SUBE.
|
commit | commitdiff | tree |
2007-10-19 |
Duncan Sands | If the value types are equal then this routine
|
commit | commitdiff | tree |
2007-10-18 |
Duncan Sands | Support for ADDC/SUBC.
|
commit | commitdiff | tree |
2007-10-17 |
Duncan Sands | Return Expand from getOperationAction for all extended
|
commit | commitdiff | tree |
2007-10-16 |
Duncan Sands | Document the fact that the verifier currently requires the
|
commit | commitdiff | tree |
2007-10-16 |
Duncan Sands | Initial infrastructure for arbitrary precision integer
|
commit | commitdiff | tree |
2007-10-16 |
Duncan Sands | Fixes due to lack of type-safety for ValueType: (1...
|
commit | commitdiff | tree |
2007-10-15 |
Duncan Sands | Fix some typos. Call getTypeToTransformTo rather than
|
commit | commitdiff | tree |
2007-10-13 |
Duncan Sands | Clarify that fastcc has a problem with nested function
|
commit | commitdiff | tree |
2007-10-12 |
Duncan Sands | Due to the new tail call optimization, trampolines...
|
commit | commitdiff | tree |
2007-10-10 |
Duncan Sands | Correct swapped arguments to getConstant.
|
commit | commitdiff | tree |
2007-10-05 |
Duncan Sands | Fix typo in comment.
|
commit | commitdiff | tree |
2007-09-29 |
Duncan Sands | Add newline at end of file.
|
commit | commitdiff | tree |
2007-09-29 |
Duncan Sands | Check that the second parameter of init_trampoline
|
commit | commitdiff | tree |
2007-09-27 |
Duncan Sands | SSSE3 -> SSE3. Reported by Alex Kellett.
|
commit | commitdiff | tree |
2007-09-27 |
Duncan Sands | Grammer fix reported by Alex Kellett.
|
commit | commitdiff | tree |
2007-09-26 |
Duncan Sands | X86 -> X86-32 in appropriate places.
|
commit | commitdiff | tree |
2007-09-26 |
Duncan Sands | Various cleanups. Especially, EH is turned on by default!
|
commit | commitdiff | tree |
2007-09-26 |
Duncan Sands | Test the C front-end, not the C++ front-end.
|
commit | commitdiff | tree |
2007-09-26 |
Duncan Sands | Test that local variables are aligned as the user requested.
|
commit | commitdiff | tree |
2007-09-25 |
Duncan Sands | Add a newline to the end of this file.
|
commit | commitdiff | tree |
2007-09-25 |
Duncan Sands | Fix spelling.
|
commit | commitdiff | tree |
2007-09-25 |
Duncan Sands | Add missing end-of-file newlines.
|
commit | commitdiff | tree |
2007-09-20 |
Duncan Sands | Testcase for PR1678.
|
commit | commitdiff | tree |
2007-09-19 |
Duncan Sands | Improve comment.
|
commit | commitdiff | tree |
2007-09-19 |
Duncan Sands | Partial fix for PR1678: correct some parts of constant
|
commit | commitdiff | tree |
2007-09-19 |
Duncan Sands | A global variable with external weak linkage can be...
|
commit | commitdiff | tree |
2007-09-19 |
Duncan Sands | Testcase for PR1678.
|
commit | commitdiff | tree |
2007-09-17 |
Duncan Sands | Factor the trampoline transformation into a subroutine.
|
commit | commitdiff | tree |
2007-09-11 |
Duncan Sands | Test that a call to a trampoline is turned into a call to
|
commit | commitdiff | tree |
2007-09-11 |
Duncan Sands | Two ParamAttrsVectors which differ by a permutation
|
commit | commitdiff | tree |
next |