[ARM] Use symbolic register names in .cfi directives only with IAS (PR19110)
[oota-llvm.git] / lib / IR /
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...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-02-28 Eric ChristopherFix >> to be > > for non-c++11.
2014-02-28 Eric Christopher80-col.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-26 Eric ChristopherRemove unnecessary llvm:: qualification.
2014-02-26 Rafael EspindolaFix typo. Thanks to Roman Divacky for noticing it.
2014-02-26 Rafael EspindolaCompare DataLayout by Value, not by pointer.
2014-02-26 Rafael EspindolaUse a sorted array to store the information about a...
2014-02-26 Rafael EspindolaMove these functions out of line. A DenseMap lookup...
2014-02-26 Nick LewyckyRemove spurious emacs major mode marker, these should...
2014-02-26 Paul RobinsonConstify the Optnone checks in IR passes.
2014-02-25 Adrian PrantlAdd DIUnspecifiedParameter, so we can pretty-print it.
2014-02-25 Rafael EspindolaUse DataLayout from the module when easily available.
2014-02-25 Rafael EspindolaFix resetting the DataLayout in a Module.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-24 Rafael EspindolaReplace the F_Binary flag with a F_Text one.
2014-02-24 Rafael EspindolaDon't make F_None the default.
2014-02-22 Quentin ColombetSwitch the LLVM error reporting on the new diagnostic...
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-16 Rafael EspindolaRemove unnecessary typename.
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-13 Rafael EspindolaCopy dll storage in copyAttributes.
2014-02-10 Rafael EspindolaMark the methods in the Mangler const.
2014-02-10 Hans WennborgCopy the ThreadLocalMode in GlobalVariable::copyAttribu...
2014-02-06 Paul RobinsonDisable most IR-level transform passes on functions...
2014-02-05 Chandler Carruth[PM] Don't require analysis results to be const in...
2014-02-05 Alon MishneTest commit
2014-02-04 Manman RenFix wording of warning message about invalid debug...
2014-02-04 Justin Bognerllvm-cov: Fix include order in GCOV.cpp
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-03 David BlaikieDIBuilder: simplify array generation to produce true...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-29 NAKAMURA TakumiRevert r200340, "Add line table debug info to COFF...
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-25 Reid KlecknerFix llvm-dis to print the inalloca bit on allocas.
2014-01-22 Matt ArsenaultBug 18228 - Fix accepting bitcasts between vectors...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-19 Chandler Carruth[PM] Make the verifier work independently of any pass...
2014-01-19 Chandler CarruthAdd a const lookup routine to get a BlockAddress consta...
2014-01-18 Eli BenderskySupport AddrSpaceCast in ConstantExpr::getAsInstruction.
2014-01-18 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
next