oota-llvm.git
2007-10-22 Duncan SandsFix up the logic for result expanding the various extension
2007-10-22 Chris Lattnerfit in 80 cols :)
2007-10-22 Chris Lattnerstart of chapter 3
2007-10-22 Owen AndersonFix a few typos I noticed.
2007-10-22 Owen AndersonAdd downloadable code samples.
2007-10-22 Chris LattnerCheck in part 2: parser and ast.
2007-10-22 Owen AndersonFix some code to make it actually work.
2007-10-22 Bill WendlingPut correct link in example
2007-10-22 Chris Lattneradd part 1, review appreciated.
2007-10-22 Chris Lattneradd an outline for "part 2".
2007-10-22 Chris Lattnerrename tutorial 1 -> JITTutorial1, make unimplemented...
2007-10-22 Evan ChengFix an unfolding bug.
2007-10-22 Evan Cheng- Only perform the unfolding optimization when the...
2007-10-22 Chris Lattneradd a mechanism for the JIT to invoke a function to...
2007-10-22 Chris Lattnerllvm-gcc3 is dead, along with it __main.
2007-10-21 Anton KorobeynikovReg2Mem cleanup and optimizations:
2007-10-21 Chris LattnerLoadLibraryPermanently doesn't throw.
2007-10-21 Chris LattnerAdd a convenience method for creating EE's.
2007-10-21 Dale JohannesenAllow for copysign having f80 second argument.
2007-10-20 Chris LattnerAdd promote operand support for [su]int_to_fp.
2007-10-20 Owen AndersonSome improvements based on feedback from Anders.
2007-10-20 Owen AndersonFix some weird indenting in code.
2007-10-20 Owen AndersonUse getOrInsertFunction() in tutorial 1. This makes...
2007-10-20 Owen AndersonAdd the beginnings of an LLVM tutorial. If anyone...
2007-10-20 Chris LattnerAdd result promotion of FP_TO_*INT, fixing CodeGen...
2007-10-20 Chris Lattnersimplify some code.
2007-10-20 Chris LattnerImplement promote and expand for operands of memcpy...
2007-10-20 Evan ChengAdded missing curly braces which renders the if clause...
2007-10-20 Dale JohannesenFix a few places vector operations were not getting
2007-10-19 Evan ChengResolve unfold tables ambiguity.
2007-10-19 Evan ChengNew test case.
2007-10-19 Evan ChengLocal spiller optimization:
2007-10-19 Bill WendlingDon't branch fold inline asm statements.
2007-10-19 Duncan SandsAdd support for a few more nodes.
2007-10-19 Dale JohannesenRedo "last ppc long double fix" as Chris wants.
2007-10-19 Bill WendlingRemoved "-arch i386" by popular demand...
2007-10-19 Bill WendlingNow with RUN line!
2007-10-19 Bill WendlingRemove the Foundation.h file because not everyone has...
2007-10-19 Devang PatelThis test now passes.
2007-10-19 Anton KorobeynikovUpdate this file for 2.0 syntax. Contributed by Jan...
2007-10-19 Chris LattnerFix a really nasty vector miscompilation bill recently...
2007-10-19 Hartmut KaiserUpdated VC++ build system
2007-10-19 Chris Lattnerrename ExpandOperation to ExpandOperationResult, as...
2007-10-19 Rafael Espindolasplit LowerMEMCPY into LowerMEMCPYCall and LowerMEMCPYI...
2007-10-19 Duncan SandsSupport for expanding ADDE and SUBE.
2007-10-19 Duncan SandsIf the value types are equal then this routine
2007-10-19 Rafael EspindolaTest byval with a 8 bit aligned struct
2007-10-19 Rafael EspindolaAdd support for byval function whose argument is not...
2007-10-19 Chris LattnerImplement a few new operations.
2007-10-19 Chris LattnerImplement expansion of SINT_TO_FP and UINT_TO_FP operands.
2007-10-19 Chris Lattnerimplement support for custom expansion of any node...
2007-10-19 Chris Lattnercomment fixes
2007-10-19 Chris LattnerMake use of TLI.ExpandOperation, remove softfloat stuff.
2007-10-19 Chris Lattneradd expand support for bit_convert result, even allowin...
2007-10-19 Chris Lattneradd a new target hook.
2007-10-19 Chris LattnerAdd an easy microoptimization I noticed.
2007-10-19 Devang PatelNew test.
2007-10-19 Bill WendlingNegative indices aren't allowed here.
2007-10-19 Dale JohannesenMore ppcf128 issues (maybe the last)?
2007-10-18 Evan Cheng- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold...
2007-10-18 Evan ChengUse SmallVectorImpl instead of SmallVector with hardcod...
2007-10-18 Devang PatelTry again.
2007-10-18 Owen AndersonAllow GVN to eliminate redundant calls to functions...
2007-10-18 Christopher... Add an uppercase conversion utility function.
2007-10-18 Christopher... Fix a misnamed parameter.
2007-10-18 Christopher... Fix a typo
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-10-18 Bill WendlingFix the command line.
2007-10-18 Devang PatelFix test.
2007-10-18 Chris Lattnerthis doesn't need dynamic_cast.
2007-10-18 Chris Lattnerremove dead file
2007-10-18 Chris LattnerReduce reliance on rtti info
2007-10-18 Chris Lattnerfix typo
2007-10-18 Chris Lattnerupdate comment.
2007-10-18 Chris LattnerThis requires rtti info because tblgen uses commandline,
2007-10-18 Chris Lattnertblgen uses dynamic_cast heavily, so it needs rtti...
2007-10-18 Hartmut KaiserUpdated VC++ build system
2007-10-18 Gordon HenriksenWork around downrev gccs which do not inherit visibilit...
2007-10-18 Gordon HenriksenMissing 'public' keyword.
2007-10-18 Bill WendlingPointer arithmetic should be done with the index the...
2007-10-18 Duncan SandsSupport for ADDC/SUBC.
2007-10-18 Evan ChengReally fix PR1734. Carefully track which register uses...
2007-10-18 Evan ChengRemove unnecessary include.
2007-10-18 Chris Lattnerlegalizing the ret operation on f64 shouldn't introduce...
2007-10-18 Owen AndersonMove Split<...>() into DomTreeBase. This should make...
2007-10-18 Devang PatelXFAIL for now.
2007-10-18 Ted KremenekChanged the return type of type-specific Allocate(...
2007-10-17 Evan ChengReverting r43070 for now. It's causing llc test failures.
2007-10-17 Bill WendlingTest to make sure we don't generate unwind info for...
2007-10-17 Ted KremenekImutAVLTree now allocates tree nodes from the BumpPtrAl...
2007-10-17 Ted KremenekRemoved inclusion of cassert, which is no longer needed.
2007-10-17 Ted KremenekMinor cosmetic cleanups in the calculation of alignment...
2007-10-17 Ted KremenekAdded template function alignof() which provides a...
2007-10-17 Gordon HenriksenReverting unnecessary commit of generated files.
2007-10-17 Gordon HenriksenSwitching TargetMachineRegistry to use the new generic...
2007-10-17 Ted KremenekUpdated StringMap to use llvm::AlignOf to compute the...
2007-10-17 Gordon HenriksenIgnoring test/Transforms/LoopIndexSplit/Output.
2007-10-17 Ted KremenekAdded member template functions to MallocAllocator and
2007-10-17 Ted KremenekAdded llvm::AlignOf, a template class whose purpose...
2007-10-17 Devang PatelDo not raise free() call that is called through invoke...
next