aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement the default constructor which causes the current program to beReid Spencer2004-11-294-9/+39
* Revamp long/ulong comparisons to use a much more efficient sequence (thanksChris Lattner2004-11-291-36/+15
* Reworked branching so we don't handle BAs specially. It just updates the bran...Tanya Lattner2004-11-292-139/+97
* Fixed bug where instructions in the kernel were not ordered right to preserve...Tanya Lattner2004-11-284-7/+32
* Fix for PR454:Reid Spencer2004-11-281-41/+80
* The LLVM bool type shall have 1 byte alignment on PPC.Chris Lattner2004-11-281-2/+2
* Make DSE potentially more aggressive by being more specific about alloca sizes.Chris Lattner2004-11-281-4/+10
* Fix DeadStoreElimination/2004-11-28-LiveStoreDeleted.llChris Lattner2004-11-281-3/+3
* Fix SingleSource/UnitTests/2004-11-28-GlobalBoolLayout.c, and hopefullyChris Lattner2004-11-281-1/+1
* Fix PR463Chris Lattner2004-11-281-1/+4
* Compute the firstFileOffset correctly after reading the LLVM symbol table.Reid Spencer2004-11-282-4/+6
* When merging to alias sets, if they are both must alias, the result is notChris Lattner2004-11-271-8/+22