Add whitespace to try to fix bulleted list.
[oota-llvm.git] / include /
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.
2014-02-16 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 Arnold SchwaighoferRevert "SCEVExpander: Try hard not to create derived...
2014-02-15 Arnold SchwaighoferSCEVExpander: Try hard not to create derived induction...
2014-02-15 David BlaikieRemove unnecessary typename introduced in r201440.
2014-02-14 Rafael EspindolaHopefully fix the build with gcc.
2014-02-14 Rafael EspindolaAdd extern template instantiations of llvm::Calculate.
2014-02-14 Eli BenderskyRemove unused #include
2014-02-13 Stephen HinesDon't build DFSan functionality for Android.
2014-02-13 Rafael EspindolaCheck that GlobalAliases don't have section or alignment.
2014-02-13 Duncan P. N. Exon... SCCIterator: Merge MinVisitNumStack and VisitStack
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-13 Rafael EspindolaRemove dead code.
2014-02-12 Andrea Di Biagio[Vectorizer] Add a new 'OperandValueKind' in TargetTran...
2014-02-12 Juergen Ributzka[Stackmaps] Fix the ID type to be i64 also for stackmap...
2014-02-12 Lang HamesExtend RTDyld API to enable optionally precomputing...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-12 Matt ArsenaultRemove unneeded include
2014-02-11 Benjamin KramerScalarEvolution: Analyze trip count of loops with a...
2014-02-11 Dmitri GribenkoRemove TimeValue::toPosixTime() -- it is buggy, semanti...
2014-02-11 Craig TopperChanged attributes of all gather intrinsics from IntrRe...
2014-02-10 Juergen Ributzka[Stackmaps] Cleanup code. No functional change intended.
next