aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Teach CppWriter how to emit an inline (partial) function.Reid Spencer2006-06-011-50/+132
* added some tests for argument passingRafael Espindola2006-06-016-0/+24
* testcase for the recent inliner improvement.Chris Lattner2006-06-011-0/+40
* Remove dead #includeChris Lattner2006-06-011-2/+0
* Make the "pruning cloner" smarter. As it propagates constants through theChris Lattner2006-06-011-23/+146
* Fix linking of inline asm objects.Chris Lattner2006-06-011-5/+9
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-016-346/+53
* Don't build tblgen with -pedantic or -Wno-long-longReid Spencer2006-06-011-0/+4
* Make sure windows.h is #included first.Reid Spencer2006-06-012-2/+152
* Fix -pedantic warnings.Chris Lattner2006-06-012-14/+14
* Fix -pedantic warningsChris Lattner2006-06-011-2/+3
* Fix -pedantic warningChris Lattner2006-06-012-3/+3
* Silence -pedantic warningChris Lattner2006-06-011-1/+1
* Silence a -pedantic warning.Chris Lattner2006-06-011-1/+1
* Make sure that when checking for MINGW32 libraries we ask for windows.hReid Spencer2006-06-012-2/+3
* Silence -pedantic warning.Chris Lattner2006-06-011-1/+3
* Silence some -pedantic warnings.Chris Lattner2006-06-011-4/+6
* Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer2006-06-013-0/+318
* Fix a typoChris Lattner2006-06-011-1/+1
* Make a shorthand target for running the llvm2cpp test suite. This testReid Spencer2006-06-011-0/+2
* Restore default arguments for llvm2cpp back to health by declaring anReid Spencer2006-06-011-1/+1
* 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