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 |
2007-08-02 |
Scott Michel | Style police: Expand the tabs to spaces! |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Christopher... | Teach BasicAA about noalias parameter attributes, but... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Evan Cheng | Instead of adding copyfromreg's to handle physical... |
commit | commitdiff | tree | snapshot |
2007-08-02 |
Evan Cheng | Added TargetInstrDescriptor::numDefs - num of results. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Can't handle offset and scale if rip-relative addressin... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Mac OS X X86-64 low 4G address not available. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Mac OS X X86-64 low 4G address not available. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Devang Patel | Undo previous check-in. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Some out operands were incorrectly specified as input... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Reid Spencer | Make sure these tests pass for the right reasons (verif... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Devang Patel | Update dominator info for the middle blocks created... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Owen Anderson | Make non-local memdep not be recursive, and fix a bug... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Missing Requires. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | New test. Bogus implicit-def prevented a copy from... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Be more precise. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Bugs: missing partial uses and redundant partial defs. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Lauro Ramos... | Add a test for the load/store alignment. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Lauro Ramos... | Expand unaligned loads/stores when the target doesn... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Christopher... | Clean up C++ restrict test cases and add a test for... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Lattner | these tests aren't xfailed. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Chris Lattner | we're now handling this right :) |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Owen Anderson | Forgot to update these files for the FastDSE changes. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Dan Gohman | More explicit keywords. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Dan Gohman | Change a .size directive to use a tab instead of a... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Dan Gohman | Make ImmutablePass::runOnModule non-virtual, since... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Owen Anderson | Rename FastDSE to just DSE. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Owen Anderson | Move FastDSE in to DeadStoreElimination. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Owen Anderson | Remove old DSE. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
David Greene | Update generated files. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
David Greene | New CallInst interface to address GLIBCXX_DEBUG errors... |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Indexed loads each has 2 outputs. |
commit | commitdiff | tree | snapshot |
2007-08-01 |
Evan Cheng | Requires SSE2. |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Owen Anderson | Don't let the memory allocator outsmart GVN. ;-) |
commit | commitdiff | tree | snapshot |
2007-07-31 |
Evan Cheng | simpleregistercoalescing -> regcoalescing. It's too... |
commit | commitdiff | tree | snapshot |
next |