aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2004-12-04Provide more information in the error message that occurs when there areReid Spencer
2004-12-04Check in some patches for better assertionsChris Lattner
2004-12-04This patch prevents an infinite recursion while compiling 103.su2cor.Chris Lattner
2004-12-04Fix linkage of mismatched weak globals. This unbreaks 300.twolfChris Lattner
2004-12-04Do not allow bytecode files with unresolved references to be read. DoingChris Lattner
2004-12-04Fix compilation error on Darwin.Chris Lattner
2004-12-04Check if a block has a terminator first before calling front() onAlkis Evlogimenos
2004-12-04Make error msg reflect what exactly went wrong.Alkis Evlogimenos
2004-12-04Prevent accessing past the end of the intervals vector, this fixesChris Lattner
2004-12-03Remove darwin specific majikChris Lattner
2004-12-03Move darwin-specific majik here.Chris Lattner
2004-12-03Significantly rework linker support for global variables, allowing it toChris Lattner
2004-12-03Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll andChris Lattner
2004-12-03Implement stripping of debug symbols, making the --strip-debug options inChris Lattner
2004-12-03Do not look here for elegance.Chris Lattner
2004-12-03This code rotted - change it to call abort() until someone wantsBrian Gaeke
2004-12-03When writing kernel, save the branches til the end. They are still put in the...Tanya Lattner
2004-12-03Fix a regression caused by the previous patchChris Lattner
2004-12-02Initial reimplementation of the -strip pass, with a stub for implementingChris Lattner
2004-12-02This pass is moving to lib IPOChris Lattner
2004-12-02The stripping pass as we know it is about to disappearChris Lattner
2004-12-02Reverting revision 1.209.John Criswell
2004-12-02Spill/restore X86 floating point stack registers with 64-bits of precisionChris Lattner
2004-12-02Consider 64-bit registers to be FP as well.Chris Lattner
2004-12-02PR466:Reid Spencer
2004-12-02Fix seriously broken implementation of GetMagicNumber.Reid Spencer
2004-12-02Reworked branch adding in prologue. Added check for infinite loops which are ...Tanya Lattner
2004-12-02Implement a FIXME by checking to make sure that a malloc is not being usedChris Lattner
2004-12-02Fix a minor bug where we set a var to initialized on malloc, not on store.Chris Lattner
2004-12-01Reverting this patch:Tanya Lattner
2004-12-01Initial support for packed types, contributed by Morten OfstadChris Lattner
2004-12-01Remove unneeded cast.Chris Lattner
2004-12-01Get GEP's working with packed types. Contributed by Morten Ofstad!Chris Lattner
2004-11-30Revert version 1.39. It breaks the ordering of the library processing.Reid Spencer
2004-11-30Do not let GCC emit a warning for INT64_MINChris Lattner
2004-11-30Sparcs behave better if we use <alloca.h> and avoid messing with __builtin_al...Brian Gaeke
2004-11-30Fix the JIT when being used from llvm-dbChris Lattner
2004-11-30This pass is completely broken.Chris Lattner
2004-11-30RevisionNum is read by error(), initialize it early.Chris Lattner
2004-11-30Update list of failing benchmarks.Brian Gaeke
2004-11-30If we're about to emit something like:Brian Gaeke
2004-11-30Squelch warningChris Lattner
2004-11-30Fix several bugs in 'op x, imm' handling. Foremost is that we now emitChris Lattner
2004-11-30Up the compression threshold to 64K so we avoid it for all but the largestReid Spencer
2004-11-30Fix test/Regression/Transforms/LICM/2004-09-14-AliasAnalysisInvalidate.llxChris Lattner
2004-11-30Fix CodeGen/PowerPC/2004-11-30-shr-var-crash.llChris Lattner
2004-11-30Fix test/Regression/CodeGen/PowerPC/2004-11-29-ShrCrash.llChris Lattner
2004-11-30Fix test/Regression/CodeGen/PowerPC/2004-11-30-shift-crash.llChris Lattner
2004-11-30Alkis noticed that this variable is dead. Thanks!Chris Lattner
2004-11-30Add methodChris Lattner