aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No, libLLVMbzip2 does not have a .a suffix.Reid Spencer2006-06-011-1/+1
* Fix gcc command line options after LLVMCore and LLVMbzip2 became archiveReid Spencer2006-06-011-1/+1
* Favor C++ casts over C casts in C++ code.Reid Spencer2006-06-011-2/+2
* Change from using a stub function to a stub variable for passing to theReid Spencer2006-06-0115-23/+22
* Prevent the -pedantic option from causing Mac OS/X build problems:Reid Spencer2006-06-011-0/+3
* Remove a FIXME that was fixed with my last patch.Owen Anderson2006-06-011-2/+0
* More cleanups. Also, add a special case for updating PHI nodes, andOwen Anderson2006-06-011-21/+33
* TyposEvan Cheng2006-06-011-3/+3
* For PR786:Reid Spencer2006-06-011-0/+3
* Fix a bug where incorrect C++ was being emitted.Reid Spencer2006-06-011-1/+0
* For PR786:Reid Spencer2006-06-016-2/+12
* Build llvm-config into the ToolDir not in the local directory. This makesReid Spencer2006-06-011-6/+6
* Put an innocuous statement in this file to quelch warnings about compilingReid Spencer2006-06-011-0/+1
* Oops, llc needs libTarget.a not Target.oReid Spencer2006-06-011-1/+1
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-0133-54/+61
* Support correct build:Reid Spencer2006-06-012-2/+8
* Tighten this script up a bit.Reid Spencer2006-06-011-15/+7
* Remove a warningEvan Cheng2006-06-011-1/+1
* Rename ASM modifier trunc8, trunc16 to subreg8, subreg16.Evan Cheng2006-05-313-7/+7
* Fix casting so there's no warning on Alpha.Reid Spencer2006-05-312-2/+2
* Add my most recent work.Owen Anderson2006-05-311-1/+1
* Sign extenderEvan Cheng2006-05-311-8/+10
* Squelch this warning:Reid Spencer2006-05-311-0/+4
* Fix utostr once and for all, by making there only be one function namedChris Lattner2006-05-311-17/+14
* Swap the order of operands created here. For +&|^, the order doesn't matter,Chris Lattner2006-05-311-2/+3
* Extract a huge loop into a helper method. Fix a few iterator-invalidation bugs.Owen Anderson2006-05-311-86/+113
* 4 billion names is enough for anyone. And really fix the build on alpha this...Andrew Lenharth2006-05-313-3/+4
* fix utostrAndrew Lenharth2006-05-311-1/+1
* Fix build breakage on alpha, without causing it on x86. as a bonus, all plat...Andrew Lenharth2006-05-314-16/+5
* revert for nowAndrew Lenharth2006-05-311-2/+13
* Rename instructions for consistency sake.Evan Cheng2006-05-312-92/+102
* make 64-bit safe and fix the build on alphaAndrew Lenharth2006-05-311-13/+2
* commuteInstruction() does not always create a new MI!Evan Cheng2006-05-311-2/+4
* Add a brief description for the tblgen program. More detail is needed butReid Spencer2006-05-311-0/+119
* Update the documentation for llvm2cpp after the -gen-* options were added.Reid Spencer2006-05-311-14/+108
* Major reorganization and extension of the code. The diff on this will be aReid Spencer2006-05-311-487/+698
* Make the getNamedFunction and getNamedGlobal methods be const. They don'tReid Spencer2006-05-312-10/+10
* Clarify type naming.Vladimir Prus2006-05-311-0/+5
* Improve InstVisitor docs.Vladimir Prus2006-05-311-40/+46
* Eliminate a memory leak.Evan Cheng2006-05-311-0/+1
* visitVBinOp: Can't fold divide by zero!Evan Cheng2006-05-311-0/+8
* Don't generate module definitions when the -fragment option is given.Reid Spencer2006-05-311-51/+59
* Select vector_shuffle v1, undef <2, 3, ?, ?> to MOVHLPS.Evan Cheng2006-05-311-0/+8
* Remove dead code.Evan Cheng2006-05-311-3/+0
* Update vector extract test cases.Evan Cheng2006-05-311-2/+2
* A new entryEvan Cheng2006-05-301-0/+4
* MAXP{D|S} and MINP{D|S} are commutable.Evan Cheng2006-05-301-18/+24
* Commute shufps / shufpd.Evan Cheng2006-05-302-1/+20
* 1. No need to thwart this test with an environment variable. Turning it offReid Spencer2006-05-301-57/+60
* Somehow I lost a condition when I was shuffling some code around. Anyway,Evan Cheng2006-05-301-1/+1