2008-04-25 |
Evan Cheng | Not checking for intrinsics which do not have a chain... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | - Switch from std::set to SmallPtrSet. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | MMX argument passing fixes: |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nate Begeman | Teach the PruningFunctionCloner how to look through... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Chris Lattner | Loosen up an assertion to allow intrinsics. I really... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Chris Lattner | Don't infininitely thread branches when a threaded... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Gordon Henriksen | PR2245: Misleading parameter name in llvm-c/Core.h... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Gordon Henriksen | PR2202: LLVMCreateInterpreter creates a JIT |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Fix bug in x86 memcpy / memset lowering. If there are... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Implement != for DenseSet iterators. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Ted Kremenek | Added iterator support for DenseSet. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Evan Cheng | New test. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Evan Cheng | Adjust inline cost computation to be less aggressive. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Devang Patel | Add EXTRA_OPTIONS on the llvmgxx command line. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Devang Patel | Add EXTRA_OPTIONS on the llvmgcc command line. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Gabor Greif | overlook Output directory |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Evan Cheng | - Check if a register is livein before removing it... |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | % -> @ |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | Doc updates/edits, contributed by Terence Parr! |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | code restructuring, not functionality change. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | Don't replace multiple result of calls with undef, |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | code cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-04-24 |
Chris Lattner | Split some code out of the main SimplifyCFG loop into... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Make these variables static. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Disable building of llvm2cpp. The directory will be... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Drop dead includes |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Fix tests due to llvm2cpp move to llc target |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Adjust option names for C++ backend |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | First step of implementing PR1538: move llvm2cpp logic... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Initial CBE support for multiple return values. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | tighten up verifier checks which missed cases where |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Use isa instead of dyn_cast. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Add support to codegen for getresult instructions with... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Devang Patel | Check type instead of no. of operands. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Allow llvm-as to parse a getresult with an undef operand. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dale Johannesen | Rewrite previous patch to suit Chris's preference. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Unbreak JIT |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Disable stack realignment for these tests |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Fix test becase ABI stack alignment dropped to 'normal... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Fix test, instruction count is valid only if stack... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Fix typo |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Only allow increase of max alignment value |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Be over-conservative: scan for all used virtual registe... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Add X86 Maximal Stack Alignment Calculator Pass before RA |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Add facility for pre-RA passes |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Use precomputed value, if any |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Do proper book-keeping of offsets and prologue/epilogue... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | If stack realignment is used - incoming args will use... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Eastimate required stack alignment early, so we can... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Cleanup |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Simplify |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Make stack alignment options global for all targets |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Provide option for enabling-disabling stack realignment |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Disable stack realignment for functions with dynamic... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Provide ABI-correct stack alignment |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Provide convenient helpers for some operations |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Anton Korobeynikov | Whitespace cleanup |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dan Gohman | Fix some whitespace. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Bill Wendling | Use the Create static method for some of these objects... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | simplify code for propagation of constant arguments... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Fix a number of bugs in ipconstantprop, simplify the... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Rewrite multiple return value handling in SCCP. Before... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Validate that the result of a function type is valid... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Enforce that multiple return values have to have at... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | remove this testcase. It isn't testing loop rotate... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | returning an empty multiple return list is not valid. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | fix description of 'ret' to be more correct with multip... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Allow undef as an operand to getresult. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | Verify that the operand of a getresult instruction... |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | make this test more interesting. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Chris Lattner | distill down the essense of this test. |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dale Johannesen | new test |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Dale Johannesen | Do not change the type of a ByVal argument to a |
commit | commitdiff | tree | snapshot |
2008-04-23 |
Evan Cheng | Don't do: "(X & 4) >> 1 == 2 --> (X & 4) == 4" if... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | Start doing the significantly useful part of jump threa... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | Dig through multiple levels of AND to thread jumps... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Owen Anderson | Move MemCpyOpt after GVN. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | Teach jump threading to thread through blocks like: |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Evan Cheng | Added command line option -no-lazy to disable JIT lazy... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | refactor some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | add a basic testcase. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nick Lewycky | Whoops! Undo r50087, unbreak the build. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nick Lewycky | Reverse r47989. Part of removing 'unwinds to' support. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Nick Lewycky | Start removing 'unwinds to' support from mainline in... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Owen Anderson | Add MemCpyOpt to LTO. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | remove dead code. |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | optimize "p != gep p, ..." better. This allows us... |
commit | commitdiff | tree | snapshot |
2008-04-22 |
Chris Lattner | more fallout from Nicholas' asmprinter patch. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Dan Gohman | Implement an x86-64 ABI detail of passing structs by... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Gabor Greif | fix some residual old API that fell thru the cracks... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Dan Gohman | Fix an out-of-bounds access in -view-sunit-dags in... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Dan Gohman | Fix the encoding of the MMX movd that moves from MMX... |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Dan Gohman | Fix the way AliasSet::print prints "may alias". |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Chris Lattner | fix grammar-o, thanks to Duncan for noticing. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Duncan Sands | Make these structs larger to ensure that they |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Duncan Sands | Make the struct bigger, to ensure it is returned |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Owen Anderson | Use GVN in LTO instead of GCSE+LoadVN. |
commit | commitdiff | tree | snapshot |
2008-04-21 |
Owen Anderson | Remove unneeded #include's. |
commit | commitdiff | tree | snapshot |
next |