Fix typo.
[oota-llvm.git] / lib /
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
2007-09-02 Anton KorobeynikovEmit proper "secrel" directive, where possible. This...
2007-09-01 Evan ChengMore tweaks to improve compile time.
2007-09-01 Evan ChengFix a gcroot lowering bug.
2007-08-31 Dale JohannesenOops, should be part of 41664; won't work very well...
2007-08-31 Dale JohannesenAdd mod, copysign, abs operations to APFloat.
2007-08-31 Evan Chengstd::map -> DenseMap for slight compile time benefit.
2007-08-31 Dale JohannesenRevise per review of previous patch.
2007-08-31 Rafael EspindolaInitial support for calling functions with byval argume...
2007-08-31 Rafael EspindolaAlign i64 and f64 at 8 byte on x86-64.
2007-08-31 Evan ChengRemove an unnecessary element, saving 4 bytes per LiveI...
2007-08-31 Evan ChengUse std::map instead of a (potentially very sparse...
2007-08-31 Dale JohannesenEnhance APFloat to retain bits of NaNs (fixes oggenc).
2007-08-30 Raul HerbsterInstruction formats added used to generate multiply...
2007-08-30 Raul HerbsterUnused relocation type reloc_arm_absolute removed.
2007-08-30 Raul HerbsterComments added. It now generates V5TE multiply instruct...
2007-08-30 Raul HerbsterARM instruction table was modified by adding informatio...
2007-08-30 Raul HerbsterJITInfo now resolves function addrs and also relocation...
2007-08-30 Evan ChengAdded support to fold X86 load / store instructions...
2007-08-30 Evan ChengTry fold re-materialized load instructions into its...
2007-08-30 Evan ChengAdd a variant of foldMemoryOperand to fold any load...
2007-08-30 Evan ChengMark load instructions with isLoad = 1.
2007-08-30 Bill WendlingUse i64 on a PPC64 machine
2007-08-30 Dale JohannesenChange LegalFPImmediates to use APFloat.
2007-08-29 Anton KorobeynikovFix use of declaration inside case block
2007-08-29 Evan ChengChange LiveRange so it keeps a pointer to the VNInfo...
2007-08-29 Anton KorobeynikovLower FRAME_TO_ADDR_OFFSET to zero by default (if not...
2007-08-29 Duncan SandsMove getX86RegNum into X86RegisterInfo and use it
2007-08-29 Chris Lattnerupdate these
2007-08-28 Dan GohmanAdd an option, -view-sunit-dags, for viewing the actual...
2007-08-28 Evan ChengRecover most of the compile time regression due to...
2007-08-28 Bruno Cardoso LopesAdded method to get Mips register numbers
2007-08-28 Bruno Cardoso LopesChanged stack allocation On LowerFORMAL_ARGUMENTS.
2007-08-28 Bruno Cardoso LopesMask directive completed with CalleeSave info
2007-08-28 Bruno Cardoso LopesAdded methods to record SPOffsets from LowerFORMAL_ARGU...
2007-08-28 Chris LattnerCut off crazy computation. This helps PR1622 slightly.
2007-08-27 Devang PatelUse simpler test to filter loops.
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-27 Rafael EspindolaAdd a comment about using libc memset/memcpy or generat...
2007-08-27 Dan GohmanMake DAGCombiner's global alias analysis query more...
2007-08-27 Dan GohmanIf the source and destination pointers in an llvm.memmo...
2007-08-27 Dan GohmanChange comments to refer to @malloc and @free instead...
2007-08-27 Duncan SandsThere is an impedance matching problem between LLVM and
2007-08-27 Dan GohmanAdd explicit keywords and remove spurious trailing...
2007-08-27 Rafael Espindolacall libc memcpy/memset if array size is bigger then...
2007-08-26 Anton KorobeynikovDon't promote volatile loads/stores. This is needed...
2007-08-26 Owen AndersonDon't DSe volatile stores.
2007-08-26 Dale JohannesenRevise per review comments.
2007-08-25 Dale JohannesenAdd APFloat interface to ConstantFPSDNode. Change
2007-08-25 Devang PatelMove exit condition and exit branch from exiting block...
2007-08-25 Devang PatelConstant split values needs upper bound and lower bound...
2007-08-25 Chris LattnerAllow target constants to be illegal types. The target...
2007-08-25 Devang PatelWhile calculating upper loop bound for first loop and...
2007-08-25 Chris LattnerTeach the dag scheduler to handle inline asm nodes...
2007-08-25 Bill WendlingThe personality function might need to be declared as:
2007-08-25 Chris Lattnerrename isOperandValidForConstraint to LowerAsmOperandFo...
2007-08-24 Dale JohannesenPoison APFloat::operator==. Replace existing uses...
2007-08-24 Dale JohannesenUse APFloat internally for ConstantFPSDNode.
2007-08-24 Chris Lattnersink clone() down the class hierarchy from CmpInst...
2007-08-24 Devang PatelFix regression that I caused yesterday night while...
2007-08-24 Chris LattnerDisable EH generation until PPC works 100%.
2007-08-24 Chris Lattneradd a note
2007-08-24 Devang PatelIt is not safe to execute split condition's true branch...
2007-08-24 Devang PatelReject ICMP_NE as index split condition.
2007-08-24 Devang PatelTightenup loop filter.
2007-08-24 Devang PatelRemove incomplete cost analysis.
2007-08-24 Dale JohannesenRevised per review feedback from previous patch.
2007-08-24 Chris Lattnersilence some warnings in an optimized build.
2007-08-24 Dale JohannesenChange internal representation of ConstantFP to use...
2007-08-23 Chris Lattneradd some notes on really poor codegen.
2007-08-23 Chris Lattnernew example
2007-08-23 Anton KorobeynikovPerform correct codegen for eh_dwarf_cfa intrinsic.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-22 Devang PatelRemove dead code.
2007-08-22 Devang PatelFix typo.
2007-08-22 Devang PatelCosmetic change
2007-08-22 Andrew Lenharthmove this check. ppc outputs .no_dead_strip properly
2007-08-22 Bill WendlingAdd the PCSymbol for Darwin x86 platforms.
2007-08-22 Devang PatelRefactor loop condition check in a separate function.
2007-08-22 Devang PatelFix thinko.
2007-08-21 Devang PatelRename bunch of variables.
2007-08-21 Devang PatelPreserve LCSSA.
2007-08-21 Devang PatelUse SmallVector.
2007-08-21 Devang PatelNo need to hardcode SmallVector size.
2007-08-21 Bruno Cardoso LopesInlineAsm asm support for integer registers added
2007-08-21 Bruno Cardoso LopesInstruction Itinerary attribution fixed
2007-08-21 Chris LattnerFix potentially N^2 behavior handling arrays with many...
2007-08-21 Anton KorobeynikovUse only 1 knob to enable exceptions on Darwin :).
2007-08-21 Devang PatelUse SmallVector instead of std::vector.
2007-08-21 Chris Lattnersimplify code, improve a comment.
2007-08-20 Devang Patels/ExitBlock/ExitingBlock/g
2007-08-20 Chris Lattnerinitial checkin of Neil's APFloat work.
2007-08-20 Anton Korobeynikov- Use correct header for SCEV inside LoopPass.cpp
2007-08-20 Devang PatelReplace indunction variable with split value in loop...
2007-08-20 Devang PatelDo not split loops rejected by processOneIterationLoop().
2007-08-20 Dan GohmanMinor cleanups to reduce some spurious differences...
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
next