oota-llvm.git
2004-11-17 Brian GaekeUpdate list of failing SingleSource Benchmarks
2004-11-17 Brian GaekeWe were (somehow) getting the wrong branch opcode for...
2004-11-17 Alkis EvlogimenosMake ReturnInst accept a value of type void as the...
2004-11-17 Reid SpencerAdd a standards section.
2004-11-17 Reid SpencerFix PR458:
2004-11-17 Reid SpencerFix some things for Mac OSX archives:
2004-11-17 Reid SpencerMake sure we parse bytecode with a module identifier...
2004-11-17 Chris LattnerMake this more accurate
2004-11-17 Chris LattnerNew prototype for lowerpacked pass.
2004-11-17 Chris LattnerGeneralize this code to turn any cast-to-first-element...
2004-11-17 Chris LattnerSimplify conditional and fix LICM/2004-11-17-UndefIndex...
2004-11-17 Chris LattnerNew testcase that crashes licm
2004-11-17 Chris Lattner-disable-opt is not -O0, it's okay for it to disable...
2004-11-17 Reid SpencerAdjust long file name writing to match BSD 4.4 and...
2004-11-17 Reid SpencerDespite documentation to the contrary, Mac OSX and...
2004-11-16 Tanya LattnerAdded my own defMap. Only saving values that are not...
2004-11-16 Chris LattnerMinor cleanup and speedup. This reduces link-time...
2004-11-16 Chris LattnerMake this function work with non-abstract types.
2004-11-16 Chris LattnerDon't increment a dead iterator
2004-11-16 Chris LattnerEven with -disable-opt we should still internalize...
2004-11-16 Chris LattnerFix a major bug in the signed shr code, which apparentl...
2004-11-16 Reid Spencer* Use low-level unix I/O interface since we're on Unix.
2004-11-16 Chris LattnerSimplify the remapper by only needing one map, since...
2004-11-16 Reid SpencerMake the comment for LinkFiles a bit more precise and...
2004-11-16 Chris LattnerNew testcase for recent patch to SCCP, thanks to Nate...
2004-11-16 Chris LattnerDo not delete dead invoke instructions!
2004-11-16 Misha BrukmanErase non-applicable Unix comment, this is Win32
2004-11-16 Brian GaekeUpdate list of failing benchmarks
2004-11-16 Brian GaekeCorrect the implicit-defs information for indirect...
2004-11-16 Chris LattnerTake advantage of the fact that we are allowed to clobb...
2004-11-16 Reid SpencerFix typeo in comment.
2004-11-16 Reid SpencerRemove useless #include.
2004-11-16 Reid SpencerSimplify code.
2004-11-16 Reid SpencerStandardize on 'class' instead of 'struct'. Gets rid...
2004-11-16 Reid SpencerRemove dupliate buid of Signals.cpp
2004-11-16 Brian GaekeGive a better message for a common assertion failure.
2004-11-16 Reid SpencerAdd a comment to some code that at first glance just...
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris LattnerThe second arg may be clobbered by this function
2004-11-16 Chris LattnerDocument this as clobbering the second arg, make the...
2004-11-16 Reid SpencerPer code review: \
2004-11-16 Reid SpencerPer code review: \
2004-11-16 Reid SpencerPer code review:\
2004-11-16 Chris Lattneruse an autoptr
2004-11-16 Chris LattnerMake this code not depend on LinkModules leaving the...
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-16 Reid SpencerPer code review:
2004-11-16 Chris LattnerSimplify namespaces
2004-11-16 Chris LattnerRemove a dead function, which died when we got GAS...
2004-11-16 Chris LattnerImplement a simple FIXME: if we are emitting a basic...
2004-11-16 Chris Lattner* Merge some win32 ifdefs together
2004-11-15 Misha Brukman* Change test/projects => projects/llvm-test
2004-11-15 Chris LattnerAdd an accessor
2004-11-15 Chris LattnerNow that we have ghost linkage, we can force resolution...
2004-11-15 Chris LattnerThere is no reason to try to materialize the function...
2004-11-15 Chris LattnerAdd debug-only=jit printout, so we see when lazily...
2004-11-15 Chris LattnerSimplify and rearrange long shift code
2004-11-15 Chris LattnerUpdate to reflect recent change
2004-11-15 Chris LattnerDo not emit FunctionBlock blocks for external functions...
2004-11-15 Chris LattnerUse a per-function flag bit to indicate whether or...
2004-11-15 Chris LattnerDisable this change, it was premature
2004-11-15 Chris LattnerMake *SURE* to null out the pointer before throwing...
2004-11-15 Chris LattnerCleanups. Null out pointer after freeing it for paranoia
2004-11-15 Chris LattnerIf a function is external, do not output a FunctionBloc...
2004-11-15 Chris LattnerMake functions default to having external linkage if...
2004-11-15 Reid SpencerRemove useless/confusing namespace qualifier.
2004-11-15 Misha BrukmanAdd BCTR and LWZU instruction opcodes
2004-11-15 Reid SpencerMerge content of RequiredSoftware.html into GettingStar...
2004-11-15 Misha Brukman* Add entry for Linux/PowerPC
2004-11-15 Misha BrukmanBe less verbose when `The' and `command' just aren...
2004-11-15 Misha BrukmanNo need for the verbose `the llvm-link command' when...
2004-11-15 Misha BrukmanForce a short link to gccld's man page
2004-11-15 Misha BrukmanFix syntax within a B<> tag
2004-11-15 Reid SpencerRemove personal email address.
2004-11-15 Misha BrukmanAdd the PowerPC 32-bit ABI output option
2004-11-15 Chris LattnerBump version. Shouldn't this come from somewhere else??
2004-11-15 Misha Brukman* Add an entry for llvm-ranlib
2004-11-15 Misha BrukmanThis is llvm-ar, not llvm-as.
2004-11-15 Reid SpencerRemove reference to llvm-ld.
2004-11-15 Reid SpencerTerminate a list.
2004-11-15 Misha BrukmanRemove extra space char
2004-11-15 Tanya LattnerThis file was originally developed by the LLVM research...
2004-11-15 Reid SpencerChanges/corrections suggested from Chris Lattner's...
2004-11-15 Chris LattnerWarning fixes for VC++, contributed by Morten Ofstad!
2004-11-15 Reid SpencerRemove unused variable for compilation by VC++.
2004-11-15 Reid SpencerUpdates to Visual C++ project files for building on...
2004-11-15 Reid SpencerUpdate relative files.
2004-11-15 Reid SpencerProvide the ThrowErrno utility.
2004-11-15 Reid SpencerAdjust implementation to match new interface.
2004-11-15 Chris LattnerMinor cleanups. There is no reason for SCCP to derive...
2004-11-15 Chris LattnerCount more accurately
2004-11-15 Brian GaekeUpdate list of failing Benchmarks.
2004-11-15 Brian GaekeExpand Defs to encompass all the possibly-call-clobbere...
2004-11-15 Chris LattnerQuiet warnings on the persephone tester
2004-11-15 Chris LattnerTwo minor improvements:
next