Modified directory building rules so that using the cd program/alias is
[oota-llvm.git] / lib /
2003-11-24 Misha BrukmanFix copy-pasto.
2003-11-24 Misha BrukmanAdd ability to query if a file is a legitimate ELF...
2003-11-22 Brian GaekeSupport constant casting constant pointers to ints...
2003-11-22 Brian GaekeConstant shift expressions, meet InstSelectSimple....
2003-11-22 Brian GaekeStub for constant shift expr support.
2003-11-22 Brian GaekeFix PR149 - support constant shift expressions.
2003-11-22 Chris LattnerDelete dead line
2003-11-22 Chris LattnerFix bug: Transforms/PruneEH/2003-11-21-PHIUpdate.llx
2003-11-22 Chris LattnerDo not crash when deleing a region with a dead invoke...
2003-11-22 Chris LattnerFinegrainify namespacification
2003-11-21 Misha Brukman* Add code to flush the ICache, which any self-respecti...
2003-11-21 Chris LattnerCheck return types of functions
2003-11-21 Chris LattnerConsidering that CI is not even IN SCOPE here, I wooda...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerGet rid of using decls, finegrainify namespacification
2003-11-21 Chris Lattner* Finegrainify namespacification
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix problem Reid was having with external globals and...
2003-11-21 Chris LattnerDon't crash on bogus source value
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-21 Chris LattnerFix some problems with assertions printing
2003-11-21 Chris Lattnerimprove error message
2003-11-21 Chris LattnerMinor cleanups and simplifications
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Misha BrukmanAdd ability to search only for native shared object...
2003-11-20 Chris LattnerStart using the nicer terminator auto-insertion API
2003-11-20 Chris LattnerSpew symbolic types!
2003-11-20 Chris LattnerWhen spewing out warnings during function resolution...
2003-11-20 Chris LattnerSomehow I forgot poor little UnwindInst
2003-11-20 Chris Lattner* Finegrainify namespacification
2003-11-20 Alkis EvlogimenosMerging the linear scan register allocator in trunk...
2003-11-20 Chris LattnerDon't crash if we are printing an orphaned basic block!
2003-11-19 Chris LattnerFine grainify namespaceification
2003-11-19 Chris LattnerReally, there was a reason for me factoring that out
2003-11-19 Chris Lattner*** Significantly speed up type resultion
2003-11-19 Chris Lattner* Finegrainify namespacification
2003-11-19 Chris LattnerMinor efficiency improvements, finegrainify namespacifi...
2003-11-19 Chris LattnerIn the future, these slabs can be null...
2003-11-19 Chris LattnerMinor efficiency improvements all over. Finegrainify...
2003-11-19 Chris LattnerFine grainify namespacification, #include file that...
2003-11-19 Chris LattnerFinegrainify namespacification
2003-11-19 Chris LattnerMinor speedup to do less linear time searches of infor...
2003-11-19 Chris LattnerFix PR130, and testcase test/Regression/Linker/2003...
2003-11-18 Chris LattnerFix PR123
2003-11-18 Brian GaekeOnly use -Wl,-R. if HAVE_LINK_R.
2003-11-17 Misha BrukmanEmit the MachineConstantPool constants in one contiguou...
2003-11-17 Misha Brukman* Order #includes as per style guide
2003-11-17 Chris LattnerImplement == and != correctly. Before they would incor...
2003-11-17 Chris LattnerThe ConstantPointer class is now gone.
2003-11-17 Misha BrukmanThis file was somehow missing a top-level comment line.
2003-11-17 Chris LattnerNo REALLY, get rid of ConstantPointer references
2003-11-17 Chris LattnerEliminate use of the ConstantPointer class
2003-11-17 Chris LattnerConstant folding shalt not be built on annotations
2003-11-17 Chris LattnerRemove usage of ConstantPointer
2003-11-17 Chris LattnerBe a bit more tolerant of broken code
2003-11-16 Brian GaekeImplement skeletal support for __.SYMDEF (ranlib) secti...
2003-11-16 Brian GaekeWhen you hand WriteAsOperand a type, it now prints...
2003-11-16 Brian GaekeWhen failing a Verifier assertion, use WriteAsOperand...
2003-11-16 Brian GaekeWhen we find a module we want, in an archive, in verbos...
2003-11-16 Chris LattnerDon't print 'No predecessors!' on the entry block
2003-11-16 Chris LattnerISO 9899 7.13.2.1 (3) says that "[...] the values of...
2003-11-16 Chris LattnerFix PR116
2003-11-16 Chris LattnerFixes for PR114: Thanks to Reid Spencer!
2003-11-14 Chris LattnerImplement a small optimization to handling of GEP's...
2003-11-14 Chris LattnerI can't believe the incompetence of the people I have...
2003-11-14 Chris LattnerFix PR 110: the constant folding code assumes that...
2003-11-13 Chris LattnerExpose the verifier to opt
2003-11-13 Chris LattnerImplement feature: InstCombine/2003-11-13-ConstExprCast...
2003-11-13 Chris LattnerTrying to get the dsgraph for an external function...
2003-11-13 Brian GaekeChange LLI's internal representation of va_list to...
2003-11-13 Chris LattnerImplement the CompleteBU pass
2003-11-13 Chris LattnerMinor code cleanup
2003-11-13 Chris LattnerDisable integer tracking by default
2003-11-13 Chris LattnerAdd an initial version of the CompleteBUDataStructures...
2003-11-13 Misha BrukmanInclude the file before we close the llvm namespace.
2003-11-13 Misha BrukmanSubstantially re-organized this file:
2003-11-13 Misha BrukmanThe function to create an instance of this pass is...
2003-11-13 Misha BrukmanThe functions to create new instances of passes are...
2003-11-13 Misha Brukman* Put command-line switches in their own namespace
2003-11-13 Misha BrukmanForce a dependency on the .inc file, which must be...
2003-11-12 Chris LattnerFine-grainify namespaces for this library
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerDetect problems with PHI node operands!
2003-11-12 Chris LattnerPrint return nodes for graphs with multiple functions...
2003-11-12 Chris LattnerDon't crash if no gg
2003-11-12 Chris LattnerFix bug PR107, patch contributed by Reid Spencer!
2003-11-12 Chris LattnerCleanups
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-11 Brian GaekeMove IsArchive, IsBytecode to FileUtilities. Fix up...
2003-11-11 Brian GaekeMove IsArchive and IsBytecode here from gccld. Refactor...
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Brian GaekeThis version of Linker.cpp works a lot better, but...
2003-11-11 Brian GaekeAdd implementation of FileOpenable().
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-10 Brian GaekeFix problems linking against the reoptimizer; _llvm_reg...
2003-11-10 Chris LattnerReorganize code for locality, improve comments
2003-11-10 Chris LattnerAdjust to new critical edge interface
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerFix PR95. I'm checking this patch in for Reid Spencer...
next