Regress to not using the llvm namespace.
[oota-llvm.git] / lib /
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...
2003-11-09 Chris LattnerAdd an assertion
2003-11-09 Brian GaekeFix PR103
2003-11-09 Chris LattnerDo NOT inline self recursive calls into other functions...
2003-11-09 Chris LattnerUntypo
2003-11-09 Chris LattnerAdd more functions
2003-11-09 Chris LattnerNone of the __llvm_* functions call into the program...
2003-11-09 Chris LattnerAdd support for memmove
2003-11-09 Brian GaekeRemove #include of PassManager.h which was marked FIXME...
2003-11-08 Chris LattnerHandle bzero and memset in the local analysis, because...
2003-11-08 Chris LattnerThis doesn't use DSCallSiteIterator
2003-11-08 Brian GaekeFix two typos I found in comments.
2003-11-08 Misha BrukmanFor some reason, LICM and GCSE like to crash the Functi...
2003-11-07 Brian GaekeImplement vaarg instruction. This is not quite perfect...
2003-11-07 Misha BrukmanImplement branching to a PC-relative constant (not...
2003-11-07 Brian GaekepopStackAndReturnValueToCaller() must advance instructi...
2003-11-07 Misha BrukmanPreSelection is not optional, it performs a necessary...
2003-11-07 Misha BrukmanRemove the *BIG UGLY HACK* from the JIT: PreSelection...
2003-11-07 Brian GaekeAdd stub version of unwind support
2003-11-07 Brian GaekevisitCallInst --> visitCallSite.
2003-11-07 Brian GaekeMake the operation of visitCallInst() only depend on...
2003-11-07 Brian GaekeUse CallSites for call sites, instead of CallInsts...
2003-11-07 Misha BrukmanSwitch to emitting MachineConstantPool the way it was...
2003-11-07 Misha BrukmanSwitch to using the standard representation of the...
2003-11-07 Misha BrukmanWe accept TargetMachine as a const reference.
2003-11-07 Misha BrukmanPreSelection and PeepholeOpts are now FunctionPasses.
2003-11-07 Misha Brukman* Stop making a global for each constant that cannot...
2003-11-07 Misha Brukman* Use the MachineConstantPool for storing constants...
2003-11-07 Misha BrukmanUse `basename $<` to get just the filename, not full...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such so that they can be...
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-07 Chris LattnerHopefully this will fix PR98
2003-11-07 Chris LattnerHopefully fix the objdir != srcdir issue
2003-11-06 Chris LattnerFix warnings building on sparc
2003-11-06 Chris LattnerVarious cleanups and efficiency improvements
2003-11-06 Chris LattnerFix bug: PR93
2003-11-06 Misha Brukman* Make the comment header 80 columns long
2003-11-06 Misha BrukmanLet's not forget about our friends -- Constant Pool...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-11-05 Chris LattnerFix the problem with running cleanups in bugpoint:...
2003-11-05 Chris LattnerSplit behavior into two pieces
2003-11-05 Chris LattnerYet more fixes for constant expr shifts
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Chris LattnerIf we're not checking, don't check!
2003-11-05 Chris LattnerFix flawed logic that was breaking several SPEC benchma...
2003-11-05 Misha BrukmanWe know exactly what the value of $< is, so instead...
2003-11-05 Chris LattnerDo not use a class before it is defined.
2003-11-05 Chris LattnerBe friendly to gcc 3.4... good compiler. Nice compiler.
2003-11-05 Chris LattnerBe gcc 3.4 clean
2003-11-05 Chris LattnerFix name collision
2003-11-05 Chris LattnerMake code gcc 3.4 clean
2003-11-05 Brian GaekeAbort when the user program calls abort, instead of...
2003-11-05 Chris LattnerFix bug with previous implementation:
2003-11-05 Brian GaekeUse regular old malloc to emulate malloc/alloca instruc...
2003-11-05 Brian GaekeRemove a comment which no longer applies.
2003-11-04 Chris LattnerMinor cleanup, plus implement InstCombine/xor.ll:test17
2003-11-04 Chris LattnerFix spello
2003-11-04 Chris LattnerImplement InstCombine/xor.ll:test(15|16)
2003-11-04 Alkis EvlogimenosChange all machine basic block modifier functions in...
2003-11-04 Brian GaekeUpdate verifySavedState()'s comment, so that it reflect...
2003-11-04 Brian GaekeAdd comments.
2003-11-04 Chris LattnerFix problems in previous changes. This fixes several...
2003-11-04 John CriswellChecking in Chris's suggestions:
2003-11-03 Chris LattnerSignificantly simplify constant emission by unifying...
2003-11-03 Chris LattnerIncorporate printSingleConstantValue into its single...
2003-11-03 Chris Lattner* Reformat some code
2003-11-03 Chris LattnerFix InstCombine/2003-11-03-VarargsCallBug.ll
2003-11-03 Chris LattnerWork around a bug in GCC where it can't handle common...
2003-11-03 Chris LattnerFix bugs with attribute weak emission
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll:test6[a]. This impro...
2003-11-03 Chris LattnerThis simplifies the CWriter code, makes the generated...
2003-11-03 Chris LattnerImplement InstCombine/cast-set.ll: test1, test2, test7
2003-11-03 Chris LattnerFix bug with zero sized casts
2003-11-03 Chris LattnerEliminate the silly namedContext member of printType
2003-11-02 Chris LattnerAll DSGraphs keep a reference to the targetdata they...
2003-11-02 Chris LattnerFix bug: test/Regression/Analysis/DSGraph/2003-11-02...
2003-11-02 Chris LattnerFix bug in previous checkin
2003-11-02 Chris LattnerImplement transmogriphication of allocation instructions
2003-11-02 Chris LattnerFix PR78
2003-11-02 Chris LattnerThe "correct" fix for CBackend/2003-10-23-UnusedType...
next