aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Work correctly with MSVC and ICC, patch contributed by Bjørn WennbergChris Lattner2004-12-081-4/+4
* Work correctly with ICC, Patch contributed by Bjørn WennbergChris Lattner2004-12-081-8/+16
* Add support for compilers with arg dependent name lookup, contributed byChris Lattner2004-12-081-1/+2
* Add support for compilers without argument dependent name lookup, contributedChris Lattner2004-12-081-1/+1
* Make this work with the ICC compiler, contributed by Bjørn WennbergChris Lattner2004-12-081-0/+1
* Remove unneeded class qualifier, contributed by Bjørn WennbergChris Lattner2004-12-081-1/+1
* Revert this disgusting hack, John has a much nicer solutionChris Lattner2004-12-081-23/+0
* Add a disgusting hack to work around a libstdc++ issue. This code shouldChris Lattner2004-12-081-0/+23
* For PR387:\Reid Spencer2004-12-071-0/+3
* For PR387:\Reid Spencer2004-12-074-0/+12
* Revert the recent patches to "fix" ConstantFP::isValueValidForType. NoneReid Spencer2004-12-071-5/+1
* Provide a missing header file.Reid Spencer2004-12-071-0/+1
* Fix some comments.Reid Spencer2004-12-071-1/+2
* Fix check for valid floats. Also use and HUGE_VALF insteadAlkis Evlogimenos2004-12-071-10/+1
* Move virtual function call out of loop to speed up getFreePhysReg by aboutNate Begeman2004-12-071-2/+2
* For PR387:\Reid Spencer2004-12-0717-22/+22
* For PR409: \Reid Spencer2004-12-061-0/+11
* For PR409: \Reid Spencer2004-12-061-0/+2
* Fix PR139: \Reid Spencer2004-12-051-0/+159
* Properly implement a fix for PR475Chris Lattner2004-12-052-13/+15
* Revert this patch, it broke a ton of programs.Chris Lattner2004-12-051-4/+0
* Move lower intrinsics before FP constant emission, in caseChris Lattner2004-12-052-4/+14
* When printing out a function, make sure that local and global symbolsChris Lattner2004-12-051-0/+3
* Add a new methodChris Lattner2004-12-051-0/+41
* Fix PR475.Alkis Evlogimenos2004-12-051-0/+4
* Distribute headers and license files tooReid Spencer2004-12-041-3/+5
* Provide more information in the error message that occurs when there areReid Spencer2004-12-041-2/+10
* Check in some patches for better assertionsChris Lattner2004-12-042-0/+4
* This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner2004-12-041-3/+3
* Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner2004-12-041-0/+2
* Do not allow bytecode files with unresolved references to be read. DoingChris Lattner2004-12-041-1/+7
* Fix compilation error on Darwin.Chris Lattner2004-12-041-15/+18
* Check if a block has a terminator first before calling front() onAlkis Evlogimenos2004-12-041-3/+3
* Make error msg reflect what exactly went wrong.Alkis Evlogimenos2004-12-041-3/+3
* Prevent accessing past the end of the intervals vector, this fixesChris Lattner2004-12-041-1/+3
* Remove darwin specific majikChris Lattner2004-12-031-24/+0
* Move darwin-specific majik here.Chris Lattner2004-12-031-5/+27
* Significantly rework linker support for global variables, allowing it toChris Lattner2004-12-031-84/+101
* Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner2004-12-032-2/+8
* Implement stripping of debug symbols, making the --strip-debug options inChris Lattner2004-12-031-2/+82
* Do not look here for elegance.Chris Lattner2004-12-031-0/+24
* This code rotted - change it to call abort() until someone wantsBrian Gaeke2004-12-032-52/+4
* When writing kernel, save the branches til the end. They are still put in the...Tanya Lattner2004-12-031-5/+17
* Fix a regression caused by the previous patchChris Lattner2004-12-031-2/+4
* Initial reimplementation of the -strip pass, with a stub for implementingChris Lattner2004-12-021-0/+68
* This pass is moving to lib IPOChris Lattner2004-12-021-56/+0
* The stripping pass as we know it is about to disappearChris Lattner2004-12-021-9/+1
* Reverting revision 1.209.John Criswell2004-12-022-2/+2
* Spill/restore X86 floating point stack registers with 64-bits of precisionChris Lattner2004-12-022-6/+13
* Consider 64-bit registers to be FP as well.Chris Lattner2004-12-021-1/+3