- 6bd266e Fix two warnings about unused variables that are only used in assert() calls. by Kevin Enderby · 15 years ago
- af4b735 Delete a comment that makes no sense to me. The statement that moving a CPE by Bob Wilson · 15 years ago
- 9d36962 Fix a problem in the code where ARMAsmParser::ParseShift() second argument by Kevin Enderby · 15 years ago
- 67d1d1f Make licm debug message readable. by Evan Cheng · 15 years ago
- 757652c Change CreateNewWater method to return NewMBB by reference. by Bob Wilson · 15 years ago
- f98032e Last week, ARMConstantIslandPass was failing to converge for the by Bob Wilson · 15 years ago
- 32c50e8 Another minor clean-up. by Bob Wilson · 15 years ago
- f1787b0 allow this testcase to pass with recent changes. The test hasn't been by Chris Lattner · 15 years ago
- d637c1a Remove redundant parameter. by Bob Wilson · 15 years ago
- 3b75735 Use early exit to reduce indentation. by Bob Wilson · 15 years ago
- 9d16f2c Change to return a value by reference. by Bob Wilson · 15 years ago
- 034de5f Add a typedef for an iterator. by Bob Wilson · 15 years ago
- 3a6b9eb Revert the kludge in 76703. I got a clean by Dale Johannesen · 15 years ago
- c1deda5 Fix warning. by Dale Johannesen · 15 years ago
- a83a108 fix validation error pointed out by gabor (and the w3c :) by Chris Lattner · 15 years ago
- 1e07905 Improve bugpoint doc, patch by Timo Lindfors! by Chris Lattner · 15 years ago
- 6a9291a Fix http://llvm.org/PR5160, to let CallbackVHs modify other ValueHandles on the by Jeffrey Yasskin · 15 years ago
- 4ae7972 another bunch of <tt>s by Gabor Greif · 15 years ago
- 7fa50ed Remove a redundant member variable. by Dan Gohman · 15 years ago
- 465193a Delete some obsolete declarations. by Dan Gohman · 15 years ago
- c6cb1c9 even more <tt>s by Gabor Greif · 15 years ago
- 0032681 Don't forget to mark RAX as live-out of the function when arranging for by Dan Gohman · 15 years ago
- 6bd6ede more typewriter face by Gabor Greif · 15 years ago
- 6bd7567 fix three validation errors, I leave the fourth to sabre :-) by Gabor Greif · 15 years ago
- b00933b set some options in typewriter font by Gabor Greif · 15 years ago
- 8040cd3 Documentation: Perform automated correction of common typos. by Benjamin Kramer · 15 years ago
- 8746929 Fix typo, patch from Timo Juhani Lindfors. by Torok Edwin · 15 years ago
- 9086945 Eliminate some redundant llvm-as calls. by Benjamin Kramer · 15 years ago
- d75d267 Missing CHECK: lines makes test exit abnormally. by Edward O'Callaghan · 15 years ago
- 2a4bea5 FileCheck not CheckFile, oops. by Edward O'Callaghan · 15 years ago
- 5464547 Convert InstCombine/call.ll to CheckFile. by Edward O'Callaghan · 15 years ago
- 7aeb9b5 Convert the rest of the InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
- a457ba0 Remove this part of the test, it never actually tested anything anyways. This by Nick Lewycky · 15 years ago
- 60ea2c5 Fix syntax error missed in converting zext.ll test. Convert 2003-11-13-ConstExprCastCall.ll to FileCheck from notcast. by Edward O'Callaghan · 15 years ago
- 853075e Convert InstCombine tests from notcast to FileCheck. by Edward O'Callaghan · 15 years ago
- 677c89d More heuristics for Combiner-AA. Still catches all important cases, but by Nate Begeman · 15 years ago
- df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
- f5e1613 Fix PR5087, patch by Jakub Staszak! by Chris Lattner · 15 years ago
- 885dffc add some more hooks to the C bindings, patch by Kenneth Uildriks! by Chris Lattner · 15 years ago
- 12adce4 Make ParallelJIT pthreads linking with CMake slightly less broken by Douglas Gregor · 15 years ago
- c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 15 years ago
- 67f7d54 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
- b152a87 revert r83814 for now, it is making the llvm-gcc bootstrap unhappy. by Chris Lattner · 15 years ago
- 330f6aa pic16 uses 16 bit pointers, but is 8 bit. by Chris Lattner · 15 years ago
- 6d0111f populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
- c469e9f Fix Makefile to build correctly on Darwin. Patch by Sandeep Patel! by Nick Lewycky · 15 years ago
- 436604d Add missed mem-mem move patterns by Anton Korobeynikov · 15 years ago
- afac8ab Add MSP430 mem-mem insts support. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
- 2ad8cf5 remove some harmful code that would turn an insertelement on an undef by Chris Lattner · 15 years ago
- aca471f Add bunch of MSP430 'feature' tests. Patch by Brian Lucas with some my refinements by Anton Korobeynikov · 15 years ago
- 0a11939 reduce vec_shuffle2 and merge into vec_shuffle. by Chris Lattner · 15 years ago
- 98d59df filecheckize vec_shuffle.ll and merge shuffle.ll into it. by Chris Lattner · 15 years ago
- 588c490 filecheckize by Chris Lattner · 15 years ago
- a017529 rename test by Chris Lattner · 15 years ago
- ee07e71 remove old testcase by Chris Lattner · 15 years ago
- 90d4f3a merge test into shift.ll, this also eliminates awful grepping on -stats output by Chris Lattner · 15 years ago
- 490ff63 convert to filecheck. by Chris Lattner · 15 years ago
- d088314 teach instcombine to simplify xor's harder, catching the new testcase. by Chris Lattner · 15 years ago
- 7acdf1d cleanups by Chris Lattner · 15 years ago
- 833f0cc convert xor2 to filecheck, merge in a random regtest by Chris Lattner · 15 years ago
- a249847 cleanup, no functionality change. by Chris Lattner · 15 years ago
- d2c5836 generalize a transformation even more: we don't care whether the by Chris Lattner · 15 years ago
- 0036e3a simplify a transformation by making it more general. by Chris Lattner · 15 years ago
- 61488a3 temporarily revert previous patch by Chris Lattner · 15 years ago
- 9a12a78 populate instcombine's initial worklist more carefully, causing by Chris Lattner · 15 years ago
- 849a639 Remove CleanupDbgInfo, instcombine does this and its not worth duplicating it by Torok Edwin · 15 years ago
- a1bbb78 More DragonEgg verbiage. by Duncan Sands · 15 years ago
- 83f6c92 Remove spurious brackets. by Duncan Sands · 15 years ago
- 9289ae8 LICM shouldn't sink/delete debug information. Fix this and add a testcase. by Torok Edwin · 15 years ago
- 95eb470 Implement 'm' memory operand properly by Anton Korobeynikov · 15 years ago
- c4be951 Implement proper asmprinting for the globals. This eliminates bogus "call" modifier and also adds support for offsets wrt globals. by Anton Korobeynikov · 15 years ago
- da3d796 Implement asm printing for inline asm memory operands by Anton Korobeynikov · 15 years ago
- 71a61d1 add PR5004 as a known problem. by Chris Lattner · 15 years ago
- 8cf648b duncan points out that llvm-gcc doesn't do the right thing with -fverbose-asm yet. by Chris Lattner · 15 years ago
- 7069457 Fix typo. by Nick Lewycky · 15 years ago
- 2bc6b9a Fix typo. by Nick Lewycky · 15 years ago
- 5a06cf6 when folding duplicate conditions, delete the by Chris Lattner · 15 years ago
- f9f3cb1 some notes from Anton by Chris Lattner · 15 years ago
- 3baca51 catch some other serial commas that my earlier grep did not spot by Gabor Greif · 15 years ago
- 56e164f eliminate some instances of serial comma. sabre, if you feel strong about this, feel free to revert this rev by Gabor Greif · 15 years ago
- deb3f2e Fix typo. by Duncan Sands · 15 years ago
- f553cbc apply some tweaks by Gabor Greif · 15 years ago
- 3883cba fix some obvious typos by Gabor Greif · 15 years ago
- b88517c Add an outline of the DragonEgg gcc plugin. by Duncan Sands · 15 years ago
- 8af304a implement rdar://7293527, a trivial instcombine that llvm-gcc by Chris Lattner · 15 years ago
- f7a60d2 add a helper for matching "1". by Chris Lattner · 15 years ago
- 78c552e implement a transformation in jump threading that is currently by Chris Lattner · 15 years ago
- 113e4c6 another testcase jump threading shouldn't crash on. by Chris Lattner · 15 years ago
- c6c167f rename a file, remove a poorly reduced testcase. by Chris Lattner · 15 years ago
- 6b65f47 restructure some code, no functionality change. by Chris Lattner · 15 years ago
- bdbf1a1 factor some code better and move a function, no functionality change. by Chris Lattner · 15 years ago
- e33583b make jump threading on a phi with undef inputs happen. by Chris Lattner · 15 years ago
- 1bd8d0a there is no need to run mem2reg after jump threading at LTO time now. by Chris Lattner · 15 years ago
- 2c5060d fix a bunch of bad formatting, delete the dead by Chris Lattner · 15 years ago
- 41fb43b merge two tests. by Chris Lattner · 15 years ago
- d98eb44 simplify some run lines, convert a test to filecheck. by Chris Lattner · 15 years ago
- 2840c18 Update release notes blurb on the static analyzer. by Ted Kremenek · 15 years ago
- 8c1db67 rewrite LCSSA to use SSAUpdate, to only return true if it modifies by Chris Lattner · 15 years ago
- 39b0c3d clean up and simplify some code. Don't use setvector when things will be by Chris Lattner · 15 years ago
- a09fbf0 switch GVN to use SSAUpdater. Besides removing a lot of complexity by Chris Lattner · 15 years ago