Ensure bitcode encoding of instructions and their operands stays stable.
[oota-llvm.git] / include /
2014-03-02 Benjamin Kramer[C++11] Replace llvm::tie with std::tie.
2014-03-02 Chandler Carruth[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-03-02 Chandler Carruth[C++11] Clarify in the Compiler.h support macros and...
2014-03-02 Craig Topper[C++11] Remove LLVM_FINAL and LLVM_OVERRIDE macros...
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-03-02 Craig TopperAdd back LLVM_FINAL macro. lld still needs it.
2014-03-02 Craig TopperSwitch all uses of LLVM_FINAL to just use 'final',...
2014-03-02 Chandler Carruth[C++11] Switch all uses of the llvm_move macro to use...
2014-03-02 Chandler Carruth[C++11] Add support for OwningPtr<T> to be converted...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
2014-03-01 Chandler Carruth[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
2014-03-01 Chandler Carruth[C++11] Now that we're not using it, remove the
2014-03-01 Chandler Carruth[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
2014-03-01 Chandler Carruth[C++11] Remove the R-value reference #if usage from...
2014-03-01 Chandler Carruth[C++11] Force the other C++11 standard library detectio...
2014-03-01 Andrew TrickRewrite a terrible comment about the machine model.
2014-03-01 Chandler Carruth[C++11] Turn off compiler-based detection of R-value...
2014-02-28 Lang HamesJumped the gun with r202551 and broke some bots that...
2014-02-28 Lang HamesNew PBQP solver, and updates to the PBQP graph.
2014-02-28 Eric ChristopherFix a crasher where when we're attempting to replace...
2014-02-28 Rafael EspindolaDrop libtool from llvm.
2014-02-28 Sasa Stankovic[mips] Implement NaCl sandboxing of indirect jumps:
2014-02-28 Tobias GrosserAdd 'remark' diagnostic type in LLVM
2014-02-28 Alexey SamsonovTurn static inline functions to inline, following Rafae...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-28 Rui UeyamaRename coff_pdata_x64 -> coff_runtime_function_x64.
2014-02-28 Hal FinkelAdd an OutPatFrag TableGen class
2014-02-27 Rui UeyamaObject/COFF: Add a struct for the function table in...
2014-02-27 Andrew TrickProvide a target override for the latest regalloc heuri...
2014-02-27 Andrew TrickDrive-by comment fix. This regalloc comment was not...
2014-02-27 Matheus AlmeidaAdd getter method to access Reloc::Model.
2014-02-27 Rafael EspindolaRemove MCPureStreamer.
2014-02-27 Alexander KornienkoRe-apply r200853, which should not crash after Clang...
2014-02-27 Ben LangmuirRevert "Use StringRef in raw_fd_ostream constructor"
2014-02-27 Eric ChristopherAdd a debug info code generation level to the compile...
2014-02-27 Eric ChristopherFormatting.
2014-02-27 Eric ChristopherAdd an explanatory comment.
2014-02-26 Eric ChristopherGrammar and spelling.
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 Alexey SamsonovMove getELFDynamicSymbolIterators to a public header.
2014-02-26 Tim NorthoverAArch64: simplify tbl/tbx polymorphism
2014-02-26 Chandler CarruthAdd two helpers to IRBuilder to flesh the interface...
2014-02-26 Ben LangmuirUse StringRef in raw_fd_ostream constructor
2014-02-26 Nick LewyckyDelete two declared overloads of CallInst::CallInst...
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 Duncan P. N. Exon... fix crash in SmallDenseMap copy constructor
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 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Adrian PrantlRevert "Debug info: Support variadic functions."
2014-02-25 Adrian PrantlDebug info: Support variadic functions.
2014-02-25 Richard Osborne[XCore] Add intrinsic for CLRPT (clear port time) instr...
2014-02-25 Richard Osborne[XCore] Add intrinsic for EDU (event disable unconditio...
2014-02-25 Rafael EspindolaMake DataLayout a plain object, not a pass.
2014-02-25 Chandler CarruthAdd some convenience accessors for the underlying Use...
2014-02-24 David Blaikiellvm-dwarfdump: Support for debug_line.dwo section...
2014-02-24 Rafael EspindolaMake some DataLayout pointers const.
2014-02-24 Matt ArsenaultAdd missing const
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-24 Christian PirkerAdd AArch64 big endian Target (aarch64_be)
2014-02-24 Rafael EspindolaShare a createUniqueEntity implementation between unix...
2014-02-24 Rafael EspindolaDelete dead code.
2014-02-23 Rafael EspindolaSimplify remove, create_directory and create_directories.
2014-02-22 Logan ChienDon't inline get[S|U]LEB128Size() until they are proved...
2014-02-22 Logan ChienMove get[S|U]LEB128Size() to LEB128.h.
2014-02-22 Logan ChienAdd const to some member functions of SuccIterator.
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 NAKAMURA Takumi[CMake] intrinsics_gen: Use add_public_tablegen_target().
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-19 Tobias GrosserAvoid collisions with Objective-C++ keywords
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-19 Logan ChienDisable override and final C++ keyword in gcc 4.6.
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-19 Alexey SamsonovTry to revive buildbots after r201620
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-19 Mingjie XingFix a typo in a comment.
2014-02-19 Rafael EspindolaAvoid an infinite cycle with private linkage and -f...
2014-02-18 Rafael EspindolaFix PR18743.
2014-02-18 Rafael EspindolaRename a DebugLoc variable to DbgLoc and a DataLayout...
2014-02-18 Daniel Sanders[mips] Add support for ELF64-mips and the R_MIPS_32...
2014-02-18 Rafael EspindolaRename some member variables from TD to DL.
next