Do use the actual ocaml stdlib (not the install dir) to find the
[oota-llvm.git] / lib /
2007-10-03 Neil BoothAdd APFloat -> hexadecimal string conversion, as per...
2007-10-03 Owen AndersonCompletely merge the implementation details of DomTree...
2007-10-03 Devang PatelFix 80 col violation.
2007-10-03 Devang PatelRefactor code in a separate method.
2007-10-03 Chris LattnerAdd initial iterator support for folding set.
2007-10-03 Chris LattnerSimplify implementation of the FoldingSet circular...
2007-10-03 Dan GohmanUse empty() member functions when that's what's being...
2007-10-03 Dan GohmanFix a using namespace llvm; in a header file.
2007-10-03 Dale JohannesenTone down an overzealous optimization.
2007-10-03 Chris Lattneradd a note
2007-10-03 Tanya LattnerFix PR1719, by not marking llvm.global.annotations...
2007-10-03 Neil BoothTweak RoundAwayFromZero the bit number below which...
2007-10-03 Chris Lattneradd a note
2007-10-03 Chris LattnerFix PR1719, by not marking llvm.noinline internal.
2007-10-03 Chris LattnerBill's example is still not enough to repro this, but...
2007-10-03 Owen AndersonFactor some code from the DomTree and PostDomTree calcu...
2007-10-02 Bill WendlingAnother micro-opt.
2007-10-02 Bill WendlingAnother missed optimization with LICM.
2007-10-02 Bill WendlingSmall label changes.
2007-10-02 Bill WendlingNow with source code.
2007-10-02 Bill WendlingNow with LL code!
2007-10-02 Bill WendlingAnother missed optimization.
2007-10-02 Bill WendlingMicro-optimization -- missed LICM opportunity.
2007-10-02 Dale JohannesenRewrite sqrt and powi to use anyfloat. By popular...
2007-10-01 Evan ChengRefactor code to add load / store folded instructions...
2007-10-01 Dale JohannesenFix stride computations for long double arrays.
2007-10-01 Dan GohmanMove the code that emits the .file directives so that...
2007-10-01 Evan ChengRemove simple scheduler.
2007-10-01 Devang PatelRelax unsafe use check. If there is one unconditional...
2007-10-01 Evan ChengTypo. X86comi doesn't read / write chain's.
2007-10-01 Dale JohannesenAdd getABITypeSize, getABITypeSizeInBits
2007-09-30 Dale Johannesenremove dup comment
2007-09-30 Dale JohannesenConstant fold int-to-long-double conversions;
2007-09-30 Dale JohannesenSimplify and fix signed int -> FP conversions.
2007-09-30 Gordon HenriksenAsmPrinters overriding getAnalysisUsage should call...
2007-09-30 Owen AndersonTemplate-ize more of the DomTree internal implementatio...
2007-09-30 Chris LattnerAdd a new DenseSet abstraction.
2007-09-29 Duncan SandsCheck that the second parameter of init_trampoline
2007-09-29 Gordon HenriksenThis is done already.
2007-09-29 Gordon HenriksenCollector is the base class for garbage collection...
2007-09-29 Gordon HenriksenDemoting CHelpers.h to include/llvm/Support.
2007-09-29 Daniel BerlinSwitch to densemap rather than std::set
2007-09-29 Evan ChengEnabling new condition code modeling scheme.
2007-09-28 Dan GohmanTeach SplitVectorOp how to split INSERT_VECTOR_ELT.
2007-09-28 Evan ChengIf two instructions are both two-address code, favors...
2007-09-28 Chris Lattnerreally fix PR1581, thanks to Daniel Dunbar for pointing
2007-09-28 Chris LattnerMake Value::getNameLen not crash on an empty name,...
2007-09-28 Evan ChengRemove a poor scheduling heuristic.
2007-09-28 Evan ChengTrim some unneeded fields.
2007-09-28 Dale JohannesenFix long double -> uint64 conversion.
2007-09-28 Dale Johannesenminor long double related changes
2007-09-28 Dan GohmanMake the checks for DW_FORM_data4 consistent with the...
2007-09-28 Dan GohmanUse 32-bit data directives for DW_FORM_data4 format...
2007-09-28 Rafael EspindolaRefactor the memcpy lowering for the x86 target.
2007-09-28 Evan ChengStop inventing new words. :-)
2007-09-28 Owen AndersonRemove unneeded #include.
2007-09-28 Owen AndersonHave PostDomTree use the newly templated DFSPass.
2007-09-28 Evan ChengPessimisively assume ADJCALLSTACKDOWN / ADJCALLSTACKUP...
2007-09-28 Dale JohannesenAdd sqrt and powi intrinsics for long double.
2007-09-28 Dale JohannesenDon't do SRA for unions with long double fields.
2007-09-27 Owen AndersonConvert DFSPass into a templated friend function, in...
2007-09-27 Dan GohmanTargetAsmInfo::getAddressSize() was incorrect for x86...
2007-09-27 Gordon HenriksenCollectorMetadata abstractly describes stack maps for...
2007-09-27 Evan ChengUse GR64 in 64-bit mode.
2007-09-27 Gordon HenriksenMy previous Registry.h header, as well as Collectors...
2007-09-27 Evan ChengDoh. Calls clobber EFLAGS.
2007-09-27 Evan ChengAvoid inserting a live register more than once.
2007-09-27 Daniel BerlinIgnore redundant constraints
2007-09-27 Nick LewyckyBuild the correct range for loops with unusual bounds...
2007-09-27 Evan ChengSilence a compiler warning.
2007-09-27 Evan ChengBoogs.
2007-09-27 Evan ChengBe smarter about which node to force schedule. Reduce...
2007-09-27 Evan ChengBacktracking only when it won't create a cycle.
2007-09-26 Dale JohannesenMake temporaries explicit to avoid premature
2007-09-26 Evan Cheng- Move getPhysicalRegisterRegClass() from ScheduleDAG...
2007-09-26 Neil BoothWhitespace and compiler warning cleanup.
2007-09-26 Evan Cheng- Added MRegisterInfo::getCrossCopyRegClass() hook...
2007-09-26 Evan ChengSome assemblers do not recognize aliases pushfd, pushfq...
2007-09-26 Dale JohannesenEnable codegen for long double abs, sin, cos
2007-09-26 Gordon HenriksenAdded C and Ocaml bindings for functions, basic blocks...
2007-09-26 Dale JohannesenFix f80 UNDEF.
2007-09-26 Evan ChengTypos: POPQ -> POPFQ, POPD -> POPFD.
2007-09-26 Chris Lattnermove PR1160 here.
2007-09-26 Evan ChengAllow copyRegToReg to emit cross register classes copies.
2007-09-26 Chris Lattnermove PR1264 here.
2007-09-26 Evan ChengAdd pushf{d|q}, popf{d|q} to push and pop EFLAGS register.
2007-09-26 Evan ChengtranslateX86CC updates the last two operands.
2007-09-26 Anton KorobeynikovCorrectly restore stack pointer after realignment in...
2007-09-25 Dale JohannesenRemove no-longer-used variable.
2007-09-25 Dale JohannesenMake APFloat->int conversions deterministic even in
2007-09-25 Evan ChengMissing load / store folding entries.
2007-09-25 Anton KorobeynikovPartly revert invalid r41774
2007-09-25 Dan GohmanMore explicit keywords.
2007-09-25 Duncan SandsAdd a newline to the end of this file.
2007-09-25 Dan GohmanFix a typo in a comment.
2007-09-25 Evan ChengNew style x87 cmp instructions.
2007-09-25 Devang PatelHandle multiple induction variables.
2007-09-25 Dan GohmanWhen both x/y and x%y are needed (x and y both scalar...
2007-09-25 Devang PatelDo not reserve DOM check for GetElementPtrInst.
2007-09-25 Devang Pateldoh..
next