oota-llvm.git
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2007-12-29 Chris Lattnerregenerate
2007-12-29 Chris Lattnerremove attributions
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-12-29 Chris Lattnerremove attributions from examples.
2007-12-29 Chris Lattnerremove attributions from utils.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-29 Chris Lattnerremove attribution from lib Makefiles.
2007-12-29 Chris Lattnerremove attributions from tools/utils makefiles.
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-12-29 Chris Lattnerthis is done.
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris Lattnerupgrade this test
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Christopher... Disable null pointer folding transforms for non-generic...
2007-12-29 Chris Lattnermake sure not to zap volatile stores, thanks a lot...
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattnerdon't fold fp_round(fp_extend(load)) -> fp_round(extload)
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-29 Chris LattnerDelete a store whose input is a load from the same...
2007-12-29 Chris Lattneradd a note
2007-12-29 Chris Lattnerexpand note.
2007-12-29 Chris Lattnerdead calls to llvm.stacksave can be deleted, even thoug...
2007-12-29 Chris Lattnerupgrade this test
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Chris Lattneradd a note.
2007-12-28 Owen AndersonAdd a testcase for my recent InstCombine fix, written...
2007-12-28 Owen AndersonRepair a transform that Chris noticed a bug in. Thanks...
2007-12-28 Chris Lattnerdisable this instcombine xform, it miscompiles:
2007-12-28 Chris Lattneradd a note
2007-12-27 Anton KorobeynikovIgnore functions with internal linkages during linking...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-27 Gordon HenriksenSwitch the bindings to use LLVMFoldingBuilder.
2007-12-26 Gordon HenriksenAdding an uninitialized builder constructor to the...
2007-12-26 Chris Lattnerone fewer uncond branch with my codegenprepare hack...
2007-12-26 Gordon HenriksenTests for changes made in r45356, where IPO optimizatio...
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-12-25 Chris Lattnerupdate to llvm 2.0 syntax.
2007-12-25 Chris LattnerDon't break critical edges for single-bb loops, this...
2007-12-25 Seo SanghyeonActually parse q operation in llvm-ar
2007-12-25 Gordon HenriksenDisabling -g for ocaml builds; it's not downwards compa...
2007-12-25 Gordon HenriksenGC poses hazards to the inliner. Consider:
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-24 Owen AndersonFlesh out the Briggs implementation a little bit more...
2007-12-24 Chris Lattneradd a -backedge-hack llc-beta option to codegenprepare.
2007-12-24 Chris Lattneradd a simple hack
2007-12-24 Anton KorobeynikovCygwin defines uint32_t as unsigned long. Unbreak call...
2007-12-24 Ted KremenekAdded special support for stripping CRLF characters...
2007-12-23 Gordon HenriksenSetting GlobalDirective in TargetAsmInfo by default...
2007-12-23 Owen AndersonGet rid of an unneeded #include.
2007-12-23 Gordon HenriksenFix some Ocaml GC errors noticed upon review.
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-23 Owen AndersonSketch out an implementation of Briggs' copy placement...
2007-12-23 Owen AndersonAdd GraphTraits specializations for machine dominators.
2007-12-22 Gordon HenriksenUndo a wrong bit in that last patch.
2007-12-22 Gordon HenriksenDocument a more robust implementation of performCustomL...
2007-12-22 Chris Lattnerfix some warnings. This code needs to be de-tabified :(
2007-12-22 Chris Lattnerfix strict-aliasing violation
2007-12-22 Chris Lattnerinitial code for forming an FGETSIGN node. This is...
2007-12-22 Chris Lattnerimprove support for fgetsign
2007-12-22 Chris LattnerTell TargetLoweringOpt whether it is running before
2007-12-22 Chris LattnerAdd a new FGETSIGN operation, which defaults to expand...
2007-12-22 Anton KorobeynikovErm, really disable :)
2007-12-22 Anton KorobeynikovDisable, until we'll really need it
2007-12-22 Gordon HenriksenFix a partial application typo.
2007-12-22 Gordon HenriksenUse getIntrinsicID instead of looking up intrinsic...
2007-12-22 Anton KorobeynikovUnbreak build on gcc 3.x
2007-12-22 Anton KorobeynikovUnbreak mingw build
2007-12-22 Evan ChengPreliminary PIC JIT support for X86 (32-bit) / Darwin.
2007-12-22 Evan ChengOops.
2007-12-22 Chris Lattnerimplement InstCombine/shift-trunc-shift.ll. This allows
2007-12-22 Owen AndersonNote what still needs doing.
2007-12-22 Owen AndersonRemove critical edge breaking. It won't be necessary...
2007-12-22 Gordon HenriksenIgnoring generated files.
2007-12-22 Evan ChengFix JIT code emission of X86::MovePCtoStack.
2007-12-22 Devang PatelIf succ has succ itself as one of the predecessors...
2007-12-22 Evan ChengAllow JIT with non-static relocation model.
2007-12-21 Anton KorobeynikovFix silly typo in the FP CEP handling.
2007-12-21 Duncan SandsFix a brain fart by our beloved leader (the content
2007-12-21 Duncan SandsGet the verifier to check attributes on calls as well
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-21 Nicolas GeoffrayFix unintented change from last commit
2007-12-21 Nicolas GeoffrayEnable EH for linux/ppc32 targets
2007-12-21 Evan ChengNew entry.
2007-12-21 Evan ChengAdd a few more missing gcc builtin's.
2007-12-21 Ted KremenekRemoved scoped_ptr, as its functionality is subsumed...
2007-12-20 Evan ChengFix JIT encoding for CMPSD as well.
2007-12-20 Ted KremenekAdded OwningArrayPtr smart pointer class to provide...
2007-12-20 Chris Lattneradd new smart pointer for clang.
2007-12-20 Evan ChengType specification didn't match gcc's.
2007-12-20 Evan ChengMore accurate checks for two-address constraints.
2007-12-20 Christopher... Implement review feedback, including additional transforms
2007-12-20 Chris LattnerAdd m_Zero().
2007-12-20 Evan ChengRemove xfail. This is fixed.
next