oota-llvm.git
2010-07-06 Eric ChristopherFix up -fstack-protector on linux to use the segment
2010-07-06 Nick LewyckyDetabify this file.
2010-07-06 Nick LewyckyAdd default value to setIsNoInline for parity with...
2010-07-06 Nick LewyckyFix typo 'getter' where 'setter' was intended.
2010-07-05 Eric ChristopherHave the X86 backend use Triple instead of a string...
2010-07-05 Kalle RaiskilaRemove some unused/redundant code.
2010-07-05 Chris Lattnermore tidying.
2010-07-05 Chris Lattneranother v2f32 case, in this case showing poor codegen.
2010-07-05 Chris Lattnersome notes about suboptimal insertps's
2010-07-05 Chris Lattnerrandom tidying
2010-07-05 Chris Lattnerrip out even more sporadic v2f32 support.
2010-07-05 Chris Lattnerrip out the various v2f32 "mmx" handling logic, now...
2010-07-05 Chris Lattnerfix test on non-x86 hosts.
2010-07-04 Jakob Stoklund... Print symbolic subreg indices on REG_SEQUENCE and INSER...
2010-07-04 Chris LattnerJust rip v2f32 support completely out of the X86 backen...
2010-07-04 Chris Lattnerfix PR7518 - terrible codegen of <2 x float>, by only...
2010-07-04 Chris Lattnerindentation
2010-07-04 Evan ChengInfer alignments of fixed frame objects when they are...
2010-07-04 Chris Lattnerindmemrem and lowerallocs are gone.
2010-07-04 Bill WendlingRevert r107583. I no longer think that this is the...
2010-07-04 Bill WendlingMark sse_load_f32 and sse_load_f64 as having memory...
2010-07-04 Gabor Greifback out r107580, I have seen what I wanted
2010-07-04 Bill WendlingProper indentation.
2010-07-04 Gabor Greif[another test commit, just to tickle the selfhost build...
2010-07-03 Eli FriedmanMinor amendment to switch-lowering improvement.
2010-07-03 Eli FriedmanNote switch-lowering inefficiency.
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 blend, mpsadbw and vdp
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 binop (some forms of packed max,min...
2010-07-03 Eric ChristopherFix typo.
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 Horizontal Minimum and Position instruction
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-07-03 Bruno Cardoso... Add AVX SSE4.1 round instructions
2010-07-03 Jakob Stoklund... Detect and handle COPY in many places.
2010-07-02 Dan GohmanDocument that BasicAA respects noalias, while Interproc...
2010-07-02 Dan GohmanDescribe which dependencies are relevant to noalias...
2010-07-02 Bruno Cardoso... Simple refactoring of SSE4.1 instructions, making room...
2010-07-02 Dan GohmanAdd some html anchors, to allow attributes to be linked...
2010-07-02 Eric Christopher80-col fixup.
2010-07-02 Jakob Stoklund... Add a new target independent COPY instruction and code...
2010-07-02 Bruno Cardoso... - Add support for the rest of AVX SSE3 instructions
2010-07-02 Jakob Stoklund... Clean up TargetOpcodes.h a bit, and limit the number...
2010-07-02 Jim GrosbachCustom inserters (e.g., conditional moves in Thumb1...
2010-07-02 Devang PatelMDString is already checked earlier.
2010-07-02 Evan ChengRemove early IT block formation. It's not used.
2010-07-02 Evan Cheng- Two-address pass should not assume unfolding is alway...
2010-07-02 Dan GohmanRemove an unused enum.
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-02 Jakob Stoklund... Remove invalid assert
2010-07-02 Jakob Stoklund... Handle unindexed instructions in SlotIndices.
2010-07-02 Jakob Stoklund... Properly handle debug values during inline spilling.
2010-07-02 Gabor Greifbeautify output
2010-07-02 Gabor Greifuse ArgOperand API
2010-07-02 Dan GohmanDon't claim to preserve AliasAnalysis. First, this...
2010-07-02 Dan GohmanReword the definition of the noalias attribute. The...
2010-07-02 Jakob Stoklund... Rematerialize as much as possible before inserting...
2010-07-02 Jim Grosbach80-column and trailing whitespace cleanup.
2010-07-02 Jim Grosbachgrammar tweaks
2010-07-02 Bob WilsonFix incorrect asm-printing of some NEON immediates...
2010-07-02 Gabor Greifuse ArgOperand API (found by my previous commit)
2010-07-02 Gabor Greifback out r107480, it was just testing the waters anyway...
2010-07-02 Gabor Greif[test commit, just to tickle the selfhost buildbots...
2010-07-02 Dan GohmanComment a non-obvious member variable.
2010-07-02 Dan GohmanIndirectBr is not safe to speculatively execute (!)
2010-07-02 Dan GohmanRename CreateReg to CreateRegs, and MakeReg to CreateReg.
2010-07-01 Bruno Cardoso... Shrink down SSE3 code by more multiclass refactoring
2010-07-01 Dale JohannesenPrevent test from hanging waiting for input.
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bruno Cardoso... Shrink down SSE3 code by some multiclass refactoring...
2010-07-01 Bob WilsonARM function alignments were off by a power of two...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-07-01 Devang PatelDo not require line number entry for undefined local...
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Daniel DunbarRemove stray comma.
2010-07-01 Daniel DunbarMC: Fix an error message.
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Devang PatelPreserve debug info for only extracted symbols.
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Devang PatelIf a named mdnode is removed then mark module as changed.
2010-07-01 Bruno Cardoso... Move SSE3 Move patterns to a more appropriate section
2010-07-01 Bruno Cardoso... Add AVX SSE3 packed addsub instructions
2010-07-01 Gabor Greifback out r107396 for now, it needs another minor change...
2010-07-01 Gabor Greifevil hack to coerce external users (projects)
2010-07-01 Dan GohmanTemporarily disable on-demand fast-isel.
2010-07-01 Gabor Greifreformulate CallSiteBase::getCallee to adapt to CallIns...
2010-07-01 Gabor Greifreformulate CallSite::getCallee to adapt to CallInst...
2010-07-01 Dan GohmanUse FuncInfo's isExportedInst accessor method instead of
2010-07-01 Dan GohmanRename CreateRegForValue to CreateReg, and change its...
2010-07-01 Dan GohmanFast isel no longer needs DeadMachineInstrElim to clean...
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Dan GohmanFix X86FastISel's add folding to actually work, and...
2010-07-01 Bruno Cardoso... Add AVX SSE3 replicate and convert instructions
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-07-01 Dan GohmanReapply r106422, splitting the code for materializing...
2010-07-01 Dan GohmanDon't use operator[] here, because it's not desirable...
2010-07-01 Bruno Cardoso... - Add AVX SSE2 Move doubleword and quadword instructions.
2010-07-01 Mikhail GlushenkovTest for the -filelist fix.
next