oota-llvm.git
2007-10-24 Chris LattnerImplement a couple of foldings for ordered and unordere...
2007-10-24 Chris Lattnerfurther simplify run options, thanks to gordonh for...
2007-10-24 Chris LattnerFix instructions now that PR1739 is fixed.
2007-10-24 Chris LattnerFix PR1739.
2007-10-24 Hartmut KaiserAdded VC++ solution file allowing to build clang.
2007-10-24 Hartmut KaiserSilenced a VC++ warning.
2007-10-23 Hartmut KaiserUpdated VC++ build system
2007-10-23 Bill WendlingFix comment and use the "Size" variable that's already...
2007-10-23 Bill WendlingIf there's an unaligned memcpy to/from the stack, don...
2007-10-23 Dale JohannesenDisable a couple more things for ppcf128.
2007-10-23 Ted KremenekAdded "ReadEnum" and "WriteEnum" to serialization classes.
2007-10-23 Bill WendlingThis broke lots. Reverting.
2007-10-23 Owen AndersonMake DomTreeBase not a FunctionPass.
2007-10-23 Bill WendlingLowering a memcpy to the stack is killing PPC. The...
2007-10-23 Ted KremenekAdded preliminary implementation of generic object...
2007-10-23 Owen AndersonUnbreak the build. Forgot to commit this file.
2007-10-23 Owen AndersonMake DomTree and PostDomTree thin wrappers around DomTr...
2007-10-23 Evan ChengIt's possible to commute instrctions with more than...
2007-10-23 Chris Lattnernew testcase
2007-10-23 Chris Lattnerllvm/test programs should not be execution programs...
2007-10-23 Evan ChengisSubRegOf() is a dup of isSubRegister.
2007-10-23 Evan ChengTemporary solution: added a different set of BCTRL_Mach...
2007-10-23 Chris LattnerFix validation problems, which were somewhat ironically...
2007-10-23 Chris Lattneradd a skeleton for part 4
2007-10-23 Chris Lattnercomplete the codegen chapter
2007-10-23 Owen AndersonNow with valid HTML 4.01!
2007-10-23 Owen AndersonAdd a link to the "writing an optimization" tutorial.
2007-10-23 Owen AndersonAdd downloadable code sample for tutorial 2.
2007-10-23 Owen AndersonAdd the second of the "basic topics" tutorials.
2007-10-23 Owen AndersonReorder the optimization and bitcode tutorials.
2007-10-23 Chris LattnerFix up a broken #include, move code to its own section...
2007-10-23 Chris LattnerFinish up expr codegen.
2007-10-23 Chris Lattnerseveral improvements suggested by Dan, thanks!
2007-10-22 Evan ChengFix memcpy lowering when addresses are 4-byte aligned...
2007-10-22 Dan GohmanThe #include <iterator> isn't needed in this header.
2007-10-22 Dan GohmanStrength reduction improvements.
2007-10-22 Dan GohmanFix the folding of multiplication into addresses on...
2007-10-22 Evan ChengUse ptr type in the immediate field of a BxA instructio...
2007-10-22 Evan ChengAdd missing paratheses.
2007-10-22 Chris Lattneradd a 'don't use me' marker.
2007-10-22 Duncan SandsSupport for expanding extending loads of integers with
2007-10-22 Dan GohmanMove the SCEV object factors from being static members...
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.
next