2008-04-28 |
Chris Lattner | restore the copy ctor in SmallVector. This fixes serious |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | switch RegsForValue::Regs to be a SmallVector to avoid |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | generalize SmallVector copy ctor, there is no requireme... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | Fix PR2256, yet another miscompilation in simplifycfg... |
commit | commitdiff | tree | snapshot |
2008-04-28 |
Chris Lattner | several multiple-retval fixes for bugpoint. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | move static function out of anon namespace, no function... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Another step to getting multiple result inline asm... |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Allow asms to return multiple results by value. |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Anton Korobeynikov | Properly lower vararg's FORMAL_ARGUMENTS node on win64 |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Anton Korobeynikov | Handle fp80 for win64 |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Bill Wendling | Added support for: |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | typo |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Implement a signficant optimization for inline asm: |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | isa+cast -> dyn_cast |
commit | commitdiff | tree | snapshot |
2008-04-27 |
Chris Lattner | Move a bunch of inline asm code out of line. |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Chris Lattner | A few inline asm cleanups: |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Chris Lattner | no need to implement this method and just have it call |
commit | commitdiff | tree | snapshot |
2008-04-26 |
Chris Lattner | When SRoA'ing a global variable, make sure the new... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nate Begeman | Feedback from chris |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nate Begeman | Add a testcase for the recent "handle variable vector... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Dale Johannesen | change comments per review |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Update tests. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Extract the lower 64-bit if a MMX value is passed in... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Fix illegal MMX_MOVDQ2Qrr pattern. vector_extract resul... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Special handling for MMX values being passed in either... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Dan Gohman | Remove the code from CodeGenPrepare that moved getresul... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | Fix MMX_MOVQ2DQrr pattern. It's illegal to do a bitconv... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nate Begeman | Pull the code to perform an INSERT_VECTOR_ELT in memory... |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Anton Korobeynikov | Update test |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nate Begeman | Feedback from chris |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2008-04-25 |
Nick Lewycky | Remove 'unwinds to' support from mainline. This patch... |
commit | commitdiff | tree | snapshot |
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 |
next |