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 |
2009-10-09 |
Bob Wilson | Convert more NEON tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Chris Lattner | update clang section. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Mikhail Glushenkov | Raise the limit on built-in plugins in llvmc to 10. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Mikhail Glushenkov | Reconfigure automatically when Base.td.in is changed. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Evan Cheng | Reset kill markers after live interval is reconstructed. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Evan Cheng | Indentation. |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Preserve HasNSW and HasNUW when constructing SCEVs... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dale Johannesen | When considering whether to inline Callee into Caller, |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Dan Gohman | Add the ability to track HasNSW and HasNUW on more... |
commit | commitdiff | tree | snapshot |
2009-10-09 |
Bob Wilson | Add codegen support for NEON vst4lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst3lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vst2lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Convert more NEON tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld4lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Evan Cheng | Remove code that makes no sense. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Convert more NEON tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld3lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Douglas Gregor | Update CMake build yet again after a source file was... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bill Wendling | It's possible for a global variable to be optimized... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Anton Korobeynikov | Use lower16 / upper16 imm modifiers to asmprint 32... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Devang Patel | Clear variable debug info map at the end of the function. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Add codegen support for NEON vld2lane intrinsics with... |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Clean up some unnecessary initializations. |
commit | commitdiff | tree | snapshot |
2009-10-08 |
Bob Wilson | Clean up a comment (indentation was wrong). |
commit | commitdiff | tree | snapshot |
next |