aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-171-2/+5
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-171-4/+3
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-171-1/+1
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-171-0/+5
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-171-6/+6
* 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-171-3/+19
* Use more structured command line option processingChris Lattner2003-06-172-41/+31
* #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
* Avoid divide by zero errorsChris Lattner2003-06-171-14/+18
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-171-10/+14
* 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
* 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-163-10/+13
* Remove usage of allocaChris Lattner2003-06-161-6/+6
* Remove two using declsChris Lattner2003-06-162-36/+28
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-164-4/+4
* 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
* Fix typeoChris Lattner2003-06-162-4/+4
* 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
* Fix invalid number of arguments problemChris Lattner2003-06-161-2/+2
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-118-0/+14
* Updated for the new projects Makefile.John Criswell2003-06-111-4/+4
* add some commentsGuochun Shi2003-06-104-108/+228
* add an brief instruction what this pass isGuochun Shi2003-06-102-2/+2
* a simple introduction to this passGuochun Shi2003-06-102-0/+66
* cleaned codeGuochun Shi2003-06-106-254/+642
* delete useless functionsGuochun Shi2003-06-088-432/+380
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-086-204/+212
* Add #include for older GCC'sChris Lattner2003-06-081-0/+1
* Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.llChris Lattner2003-06-071-1/+2
* Fix compilation problem on GCC 2.9xChris Lattner2003-06-071-1/+1
* Do not hastily change the Opcode from 'r' to 'i' type if we're not actuallyMisha Brukman2003-06-072-14/+12
* Fix compilation problem with some versions of G++Chris Lattner2003-06-061-1/+1
* Fix problem with perrorChris Lattner2003-06-061-0/+1
* Fix warnings on SparcChris Lattner2003-06-061-5/+8
* Print address out as hex.Misha Brukman2003-06-061-1/+1
* Added 'r' and 'i' versions to WRCCR.Misha Brukman2003-06-061-1/+2
* * Changed Bcc instructions to behave like BPcc instructionsMisha Brukman2003-06-067-38/+64
* * Removed PreSelection pass because that is now done in the JITMisha Brukman2003-06-061-22/+10
* Don't output explicit initializers for globals that are zero initializedChris Lattner2003-06-062-8/+8
* ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::Misha Brukman2003-06-061-1/+14