]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/MC
- Added some stub implementations for C6000 target transform info oracles
[opencl/llvm.git] / lib / MC /
2015-01-22 Rafael Espindola[pr21886] Change MCJIT/ELF to support MSVC C++ mangled...
2015-01-22 Saleem AbdulrasoolARM: fail less catastrophically on invalid Windows...
2015-01-19 Rafael EspindolaAdd r224985 back with fixes.
2015-01-19 Rafael EspindolaProduce errors when an assignment expression would...
2015-01-18 David Blaikieunique_ptrify the RelInfo parameter to TargetRegistry...
2015-01-15 Alexander KornienkoReplace size method call of containers to empty method...
2015-01-14 Rafael EspindolaRevert "Add r224985 back with two fixes."
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-14 Eric ChristopherMigrate ABIName to MCTargetOptions so that it can be...
2015-01-13 Reid KlecknerAdd the llvm.frameallocate and llvm.recoverframeallocat...
2015-01-13 Eric ChristopherGrammar and spelling.
2015-01-12 Rafael EspindolaAdd r224985 back with two fixes.
2015-01-11 Saleem AbdulrasoolARM: add support for segment base relocations (SBREL)
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2015-01-06 Lang HamesRevert r225048: It broke ObjC on AArch64.
2014-12-31 Rafael EspindolaAdd r224985 back with a fix.
2014-12-31 Rafael EspindolaRevert "Remove doesSectionRequireSymbols."
2014-12-30 David BlaikieDebugInfo: Omit is_stmt from line table entries on...
2014-12-30 Rafael EspindolaRemove doesSectionRequireSymbols.
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-12-24 David MajnemerMC: Label definitions are permitted after .set directives
2014-12-24 Saleem AbdulrasoolIAS: correct debug line info for asm macros
2014-12-24 David MajnemerMC: Don't emit .no_dead_strip on targets which don...
2014-12-22 Reid KlecknerFix Windows unwind info for functions in sections other...
2014-12-22 Juergen RibutzkaRemove unused header. NFC.
2014-12-18 Roman DivackyInstead of explicitely comparing both lowercase and...
2014-12-18 Justin HibbitsAdd a corresponding '@LOCAL' parse to match r224415.
2014-12-18 Kevin EnderbyAdd printing the LC_LINKER_OPTION load command with...
2014-12-17 Justin HibbitsAdd parsing of 'foo@local".
2014-12-15 Aaron BallmanChanging a cast from unsigned to uint64_t, should be...
2014-12-13 Aaron BallmanSilencing a -Wsign-compare warning; NFC.
2014-12-12 Michael IlsemanClean up static analyzer warnings.
2014-12-04 Yaron Kerenclang-formatted ranged loops and assignment, NFC.
2014-12-04 Matt ArsenaultAllow target to specify prefix for labels
2014-12-01 Jingyue Wu[NVPTX] Do not emit .weak symbols for NVPTX
2014-11-27 Rafael EspindolaCommit back the correct bits of r222760 (was r222538).
2014-11-27 Rafael EspindolaRevert "Reapply 222538 and update tests to explicitly...
2014-11-25 Joerg SonnenbergerReapply 222538 and update tests to explicitly request...
2014-11-22 Simon PilgrimTidied up target triple OS detection. NFC
2014-11-21 Duncan P. N. Exon... Revert "Allow FDE references outside the +/-2GB range...
2014-11-21 Joerg SonnenbergerAllow FDE references outside the +/-2GB range supported...
2014-11-19 David BlaikieRemove StringMap::GetOrCreateValue in favor of StringMa...
2014-11-14 Frederic RissCOFF: Add support for Dwarf accelerator tables.
2014-11-13 Rafael EspindolaFix a regression on the disassembling C API.
2014-11-12 Justin HibbitsAdd support for small-model PIC for PowerPC.
2014-11-12 Rafael EspindolaRemove the now unused StringRefMemoryObject.h.
2014-11-12 Rafael EspindolaPass an ArrayRef to MCDisassembler::getInstruction.
2014-11-11 David MajnemerMC, COFF: Use relocations for function references insid...
2014-11-11 Rafael EspindolaAdd const. NFC.
2014-11-11 Nico Weberspeling.
2014-11-07 Rafael EspindolaUse a StringRefMemoryObject. NFC.
2014-11-05 Petar Jovanovic[mips64] Fix MIPS64 exception personality encoding
2014-11-04 Rafael EspindolaDon't produce relocations for a difference in a section...
2014-11-03 Oliver StannardRevert r221150, as it broke sanitizer tests
2014-11-03 Oliver StannardEmit .eh_frame with relocations to functions, rather...
2014-10-22 David MajnemerAttempt to fix the build after r220439
2014-10-22 Derek Schuff[MC] Attach labels to existing fragments instead of...
2014-10-21 Rafael EspindolaDrop support for an old version of ld64 (from darwin 9).
2014-10-21 Rafael EspindolaFix a bit of confusion about .set and produce more...
2014-10-17 Rafael EspindolaAdd back commits r219835 and a fixed version of r219829.
2014-10-17 Rafael EspindolaRevert commit r219835 and r219829.
2014-10-15 Rafael EspindolaAllow forward references to section symbols.
2014-10-15 Rafael EspindolaCorrectly handle references to section symbols.
2014-10-15 Derek Schuff[MC] Make bundle alignment mode setting idempotent...
2014-10-15 Rafael EspindolaSimplify handling of --noexecstack by using getNonexecu...
2014-10-15 Rafael EspindolaMove getNonexecutableStackSection up to the base ELF...
2014-10-14 Rafael EspindolaRemove method that is identical to the base class one.
2014-10-11 Benjamin KramerMC: Shrink MCSymbolRefExpr by only storing the bits...
2014-10-11 Benjamin KramerMC: Bit pack MCSymbolData.
2014-10-09 Sanjay Pateldelete function name from comment
2014-10-08 Timur IskhodzhanovFix COFF section index relocation should be 16 bits...
2014-10-08 David MajnemerCOFF: Don't oversize COMMON symbols when targeting...
2014-10-07 Saleem AbdulrasoolMC: add support for -aligncomm GNU extension
2014-10-07 Yuri Gorshenin[asan-asm-instrumentation] CFI directives are generated...
2014-10-06 Hans WennborgMachObjectWriter: optimize the string table for common...
2014-10-06 Rafael EspindolaNote that a gold bug has been fixed.
2014-10-03 Benjamin KramerMCParser: Modernize memory handling.
2014-10-03 Daniel Sanders[mips] Print warning when using register names not...
2014-09-30 Bradley SmithExtend C disassembler API to allow specifying target...
2014-09-29 Hans WennborgWinCOFFObjectWriter: optimize the string table for...
2014-09-28 Hans WennborgWinCOFFObjectWriter.cpp: make write_uint32_le more...
2014-09-25 Reid KlecknerMC: Use @IMGREL instead of @IMGREL32, which we can...
2014-09-24 Akira HatanakaRevert r218380. This was breaking Apple internal build...
2014-09-24 Benjamin KramerReplace a hand-written suffix compare with std::lexicog...
2014-09-22 Oliver StannardDowngrade DWARF2 section limit error to a warning
2014-09-22 Ehsan Akhgarims-inline-asm: Add a sema callback for looking up label...
2014-09-21 David MajnemerMC: Support aligned COMMON symbols for COFF
2014-09-20 David MajnemerMC: Fix MCSectionCOFF::PrintSwitchToSection
2014-09-20 David MajnemerMC: Treat ReadOnlyWithRel and ReadOnlyWithRelLocal...
2014-09-19 Benjamin KramerElide unnecessary DenseMap copy.
2014-09-17 Yaron KerenAnother required re-setting for MCStreamer::reset().
2014-09-17 Yaron KerenAdd and update reset() and doInitialization() methods...
2014-09-16 Yaron KerenThis add a reset method for WinCOFFObjectWriter, like...
2014-09-15 David MajnemerFix the build for MSVC, it doesn't support extended...
2014-09-15 David MajnemerMC: Add support for BigObj
2014-09-10 David MajnemerObject: Add support for bigobj
2014-09-06 Saleem AbdulrasoolMC: correct DWARF line info for PE/COFF
2014-09-05 Saleem AbdulrasoolMC: correct DWARF header for PE/COFF assembly input
2014-09-04 Reid KlecknerMC Win64: Put unwind info for COMDAT code into the...
next