aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* New testcase identified by joelChris Lattner2003-06-161-0/+5
* Fix final linking errorsChris Lattner2003-06-162-6/+3
* Fix link errors by adding main'sChris Lattner2003-06-162-10/+5
* Fix link problemChris Lattner2003-06-161-0/+2
* Fix typeoChris Lattner2003-06-162-4/+4
* Add prototype for the new DAE passChris Lattner2003-06-161-0/+6
* Fix bug: Linker/2003-06-02-TypeResolveProblem2.llChris Lattner2003-06-161-16/+28
* Fix bug: ADCE/2003-06-11-InvalidCFG.llChris Lattner2003-06-161-5/+14
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-162-10/+34
* Nodes get forwarded when they are collapsed currently.Chris Lattner2003-06-161-1/+4
* Remove bogus assertion: a node with no referrers could be collapsed if field-...Chris Lattner2003-06-161-2/+0
* Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner2003-06-161-14/+96
* New testcases for bugs and the new DAE passChris Lattner2003-06-1612-0/+153
* Fix invalid number of arguments problemChris Lattner2003-06-161-2/+2
* Fix testcase to work with store forwardingChris Lattner2003-06-161-10/+7