oota-llvm.git
2003-11-10 Brian GaekeRegenerated.
2003-11-10 Brian GaekePatch to fix PR102, contributed by Reid Spencer.
2003-11-10 Brian Gaekeadd Reid Spencer
2003-11-10 Brian GaekeOperand numbers are now ints. Save the register allocat...
2003-11-09 Misha BrukmanIf the source tree's Makefile is more up-to-date, copy...
2003-11-09 Chris LattnerGive gccld more guts
2003-11-09 Chris LattnerMore additions
2003-11-09 Chris LattnerBugz bugz bugz
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 LattnerNew testcase
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-09 Chris LattnerTotally disable assert, in order to fix PR101
2003-11-09 Chris Lattnernew testcase
2003-11-08 Chris Lattnernew testcase
2003-11-08 Chris LattnerHandle bzero and memset in the local analysis, because...
2003-11-08 Chris LattnerFix broken makefile dependency generation
2003-11-08 Chris LattnerThis doesn't use DSCallSiteIterator
2003-11-08 Chris Lattner* Add units to the yaxis of each chart
2003-11-08 Chris LattnerSince we are collecting all of this data, we might...
2003-11-08 Brian GaekeFix two typos I found in comments.
2003-11-08 Chris LattnerUpdate the portability section
2003-11-08 Chris Lattnersjlj bug
2003-11-08 Chris LattnerFix wierd problems linking C programs which look for...
2003-11-08 Chris LattnerAdd news from brian
2003-11-08 Misha BrukmanFirst pass at cleaning up LangRef.html: stylesheet...
2003-11-08 Misha BrukmanFor some reason, LICM and GCSE like to crash the Functi...
2003-11-07 Chris LattnerProvide a specialization of _Alloc_traits, which allows...
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 Misha BrukmanCompletely hacked apart the file and put it back togeth...
2003-11-07 Misha BrukmanActually have a target "#introduction" if we're making...
2003-11-07 Brian GaekeUse CallSites for call sites, instead of CallInsts...
2003-11-07 Brian GaekeMention class CallSite
2003-11-07 Brian GaekeAdd a warning about not "new"ing or "delete"ing CallSites
2003-11-07 Misha BrukmanAdded ability to register FunctionPasses as optimizatio...
2003-11-07 Misha BrukmanMake the page footer consistent with the rest of the...
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 Misha BrukmanDeclare FunctionPasses as such.
2003-11-07 Chris LattnerAdd some ctors for this allocator
2003-11-07 Brian GaekeRefactor the return-from-function code into popStackAnd...
2003-11-07 Chris LattnerAdd bugz
2003-11-07 Chris LattnerFix a really bad build problem for users who have ...
2003-11-07 Chris LattnerHopefully this will fix PR98
2003-11-07 Chris LattnerHopefully fix the objdir != srcdir issue
2003-11-06 Misha Brukman* Added a "contents"-like list of questions at the...
2003-11-06 Chris Lattnerfix warnings on sparc
2003-11-06 Chris LattnerFix warnings building on sparc
2003-11-06 Brian GaekeAll 'llvmgcc' tests should specify %llvmgcc so that...
2003-11-06 Chris LattnerNo wonder noone can set up LLVMGCCDIR correctly!
2003-11-06 Chris LattnerAdd new commandline option
2003-11-06 Chris LattnerAdd new command line option
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 GaekeGive this header file an Emacs mode-line.
2003-11-05 Brian GaekeDo not assume the first file is a bytecode file. Instea...
2003-11-05 Brian GaekeShorten and correct some function-header comments.
2003-11-05 Chris Lattnernew testcase
2003-11-05 Chris LattnerFix the problem with running cleanups in bugpoint:...
2003-11-05 Chris LattnerBugpoint no longer has this option
2003-11-05 Chris LattnerI hate it when bugpoint is all ready to give me a bytec...
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-11-05 Chris LattnerSplit behavior into two pieces
2003-11-05 Chris LattnerSimplify the performFinalCleanups interface
2003-11-05 Chris LattnerYet more fixes for constant expr shifts
2003-11-05 Chris LattnerFurther fixes for PR93
2003-11-05 Brian GaekeA few handy methods that seem to mesh well with what...
2003-11-05 Chris Lattnerno need for endl
2003-11-05 Chris LattnerAdd support for constant expr shifts
2003-11-05 Misha BrukmanSince this function returns an int, let's actually...
2003-11-05 Chris LattnerNew testcase
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 Misha BrukmanOutput only the .y filename, not the full path to it...
2003-11-05 Chris LattnerAdd three more bugs
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
next