2009-10-11 |
Chris Lattner | temporarily revert previous patch |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Torok Edwin | Remove CleanupDbgInfo, instcombine does this and its... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | More DragonEgg verbiage. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | Remove spurious brackets. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Torok Edwin | LICM shouldn't sink/delete debug information. Fix this... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement 'm' memory operand properly |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement proper asmprinting for the globals. This... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Implement asm printing for inline asm memory operands |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | add PR5004 as a known problem. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | duncan points out that llvm-gcc doesn't do the right... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | when folding duplicate conditions, delete the |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | some notes from Anton |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Gabor Greif | catch some other serial commas that my earlier grep... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Gabor Greif | eliminate some instances of serial comma. sabre, if... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | Fix typo. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Gabor Greif | apply some tweaks |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Gabor Greif | fix some obvious typos |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Duncan Sands | Add an outline of the DragonEgg gcc plugin. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | implement rdar://7293527, a trivial instcombine that... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | add a helper for matching "1". |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | implement a transformation in jump threading that is... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | another testcase jump threading shouldn't crash on. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | rename a file, remove a poorly reduced testcase. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | restructure some code, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | factor some code better and move a function, no functio... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | make jump threading on a phi with undef inputs happen. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | there is no need to run mem2reg after jump threading... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | fix a bunch of bad formatting, delete the dead |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | merge two tests. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | simplify some run lines, convert a test to filecheck. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Ted Kremenek | Update release notes blurb on the static analyzer. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | rewrite LCSSA to use SSAUpdate, to only return true... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | clean up and simplify some code. Don't use setvector... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | switch GVN to use SSAUpdater. Besides removing a lot... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add a simple helper method. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add ability for clients of SSAUpdater to find out about the |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | clarify |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | remove dead code |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add the ability to get a rewritten value from the middl... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | rename GetValueInBlock -> GetValueAtEndOfBlock to bette... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Anton Korobeynikov | It seems that OR operation does not affect status reg... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | fix broken link |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | final changes. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | down to 'major changes' |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | more updates |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add a link to the GSG for info on how to check out... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | x86 uses 5 operands for most memory refs now. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Duncan Sands | More spelling and grammar tweaks. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Benjamin Kramer | More spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Duncan Sands | Spelling fixes. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | more tweaks |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Duncan Sands | Remove an inappropriate line in the description of the |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | continue decoding chris scribble. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | remove some dead passes |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | checkpoint. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | fix broken anchors. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | use a typedef instead of spelling out an insane type... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | Change jump threading to use the new SSAUpdater class... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | Implement an efficient and fully general SSA update... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add some WeakVH::operator='s. Without these, assigning |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | change some static_cast into cast, pointed out by Gabor. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | add a version of PHINode::getIncomingBlock that takes... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Chris Lattner | random tidying |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Dan Gohman | Create a new InstrEmitter class for translating Selecti... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Dan Gohman | Make getMachineNode return a MachineSDNode* instead... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Dan Gohman | Remove a no-longer-necessary #include. |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Dan Gohman | Replace X86's CanRematLoadWithDispOperand by calling... |
commit | commitdiff | tree | snapshot |
2009-10-10 |
Dan Gohman | Fix a missing initialization of PostRAScheduler's AA... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | The ScheduleDAG framework now requires an AliasAnalysis... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Update this test; the code is the same but it gets... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Mark the LDR instruction with isReMaterializable, as... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Factor out LiveIntervalAnalysis' code to determine... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Devang Patel | Extract scope information from the variable itself... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jeffrey Yasskin | ExecutionEngine::clearGlobalMappingsFromModule failed... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Add a const qualifier. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dale Johannesen | Use names instead of numbers for some of the magic |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Kevin Enderby | Added another bit of the ARM target assembler to llvm... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | isTriviallyReMaterializable checks the |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Fix the x86 test-shrink optimization so that it doesn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Bob Wilson | Merge a bunch of NEON tests into larger files so they... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Add basic infrastructure and x86 support for preserving... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Devang Patel | Check invalid debug info for enums. This may happen... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Jim Grosbach | when previous scratch register is killed, flag the... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Bob Wilson | Convert some ARM tests with lots of greps to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Revert r83606 and add comments explaining why it isn... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicolas Geoffray | As it turns out, the bug fixes in GC codegen did not... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicolas Geoffray | 80-columns! |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Nicolas Geoffray | Add initial information on VMKit. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Chris Lattner | more random updates. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Evan Cheng | Give Dan and my recent changes, machine LICM is now... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Chris Lattner | checkpoint. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Evan Cheng | Fix a logic error that caused non-rematable loop invari... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Chris Lattner | checkpoint. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Mikhail Glushenkov | Slight rewording. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Mikhail Glushenkov | Omit the 'out_file_index != -1' check when possible. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Mikhail Glushenkov | Use llvm-as only for compiling .ll -> .bc. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Bob Wilson | Commit one last NEON test to use FileCheck. That's... |
commit | commitdiff | tree | snapshot |
next |