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 |
2010-04-26 |
Evan Cheng | - Move TargetLowering::EmitTargetCodeForFrameDebugValue... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Dale Johannesen | Stop abusing EmitInstrWithCustomInserter for target... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Gabor Greif | another typo pointed out by sajd |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Gabor Greif | fix two typos pointed out by sajd |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Dale Johannesen | Add comment re byval args. Doesn't actually work this... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
David Chisnall | Added bullet about GNUstep Objective-C ABI support... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | testcase for PR6913 |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | this passes now. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | Fix PR6921: globals were not getting correctly rounded... |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | silence a warning, patch by "mike". |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Chris Lattner | remove #if 1's. |
commit | commitdiff | tree | snapshot |
2010-04-25 |
Dan Gohman | Fix an autoconf bug: The second argument to AC_LANG_PRO... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | PHI nodes also do not necessarily return trap with... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Nick Lewycky | Use provided llvm-defined variables instead of twisting... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Nick Lewycky | Don't touch CXXFLAGS. If it's set in the environment... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Evan Cheng | Avoid promoting a i16 node if it would eliminate a... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Evan Cheng | When a load operand is promoted to an extload, replace... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Generalize LSR's OptimizeMax to handle the new kinds... |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | ScalarEvolution support for <= and >= loops. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Use SimplifyICmpOperands in isKnownPredicate too. |
commit | commitdiff | tree | snapshot |
2010-04-24 |
Dan Gohman | Update isImpliedCond to use the new SimplifyICmpOperand... |
commit | commitdiff | tree | snapshot |
next |