oota-llvm.git
2003-11-12 Brian GaekeAdd another fixed bug.
2003-11-12 Chris LattnerFix faulty namespacification
2003-11-12 Misha BrukmanRegenerated `configure' for adding Makefiles and test...
2003-11-12 Misha BrukmanOK, scratch my last post, this actually *does* work...
2003-11-12 Chris LattnerAdd new testcase for PR112
2003-11-12 Misha BrukmanApparently adding these entries and regenerating llvm...
2003-11-12 Misha BrukmanSome programs actually require an input to run. The...
2003-11-12 Brian GaekeMention LLVM cast instructions.
2003-11-12 Brian GaekeUpdate section on GNU lightning fp.
2003-11-12 Brian GaekeI won't claim we're "better than and/or different from...
2003-11-12 John CriswellRegress to not using the llvm namespace.
2003-11-12 Brian GaekeMake the beginning of this page look like the beginning...
2003-11-12 Brian Gaekeindex.html: Add link to llvm vs. the world
2003-11-12 Chris LattnerThis color is making me want to puke :)
2003-11-12 Brian GaekeWhoops, a div got closed in the wrong place.
2003-11-12 Brian GaekeFirst draft of LLVM-to-anything comparison document.
2003-11-12 Misha BrukmanAdd FreeBench benchmarks to our test suite -- they...
2003-11-12 Chris LattnerAdd new argument to disable checking
2003-11-12 Chris LattnerAdd argument
2003-11-12 Chris LattnerThe bytecode reader/writer is borking this testcase
2003-11-12 Chris LattnerThis is not the instruction combiner's fault! No really!
2003-11-12 Chris LattnerReduced testcase for PR 110
2003-11-12 Chris LattnerDetect problems with PHI node operands!
2003-11-12 Chris LattnerRestore the -llvm option
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 LattnerPR107 is now fixed
2003-11-12 Chris LattnerFix bug PR107, patch contributed by Reid Spencer!
2003-11-12 Chris LattnerNew testcase for PR107
2003-11-12 Brian GaekeI don't think this was supposed to have gotten into...
2003-11-12 Chris LattnerCleanups
2003-11-11 Chris Lattnerreword a bit, be less aggressive with my link
2003-11-11 Chris LattnerAdd a link to the llvmdev posting
2003-11-11 Brian GaekeMention that all LLVM C++ code has been moved into...
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 Brian GaekeAdd prototypes for CheckMagic, IsArchive, and IsBytecode.
2003-11-11 Brian GaekeAdd another fixed bug.
2003-11-11 Chris LattnerCompute node offsets correctly
2003-11-11 Misha Brukman'Tis quite silly to check for a cached version of the...
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 Brian Gaeke VS: ---------------------------------------------...
2003-11-11 Misha BrukmanThe caching will not live in LLEE's execve() handler...
2003-11-11 Chris LattnerAdd new method for computing node mappings. This is...
2003-11-11 Chris LattnerAdd new method
2003-11-11 Misha BrukmanAdded link to ``CVS Branching and Tags Primer''.
2003-11-11 Misha BrukmanShorten the "updating Makefile" status print-out.
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 LattnerInclude forms of SplitCriticalEdge which work correctly...
2003-11-10 Chris LattnerNo really, I'm not on crack
2003-11-10 Chris LattnerHelper method
2003-11-10 Chris LattnerAdjust to new critical edge interface
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical into this file...
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical edge out of this...
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...
next