oota-llvm.git
2007-09-11 Evan ChengRemove (somewhat confusing) Imp<> helper, use let Defs...
2007-09-11 Evan ChengAdded status flags register: EFLAGS.
2007-09-11 Evan ChengAllow set operators with multiple destinations, i.e...
2007-09-11 Dale JohannesenGenerated files for previous patch.
2007-09-11 Dale JohannesenAdd APInt interfaces to APFloat (allows directly
2007-09-11 Daniel BerlinConvert to use ilist and non-pointer lists for extra...
2007-09-11 Bill WendlingAdd accessor method.
2007-09-11 Bill WendlingAdd a bool to indicate if we should set the "indirect...
2007-09-11 Chris LattnerReenable libgc and libprofile is explicitly requested.
2007-09-11 Chris Lattnerremove an obsolete library.
2007-09-11 Chris Lattnerupdate this to use llvm-config, patch by Jose M. Moya
2007-09-11 Duncan SandsTest that a call to a trampoline is turned into a call to
2007-09-11 Duncan SandsTwo ParamAttrsVectors which differ by a permutation
2007-09-11 Duncan SandsTurn calls to trampolines into calls to the underlying
2007-09-11 Duncan SandsFold the adjust_trampoline intrinsic into
2007-09-11 Duncan SandsMy compiler warns about the semicolon.
2007-09-11 Bill WendlingThe personality function on Darwin needs a global stub...
2007-09-11 Owen AndersonAdd a ValueInfoT template parameter to DenseMap so...
2007-09-11 Owen AndersonDon't bother to initialize values corresponding to...
2007-09-11 Owen AndersonFix a typo in memdep, which was causing PR1648.
2007-09-11 Daniel BerlinFix bugs with &=, intersect with complement. Add three...
2007-09-11 Owen AndersonFix non-deterministic behavior in the DenseMap copy...
2007-09-11 Daniel BerlinAdd remaining functions necessary for andersen's
2007-09-11 Devang PatelAvoid negative logic.
2007-09-11 Devang PatelRefactor code into a separate method.
2007-09-11 Chris LattnerTestcase for PR1634
2007-09-11 Devang PatelClear split info object.
2007-09-11 Devang PatelSplit condition does not have to be ICmpInst in all...
2007-09-10 Devang PatelCheck all terminators inside loop.
2007-09-10 Chris Lattnerremove obsolete testcase
2007-09-10 Chris Lattnerremove some dead code, this is handled by constant...
2007-09-10 Chris LattnerFix a buggy constant folding transformation when handli...
2007-09-10 Devang PatelSwap exit condition operands if it works.
2007-09-10 Chris Lattnerregenerate
2007-09-10 Chris LattnerFix PR1645 by resolving forward alias references.
2007-09-10 Dale JohannesenAdd missing llvm-dis.
2007-09-10 Evan Cheng80 col.
2007-09-10 Evan ChengNew entry.
2007-09-10 Evan ChengObservation of rematerialization.
2007-09-10 Chris LattnerAdd some notes about better flag handling.
2007-09-10 Chris LattnerEmit:
2007-09-10 Chris Lattnerthis is not infinite recursion.
2007-09-10 Chris Lattner1. Don't call Value::getName(), which is slow.
2007-09-10 Chris LattnerPrevent tailcallelim from breaking "recursive" calls...
2007-09-10 Evan ChengIt's not safe to rematerialize MOV32r0 etc. by simply...
2007-09-10 Devang PatelFilter exit conditions which are not yet handled.
2007-09-10 Devang PatelNew test.
2007-09-10 Devang PatelRequire SCEV before LCSSA.
2007-09-09 Owen AndersonRemove an un-needed dependence query. This improves...
2007-09-09 Daniel BerlinAdd SparseBitVector implementation
2007-09-08 Owen AndersonTurn GVN on by default.
2007-09-08 Dale JohannesenImplement misaligned FP loads and stores.
2007-09-08 Nick LewyckyFix description of the call instruction. There are...
2007-09-08 Chuck Rose IIIFix for VisualStudio. It is treating a 2 bit enum...
2007-09-08 Evan ChengSmarter Reset(). Instead of deallocating all memory...
2007-09-07 Evan ChengTableGen no longer emit CopyFromReg nodes for implicit...
2007-09-07 Bill WendlingAdd missing index versions of instructions to the map.
2007-09-07 Dan GohmanAvoid storing and reloading zeros and other constants...
2007-09-07 Dale JohannesenApply feedback from previous patch.
2007-09-07 Dale JohannesenRevert previous change to IR.
2007-09-07 Rafael EspindolaAdd support for having different alignment for objects...
2007-09-07 Anton KorobeynikovSplit eh.select / eh.typeid.for intrinsics into i32...
2007-09-07 Bill WendlingTest for PR1641.
2007-09-07 Chris LattnerDon't zap back to back volatile load/stores
2007-09-07 Owen AndersonAdd lengthof and endof templates that hide a lot of...
2007-09-06 David GreeneConstify to catch bugs.
2007-09-06 Dale JohannesenNext round of APFloat changes.
2007-09-06 Anton KorobeynikovProper handle case, when aliasee is external weak symbo...
2007-09-06 David GreeneAdd instruction dump output. This helps find bugs.
2007-09-06 David GreenePluggable coalescers inplementation.
2007-09-06 Nick LewyckyUse isTrueWhenEqual. Thanks Chris!
2007-09-06 Nick LewyckyWhen the two operands of an icmp are equal, there are...
2007-09-06 Evan ChengFix a memory leak.
2007-09-06 Evan ChengFix a bug in X86InstrInfo::convertToThreeAddress that...
2007-09-05 Bill WendlingLVXL and STVXL are also a load and store resp.
2007-09-05 Evan ChengAccidentially left this out.
2007-09-05 Evan ChengUse pool allocator for all the VNInfo's to improve...
2007-09-05 Evan ChengAdded Reset() to free all allocated memory regions...
2007-09-05 Evan ChengMissing break. Patch by Wojciech Matyjewicz.
2007-09-05 Dale JohannesenFix mod so it actually works. Fix conversions to
2007-09-05 Chuck Rose IIIForgot to obey 80 column rule. Fixing that.
2007-09-05 Dale JohannesenChange all floating constants that are not exactly
2007-09-05 Chuck Rose IIIAdded default parameters to GetElementPtrInstr construc...
2007-09-05 Duncan SandsDue to label merging, the last label for an invoke
2007-09-05 Duncan SandsTestcases for PR1628.
2007-09-05 Duncan SandsFix PR1628. When exception handling is turned on,
2007-09-05 Bill WendlingAdd the 64-bit versions of the DS* Altivec instructions.
2007-09-04 Devang PatelEnable loop index split pass.
2007-09-04 Devang PatelInsert cloned loop basic blocks before original loop...
2007-09-04 Evan ChengFix for PR1632. EHSELECTION always produces a i32 value.
2007-09-04 Evan ChengFix for PR1613: added 64-bit rotate left PPC instructio...
2007-09-04 Evan ChengAlways check the type of node. This prevents situations...
2007-09-04 David GreeneUpdate generated files.
2007-09-04 Dale Johannesenfix reversal bug in preceding checkin
2007-09-04 David GreeneRevert this because the interface hasn't been updated...
2007-09-04 David GreeneFix typo.
2007-09-04 Evan ChengMac OS X X86-64 ABI is same as the standard.
2007-09-04 David GreeneUpdate GEP constructors to use an iterator interface...
2007-09-03 Anton KorobeynikovReapply r41578 with proper fix
2007-09-02 Anton KorobeynikovSilence warning while compiling with gcc 4.2
next