2008-05-14 |
Dan Gohman | Change target-specific classes to use more precise... |
tree | commitdiff |
2008-05-14 |
Dan Gohman | Whitespace cleanups. |
tree | commitdiff |
2008-05-14 |
Dan Gohman | Make PreVerifyID, IntSigsEnd, and KillSigsEnd const. |
tree | commitdiff |
2008-05-14 |
Dan Gohman | Split the loop unroll mechanism logic out into a utilit... |
tree | commitdiff |
2008-05-13 |
Owen Anderson | Fix Analysis/BasicAA/pure-const-dce.ll. This turned... |
tree | commitdiff |
2008-05-13 |
Gabor Greif | Merge of r51073-51074 from use-diet branch. |
tree | commitdiff |
2008-05-13 |
Devang Patel | Dominance Frontier is cfg only pass. |
tree | commitdiff |
2008-05-13 |
Owen Anderson | Fix memdep's handling of invokes when finding the depen... |
tree | commitdiff |
2008-05-13 |
Dale Johannesen | Fix for PR 2323, infinite loop in tail dup. |
tree | commitdiff |
2008-05-13 |
Chris Lattner | add a note |
tree | commitdiff |
2008-05-13 |
Evan Cheng | - Fix the pasto in the fix for a previous pasto. |
tree | commitdiff |
2008-05-13 |
Chris Lattner | add a note |
tree | commitdiff |
2008-05-13 |
Nate Begeman | Fix one more encoding bug. |
tree | commitdiff |
2008-05-13 |
Evan Cheng | - Don't treat anyext 16-bit load as a 32-bit load if... |
tree | commitdiff |
2008-05-13 |
Owen Anderson | Make the non-local CSE safety checks slightly more... |
tree | commitdiff |
2008-05-13 |
Sanjiv Gupta | Adding files for Microchip's PIC16 target. |
tree | commitdiff |
2008-05-13 |
Evan Cheng | Instead of a vector load, shuffle and then extract... |
tree | commitdiff |
2008-05-13 |
Owen Anderson | Add support for non-local CSE of read-only calls. |
tree | commitdiff |
2008-05-13 |
Gabor Greif | Derive GetResultInst from UnaryInstruction, this simpli... |
tree | commitdiff |
2008-05-13 |
Dan Gohman | Change class' public PassInfo variables to by initializ... |
tree | commitdiff |
2008-05-13 |
Nate Begeman | 80 col / tabs fixes |
tree | commitdiff |
2008-05-13 |
Nate Begeman | Fix and encoding error in the psrad xmm, imm8 instruction. |
tree | commitdiff |
2008-05-13 |
Evan Cheng | On x86, it's safe to treat i32 load anyext as a normal... |
tree | commitdiff |
2008-05-13 |
Dan Gohman | Clean up the use of static and anonymous namespaces... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Teach Legalize how to scalarize VSETCC |
tree | commitdiff |
2008-05-12 |
Evan Cheng | Xform bitconvert(build_pair(load a, load b)) to a singl... |
tree | commitdiff |
2008-05-12 |
Dale Johannesen | Be more aggressive about tail-merging small blocks |
tree | commitdiff |
2008-05-12 |
Bill Wendling | Constify isSourceDefinedByImplicitDef function. Otherwi... |
tree | commitdiff |
2008-05-12 |
Bill Wendling | Constify the machine instruction passed into the |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Initial X86 codegen support for VSETCC. |
tree | commitdiff |
2008-05-12 |
Dale Johannesen | Further rework of tail merge algorithm. Not quite |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Simplify some checks |
tree | commitdiff |
2008-05-12 |
Dan Gohman | Fix a copy+paste bug; pseudo-instructions shouldn't... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Pointer comparisons should use icmp, not vicmp |
tree | commitdiff |
2008-05-12 |
Owen Anderson | Go back to passing the analyses around as parameters. |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Pointer comparisons should be handled by icmp, not... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Hard code CmpInst back to i1 for now while I go track... |
tree | commitdiff |
2008-05-12 |
Evan Cheng | Refactor isConsecutiveLoad from X86 to TargetLowering... |
tree | commitdiff |
2008-05-12 |
Bill Wendling | Revert the previous commit. Go ahead and hoist remateri... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Add support for vicmp/vfcmp codegen, more legalize... |
tree | commitdiff |
2008-05-12 |
Bill Wendling | One real change - don't hoist something that's triviall... |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Fix build breakage |
tree | commitdiff |
2008-05-12 |
Nate Begeman | Add two new instructions to the llvm IR, vicmp and... |
tree | commitdiff |
2008-05-12 |
Dan Gohman | Make firstEightPowers const. |
tree | commitdiff |
2008-05-12 |
Dan Gohman | Update comments. |
tree | commitdiff |
2008-05-12 |
Dan Gohman | Fix a compile error on compilers that still want a... |
tree | commitdiff |
2008-05-12 |
Dan Gohman | Fix a missing break in the ISD::FLT_ROUNDS_ handling... |
tree | commitdiff |
2008-05-12 |
Owen Anderson | Move the various analyses used by GVN into static varia... |
tree | commitdiff |
2008-05-12 |
Chris Lattner | prune #includes. |
tree | commitdiff |
2008-05-12 |
Chris Lattner | Add a new SparsePropagation analysis utility, which... |
tree | commitdiff |
2008-05-11 |
Nick Lewycky | Make constructors target-specific. This fixes problems... |
tree | commitdiff |
2008-05-11 |
Anton Korobeynikov | Add note |
tree | commitdiff |
2008-05-11 |
Chris Lattner | Fix various DOUTs to not call the extremely expensive... |
tree | commitdiff |
2008-05-10 |
Chris Lattner | Simplify code by using SwitchInst::findCaseValue instea... |
tree | commitdiff |
2008-05-10 |
Anton Korobeynikov | Fix linking of internal aliases |
tree | commitdiff |
2008-05-10 |
Gabor Greif | merge of use-diet branch to trunk |
tree | commitdiff |
2008-05-10 |
Evan Cheng | When transforming a vector_shuffle to a load, the base... |
tree | commitdiff |
2008-05-10 |
Dan Gohman | For now, abort when an ISD::VAARG is encountered on... |
tree | commitdiff |
2008-05-10 |
Evan Cheng | Some clean up. |
tree | commitdiff |
2008-05-10 |
Evan Cheng | If movl top bits are undef, let it be selected to movlp... |
tree | commitdiff |
2008-05-10 |
Evan Cheng | If all sources of a PHI node are defined by an implicit... |
tree | commitdiff |
2008-05-10 |
Bill Wendling | Cosmetic changes: |
tree | commitdiff |
2008-05-09 |
Evan Cheng | Add a pattern to do move the low element of a v4f32... |
tree | commitdiff |
2008-05-09 |
Dale Johannesen | Remove an evil vector bool. Cosmetic refactoring, |
tree | commitdiff |
2008-05-09 |
Evan Cheng | Handle a few more cases of folding load i64 into xmm... |
tree | commitdiff |
2008-05-09 |
Dale Johannesen | Rewrite tail merging algorithm to handle the |
tree | commitdiff |
2008-05-09 |
Torok Edwin | put LibCallAliasAnalysis into anonymous namespace to... |
tree | commitdiff |
2008-05-09 |
Chris Lattner | don't sink invokes, even if they are readonly. This... |
tree | commitdiff |
2008-05-09 |
Duncan Sands | Fix a type and formatting. |
tree | commitdiff |
2008-05-09 |
Chris Lattner | Implement PR2298. This transforms: |
tree | commitdiff |
2008-05-09 |
Chris Lattner | restore doxygen comment. |
tree | commitdiff |
2008-05-08 |
Anton Korobeynikov | Check for validity of aliasee pointer before dereference. |
tree | commitdiff |
2008-05-08 |
Evan Cheng | Use movq to move low half of XMM register and zero... |
tree | commitdiff |
2008-05-08 |
Chris Lattner | conservatively say that volatile stores read memory. |
tree | commitdiff |
2008-05-08 |
Chris Lattner | store can't read from memory. |
tree | commitdiff |
2008-05-08 |
Chris Lattner | Remove dead return. Thanks to Bill for the review! |
tree | commitdiff |
2008-05-08 |
Gordon Henriksen | Improve pass documentation and comments. |
tree | commitdiff |
2008-05-08 |
Chris Lattner | More than just loads can read from memory: readonly... |
tree | commitdiff |
2008-05-08 |
Chris Lattner | Make instcombine's DSE respect loads as well as stores... |
tree | commitdiff |
2008-05-08 |
Chris Lattner | add a new Instruction::mayReadFromMemory predicate... |
tree | commitdiff |
2008-05-08 |
Devang Patel | Check linkage. |
tree | commitdiff |
2008-05-08 |
Duncan Sands | Get exception handling working again on 64 bit |
tree | commitdiff |
2008-05-08 |
Chris Lattner | Add support for constant folding the 'offsetof' pattern... |
tree | commitdiff |
2008-05-08 |
Evan Cheng | Handle vector move / load which zero the destination... |
tree | commitdiff |
2008-05-07 |
Anton Korobeynikov | Turn StripPointerCast() into a method |
tree | commitdiff |
2008-05-07 |
Chris Lattner | Add a new LibCallAliasAnalysis pass, which is parameterized |
tree | commitdiff |
2008-05-07 |
Duncan Sands | Output correct exception handling and frame info |
tree | commitdiff |
2008-05-07 |
Chris Lattner | Add a new interface for describing the behavior of... |
tree | commitdiff |
2008-05-07 |
Evan Cheng | Yet another nasty spiller bug. |
tree | commitdiff |
2008-05-07 |
Dan Gohman | Fix a bug in the ComputeMaskedBits logic for multiply. |
tree | commitdiff |
2008-05-06 |
Anton Korobeynikov | If weak GlobalVariable was bitcast'ed to different... |
tree | commitdiff |
2008-05-06 |
Anton Korobeynikov | Make StripPointerCast a common function (should we... |
tree | commitdiff |
2008-05-06 |
Owen Anderson | We need to update PHIs containing the exiting block... |
tree | commitdiff |
2008-05-06 |
Devang Patel | Fix typo. |
tree | commitdiff |
2008-05-06 |
Nick Lewycky | Fix typo and indentation. |
tree | commitdiff |
2008-05-06 |
Nick Lewycky | Fix renamePathOnDisk on Win32, patch from David Leon... |
tree | commitdiff |
2008-05-06 |
Chris Lattner | fix typo Duncan noticed |
tree | commitdiff |
2008-05-06 |
Chris Lattner | Match things like 'armv5tejl-unknown-linux-gnu' for... |
tree | commitdiff |
2008-05-06 |
Dan Gohman | Make several variable declarations static. |
tree | commitdiff |
2008-05-06 |
Dan Gohman | Remove uses of llvm/System/IncludeFile.h that are no... |
tree | commitdiff |
next |