Age | Commit message (Expand) | Author |
2008-01-15 | If someone wants to implement ppc TRAP, they can go for it :) | Chris Lattner |
2008-01-15 | The type of the 'abort' node should be pointer type (because | Chris Lattner |
2008-01-15 | rename SDTRet -> SDTNone. | Chris Lattner |
2008-01-15 | Remove DefInst from LiveVariables::VarInfo. Use the facilities on MachineReg... | Owen Anderson |
2008-01-15 | no need to expand ISD::TRAP to X86ISD::TRAP, just match ISD::TRAP. | Chris Lattner |
2008-01-15 | Add support for targets that have a legal ISD::TRAP. | Chris Lattner |
2008-01-15 | Add files to windows project files. Also include <algorithm> explicitly so t... | Chuck Rose III |
2008-01-15 | Fix JIT encoding of trap/ud2 instruction | Anton Korobeynikov |
2008-01-15 | Reformatted. It was confusing the other way. No functionality change. | Bill Wendling |
2008-01-15 | Fix a memory correctness error noticed by valgrind (harmless in practice). | Gordon Henriksen |
2008-01-15 | Testcase for gimplify_expr crash caused by an | Duncan Sands |
2008-01-15 | Oops. Forgot to commit this. | Evan Cheng |
2008-01-15 | Oops. Forgot to commit this. | Evan Cheng |
2008-01-15 | For PR1839: add initial support for __builtin_trap. llvm-gcc part is missed | Anton Korobeynikov |
2008-01-15 | clarify that byval is valid for any pointer argument. | Chris Lattner |
2008-01-15 | Rename CCIfStruct to CCIfByVal and CCStructAssign to CCPassByVal. Remove unus... | Evan Cheng |
2008-01-15 | Both x86-32 and x86-64 handle byval parameter attributes. | Evan Cheng |
2008-01-15 | ByVal stack slot alignment should be at least as large as pointer ABI alignment. | Evan Cheng |
2008-01-15 | Revert my last commit. Not needed. | Evan Cheng |
2008-01-14 | Simplify CallInst::hasByValArgument using a new method. | Duncan Sands |
2008-01-14 | I noticed that the trampoline straightening transformation could | Duncan Sands |
2008-01-14 | don't create the post-ra scheduler unless it is enabled. | Chris Lattner |
2008-01-14 | remove dead #include | Chris Lattner |
2008-01-14 | Need a space to separate Make options. | Evan Cheng |
2008-01-14 | This test is now the same as byval-1.ll, so remove it. | Duncan Sands |
2008-01-14 | Test that byval cannot be used with pointers to | Duncan Sands |
2008-01-14 | We now allow byval on fairly general pointer types. | Duncan Sands |
2008-01-14 | Improve the FP stackifier to decide all on its own whether | Chris Lattner |
2008-01-14 | Simplify code. | Evan Cheng |
2008-01-14 | Fix the miscompilation of MiBench/consumer-lame that was exposed by Evan's | Chris Lattner |
2008-01-14 | The isNotSuitableForSRA property is now dead, don't compute it. | Chris Lattner |
2008-01-14 | Change SRAGlobal to not depend on isNotSuitableForSRA, which makes it very | Chris Lattner |
2008-01-14 | Make the 'shrink global to bool' optimization more self contained, and thus | Chris Lattner |
2008-01-14 | Turn a memcpy from a double* into a load/store of double instead of | Chris Lattner |
2008-01-13 | factor memcpy/memmove simplification out to its own SimplifyMemTransfer | Chris Lattner |
2008-01-13 | simplify some code. If we can infer alignment for source and dest that are | Chris Lattner |
2008-01-13 | simplify some code by adding a InsertBitCastBefore method, | Chris Lattner |
2008-01-13 | Whitespace tweak. | Duncan Sands |
2008-01-13 | Remove the assumption that byval has been applied to | Duncan Sands |
2008-01-13 | Allow the byval attribute for pointers to any type with | Duncan Sands |
2008-01-13 | Fix PR1907, a nasty miscompilation because instcombine didn't | Chris Lattner |
2008-01-13 | Check that nested functions don't get pointless | Duncan Sands |
2008-01-13 | Small simplification. | Duncan Sands |
2008-01-13 | When turning a call to a bitcast function into a direct call, | Duncan Sands |
2008-01-13 | new testcase for rdar://5685492 | Chris Lattner |
2008-01-12 | improve cygwin compatibility, patch by Sam Bishop | Chris Lattner |
2008-01-12 | clarify a note | Chris Lattner |
2008-01-12 | Add hasByValArgument() to test if a call instruction has byval argument(s). | Evan Cheng |
2008-01-12 | we don't have to make an explicit copy of a byval argument when | Chris Lattner |
2008-01-12 | Indirect call with byval parameter requires a cast first. | Evan Cheng |