oota-llvm.git
2015-06-01 Matt ArsenaultR600/SI: Don't hardcode pointer type
2015-06-01 Sanjay Pateladd missing dependency for ExecutionEngine lib
2015-06-01 Matthias BraunLiveRangeEdit: Fix liveranges not shrinking on subrange...
2015-06-01 Matthias BraunARMLoadStoreOptimizer: Fix doxygen comments; NFC
2015-06-01 Frederic Riss[dsymutil] Remove unnecessary ';'
2015-06-01 Frederic Riss[dsymutil] Use YAMLIO to dump debug map.
2015-06-01 Peter CollingbourneMake the C++ LTO API easier to use from C++ clients.
2015-06-01 Rafael EspindolaRevert "[Hexagon] Adding basic ELF relocation generatio...
2015-06-01 Arnold Schwaighoferlit: Allow configurations to restrict the set of tests...
2015-06-01 Owen AndersonDisable MachineSink on convergent operations, similar...
2015-06-01 Owen AndersonTeach the IR Sink pass to (conservatively) respect...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement bswap.
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement intrinsics memset, memcopy...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement srem/urem and sdiv/udiv...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Implement the select statement for...
2015-06-01 Vasileios Kalintiris[mips][FastISel] Clobber HI0/LO0 registers in MUL instr...
2015-06-01 Hans WennborgDrop remaining Dragonegg support in release scripts
2015-06-01 Rafael EspindolaFix relocation selection for foo-. on mips.
2015-06-01 Rafael EspindolaSimplify code, NFC.
2015-06-01 Artur PilipenkoAdd isConstant argument to MDBuilder::createTBAAStructT...
2015-06-01 Colin LeMahieu[Hexagon] Adding basic ELF relocation generation and...
2015-06-01 Rafael EspindolaThe fragment implies the section, don't store both.
2015-06-01 Asaf BadouhFirst commit test.
2015-06-01 Greg Bedwell[CMake] Revert commits r238740/r238741 for embedding...
2015-06-01 Elena DemikhovskyAVX-512: Optimized vector shuffle for v16f32 and v16i32...
2015-06-01 Luke CheesemanRemoving commited assembly file.
2015-06-01 Greg Bedwellremove the use of the LOCATION CMake variable from...
2015-06-01 Greg BedwellIn MSVC builds embed a VERSIONINFO resource in our...
2015-06-01 Luke CheesemanRe-commit of r238201 with fix for building with shared...
2015-06-01 Elena DemikhovskyAVX-512: Implemented VRANGEPD and VRANGEPD instructions...
2015-06-01 Elena DemikhovskyAVX-512: Implemented vector shuffle lowering for v8i64...
2015-06-01 David Majnemer[WinCOFF] Ignore .safeseh for non-x86 architectures
2015-06-01 Elena DemikhovskyAVX-512: added all forms of VPSHUFD and VPSHUFHW, VPSHUFLW
2015-06-01 Elena DemikhovskyAVX-512: Implemented VFIXUPIMMPD and VFIXUPIMMPS instru...
2015-06-01 Craig Topper[TableGen] Move a couple virtual methods out of line...
2015-06-01 Craig Topper[TableGen] Remove unnecessary explicit initialization...
2015-06-01 Craig Topper[TableGen] Remove unnecessary forward declarations...
2015-06-01 Elena DemikhovskyAVX-512: Fixed a bug in compress and expand intrinsics.
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-06-01 David Blaikie[opaque pointer type] Explicitly store the pointee...
2015-06-01 Rafael EspindolaTry to fix the build of IntelJITEventListener.
2015-06-01 Rafael EspindolaRename HasData to IsRegistered.
2015-06-01 Rafael EspindolaRemove trivial forwarding function.
2015-06-01 Rafael EspindolaStore a bit in MCSection saying if it was registered...
2015-06-01 Rafael EspindolaUse a bitfield. NFC.
2015-06-01 Rafael EspindolaUse a 32 bit field for the symbol index.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-06-01 David Majnemer[PHITransAddr] Don't translate unreachable values
2015-06-01 David Majnemer[PHITransAddr] Use std::find instead of std::count
2015-05-31 Rafael EspindolaSimplify interface of function that doesn't fail.
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-31 Rafael EspindolaFor COFF and MachO, compute the gap between to symbols.
2015-05-31 NAKAMURA TakumiARMConstantIslandPass.cpp: Prune an empty \brief. ...
2015-05-31 Colin LeMahieu[Hexagon] Including raw_ostream for debug builds.
2015-05-31 Colin LeMahieu[Hexagon] classes are actually structs.
2015-05-31 Rafael EspindolaUse a range loop. NFC.
2015-05-31 Colin LeMahieu[Hexagon] Adding MC packet shuffler.
2015-05-31 Tim NorthoverARM: recommit r237590: allow jump tables to be placed...
2015-05-31 Benjamin Kramer[MC] Simplify code. No functionality change intended.
2015-05-30 Davide ItalianoClarify how the binary file checked in was generated.
2015-05-30 Colin LeMahieu[Hexagon] Adding override specifier and removing errone...
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-30 Colin LeMahieu[Hexagon] Adding basic relaxation functionality.
2015-05-30 Colin LeMahieu[MC] Allow backends to decide relaxation for unresolved...
2015-05-30 Kostya Serebryany[lib/Fuzzer] make assertions more informative and updat...
2015-05-30 Benjamin Kramer[MC] Reorder MCSymbol members to reduce padding.
2015-05-30 Simon PilgrimStripped trailing whitespace. NFC.
2015-05-30 Renato GolinComment change. NFC
2015-05-30 Chandler Carruth[x86] Unify the horizontal adding used for popcount...
2015-05-30 Renato Golin[ARMTargetParser] Move IAS arch ext parser. NFC
2015-05-30 Chandler Carruth[x86] Split out the horizontal byte sum lowering compon...
2015-05-30 Craig Topper[TableGen] Merge RecTy::typeIsConvertibleTo and RecTy...
2015-05-30 Craig TopperFix indentation. NFC.
2015-05-30 Craig Topper[TableGen] Remove all the variations of RecTy::convertV...
2015-05-30 Chandler Carruth[x86] Update the order of instructions after I switched...
2015-05-30 David Majnemer[WinCOFF] Add support for the .safeseh directive
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[x86] Replace the long spelling of getting a bitcast...
2015-05-30 Chandler Carruth[sdag] Add the helper I most want to the DAG -- buildin...
2015-05-30 Chandler Carruth[x86] Restore the bitcasts I removed when refactoring...
2015-05-30 Chandler Carruth[x86] Implement a faster vector population count based...
2015-05-30 Chandler Carruth[x86] Restructure the parallel bitmath lowering of...
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-30 Filipe Cabecinhas[BitcodeReader] Change an assert to a call to a call...
2015-05-29 Fiona GlaserSelectionDAG: fix logic for promoting shift types
2015-05-29 Reid Kleckner[WinEH] Adjust the 32-bit SEH prologue to better match...
2015-05-29 Jingyue Wu[docs] fix the declarations of the llvm.nvvm.ptr.gen...
2015-05-29 Reid KlecknerDisable FP elimination in funcs using 32-bit MSVC EH...
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Reid KlecknerOnly add the EH state insertion pass on 32-bit Windows
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Rafael EspindolaMerge MCSymbol and MCSymbolData.
2015-05-29 Kostya Serebryany[lib/Fuzzer] relax an assertion
2015-05-29 Rafael EspindolaRename getOrCreateSymbolData to registerSymbol and...
2015-05-29 Benjamin KramerReplace push_back(Constructor(foo)) with emplace_back...
2015-05-29 Rafael EspindolaMove Flags from MCSymbolData to MCSymbol.
2015-05-29 Rafael EspindolaFix build without asserts.
2015-05-29 Rafael EspindolaPass MCSymbols to the helper functions in MCELF.h.
2015-05-29 Chris Bieneman[CMake] Bug 23468 - LLVM_OPTIMIZED_TABLEGEN does not...
2015-05-29 Rafael EspindolaUse an explicitly defaulted constructor.
next