aboutsummaryrefslogtreecommitdiffstats
path: root/lib/VMCore/Value.cpp
Commit message (Expand)AuthorAgeFilesLines
* Print the name, not a pointer.Nick Lewycky2008-03-011-1/+1
* Let invoke return aggregate value.Devang Patel2008-02-211-1/+1
* Let function call return aggregate.Devang Patel2008-02-211-1/+6
* Unbreak build with gcc 4.3: provide missed includes and silence most annoying...Anton Korobeynikov2008-02-201-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Reverting dtor devirtualization patch.Gordon Henriksen2007-12-101-200/+8
* fix some warnings.Chris Lattner2007-12-101-15/+12
* Fix a big problem in the recent dtor refactoring work, now it passes 2007-11-...Chris Lattner2007-12-101-50/+14
* Devirtualizing Value destructor (PR889). Patch by Pawel Kunio!Gordon Henriksen2007-12-091-8/+239
* Use empty() member functions when that's what's being tested for insteadDan Gohman2007-10-031-2/+2
* Make Value::getNameLen not crash on an empty name, fixing PR1712.Chris Lattner2007-09-281-1/+1
* simplify code, improve a comment.Chris Lattner2007-08-211-6/+6
* add Value::getNameStart/getNameLen() accessors.Chris Lattner2007-08-101-0/+15
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+306