2009-10-12 |
Jeffrey Yasskin | Fix llvm.org/PR5160, to let CallbackVHs modify other... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | another bunch of <tt>s |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Remove a redundant member variable. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Delete some obsolete declarations. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | even more <tt>s |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Dan Gohman | Don't forget to mark RAX as live-out of the function... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | more typewriter face |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | fix three validation errors, I leave the fourth to... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Gabor Greif | set some options in typewriter font |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Benjamin Kramer | Documentation: Perform automated correction of common... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Torok Edwin | Fix typo, patch from Timo Juhani Lindfors. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Benjamin Kramer | Eliminate some redundant llvm-as calls. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Missing CHECK: lines makes test exit abnormally. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | FileCheck not CheckFile, oops. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert InstCombine/call.ll to CheckFile. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert the rest of the InstCombine tests from notcast... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nick Lewycky | Remove this part of the test, it never actually tested... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Fix syntax error missed in converting zext.ll test... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Convert InstCombine tests from notcast to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Nate Begeman | More heuristics for Combiner-AA. Still catches all... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Haiku porting patches, Credit to Paul Davey. |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | Fix PR5087, patch by Jakub Staszak! |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | add some more hooks to the C bindings, patch by Kenneth... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Douglas Gregor | Make ParallelJIT pthreads linking with CMake slightly... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Edward O'Callaghan | Fix LLVM CMake build system so that it may now work... |
commit | commitdiff | tree | snapshot |
2009-10-12 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | revert r83814 for now, it is making the llvm-gcc bootst... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | pic16 uses 16 bit pointers, but is 8 bit. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | populate instcombine's initial worklist more carefully... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Nick Lewycky | Fix Makefile to build correctly on Darwin. Patch by... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add missed mem-mem move patterns |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add MSP430 mem-mem insts support. Patch by Brian Lucas... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | remove some harmful code that would turn an inserteleme... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Anton Korobeynikov | Add bunch of MSP430 'feature' tests. Patch by Brian... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | reduce vec_shuffle2 and merge into vec_shuffle. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | filecheckize vec_shuffle.ll and merge shuffle.ll into it. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | filecheckize |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | rename test |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | remove old testcase |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | merge test into shift.ll, this also eliminates awful... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | convert to filecheck. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | teach instcombine to simplify xor's harder, catching the |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | cleanups |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | convert xor2 to filecheck, merge in a random regtest |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | cleanup, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | generalize a transformation even more: we don't care... |
commit | commitdiff | tree | snapshot |
2009-10-11 |
Chris Lattner | simplify a transformation by making it more general. |
commit | commitdiff | tree | snapshot |
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 |
next |