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