aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Expand a bit on iplist. If you are more expert on this class, please review!Gabor Greif2009-02-271-8/+20
* update ilist documentation and add some blurb on ilist_nodeGabor Greif2009-02-271-2/+21
* update yearGabor Greif2009-02-271-1/+1
* fix commentsGabor Greif2009-02-271-4/+2
* Introduce a new technique for merging BasicBlock with Instruction sentinel by...Gabor Greif2009-02-273-37/+12
* Update release notes for static analyzer.Ted Kremenek2009-02-271-22/+19
* 'append_cmd' should split its argument.Mikhail Glushenkov2009-02-271-1/+6
* Silence compiler warning about use of uninitialized variables (in reality theseNick Lewycky2009-02-271-1/+1
* Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky2009-02-271-1/+1
* Alignment values for i64 and f64 on ppc64 were wrong,Dale Johannesen2009-02-271-1/+3
* Make sure this test passes on linux-ppc.Evan Cheng2009-02-271-1/+1
* Update another test for the LoopInfo::print changes.Dan Gohman2009-02-271-1/+1
* Update this test for the LoopInfo::print changes.Dan Gohman2009-02-271-1/+1
* Make LoopInfo::print() identify header, exit, and latch blocks,Dan Gohman2009-02-271-2/+7
* MachineLICM CSE should match destination register classes; avoid hoisting imp...Evan Cheng2009-02-272-3/+60
* drop some un-edited text for pure and ldc in here.Chris Lattner2009-02-261-4/+65
* remove deleteNode definition, it is inherited in an identical fashionGabor Greif2009-02-261-4/+0
* make sure that make fully evaluates variables when determining how compile_c andChris Lattner2009-02-261-3/+3
* Fix universal builds to not use -XCClinker (a libtool thing) now thatChris Lattner2009-02-261-2/+2
* these utils don't need exports.Chris Lattner2009-02-262-0/+7
* disable exports from a bunch more tools, those without plugins.Chris Lattner2009-02-268-0/+24
* no really, use the right path.Chris Lattner2009-02-261-1/+1
* Search for the export map in a place that it can be found.Chris Lattner2009-02-262-1/+5
* use TOOL_NO_EXPORTS, this shrinks the llvm-as binary from 1825296 to Chris Lattner2009-02-261-0/+3
* strip exported symbols from tools that build with TOOL_NO_EXPORTS=1.Chris Lattner2009-02-261-0/+18
* pass -mmacosx-version-min to the compiler and linker, which makes the buildChris Lattner2009-02-261-2/+5
* Another great year for LLVM!John Criswell2009-02-261-1/+1
* Tabs to spaces presto chango! Pointed out by Duncan Sands.Nick Lewycky2009-02-261-2/+2