aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add new DAE pass to gccld. It does not add cause any regressions in the test...Chris Lattner2003-06-181-0/+4
* Handle arguments passed in through the va_arg areaChris Lattner2003-06-181-1/+7
* These instructions really take three operands. This fixes some assertionsChris Lattner2003-06-181-2/+2
* lib/CWriter/Writer.cpp: Copy AsmWriter's ConstantFP checking code hereBrian Gaeke2003-06-173-9/+61
* Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.Brian Gaeke2003-06-171-0/+3
* Make testcase more interesting, remove absolute path from -load lineChris Lattner2003-06-171-1/+14
* Initial checkin of DAE passChris Lattner2003-06-171-0/+304
* * Add new CallSite::get factory methodChris Lattner2003-06-171-1/+22
* Add new op_erase methodChris Lattner2003-06-171-0/+5
* Make sure accessor is properly doxygenized. It wants two linesChris Lattner2003-06-171-0/+1
* Add accessorChris Lattner2003-06-171-0/+3
* Fix to mesh with Johns recent changesChris Lattner2003-06-171-2/+2
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-176-6/+6
* Add variable named PLATFORMLIBDL to control OS-specific usage of libdl.Brian Gaeke2003-06-173-0/+9
* Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke2003-06-171-1/+1
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-172-4/+10
* Make CallSite's default constructable, copyable, and assignable (explicitly)Chris Lattner2003-06-171-0/+3
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-172-8/+6
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-172-2/+2
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-172-0/+10
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-172-12/+12
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-171-4/+4
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-172-6/+38
* Use more structured command line option processingChris Lattner2003-06-173-60/+34
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-171-1/+4
* Implement handling of constantexprs for disambiguation. This implementsChris Lattner2003-06-171-0/+6
* Add new testcaseChris Lattner2003-06-172-0/+28
* Avoid divide by zero errorsChris Lattner2003-06-171-14/+18
* Fix misspelling of ExtraSources, hopefully to unbreak the nightly testerChris Lattner2003-06-172-4/+2
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-171-10/+14
* New testcaseChris Lattner2003-06-171-0/+6
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-172-12/+52
* Don't corrupt memory when removing an instruction from the program, butChris Lattner2003-06-171-0/+1
* Regularize the names of #include-guards.Brian Gaeke2003-06-1739-80/+80
* Just _EXTEND_ the current path. Don't replace it. Replacing it makes itChris Lattner2003-06-171-1/+1
* Arg, sparc doesn't have correct things in math.h!Chris Lattner2003-06-171-1/+1
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-162-0/+4
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-165-22/+27
* Remove usage of allocaChris Lattner2003-06-163-18/+18
* Remove two using declsChris Lattner2003-06-162-36/+28
* Basically this is the same as Makefile.Linux, at least for now.Brian Gaeke2003-06-161-0/+43
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-167-6/+36
* Whoops. I didn't mean to step on John's changes.Brian Gaeke2003-06-161-7/+22
* This version supports FreeBSD.Brian Gaeke2003-06-161-25/+25
* Reconfigured the TOOLS variable so that it points to the current set of toolsJohn Criswell2003-06-161-6/+2
* Modified the environment variables that determine where things are located toJohn Criswell2003-06-162-6/+6
* Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.hChris Lattner2003-06-161-2/+0
* move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sp...Chris Lattner2003-06-161-0/+2
* Minor tweak to make testcase less simpleChris Lattner2003-06-161-1/+2
* New testcase identified by joelChris Lattner2003-06-161-0/+7