2007-08-07 |
Owen Anderson | Clean up a bunch of caching stuff in memdep. This... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Begin loop index split pass. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Owen Anderson | Improve the accuracy of memdep for determining the... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Replace 4-line function with 10-line version per review... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | remove #if 0 code. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Move lengthy conditional down 1 level per review comment. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Get X86 long double calling convention to work |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | Fix PR1577, a crash on invalid bug. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chandler Carruth | This resolves a regression of BasicAA which failed... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chandler Carruth | This fixes resizing issues with BitVectors. It ensures... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | It's safe to fold not of fcmp. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Fix the dates on these tests. It's not September yet... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Dale Johannesen | Make 80-bit store maintain simulated FP stack correctly. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Let scalar-evolution analyze loops with an unsigned... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Nick Lewycky | Don't assume it's safe to transform a loop just because... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Reid Spencer | @verbatim needs to be on a line by itself. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | Fix a regression compiling 2005-05-11-Popcount-ffs... |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Christopher... | Implement review feedback. No functionality change. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
David Greene | Make this code more efficient. |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | remove some dead lines |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | 1. Random tidiness cleanups |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | update for new domtree dump format |
commit | commitdiff | tree | snapshot |
2007-08-06 |
Chris Lattner | Various random cleanups, add two accessors to DomTreeNo... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Update links to the command guide generated documentation. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Fix minor doxygen nits. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Comment out configuration tags not supported by doxygen... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Document a missing parameter. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Silence some warnings from doxygen about @param argumen... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Escape some escapes that confuse doxygen. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Reid Spencer | Fix a doxygen directive. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Dale Johannesen | Long double patch 4 of N: initial x87 implementation. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | allow this to pass on ppc hosts. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | shorten this name |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | at the end of instcombine, explicitly clear WorklistMap. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Fix a bug in DenseMap::clear, where we never reset... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Upgrade BasicAliasAnalysis::getModRefBehavior to not... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | When clearing a SmallPtrSet, if the set had a huge... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Fix an iterator invalidation bug I induced. |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Switch some std::sets to SmallPtrSet. This speeds up |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Switch DomTreeNode::assignDFSNumber from using a std... |
commit | commitdiff | tree | snapshot |
2007-08-05 |
Chris Lattner | Switch the internal "Info" map from an std::map to... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | switch the DomTreeNodes and IDoms maps in idom/postidom... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | rewrite the code used to construct pruned SSA form... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Factor out a whole bunch of code into it's own method. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Use getNumPreds(BB) instead of computing them manually... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Change the rename pass to be "tail recursive", only... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | cache computation of #preds for a BB. This speeds up |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | reserve operand space for phi nodes when we insert... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | use continue to avoid nesting, no functionality change. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Promoting allocas with the 'single store' fastpath is |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | When PromoteLocallyUsedAllocas promoted allocas, it... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | std::map -> DenseMap |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Nick Lewycky | Clean up comments, fix up some confusing code logic. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | fix a logic bug where we wouldn't promote single store... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | When we do the single-store optimization, delete both... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | Three improvements: |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | switch from using a std::set to using a SmallPtrSet... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | In mem2reg, when handling the single-store case, make... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chandler Carruth | Regenerating. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chandler Carruth | This is the patch to provide clean intrinsic function... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | split rewriting of single-store allocas into its own |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | refactor some code to shrink PromoteMem2Reg::run a bit |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | add a typedef, no other change. |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | avoid an unneeded vector copy. This speeds up mem2reg... |
commit | commitdiff | tree | snapshot |
2007-08-04 |
Chris Lattner | make RenamePassWorkList a local var instead of an ivar. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Dale Johannesen | Make x86 long double alignment 32 for everything but |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Dale Johannesen | long double patch 3 of N. Add to MVT. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Dale Johannesen | long double patch 2 of N. Handle it in TargetData. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Owen Anderson | Fix a subtle miscompilation. This allows 197.parser... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Owen Anderson | Fix a subtle iterator invalidation bug in a recursive... |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Reid Spencer | Prepare for "core" website. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Dale Johannesen | Long double, part 1 of N. Support in IR. |
commit | commitdiff | tree | snapshot |
2007-08-03 |
Chris Lattner | add an observation |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Fix an accidental commit. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Dan Gohman | More explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Dan Gohman | Fix the alignment requirements of several unpck and... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Dan Gohman | Fix pastos in vector arithmetic intrinsics. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Owen Anderson | Fix 80 col. violations. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Owen Anderson | Fix 80 col. violations. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Owen Anderson | Fix 80 col. violations. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | don't redefine a parameter |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Owen Anderson | Fix a bug that was causing several miscompilations... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Christopher... | Implement review feedback. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | I don't have time to restore this functionality right... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Replacing a cast with another one does not reduce the... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Reduced testcase for PR1594 |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Disable an xform that causes an infinite loop. This... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | wrap some long lines. Major offenders that are left... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Devang Patel | Update dominator info for the middle blocks created... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Dan Gohman | Mark the SSE and MMX load instructions that |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Enhance instcombine to be more aggressive about folding... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Anders Carlsson | Fix bug spotted by Chris. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Anders Carlsson | Add extend and extOrTrunc methods that do sign or zero... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Evan Cheng | Switch some multiplication instructions over to the... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Evan Cheng | Do not emit copies for physical register output if... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Evan Cheng | Fix test. |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Chris Lattner | Fix PR1575 and test/Transforms/CondProp/2007-08-01... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Reid Spencer | Adjust for new CallInst constructor interface. |
commit | commitdiff | tree | snapshot |
next |