]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib
Switch the type field in DIVariable and DIGlobalVariable over to DITypeRefs.
[opencl/llvm.git] / lib /
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-18 Adrian PrantlReplace unnecessary #include directive with forward...
2014-03-18 Eric ChristopherAdd explanatory comment.
2014-03-18 Eric ChristopherShorten DotDebugLocEntry to just DebugLocEntry and...
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-18 David BlaikieDebugInfo: Do not rely on the compilation dir (index...
2014-03-17 David BlaikieDebugInfo: Move getOrCreateSourceID from DwarfDebug...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-17 Matt ArsenaultMake methods static
2014-03-17 Dan GohmanUse range metadata instead of introducing selects.
2014-03-17 Owen AndersonSwitch a number of loops in lib/CodeGen over to range...
2014-03-17 Matt ArsenaultR600: Match sign_extend_inreg to BFE instructions
2014-03-17 Matt ArsenaultMake DAGCombiner work on vector bitshifts with constant...
2014-03-17 David BlaikieDebugInfo: Use MC line table file entry uniquing for...
2014-03-17 Adam Nemet[X86] Fix unused variable warning with NDEBUG from...
2014-03-17 Saleem AbdulrasoolMC: change runtime check to an assertion
2014-03-17 Saleem AbdulrasoolARM IAS: support .thumb_set
2014-03-17 Adam Nemet[VectorLegalizer/X86] Don't unvectorize fp_to_uint...
2014-03-17 Tom StellardR600/SI: Fix implementation of isInlineConstant() used...
2014-03-17 Tom StellardR600/SI: Use correct dest register class for V_READFIRS...
2014-03-17 Tom StellardR600/SI: Add generic checks to SIInstrInfo::verifyInstr...
2014-03-17 Eli BenderskyConsistent use of the noduplicate attribute.
2014-03-17 Alexey Samsonov[C++11] Introduce ObjectFile::symbols() to use range...
2014-03-17 Rafael EspindolaConsider the base pointer for setting the symbol type.
2014-03-17 David BlaikieDebugInfo: Improve reuse of file table entries in asm...
2014-03-17 Lang Hames[X86] New and improved VZeroUpperInserter optimization.
2014-03-16 David BlaikieRemove named Twine.
2014-03-15 Arnaud A. de Grand... Remove some dead assignements found by scan-build
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-15 Benjamin KramerLSR: Compress a pair (and get rid of the DenseMapInfo...
2014-03-15 Patrik HagglundReplace ValueTypes.h with MachineValueType.h if possible.
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Fix take #2. The issue was abuse...
2014-03-15 NAKAMURA TakumiSampleProfile.cpp: Quick fix to r203976 about abuse...
2014-03-15 Matt ArsenaultR600: Remove unnecessary attempt to zext a pointer.
2014-03-15 Matt ArsenaultR600: Code cleanup.
2014-03-14 Adrian PrantlDebug info: Unique types before emitting them to DWARF...
2014-03-14 Adrian PrantlDebug Info: Fix LTO type uniquing for C++ member declar...
2014-03-14 Adrian Prantltypo
2014-03-14 Jim GrosbachMC: don't create a backtrace for diagnostics.
2014-03-14 Diego NovilloRe-format SampleProfile.cpp with clang-format. No funct...
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-14 David BlaikieMCContext: Remove redundant assignment
2014-03-14 Rafael EspindolaCorrectly handle an ELF symbol defined with "a = b...
2014-03-14 David BlaikieDwarfDebug: Remove some needless recursion.
2014-03-14 Duncan P. N. Exon... x86: Add missing break to getCallPreservedMask()
2014-03-14 Duncan P. N. Exon... x86: NFC: Make getCallPreservedMask() more similar...
2014-03-14 Duncan P. N. Exon... x86: getCalleeSavedRegs() would crash on 0 (so don...
2014-03-14 Alexey Samsonov[C++11] Introduce SectionRef::relocations() to use...
2014-03-14 Ulrich Weigand[ppc64] Avoid copy relocs in named rodata sections
2014-03-14 Alexander Potapenko[ASan] Fix https://code.google.com/p/address-sanitizer...
2014-03-14 Alexey SamsonovUse ctor instead of initializer list to appease Windows...
2014-03-14 Alexey SamsonovUse temporary instead of a local variable here
2014-03-14 Evgeniy StepanovAddressSanitizer instrumentation for MOV and MOVAPS.
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: fixed variable names from...
2014-03-14 Stepan DyatkovskiyMergeFunctions, cmpType: Fixed comments wrapping.
2014-03-14 Owen AndersonRevert r203883 (which was more of a bandaid) and fix...
2014-03-14 Pete CooperFix issue with r203865. The old behaviour would get...
2014-03-13 Eric ChristopherUse DW_AT_linkage_name when we're emitting DWARF4 or...
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-03-13 Owen AndersonFix a bug in InstCombine where we would incorrectly...
2014-03-13 David BlaikieMCDwarf: Rename MCDwarfFileTable to MCDwarfLineTable
2014-03-13 David BlaikieMCDwarf: Extract the DWARF line table header handling...
2014-03-13 Lang HamesMake GDBJITRegistrar thread safe. Patch by Jim Kearyn...
2014-03-13 David BlaikieMCDwarf: Sink file/directory creation down into MCDwarf...
2014-03-13 David BlaikieMCDwarf: Oh, and move the directory string over to...
2014-03-13 David BlaikieMCDwarf: Simplify MCDwarfFile to just use std::string...
2014-03-13 Ekaterina RomanovaFix for http://llvm.org/bugs/show_bug.cgi?id=18590
2014-03-13 David BlaikieMCDwarf: Simply MCDwarfFile since it really is just...
2014-03-13 Rafael EspindolaUse printable names to implement directional labels.
2014-03-13 David BlaikieRemove stale comment
2014-03-13 David BlaikieMCDwarf: Refactor line table handling into a single...
2014-03-13 Tom StellardR600: LDS instructions shouldn't implicitly define...
2014-03-13 Hans Wennborg[ARM] Use symbolic register names in .cfi directives...
2014-03-13 Alexey Samsonov[C++11] Introduce ObjectFile::sections().
2014-03-13 Manuel JacobCodeGenPrep: sink extends of illegal types into use...
2014-03-13 Evgeniy Stepanov[msan] Fix handling of byval arguments in VarArg calls.
2014-03-13 Elena DemikhovskyAVX-512: masked load/store + intrinsics for them.
2014-03-13 Stepan DyatkovskiyFirst patch of patch series that improves MergeFunction...
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-13 Tim NorthoverAArch64: error when both positional & named operands...
2014-03-13 Alexey Samsonov[C++11] DWARF parser: use SmallVector<std::unique_ptr...
2014-03-13 Hal Finkel[PowerPC] Initial support for the VSX instruction set
2014-03-13 Hal Finkel[TableGen] Optionally forbid overlap between named...
2014-03-13 Alexey Samsonov[C++11] Convert DWARF parser to range-based for loops
2014-03-13 Saleem AbdulrasoolARM: ignore unused variable to fix -Wunused-variable...
2014-03-13 Saleem AbdulrasoolMC: fix silly typo
2014-03-13 Saleem AbdulrasoolARM: support emission of complex SO expressions
2014-03-13 Saleem AbdulrasoolSupport: add support to identify WinCOFF/ARM objects
2014-03-13 Owen AndersonPhase 1 of refactoring the MachineRegisterInfo iterator...
2014-03-13 Saleem AbdulrasoolMC: fix possible NULL pointer dereference
2014-03-13 Mark SeabornFix typo in comment: "inwoke" -> "invoke"
2014-03-12 David BlaikieMCDwarf: Remove unused parameter
2014-03-12 David BlaikieMCDwarf: Invert the Section+CU->LineEntries mapping...
2014-03-12 Justin BognerBack out Profile library and dependent commits
next