summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Use std::isnan instead of isnan. Brought back to you from theBrian Gaeke2003-06-17
* Put ifdefs around use of malloc.h/mallinfo, which isn't available on FreeBSD.Brian Gaeke2003-06-17
* Life is too short. Link in too much stuff on Linux to make building on sun e...Chris Lattner2003-06-17
* The never-ending odyssey trying to get sparc to linkChris Lattner2003-06-17
* Make sure to get the value of ARCH before we use itChris Lattner2003-06-17
* Do not link in the Sparc JIT when building on X86. Eventually the sparc will...Chris Lattner2003-06-17
* Apparently "sparc" is a macro on sparcs. Ugh. :)Chris Lattner2003-06-17
* Whoops, didn't mean to check that in :(Chris Lattner2003-06-17
* Use more structured command line option processingChris Lattner2003-06-17
* #ifdef out code that only applies when the HOSTARCH = sparcChris Lattner2003-06-17
* Implement handling of constantexprs for disambiguation. This implementsChris Lattner2003-06-17
* Avoid divide by zero errorsChris Lattner2003-06-17
* Fix bug: Assembler/2003-06-17-InvokeDisassemble.llxChris Lattner2003-06-17
* Fairly major change: emit fixed sized allocas in the entry block as a variable,Chris Lattner2003-06-17
* Don't corrupt memory when removing an instruction from the program, butChris Lattner2003-06-17
* Don't include alloca.h on FreeBSD.Brian Gaeke2003-06-16
* Actually, change it to use explicit new/delete, which is more likely to beChris Lattner2003-06-16
* Remove usage of allocaChris Lattner2003-06-16
* Remove two using declsChris Lattner2003-06-16
* Isolate machine-dependent use of <alloca.h> in "Support/Alloca.h",Brian Gaeke2003-06-16
* Rename FInfo.cpp to FunctionInfo.cpp, eliminate FInfo.hChris Lattner2003-06-16
* move contents of include/llvm/Reoptimizer/Mapping/FInfo.h into here, it is sp...Chris Lattner2003-06-16
* Fix typeoChris Lattner2003-06-16
* Fix bug: Linker/2003-06-02-TypeResolveProblem2.llChris Lattner2003-06-16
* Fix bug: ADCE/2003-06-11-InvalidCFG.llChris Lattner2003-06-16
* Fix bug: CBackend/2003-06-11-HexConstant.llChris Lattner2003-06-16
* Nodes get forwarded when they are collapsed currently.Chris Lattner2003-06-16
* Remove bogus assertion: a node with no referrers could be collapsed if field-...Chris Lattner2003-06-16
* Implement forwarding from stores to loads of must-aliased pointers.Chris Lattner2003-06-16
* Fix invalid number of arguments problemChris Lattner2003-06-16
* Included assert.h so that the code compiles under newer versions of GCC.John Criswell2003-06-11
* Updated for the new projects Makefile.John Criswell2003-06-11
* add some commentsGuochun Shi2003-06-10
* add an brief instruction what this pass isGuochun Shi2003-06-10
* a simple introduction to this passGuochun Shi2003-06-10
* cleaned codeGuochun Shi2003-06-10
* delete useless functionsGuochun Shi2003-06-08
* change DEBUG to DEBUG_PRINTGuochun Shi2003-06-08
* Add #include for older GCC'sChris Lattner2003-06-08
* Fix bug: LevelRaise/2003-06-07-EmptyArrayTest.llChris Lattner2003-06-07
* Fix compilation problem on GCC 2.9xChris Lattner2003-06-07
* Do not hastily change the Opcode from 'r' to 'i' type if we're not actuallyMisha Brukman2003-06-07
* Fix compilation problem with some versions of G++Chris Lattner2003-06-06
* Fix problem with perrorChris Lattner2003-06-06
* Fix warnings on SparcChris Lattner2003-06-06
* Print address out as hex.Misha Brukman2003-06-06
* Added 'r' and 'i' versions to WRCCR.Misha Brukman2003-06-06
* * Changed Bcc instructions to behave like BPcc instructionsMisha Brukman2003-06-06
* * Removed PreSelection pass because that is now done in the JITMisha Brukman2003-06-06