2010-04-29 |
Devang Patel | DO not push DBG_VALUE machine instructions for inlined... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Add DenseMapInfo for int. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | llc no longer requires the -f option to overwrite files. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Bob Wilson | Don't remove libLTO.dylib if it's not being installed... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Elaborate on a comment. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Daniel Dunbar | Remove dead option. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Duncan Sands | Verify metadata harder. In particular, check that... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Duncan Sands | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Add comment. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Torok Edwin | Fix PR6910. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Re-enable 102565 with fixes. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Load folding tail call should not use ebp / rbp after... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Mon P Wang | Add support for assemblers that don't support periods... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Temporarily disable my changes to unbreak the build. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Do not generate duplicate dbg_value instructions for... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Dan Gohman | Fix missing #include. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Avoid emitting a dbg_value machineinstr that's not... |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Frame index can be negative. |
commit | commitdiff | tree | snapshot |
2010-04-29 |
Evan Cheng | Check Reg against zero. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | - Really preserve dbg_value instructions when the regis... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | tidy up. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Kevin Enderby | Fixed the word sized Bit Scan Forward/Reverse instructi... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Replace r102368 with code that's less fragile. This... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | fix this to work with objdir != srcdir |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Dale Johannesen | Fix comment. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Dale Johannesen | Test for llvm-gcc checkin 102543. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Bob Wilson | Add an option to the Apple-style build to control wheth... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jim Grosbach | Add sizes non-floating point versions for the eh sjlj... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | Update tests. Now DBG_VALUE instruction is created... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | declare targets with (void) instead of () since this... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | fix PR6112 - When globalopt (or any other pass) does... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Pretty print DBG_VALUE machine instructions. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | Rework global alignment computation again. Now we... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | While lowering dbg_declare, emit DBG_VALUE machine... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jakob Stoklund... | Recompute kill flags from live intervals after coalesci... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Jakob Stoklund... | Teach X86FloatingPoint that a register can be killed... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Bob Wilson | Undo most of my previous whitespace fix. I think I... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Bob Wilson | Fix inconsistent use of HOSTS and TARGETS variables. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Bob Wilson | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Enable i16 to i32 promotion by default. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Try operation promotion only if regular dag combine... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Unbreak the build. Only form shld / shrd after legaliza... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Update tests. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | Emit debug info for byval parameters. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Evan Cheng | Rather than having a ton of patterns for double shift... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | further simplify EmitAlignment by eliminating the |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | remove a dead argument to EmitAlignment. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | remove some default arguments to EmitAlignment. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Devang Patel | Refactor. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Dan Gohman | Rewrite the section on trap values to contain a generic... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Dan Gohman | Fix spelling errors. |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Stuart Hastings | Tweak x86 INC/DEC generation to look for CopyToReg... |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | further clarify alignment of globals, fix instcombine |
commit | commitdiff | tree | snapshot |
2010-04-28 |
Chris Lattner | improve the global variable alignment description. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Devang Patel | Use MachineOperand::is* predicates. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Devang Patel | Use isReg(), isImm() and isFPImm(). |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Devang Patel | Check operand type first. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Evan Cheng | Fix obvious typos. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Devang Patel | Ignore DBG_VALUE instructions that points to undef... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Evan Cheng | SRA promotion is also not free. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Evan Cheng | - When legal, promote a load to zextload rather than... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Devang Patel | Identify when a lexical scope is split in to multiple... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Evan Cheng | Do not count kill, implicit_def instructions as printed... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Chris Lattner | round zero-byte .zerofill directives up to 1 byte.... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Chris Lattner | fix wordo |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Chris Lattner | remove some comments. |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dale Johannesen | Revert a small part of 102372; this fixes at least one |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Bill Wendling | r98363 deleted a '!' when cleaning up whitespace. This... |
commit | commitdiff | tree | snapshot |
2010-04-27 |
Dale Johannesen | Un-XFAIL this on ppc. My enabling of dbg_declare handling |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | Fix a problem that lower invoke has with allocas (PR669... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | add a comment in verbose-asm mode indicating why a... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | on darwin empty functions need to codegen into somethin... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dan Gohman | Integrate Jeffery Yasskin's suggestions with respect to |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bob Wilson | Handle register-to-register copies within the tGPR... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bob Wilson | Avoid adding a null MD node operand, which crashes... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Devang Patel | Use DW_AT_entry_pc instead of DW_AT_low_pc/DW_AT_high_p... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dan Gohman | When checking whether the special handling for an addre... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dan Gohman | Add a comment to this test. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Jeffrey Yasskin | Consolidate the description of volatile operations... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dan Gohman | Branching or switching on trap transfers imminent undef... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dale Johannesen | Remove crufty comments. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Gabor Greif | add some typewriter tags |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dan Gohman | Fix HTML errors that Jeffery Yasskin noticed. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dale Johannesen | Handle target-specific form of DBG_VALUE in AsmPrinter. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dale Johannesen | Add DBG_VALUE handling for byval parameters; this |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Dale Johannesen | Add PPC AsmPrinter handling for target-specific form of |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Insert dbg_value instructions for function entry block... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Promoting 16-bit cmp / test aren't free. Don't do it. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | fix PR6921 a different way. Intead of increasing the |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Re-enable 102323 with fix: do not update dbg_value... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | Revert r102300/102301, which serious broke objc apps. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | fix PR6940: sitofp(undef) folds to 0.0, not undef. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | wrap some long lines. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Bob Wilson | Update MachineSSAUpdater with the same changes I made... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Chris Lattner | add GHC, thanks to David Terei |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Temporary disable spiller modifying dbg_value. It's... |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Remove a redundant comment. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Add PPC specific emitFrameIndexDebugValue. |
commit | commitdiff | tree | snapshot |
2010-04-26 |
Evan Cheng | Add ARM specific emitFrameIndexDebugValue. |
commit | commitdiff | tree | snapshot |
next |