]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/Target/TargetLoweringObjectFile.cpp
[X86] Convert all the i8imm used by AVX512 and MMX instructions to u8imm.
[opencl/llvm.git] / lib / Target / TargetLoweringObjectFile.cpp
2015-01-09 Lang HamesRecommit r224935 with a fix for the ObjC++/AArch64...
2015-01-06 Lang HamesRevert r224935 "Refactor duplicated code. No intended...
2014-12-29 Rafael EspindolaRefactor duplicated code.
2014-11-12 Rafael EspindolaRemove a bit of dead code.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-14 David MajnemerCodeGen: Stick constant pool entries in COMDAT sections...
2014-05-17 David MajnemerTarget: Replace getSection().empty() with hasSection()
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-16 Saleem AbdulrasoolTarget: whitespace
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-09 Rafael EspindolaUse a consistent argument order in TargetLoweringObject...
2014-02-08 Rafael EspindolaPass the Mangler by reference.
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Rafael EspindolaDon't assert with private type info variables.
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-05 Rafael EspindolaRemove the isImplicitlyPrivate argument of getNameWithP...
2013-12-02 Rafael EspindolaMove getSymbolWithGlobalValueBase to TargetLoweringObje...
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-07-02 Ulrich Weigand[DebugInfo] Allow getDebugThreadLocalSymbol to return...
2013-06-28 David BlaikieDebugInfo: PR14728: TLS support
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-14 Anton KorobeynikovUse TARGET2 relocation for TType references on ARM.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-05-05 Eric ChristopherTypo.
2012-03-27 Craig TopperPrune some includes
2012-02-06 Chris LattnerRemove some dead code and tidy things up now that vecto...
2012-01-24 Chris LattnerC++, CBE, and TLOF support for ConstantDataSequential
2012-01-10 Chandler CarruthAdd 'llvm_unreachable' to passify GCC's understanding...
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-07-20 Evan ChengGoodbye TargetAsmInfo. This eliminate last bit of CodeG...
2011-07-20 Evan ChengAdd MCObjectFileInfo and sink the MCSections initializa...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2011-07-13 Evan ChengFix up TargetLoweringObjectFile ctors to properly initi...
2011-06-23 Bill WendlingUse the presence of the __compact_unwind section to...
2011-06-22 Bill WendlingAdd a flag that indicates whether a target supports...
2011-06-22 Bill WendlingAdd a __LD,__compact_unwind section.
2011-06-19 Jay FoadFix a FIXME by making GlobalVariable::getInitializer...
2011-05-05 Bill WendlingRemove a flag that would set the ".eh" symbol as .globl...
2011-05-01 Rafael EspindolaGCC uses a different encoding of pointers in the FDE...
2011-04-27 Rafael EspindolaRemove unnecessary argument.
2011-04-27 Rafael EspindolaRename getPersonalityPICSymbol to getCFIPersonalitySymb...
2011-04-20 Rafael EspindolaRemove unused arguments.
2011-04-16 Francois PichetMSVC needs the return 0 to compile.
2011-04-16 Rafael EspindolaPut each personality function in a section. This fixes...
2011-04-15 Rafael EspindolaAdd 129518 back with a fix for when we are producing...
2011-04-15 NAKAMURA TakumiRevert r129518, "Change ELF systems to use CFI for...
2011-04-14 Rafael EspindolaChange ELF systems to use CFI for producing the EH...
2011-01-23 Rafael EspindolaDelay the creation of eh_frame so that the user can...
2011-01-18 Chris Lattnerminor change to rafael's recent patches: if something is
2011-01-16 Rafael EspindolaOnly put unnamed_addr constants in mergeable sections...
2010-09-27 Chris Lattnerthe latest assembler that runs on powerpc 10.4 machines...
2010-06-18 Dan GohmanEliminate unnecessary uses of getZExtValue().
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-17 Chris Lattnerfix GetOrCreateTemporarySymbol to require a name, clients
2010-03-12 Chris Lattnerfinally give Mangler a getSymbol method, which returns...
2010-03-12 Chris Lattnermake TargetLoweringObjectFile::getExprForDwarfReference
2010-03-11 Chris Lattnerfix a fixme in TargetLoweringObjectFile::getExprForDwar...
2010-03-11 Chris Lattnerrename getSymbolForDwarf* to getExprForDwarf* since...
2010-03-10 Chris Lattnermove three lowering hooks from MAI to TLOF and make...
2010-03-10 Chris Lattnerset the temporary bit on MCSymbols correctly.
2010-02-16 Bill WendlingMake error statement more personal.
2010-02-15 Anton KorobeynikovMove TLOF implementations to libCodegen to resolve...
2010-02-15 Anton KorobeynikovAdd suffix for stubs, so we won't have name clashes...
2010-02-15 Anton KorobeynikovPreliminary patch to improve dwarf EH generation -...
2010-01-22 Benjamin KramerSimplify some uses of str(n)cmp with StringRef.
2010-01-19 Chris Lattnerstop using the .lcomm pseudoop on darwin, instead,...
2010-01-19 Chris Lattnermake TLOF subclassify BSS based on linkage type into...
2010-01-19 Chris Lattnerfix a significant difference between llvm and gcc on...
2010-01-19 Chris Lattnerintroduce a section kind for common linkage. Use this...
2010-01-19 Chris LattnerCleanup handling of .zerofill on darwin:
2010-01-17 Chris LattnerGet MCSymbol out of the mangling business, and move...
2010-01-16 Chris Lattnermove the mangler into libtarget from vmcore.
2010-01-16 Chris Lattnerfix build failure.
2010-01-16 Chris Lattnerremove a couple of actively incorrect uses of getMangle...
2010-01-13 Chris Lattnerfix ELF section mangling stuff for weak symbols to...
2010-01-13 Chris LattnerUse the GV version of getNameWithPrefix in TargetLoweri...
2010-01-13 Chris Lattneradd a fixme, ELF MCSection isn't quite right and weak...
2010-01-13 Chris Lattnereliminate some uses of Mangler::makeNameProper.
2010-01-13 Chris Lattnerchange Mangler::makeNameProper to return its result...
2010-01-07 Eric ChristopherWe need to put any kind of data with a relocation into a
2009-11-19 Bill WendlingReverting the EH table patches.
2009-11-19 Bill WendlingThe "ReadOnlyWithRel" enum seems to apply more to what...
2009-11-18 Bill WendlingAttempt #2:
2009-11-07 Chris Lattneradd some missing #includes
2009-11-06 Daniel DunbarPass StringRef by value.
2009-09-20 Bill Wendling--- Reverse-merging r82282 into '.':
2009-09-20 Bill WendlingStill one more thing wrong here...
2009-09-20 Bill WendlingHere's fun! It turns out that these filter functions...
2009-09-19 Bill WendlingRevert r82274. It's causing failures in the CINT2006...
2009-09-18 Bill WendlingIt's inefficient to have place the exception tables...
2009-09-17 Chris Lattnerpass machinemoduleinfo down into getSymbolForDwarfGloba...
2009-09-16 Chris LattnerBig change #1 for personality function references:
next