If a type is derived from a derived type then calculate size appropriately.
[oota-llvm.git] / lib / Target /
2009-10-30 Bob WilsonFix a comment.
2009-10-30 Rafael EspindolaThis fixes functions like
2009-10-30 Bob WilsonAdd ARM codegen for indirect branches.
2009-10-30 Dan GohmanInitial x86 support for BlockAddresses.
2009-10-30 Jim GrosbachDial back the realignment a bit.
2009-10-29 Dan GohmanRename usesCustomDAGSchedInserter to usesCustomInserter...
2009-10-29 Jim GrosbachTo get more thorough testing from llc-beta nightly...
2009-10-28 Bob WilsonRevert r85346 change to control tail merging by CodeGen...
2009-10-28 Bob WilsonAdd a Thumb BRIND pattern. Change the ARM BRIND assemb...
2009-10-28 Evan Chengfconsts and fconstd are obviously re-materializable.
2009-10-28 Jim GrosbachCleanup now that frame index scavenging via post-pass...
2009-10-28 Evan ChengGive ARMISD::EH_SJLJ_LONGJMP and EH_SJLJ_SETJMP names.
2009-10-28 Evan ChengX86 palignr intrinsics immediate field is in bits....
2009-10-28 Chris LattnerPreviously, all operands to Constant were themselves...
2009-10-28 Evan ChengUse fconsts and fconstd to materialize small fp constants.
2009-10-28 Evan ChengAdd a second ValueType argument to isFPImmLegal.
2009-10-28 Dan GohmanUpdate SystemZ to use PSW following the way x86 uses...
2009-10-28 Bob WilsonAdd an indirect branch pattern for ARM. Testcase will...
2009-10-28 Chris Lattnerrename indbr -> indirectbr to appease the residents...
2009-10-27 Bob WilsonRecord CodeGen optimization level in the BranchFolding...
2009-10-27 Bill WendlingAdd new note.
2009-10-27 Jim GrosbachEnable virtual register based frame index scavenging...
2009-10-27 Bill WendlingMove and clarify note.
2009-10-27 Jim GrosbachInfrastructure for dynamic stack realignment on ARM...
2009-10-27 Bill WendlingNote corrected.
2009-10-27 Bill WendlingModify note.
2009-10-27 Bill WendlingAdd a note.
2009-10-27 Chris Lattnercppbackend support for indbr
2009-10-27 Chris LattnerCBE support for indbr.
2009-10-27 Johnny ChenSimilar to r85280, do not clear the "S" bit for RSBri...
2009-10-27 Johnny ChenSet condition code bits of BL and BLr9 to 0b1110 (ALway...
2009-10-27 Evan ChengDo away with addLegalFPImmediate. Add a target hook...
2009-10-27 Bob WilsonDo not clear the "S" bit for RSCri and RSCrs. They...
2009-10-27 Johnny ChenExplicitly specify 0b00, i.e, zero rotation, as the...
2009-10-27 Sanjiv GuptaRemove unnecessary gotos to fall-thru successors.
2009-10-27 Johnny ChenTest commit. Added '.' to the comment line.
2009-10-27 Chris Lattnerapparently the X86 JIT isn't fully contextized, it...
2009-10-27 Rafael EspindolaCorrectly align double arguments in the stack.
2009-10-27 Evan ChengNow VFP instructions.
2009-10-27 Evan ChengChange Thumb1 and Thumb2 instructions to separate opcod...
2009-10-26 Evan ChengChange ARM asm strings to separate opcode from operands...
2009-10-26 Victor HernandezRemove FreeInst.
2009-10-26 Bob WilsonTry to get ahead of Johnny Chen and pro-actively add...
2009-10-26 Bob WilsonFix ARM encoding typo: Opcod3 is not passed to ASuI...
2009-10-26 Bob WilsonAdd more ARM instruction encodings for 's' bit set...
2009-10-26 Ted KremenekUpdate CMake files.
2009-10-26 Anton KorobeynikovRevert r85134, it breaks mingw build
2009-10-26 Sanjiv GuptaMake PIC16 overlay a loadable pass.
2009-10-26 David GoodwinBreak anti-dependence breaking out into its own class.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-10-25 Jim Grosbachof -> or
2009-10-25 Jim Grosbach80-column cleanup
2009-10-25 Sanjiv GuptaReapply 85006 with a minor fix.
2009-10-25 Evan ChengAdd ARM getMatchingSuperRegClass to handle S / D /...
2009-10-25 Evan ChengDon't forget subreg indices when folding load / store.
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-25 Chris Lattnerthis is done.
2009-10-25 Nick LewyckyRemove ICmpInst::isSignedPredicate which was a reimplem...
2009-10-24 Sanjiv GuptaRevert back 85006 for now as it breaks PIC16 tests.
2009-10-24 Sanjiv GuptaAdding support for placing global objects in shared...
2009-10-24 Evan Cheng80 col violation.
2009-10-24 Jim GrosbachRestrict Thumb1 register allocation to low registers...
2009-10-23 Jim GrosbachFIXME no longer applies. R12 and R3 are available for...
2009-10-23 Chris Lattnersome stuff is done, we still have constantexpr simplifi...
2009-10-23 Evan ChengX86 needs critical path anti-dependency breaking.
2009-10-22 David GoodwinAllow the target to select the level of anti-dependence...
2009-10-22 Bob WilsonRevert 84843. Evan, this was breaking some of the...
2009-10-22 Benjamin KramerShift art to the right to keep GCC from complaining...
2009-10-22 Evan ChengMove if-conversion before post-regalloc scheduling...
2009-10-22 Evan ChengLoad / store multiple was missing opportunites when...
2009-10-22 Evan ChengTrim more includes.
2009-10-22 Evan ChengTrim include.
2009-10-22 Chris Lattnerfix warning.
2009-10-22 Evan ChengDon't generate sbfx / ubfx with negative lsb field...
2009-10-22 Anton KorobeynikovUse special DAG-to-DAG preprocessing to allow mem-mem...
2009-10-21 Jim GrosbachMissing piece of the ARM frame index post-scavenging...
2009-10-21 Jim GrosbachConditionalize ARM/T2 frame index post-scavenging while...
2009-10-21 Bob WilsonMost of the NEON shuffle instructions do not support...
2009-10-21 Anton KorobeynikovRevert r84764, it breaks mingw build
2009-10-21 Jim GrosbachImprove handling of immediates by splitting 32-bit...
2009-10-21 Anton KorobeynikovAdd DAG printing for RMW stuff debugging
2009-10-21 Anton KorobeynikovRMW preprocessing stuff was incorrect. Grab the stuff...
2009-10-21 Anton KorobeynikovImplement branch folding
2009-10-21 Anton KorobeynikovCosmetic changes, no functionality changes
2009-10-21 Bob WilsonFix NEON VST2LN instruction encoding.
2009-10-21 Bob WilsonRevert 84732. It was the wrong fix.
2009-10-21 Sanjiv GuptaBuild shared lib instead of an archive.
2009-10-21 Sanjiv GuptaAdd a pass to overlay pic16 data sections for function...
2009-10-21 Evan ChengMatch more patterns to movt.
2009-10-21 Chris Lattnertidy
2009-10-21 Bob WilsonFix some more NEON instruction encoding problems.
2009-10-21 Bob WilsonLeave some NEON instruction encoding bits unspecified...
2009-10-21 Chris LattnerIPSCCP is missing stuff.
2009-10-21 Anton KorobeynikovAdd note
2009-10-21 Anton KorobeynikovBe crazy and assert in case of unsupported modifier...
2009-10-21 Anton KorobeynikovHandle external symbols
2009-10-21 Anton KorobeynikovDistinguish between pcrel imm operands and 'normal...
2009-10-21 Anton KorobeynikovAdd basic block operands & jump kinds
2009-10-21 Anton KorobeynikovIgnore all implicit reg operands
next