2007-08-08 |
Chris Lattner | reimplement dfs number computation to be significantly... |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Owen Anderson | First round of cleanups from Chris' feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | - Each val# can have multiple kills. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Devang Patel | Embrace patch review feedback. |
commit | commitdiff | tree | snapshot |
2007-08-08 |
Evan Cheng | Remove a dead assertion. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Evan Cheng | - LiveInterval value#'s now have 3 components: def... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix new compare instruction's signness. Caught by Chris... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Fix comment. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Don't insert nearly as many redundant phi nodes. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Fix spelling of mtvscr and mfvscr. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Long double patch 8 of N: make it partially work in |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Who thought up this crazy formatting scheme? |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Okay, over/back tags don't next. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Devang Patel | Use eraseFromParent(). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Try an indent level for better formatting. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add the code generation options. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Make this code more efficient |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Fix comment typo |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Fix GLIBCXX_DEBUG error triggered by incrementing erase... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
David Greene | Add a missing forward declaration. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Rearrange options into sections and add the last floati... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add the -disable-excess-fp-precision option. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add another missing option. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Add some more missing options. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Remove the -f option which is no longer supported,... |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Reid Spencer | Describe the global/local naming convention. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Nick Lewycky | Add reference to problem report. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Evan Cheng | Initial JIT support for ARM by Raul Fernandes Herbster. |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Dale Johannesen | Long double patch 7 of N, unless I lost count:). |
commit | commitdiff | tree | snapshot |
2007-08-07 |
Owen Anderson | Get rid of unnecessary #include. |
commit | commitdiff | tree | snapshot |
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 |
next |