aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove uber-gross hack. The define _snprintf to snprintf is invalid due to tw...Anton Korobeynikov2009-12-211-3/+0
* Mark FPW as allocable when frame address is taken.Anton Korobeynikov2009-12-211-5/+43
* First wave of plumbing for assigning an ordering to SDNodes. This takes care ofBill Wendling2009-12-211-28/+43
* Delete the instruction just before the function terminates for consistency sake.Evan Cheng2009-12-211-2/+3
* Place SDNodeOrdering.h in the directory it's used.Bill Wendling2009-12-212-1/+2
* Remove special-case SROA optimization of variable indexes to one-element andBob Wilson2009-12-211-141/+30
* XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar2009-12-212-0/+2
* Fix setting and default setting of code model for jit. Do thisEric Christopher2009-12-215-16/+58
* A couple minor README updates.Eli Friedman2009-12-211-14/+5
* improve compatibility with SWIG, patch by James Knight!Chris Lattner2009-12-211-1/+5
* revert r89298, which was committed without a testcase. I thinkChris Lattner2009-12-211-6/+0
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-212-1/+58
* add a helper ctor.Chris Lattner2009-12-211-1/+7
* Change StringRef::startswith and StringRef::endswith to versions which are aEli Friedman2009-12-212-2/+12
* add check lines for min/max tests.Chris Lattner2009-12-211-0/+16
* really convert this to filecheck.Chris Lattner2009-12-211-5/+5
* give instcombine some helper functions for matching MIN and MAX, andChris Lattner2009-12-212-10/+158
* filecheckizeChris Lattner2009-12-211-56/+175
* enhance x-(-A) -> x+A to preserve NUW/NSW.Chris Lattner2009-12-212-11/+60
* Optimize all cases of "icmp (X+Cst), X" to something simpler. This triggersChris Lattner2009-12-212-3/+111
* convert to filecheckChris Lattner2009-12-211-1/+21
* Fixed use of phi param in SlotIndex constructors.Lang Hames2009-12-191-2/+2
* fix an overly conservative caching issue that caused memdep toChris Lattner2009-12-192-32/+40
* CMake: Update lib deps.Daniel Dunbar2009-12-191-9/+9
* .llx is no more.Chris Lattner2009-12-192-2/+1
* fix inconsistent use of tabsChris Lattner2009-12-191-20/+20
* Remove unused variable (noticed by clang++).Daniel Dunbar2009-12-191-1/+0
* #if 0 out X86 disassembler for now, it is breaking the build in multiple places.Daniel Dunbar2009-12-192-0/+13
* Emit direction operand in binary insns that stores in memory.Sanjiv Gupta2009-12-192-1/+14
* Adding a bunch of options to the mcc16 driver.Sanjiv Gupta2009-12-191-44/+55
* rename dprintf to dbgpritnf, in order to fix build with glibc (which already ...Nuno Lopes2009-12-191-29/+29
* fix build and while at it remove a redudant includeNuno Lopes2009-12-192-2/+1
* Test cases for changes done in 91768.Sanjiv Gupta2009-12-192-0/+21
* 1. In indirect load/store insns , the name of fsr should be emitted as INDF.Sanjiv Gupta2009-12-191-5/+13
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-1910-24/+24
* fix PR5827 by disabling the phi slicing transformation in a caseChris Lattner2009-12-192-2/+77
* Update my SROA changes in response to review.Bob Wilson2009-12-191-33/+38
* More bzero -> memset that I missed.Daniel Dunbar2009-12-192-13/+13
* Add missing newlines at EOF (for clang++).Daniel Dunbar2009-12-192-2/+2
* Use memset instead of bzero, its more portable.Daniel Dunbar2009-12-191-2/+2
* Remove spurious semicolon. Thanks, ClangDouglas Gregor2009-12-191-1/+1
* Table-driven disassembler for the X86 architecture (16-, 32-, and 64-bit Sean Callanan2009-12-1918-12/+5255
* Bump alignment requirements for windows targets to achieve compartibility wit...Anton Korobeynikov2009-12-191-0/+3
* Use 4-arg getVTList) variant instead of generic one, when possibleAnton Korobeynikov2009-12-191-0/+1
* Delete unused code.Dan Gohman2009-12-191-14/+0
* Fix a spello in a comment that Nick spotted.Dan Gohman2009-12-191-2/+2
* Fix a comment.Dan Gohman2009-12-191-2/+2
* Make some methods const. The only interesting change here is thatChris Lattner2009-12-195-26/+28
* Qualify a bunch of explicit template instantiations to satisfy clang++.John McCall2009-12-194-8/+8
* Put TypesEqual and TypeHasCycleThroughItself in namespace llvm so ADL fromJohn McCall2009-12-191-3/+8