| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | hoist the check for alloca size up so that it controls CanConvertToScalar | Chris Lattner | 2009-03-01 | 1 | -3/+5 |
* | Minor optimization: | Evan Cheng | 2009-03-01 | 3 | -30/+253 |
* | tweak this to accept asmprinter changes. I have no way to verify this, hopef... | Chris Lattner | 2009-03-01 | 1 | -1/+1 |
* | simplify handling "don't print top level name" processing, so that we get | Chris Lattner | 2009-03-01 | 2 | -40/+25 |
* | Combine PPC's GetConstantBuildVectorBits and isConstantSplat functions to a new | Bob Wilson | 2009-03-01 | 3 | -106/+114 |
* | Fix a pretty awesome bug that only happened in a strange case with anonymous | Chris Lattner | 2009-03-01 | 2 | -8/+19 |
* | walk type symbol table also, so we get: | Chris Lattner | 2009-03-01 | 1 | -2/+10 |
* | adjust for asmprinter change. | Chris Lattner | 2009-03-01 | 1 | -2/+2 |
* | adjust for asmprinter change. | Chris Lattner | 2009-03-01 | 1 | -3/+5 |
* | adjust test to make it more robust | Chris Lattner | 2009-03-01 | 1 | -2/+4 |
* | Fix a long-standing bug and misfeature of the disassembler: when dealing with a | Chris Lattner | 2009-03-01 | 2 | -12/+128 |
* | move type name population out of TypePrinting class into a static | Chris Lattner | 2009-02-28 | 2 | -38/+62 |
* | switch to densemap for pointer->word map. | Chris Lattner | 2009-02-28 | 1 | -9/+9 |
* | delete a bunch of duplicated type printing logic, using the type printing | Chris Lattner | 2009-02-28 | 2 | -154/+18 |
* | make this work when constructed with a null module* | Chris Lattner | 2009-02-28 | 1 | -2/+1 |
* | add description how the ilist_traits<Instruction> works | Gabor Greif | 2009-02-28 | 1 | -2/+13 |
* | the module is not required to exist, allow it to default, giving this | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | disable copying and assignment. | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | expose TypePrinting as a public API. | Chris Lattner | 2009-02-28 | 2 | -23/+42 |
* | one less space, fixes failure with rebuilt llvm-gcc. | Chris Lattner | 2009-02-28 | 1 | -1/+1 |
* | Fix grammaro. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | rename 'Result' to 'OS' in CalcTypeName for consistency | Chris Lattner | 2009-02-28 | 1 | -37/+37 |
* | do not embed the raw_ostream into TypePrinting, pass it as an argument to pri... | Chris Lattner | 2009-02-28 | 1 | -52/+43 |
* | stop calling Type::getDescription(). | Chris Lattner | 2009-02-28 | 1 | -12/+15 |
* | simplifications | Chris Lattner | 2009-02-28 | 1 | -6/+8 |
* | Change WriteTypeSymbolic to not put a space out before types, also, remove | Chris Lattner | 2009-02-28 | 4 | -27/+20 |
* | make CalcTypeName take a stream instead of a string to concat onto, | Chris Lattner | 2009-02-28 | 1 | -55/+49 |
* | remove a bunch of nearly-duplicated code. | Chris Lattner | 2009-02-28 | 1 | -63/+18 |
* | fix indentation, remove dead integer case. | Chris Lattner | 2009-02-28 | 1 | -64/+59 |
* | pull calcTypeName into TypePrinting class, make its type stack | Chris Lattner | 2009-02-28 | 1 | -12/+16 |
* | inline method into its only use and simplify the result. | Chris Lattner | 2009-02-28 | 1 | -11/+4 |
* | simplify condition | Chris Lattner | 2009-02-28 | 1 | -7/+10 |
* | start refactoring the .ll printer: introduce a new TypePrinting class | Chris Lattner | 2009-02-28 | 1 | -310/+302 |
* | add a stub for Roadsend PHP | Chris Lattner | 2009-02-28 | 1 | -0/+12 |
* | don't use the word 'aggregate' with constants, it is confusing. | Chris Lattner | 2009-02-28 | 1 | -5/+7 |
* | don't redescribe bitcast constraints in two places. It is not valid to | Chris Lattner | 2009-02-28 | 1 | -9/+3 |
* | reject 0 element vectors with: | Chris Lattner | 2009-02-28 | 1 | -0/+2 |
* | Update this text for first-class aggregates. | Nick Lewycky | 2009-02-28 | 1 | -3/+4 |
* | Fix typo. Found by William Moss. | Bill Wendling | 2009-02-28 | 1 | -1/+1 |
* | There is a way to specify targets that should succeed. It's the "XTARGET" | Bill Wendling | 2009-02-28 | 1 | -2/+2 |
* | make traits more flexible by splitting out node-related fragment | Gabor Greif | 2009-02-28 | 1 | -6/+14 |
* | Last commit accidentially deleted this code. | Evan Cheng | 2009-02-28 | 2 | -0/+233 |
* | Avoid unused parameter warning. | Evan Cheng | 2009-02-28 | 1 | -1/+1 |
* | Unable to say "TARGET: *-*-darwin*"; falling back to "XFAIL: linux,ia64,alpha... | Stuart Hastings | 2009-02-28 | 1 | -1/+1 |
* | Added another darwin subtarget | Mon P Wang | 2009-02-28 | 1 | -0/+4 |
* | Testcase to insure C strings go to the cstring | Stuart Hastings | 2009-02-27 | 1 | -0/+11 |
* | It is possible that subprgoram definition is only encoding return value direc... | Devang Patel | 2009-02-27 | 1 | -2/+6 |
* | group friendship | Gabor Greif | 2009-02-27 | 1 | -1/+1 |
* | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola | 2009-02-27 | 18 | -41/+214 |
* | document ilist_traits | Gabor Greif | 2009-02-27 | 1 | -0/+15 |