aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR466:Reid Spencer2004-12-021-41/+54
* Fix seriously broken implementation of GetMagicNumber.Reid Spencer2004-12-022-8/+12
* Reworked branch adding in prologue. Added check for infinite loops which are ...Tanya Lattner2004-12-023-39/+46
* Implement a FIXME by checking to make sure that a malloc is not being usedChris Lattner2004-12-021-3/+25
* Fix a minor bug where we set a var to initialized on malloc, not on store.Chris Lattner2004-12-021-10/+17
* Reverting this patch:Tanya Lattner2004-12-011-15/+36
* Initial support for packed types, contributed by Morten OfstadChris Lattner2004-12-011-0/+7
* Remove unneeded cast.Chris Lattner2004-12-011-1/+0
* Get GEP's working with packed types. Contributed by Morten Ofstad!Chris Lattner2004-12-011-0/+3
* Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer2004-11-301-8/+1
* Do not let GCC emit a warning for INT64_MINChris Lattner2004-11-302-4/+10
* Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...Brian Gaeke2004-11-302-2/+2
* Fix the JIT when being used from llvm-dbChris Lattner2004-11-301-1/+1
* This pass is completely broken.Chris Lattner2004-11-301-11/+4
* RevisionNum is read by error(), initialize it early.Chris Lattner2004-11-301-0/+1
* Update list of failing benchmarks.Brian Gaeke2004-11-302-2/+2
* If we're about to emit something like:Brian Gaeke2004-11-302-26/+50
* Squelch warningChris Lattner2004-11-301-1/+1
* Fix several bugs in 'op x, imm' handling. Foremost is that we now emitChris Lattner2004-11-301-14/+10
* Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer2004-11-301-1/+1
* Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llxChris Lattner2004-11-301-0/+2
* Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.llChris Lattner2004-11-301-1/+1
* Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.llChris Lattner2004-11-301-1/+3
* Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.llChris Lattner2004-11-301-1/+6
* Alkis noticed that this variable is dead. Thanks!Chris Lattner2004-11-301-2/+0
* Add methodChris Lattner2004-11-301-2/+27
* If we have something like this:Chris Lattner2004-11-301-0/+105
* Remove extraneous namespacification. In particular, don't define llvm::llvm:...Chris Lattner2004-11-301-11/+9
* Allow hoisting loads of globals and alloca's in conditionals.Chris Lattner2004-11-291-0/+6
* Functionality moved to portable lib/System/DynamicLibrary.cppReid Spencer2004-11-291-96/+0
* Use System/DynamicLibrary instead of Support/DynamicLinkerReid Spencer2004-11-294-12/+20
* Use System/DynamicLibrary instead of Support/DynamicLinker to implement.Reid Spencer2004-11-291-2/+12
* Implement two new functions: LoadLibraryPermanently andReid Spencer2004-11-291-28/+62
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-292-3/+3
* We just use ltdl's implementation for this abstraction now. Its portable toReid Spencer2004-11-291-13/+3
* Mods for compilation with llvm.Reid Spencer2004-11-291-7/+10
* Original version of ltdl.h from libtool 1.5.10Reid Spencer2004-11-291-0/+366
* Original version of ltdl.c from libtool 1.5.10Reid Spencer2004-11-291-0/+4495