oota-llvm.git
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-25 Dale JohannesenComment out declaration of operator== (undefined).
2007-08-25 Neil BoothTest
2007-08-25 Neil BoothAdd self
2007-08-24 Tanya LattnerRename llvm-gcc4 to llvm-gcc.
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 Duncan SandsFix this testcase: there are two matches for
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 Lattnerdefault this to radix 10 like the toString(Un)Signed...
2007-08-23 Chris LattnerAvoid hiding issues.
2007-08-23 Chris Lattnerrename APInt::toString -> toStringUnsigned for symmetry...
2007-08-22 Duncan SandsImplement review feedback on trampoline documentation.
2007-08-22 Devang PatelRemove dead code.
2007-08-22 Devang PatelFix typo.
2007-08-22 Andrew Lenharthupdate test to check that codegen works with llvm.used...
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-22 Bill WendlingTestcase for llvm.c* intrinsic failures.
2007-08-22 Duncan SandsTest handling of complex constants as lvalues.
2007-08-21 Anton KorobeynikovDror GCCLibraries: they are obsolete since 2.0 release...
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... InlineAsm asm support for integer registers added
2007-08-21 Bruno Cardoso... Instruction Itinerary attribution fixed
2007-08-21 David GreeneDoxygenize comments.
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 Chris Lattnerclarify precedence, no functionality change.
2007-08-20 Chris Lattneradd reverse iterators to smallvector
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 David GreeneAdd FilteredPassNameParser along with PassArgFilter...
2007-08-20 Dan GohmanMinor cleanups to reduce some spurious differences...
2007-08-20 Dan GohmanAdd Type::isIntOrIntVector, like Type::isFPOrFPVector.
2007-08-20 Dan GohmanWhen Intrinsic::getName is constructing names for overl...
2007-08-20 Duncan SandsFix this test for gcc-4.2.
2007-08-20 Rafael EspindolaPartial implementation of calling functions with byval...
2007-08-20 Chris Lattneradd a note
2007-08-20 Chris Lattnerupdate the xcode project file, patch by Gordon Henriksen
2007-08-19 Chris LattnerFix PR1611 - Visibility should be ignored for a declaration
2007-08-19 Chris Lattnersimplify code and print visibility for declarations.
2007-08-19 Chris Lattneradd mips target to builder. I'd appreciate it if someo...
2007-08-18 Nick LewyckyOops, remove assert that wasn't meant to be committed.
2007-08-18 Nick LewyckyNever insert duplicate edges.
2007-08-18 Nick LewyckyTypo.
2007-08-18 Nick LewyckySimplify.
2007-08-18 Chris LattnerCompute the argument list as lazily as possible. This...
2007-08-18 Chris Lattneruse a nicer accessor.
2007-08-18 Evan ChengTest dag xform: Fold C ? 0 : 1 to ~C or zext(~C) or...
2007-08-18 Evan ChengFold C ? 0 : 1 to ~C or zext(~C) or trunc(~C) depending...
2007-08-18 Bruno Cardoso... MipsHi now has ouput flag
2007-08-18 Bruno Cardoso... Fixed stack frame addressing bug
2007-08-18 Bruno Cardoso... support for Schedule included on Mips.td
2007-08-18 Bruno Cardoso... Removed LowerRETURADDR, fixed small bug into LowerRET...
2007-08-18 Bruno Cardoso... Couple of small changes. Delay Slot handle header declared.
2007-08-18 Bruno Cardoso... Added InstrItinClass support for instruction formats
2007-08-18 Bruno Cardoso... Branch Analysis and InsertNoop inserted into header...
2007-08-18 Bruno Cardoso... createMipsDelaySlotFillerPass added to mips codegen...
2007-08-18 Bruno Cardoso... Added Branch Analysis support
2007-08-18 Bruno Cardoso... LowerRETURNADDR removed since it was wrong and does...
2007-08-18 Bruno Cardoso... InstrItineraryData support on added.
2007-08-18 Bruno Cardoso... A Pass to insert Nops on intructions with DelaySlot
2007-08-18 Bruno Cardoso... Mips generic fallback instruction schedule support!
2007-08-18 Devang PatelAvoid spliting loops where two split condition branches...
2007-08-17 Devang PatelAdd loop index split tests.
2007-08-17 Devang PatelWhen one branch of condition is eliminated then head...
2007-08-17 Evan ChengAvoid issue on 64-bit hosts.
2007-08-17 Chris Lattnerimprove iplist comments. Switch iplist from allocating...
2007-08-17 David GreeneFix GLIBCXX_DEBUG error of comparing two singular iterators
2007-08-17 Reid SpencerRegenerate.
2007-08-17 Reid SpencerFix PR1606:
2007-08-16 Evan ChengNew test. Make sure dynamic_stackalloc size is rounded up.
next