oota-llvm.git
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.
2007-12-20 Evan ChengThe physical register + virtual register joining requir...
2007-12-20 Evan ChengBring back a burr scheduling heuristic that's still...
2007-12-20 Evan ChengClean up previous patch: PHI uses should not prevent...
2007-12-20 Chris Lattnersimplify this code with the new m_Zero() pattern. ...
2007-12-20 Devang PatelRevert my previous check-in.
2007-12-20 Anton KorobeynikovMore eye-candy stuff :)
2007-12-20 Anton KorobeynikovAdd iterators for child traversal.
2007-12-20 Bill WendlingUpdated comments to reflect what "side effects" means...
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-20 Devang PatelAdd lto version check mechanism.
2007-12-20 Gordon HenriksenUse a module to group calling convention values, too.
2007-12-19 Evan ChengAllow iv reuse if the user is a PHI node which is in...
2007-12-19 Gordon HenriksenUsing modules to group enumerations in Ocaml bindings.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-19 Dale JohannesenEnable EH on PPC Darwin. This basically works; there
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-19 Scott MichelMore working CellSPU test cases:
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Chris Lattnerfix formatting
2007-12-19 Duncan SandsSimplify LowerCallTo by using a callsite.
2007-12-19 Duncan SandsThe C++ exception handling personality function wants
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-19 Bill WendlingModified to support comments better.
2007-12-19 Bill WendlingMark the "isRemat" instruction as never having side...
2007-12-19 Chris Lattnerfix more table abuses.
2007-12-19 Evan ChengDon't leave newly created nodes around if it turns...
2007-12-18 Ted KremenekAdded "GetCurrentDirectory()" to sys::Path.
2007-12-18 Bill WendlingAdd debugging info. Use the newly created "hasUnmodelle...
2007-12-18 Christopher... Fold subtracts into integer compares vs. zero. This...
2007-12-18 Anton KorobeynikovSupport more insane CEP's in AsmPrinter (Yes, PyPy...
2007-12-18 Christopher... Fix comments
2007-12-18 Christopher... Remove an orthogonal transformation of the selection...
2007-12-18 Ted KremenekAdded "isDirectory" method to llvm::sys::Path.
2007-12-18 Evan ChengFix PR1872: SrcValue and SrcValueOffset should not...
2007-12-18 Bill WendlingIgnore shell scripts when doing "dsymutil" call.
2007-12-18 Chris Lattnerremove obviously dead uses of IncludeFile.
2007-12-18 Evan ChengAlso print alignment and volatileness.
2007-12-18 Chris Lattnerremove a dead annotation
2007-12-18 Ted KremenekAdded some sectioning comments to Serialize.h.
2007-12-18 Chris Lattneradd an obvious load folding missed optzn.
2007-12-18 Duncan SandsRename isNoReturn to doesNotReturn, and isNoUnwind to
2007-12-18 Christopher... Fix typos.
2007-12-18 Christopher... Fold certain additions through selects (and their compa...
2007-12-18 Evan ChengFIX for PR1799: When a load is unfolded from an instruc...
2007-12-18 Evan ChengSelectionDAG::dump() should print SrcValue of LoadSDNod...
2007-12-18 Chris Lattneravoid confusing terminology (what is a "word"?), fix...
next