[docs] Stub out structure for Sphinx-based docs.
[oota-llvm.git] / lib /
2012-04-19 Gabor Greifzap tabs
2012-04-19 Andrew TrickAllow targets to select the default scheduler by name.
2012-04-18 Kevin EnderbyFixed the llvm-mv X86 disassembler so the 'C' API gets...
2012-04-18 Dan GohmanDon't crash on code where the user put __attribute__...
2012-04-18 Chandler CarruthThis reverts a long string of commits to the Hexagon...
2012-04-18 Pete CooperLiveIntervalUpdate validators weren't recorded after...
2012-04-18 Benjamin KramerSourceMgr: Colorize diagnostics.
2012-04-18 Akira HatanakaMark instruction classes ArithLogicR, ArithLogicI and...
2012-04-18 Akira HatanakaDelete blank line.
2012-04-18 Jim GrosbachFix copy/paste-o.
2012-04-18 Jim GrosbachTableGen add warning diagnostic helper functions.
2012-04-18 Silviu BarangaAdded support for disassembling unpredictable swp/swpb...
2012-04-18 Silviu BarangaFix the bahavior of the disassembler when decoding...
2012-04-18 Silviu BarangaAdded support for unpredictable mcrr/mcrr2/mrrc/mrrc2...
2012-04-18 Silviu BarangaFixed decoding for the ARM cdp2 instruction. The restri...
2012-04-18 Silviu BarangaAdd suport for unpredicatble cases of the cmp, tst...
2012-04-18 Benjamin KramerSmallPtrSet: Reuse DenseMapInfo's pointer hash function...
2012-04-18 Bill WendlingUse a heavy hammer to fix PR12573.
2012-04-18 Craig TopperRemove AVX vpermil intrinsics. I removed their uses...
2012-04-18 Andrew Trickloop-reduce: Add an early bailout to catch extremely...
2012-04-18 Seth Cantrellfix error check in assert
2012-04-17 David BlaikieC++ has newlines at the end of files (including include...
2012-04-17 Joe Grofffix pr12559: mark unavailable win32 math libcalls
2012-04-17 Joel JonesFixes a problem in instruction selection with testing...
2012-04-17 Chad RosierTypo.
2012-04-17 Danil MalyshevFix incorrect call of resolveRelocation() for ARM ELF...
2012-04-17 Seth Cantrellplatform support for counting column widths and checkin...
2012-04-17 Akira HatanakaDelete latter half of CMakeLists.txt.
2012-04-17 Akira HatanakaAdd disassembler to MIPS.
2012-04-17 Manuel KlimekGoodbye, JSONParser...
2012-04-17 Jay FoadRemove unused CCIfSubtarget.
2012-04-17 James MolloyFix bad EXTRACT_SUBREG in instruction selection for...
2012-04-17 Benjamin KramerRevert "SCEV: When expanding a GEP the final addition...
2012-04-17 Craig TopperDon't decode vperm2i128 or vperm2f128 into a shuffle...
2012-04-17 Lang HamesSlotIndexes used to store the index list in a crufty...
2012-04-17 Kevin EnderbyFix ARM disassembly of VLD2 (single 2-element structure...
2012-04-16 Eric ChristopherTypo.
2012-04-16 Eric ChristopherMake comment here more clear.
2012-04-16 Jim GrosbachARM two-operand forms for vhadd and vhsub instructions.
2012-04-16 Preston GurdTemporarily turn off anti-dependency checking
2012-04-16 Preston GurdAdd files which were not included by commit 154868.
2012-04-16 Preston GurdImplement GDB integration for source level debugging...
2012-04-16 Chandler CarruthFix updateTerminator to be resiliant to degenerate...
2012-04-16 Jim GrosbachMC assembly parser handling for trailing comma in macro...
2012-04-16 Jim GrosbachARM handle :lower16: and :upper16: after a '#' prefix.
2012-04-16 Duncan SandsRemove support for the special 'fast' value for fpmath...
2012-04-16 Richard SmithFix incorrect atomics codegen introduced in r154705...
2012-04-16 David BlaikieRemove unused variable
2012-04-16 Jim GrosbachARM assembly two-operand forms for VRSHL.
2012-04-16 Akira HatanakaDo not add offset in applyFixup. This has already been...
2012-04-16 Jim GrosbachARM two-operand aliases for VRHADD instructions.
2012-04-16 Sirish PandeHexagon V5 (Floating Point) Support.
2012-04-16 Duncan SandsMake it possible to indicate relaxed floating point...
2012-04-16 Chandler CarruthFlip the new block-placement pass to be on by default.
2012-04-16 Chandler CarruthAdd a somewhat hacky heuristic to do something differen...
2012-04-16 Hal FinkelFix style violation in BBVectorize (pointed out by...
2012-04-16 Chandler CarruthTweak the loop rotation logic to check whether the...
2012-04-16 Benjamin KramerReapply 'Add reverseColor to raw_ostream'.
2012-04-16 Argyrios KyrtzidisRevert r154800 which breaks windows builders.
2012-04-16 Craig TopperReplace vpermd/vpermps intrinic patterns with custom...
2012-04-16 Argyrios KyrtzidisAdd reverseColor to raw_ostream.
2012-04-16 Craig TopperChange type profile for vpermv back to using operand...
2012-04-16 Craig TopperFlip the arguments when converting vpermd/vpermps intri...
2012-04-16 Bill WendlingAdd a Fixme.
2012-04-16 Hal FinkelSimplify checking for pointer types in BBVectorize...
2012-04-16 Hal FinkelRemove dead SD nodes after the combining pass. Fixes...
2012-04-16 Chandler CarruthRewrite how machine block placement handles loop rotation.
2012-04-16 Craig TopperMerge vpermps/vpermd and vpermpd/vpermq SD nodes.
2012-04-16 Craig TopperFix SDTypeProfile for vpermps. The mask operand should...
2012-04-15 Craig TopperSpacing fixes and 80 column fixes. Use 0 instead of...
2012-04-15 Craig TopperRemove AVX2 vpermq and vpermpd intrinsics. These can...
2012-04-15 Nadav RotemFix PR12529. The Vxx family of instructions are only...
2012-04-15 Benjamin KramerWire up support for diagnostic ranges in the ARMAsmParser.
2012-04-15 Nadav RotemWhen emulating vselect using OR/AND/XOR make sure to...
2012-04-15 Elena DemikhovskyAdded VPERM optimization for AVX2 shuffles
2012-04-15 NAKAMURA TakumiHexagonCopyToCombine.cpp: Silence two warnings, -Wunuse...
2012-04-15 NAKAMURA TakumiTarget/Hexagon: Tweak to fix msvc build.
2012-04-14 Duncan SandsRename "fpaccuracy" metadata to the more generic "fpmat...
2012-04-14 Hal FinkelFix an error in BBVectorize important for vectorizing...
2012-04-14 Hal FinkelEnhance BBVectorize to more-properly handle pointer...
2012-04-13 Andrew Trickmisched: Added CanHandleTerminators.
2012-04-13 Richard SmithFix X86 codegen for 'atomicrmw nand' to generate *x...
2012-04-13 Sirish PandeRemove iostream from New Value Jump.
2012-04-13 Hal FinkelAdd support to BBVectorize for vectorizing selects.
2012-04-13 Sirish PandeAdd support for Hexagon Architectural feature, New...
2012-04-13 Sirish PandePass to replace tranfer/copy instructions into combine...
2012-04-13 Benjamin KramerReduce malloc traffic in DwarfAccelTable
2012-04-13 Evan ChengOn Darwin targets, only use vfma etc. if the source...
2012-04-13 Dan GohmanAdd some comments, and fix a few places that missed...
2012-04-13 Kevin EnderbyFor ARM disassembly only print 32 unsigned bits for...
2012-04-13 Dan GohmanConsider ObjC runtime calls objc_storeWeak and others...
2012-04-13 Hal FinkelBy default, use Early-CSE instead of GVN for vectorizat...
2012-04-13 Benjamin KramerRemove unused variable.
2012-04-13 Craig TopperSilence various build warnings from Hexagon backend...
2012-04-13 Dan GohmanUse the new Use-aware dominates method to apply the...
2012-04-13 Bill WendlingCode-gen may inject code into the IR before it emits...
2012-04-13 Dan GohmanDon't move objc_autorelease calls past autorelease...
2012-04-13 Dan GohmanDef here is an Instruction, so !isa<Instruction>(Def...
2012-04-12 Dan GohmanAdd forms of dominates and isReachableFromEntry that...
2012-04-12 Kevin EnderbyFix a few more places in the ARM disassembler so that...
next