]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/history - lib/IR
Debug Info: Prepare DebugLocEntry to handle more than a single value per
[opencl/llvm.git] / lib / IR /
2014-04-26 Richard SmithAdd missing include guards and missing #include, found...
2014-04-24 Reid KlecknerAdd 'musttail' marker to call instructions
2014-04-23 Justin Bognerllvm-cov: Add support for gcov's --long-file-names...
2014-04-23 Matt ArsenaultUse pointer size function where only a pointer is expected
2014-04-23 Matt ArsenaultRemove more default address space argument usage.
2014-04-23 Rafael EspindolaRemove AssemblyAnnotationWriter from NamedMDNode::print.
2014-04-22 Rafael EspindolaFix DataLayout::operator==().
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-04-21 Chandler Carruth[Modules] Make Support/Debug.h modular. This requires...
2014-04-21 David BlaikieUse unique_ptr to manage ownership of GCOVFunctions...
2014-04-21 David BlaikieSimplify destruction of Modules in LLVContextImpl.
2014-04-21 Chandler Carruth[PM] Fix a bug where we didn't properly clear the list...
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-16 Tom StellardAdded new functionality to LLVM C API to use Diagnostic...
2014-04-16 Diego NovilloAllow diagnostic handlers to check for optimization...
2014-04-15 Duncan P. N. Exon... verify-di: Add back braces for MSVC compatability
2014-04-15 Duncan P. N. Exon... verify-di: Implement DebugInfoVerifier
2014-04-15 Duncan P. N. Exon... verify-di: split out VerifierSupport
2014-04-15 David BlaikieUse unique_ptr to manage PassInfo instances in the...
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-15 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-04-12 Benjamin KramerRetire llvm::array_endof in favor of non-member std...
2014-04-12 Benjamin KramerMove MDBuilder's methods out of line.
2014-04-11 Diego NovilloFix use-after-free bug caught by address sanitizer:
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-04-08 Duncan P. N. Exon... Verifier: Give the right message for bad atomic loads
2014-04-08 Diego NovilloAdd -pass-remarks flag to 'opt'.
2014-04-08 Diego NovilloAdd support for optimization reports.
2014-04-08 Andrew TrickFix a (legacy) PassManager crash that occurs when a...
2014-04-07 Eric ChristopherInvert the option to enable debug info verification...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-05 David BlaikieRemove unused parameter
2014-04-02 Saleem AbdulrasoolARM: update subtarget information for Windows on ARM
2014-04-01 Adrian PrantlAdd a comment about the DIDescriptor class hierarchy.
2014-04-01 Adrian PrantlLTO type uniquing: store the Decl field of a DIImported...
2014-03-29 Tim NorthoverIntrinsics: add LLVMHalfElementsVectorType constraint
2014-03-28 Tim NorthoverIntrinsics: expand semantics of LLVMExtendedVectorType...
2014-03-27 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-26 Justin Bognerllvm-cov: Handle functions with no line number
2014-03-26 Rafael EspindolaRevert "Prevent alias from pointing to weak aliases."
2014-03-26 Rafael EspindolaPrevent alias from pointing to weak aliases.
2014-03-25 Yaron KerenDisable Visual C++ warning 4722 about aborting a destru...
2014-03-24 Yaron KerenIn Release modes, Visual Studio complains that the...
2014-03-23 Nuno Lopesremove a bunch of unused private methods
2014-03-19 Hans WennborgFix comment (PR19188)
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-18 Adrian PrantlSwitch the type field in DIVariable and DIGlobalVariabl...
2014-03-15 Benjamin KramerMake some assertions on constant expressions static.
2014-03-14 Diego NovilloUse DiagnosticInfo facility.
2014-03-13 Rafael EspindolaRemove the linker_private and linker_private_weak linkages.
2014-03-13 Chandler Carruth[PM] Stop playing fast and loose with rebinding of...
2014-03-12 Rafael EspindolaReject alias to undefined symbols in the verifier.
2014-03-12 Evan ChengRevert r203488 and r203520.
2014-03-12 Rafael EspindolaAvoid repeated calls to CE->getOperand(0). No functiona...
2014-03-11 Benjamin KramerRemove copy ctors that did the same thing as the defaul...
2014-03-11 Tim NorthoverIR: add a second ordering operand to cmpxhg for failure
2014-03-10 Duncan P. N. Exon... Module: Don't rename in getOrInsertFunction()
2014-03-10 Justin BognerIR: Slightly more verbose error in Verifier
2014-03-10 Evan ChengFor functions with ARM target specific calling conventi...
2014-03-10 Tim Northoverllvm-c: expose unnamedaddr field of globals
2014-03-10 Benjamin Kramer[C++11] Modernize the IR library a bit.
2014-03-10 Chandler Carruth[PM] While I'm here, fix a few other clang-format issue...
2014-03-09 Chandler Carruth[PM] Switch new pass manager from polymorphic_ptr to...
2014-03-09 David MajnemerIR: Change inalloca's grammar a bit
2014-03-09 Ahmed Charles[C++11] Fix break due to MSVC bug.
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Matt ArsenaultTeach lint about address spaces
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...
2014-03-06 Chandler Carruth[Layering] Move InstVisitor.h into the IR library as...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-03-06 Chandler Carruth[Layering] Move DIBuilder.h into the IR library where...
2014-03-05 Chandler Carruth[Layering] Move AutoUpgrade.h into the IR library where its
2014-03-05 Chandler Carruth[Layering] Move DebugLoc.h into the IR library. The...
2014-03-05 Ahmed Charles[C++11] Replace OwningPtr::take() with OwningPtr::relea...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-03-05 Peter Zotov[C API] Implement LLVM{Get,Set}Alignment for AllocaInst.
2014-03-05 Reid KlecknerC API: Add functions to get or set a GlobalValue's...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move the PassNameParser to the IR library...
2014-03-04 Chandler Carruth[Modules] Move the ConstantRange class into the IR...
2014-03-04 Chandler Carruth[Modules] Move CFG.h to the IR library as it defines...
2014-03-04 Chandler Carruth[Modules] Move ValueHandle into the IR library where...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move GetElementPtrTypeIterator into the IR...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-03-04 Chandler Carruth[cleanup] Re-sort all the includes with utils/sort_incl...
2014-03-04 Yaron KerenCleaning up a bunch of pre-Visual C++ 2012 build hacks.
2014-03-04 Chandler Carruth[cleanup] Add a getOperandNo method to the Use class...
2014-03-04 Chandler Carruth[cleanup] Use early exit and simpler temporary variable...
2014-03-04 Chandler Carruth[cleanup] Run clang-format over the Use code. It was...
2014-03-04 Chandler Carruth[cleanup] Tidy up and modernize comments and the defini...
2014-03-03 Diego NovilloPass to emit DWARF path discriminators.
2014-03-03 Benjamin Kramer[C++11] Use std::tie to simplify compare operators.
2014-03-03 Diego NovilloAdd DWARF discriminator support to DILexicalBlocks.
2014-03-03 Benjamin KramerRevert "[C++11] Replace LLVM atomics with std::atomic."
2014-03-03 Benjamin Kramer[C++11] Replace LLVM atomics with std::atomic.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
next