Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it.
[oota-llvm.git] / include / llvm / IR /
2014-01-29 Rafael EspindolaUse a raw_stream to implement the mangler.
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-21 Tim NorthoverMIPS: mark intrinsics IntrNoMem so all patterns using...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Chandler Carruth[PM] Fix a contradiction in the comments noticed by...
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 Benjamin KramerUpgrade ConstantFP's negative zero and infinity getters...
2014-01-18 Owen AndersonFix more instances of dropped fast math flags when...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-17 Juergen RibutzkaAdd two new calling conventions for runtime calls
2014-01-17 Chandler Carruth[PM] [cleanup] Rename some of the Verifier's members...
2014-01-16 Manman RenReport a warning when dropping outdated debug info...
2014-01-15 David MajnemerWinCOFF: Transform IR expressions featuring __ImageBase...
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Nico RieckRevert "Decouple dllexport/dllimport from linkage"
2014-01-14 Nico RieckDecouple dllexport/dllimport from linkage
2014-01-14 Chandler Carruth[PM] Fix stale header blocker, found by Duncan Smith...
2014-01-13 Chandler Carruth[PM] Split DominatorTree into a concrete analysis resul...
2014-01-13 Chandler Carruth[PM][cleanup] Clean up comments and use modern doxygen...
2014-01-13 Elena DemikhovskyAVX-512: Embedded Rounding Control - encoding and printing
2014-01-13 Chandler Carruth[PM] Pull the generic graph algorithms and data structu...
2014-01-13 Chandler Carruth[cleanup] Switch comments to use '\brief' style instead...
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Revert an accidental commit of total BS code....
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-12 Chandler Carruth[PM] Un-indent this file-level namespace. It's far...
2014-01-11 Chandler Carruth[PM] Add names to passes under the new pass manager...
2014-01-11 Chandler Carruth[PM] Somehow I missed the header guards on this file...
2014-01-11 Eric ChristopherFix odd whitespace.
2014-01-10 Rafael EspindolaUse 'w' instead of 'c' to represent the win32 mangling.
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-09 Rafael EspindolaRemove dead code.
2014-01-08 Chandler CarruthRemove vestigal bits of MC from the mangler. It no...
2014-01-08 Elena DemikhovskyAVX-512: Added more intrinsics for pmin/pmax, pabs...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-06 Elena DemikhovskyAVX-512: added intrinsic vcvtpd2ps (with rounding mode...
2014-01-05 Elena DemikhovskyAVX-512: Added more intrinsics for convert and min...
2014-01-05 Chandler CarruthFix a bug in IRBuilder that's been there for who knows...
2014-01-03 Reid KlecknerFix MSVC warning about missing return in DataLayout
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2014-01-01 Rafael EspindolaRemove the 's' DataLayout specification
2014-01-01 Elena DemikhovskyAVX-512: Added intrinsics for vcvt, vcvtt, vrndscale...
2013-12-28 Craig TopperMark some Type and EVT methods as LLVM_READONLY.
2013-12-20 Dmitri GribenkoRemove the AnyPointerSize and AnyEndianness enumerators...
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-12-17 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-17 Quentin ColombetRevert r197438 and r197447 until we figure out how...
2013-12-16 Quentin ColombetAdd warning capabilities in LLVM.
2013-12-16 NAKAMURA Takumi[CMake] Introduce LLVM_INCLUDE_DIR.
2013-12-13 Rafael EspindolaPointer sizes are stored in Bytes. Fix variables names...
2013-12-13 Andrew TrickGrow the stackmap/patchpoint format to hold 64-bit...
2013-12-11 Chad Rosier[AArch64] Refactor NEON floating-point Max/Min/Maxnm...
2013-12-11 Chad Rosier[AArch64] Add NEON scalar floating-point compare LLVM...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-11 Chad Rosier[AArch64] Refactor the NEON scalar floating-point recip...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON floating-point absolute...
2013-12-10 Chad Rosier[AArch64] Refactor the NEON signed/unsigned floating...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned floating-point...
2013-12-10 Chad Rosier[AArch64] Overload NEON signed/unsigned integer convert...
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Chad Rosier[AArch64] Refactor the Neon vector/scalar floating...
2013-12-10 Elena DemikhovskyAVX-512: changed intrinsics for mask operations
2013-12-10 Elena DemikhovskyAVX-512: Changed intrinsics of VPCONFLICT to match...
2013-12-10 Daniel Sanders[mips][msa] Correct sld and sldi builtins.
2013-12-10 Kevin Qin[AArch64 NEON] Support poly128_t and implement relevant...
2013-12-09 Chad Rosier[AArch64] Refactor the NEON scalar reduce pairwise...
2013-12-09 Chad Rosier[AArch64] Remove q and non-q intrinsic definitions...
2013-12-08 Duncan P. N. Exon... Fix comments for PassDebuggingString
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-07 Matt ArsenaultAdd getBitCastOrAddrSpaceCast
2013-12-07 Rafael EspindolaRemove unused value.
2013-12-07 Kaelyn UhrainFix the segfault reported in PR 11990.
2013-12-06 Cameron McInallyUpdate AVX512 vector blend intrinsic names.
2013-12-05 Michael IlsemanUse present fast-math flags when applicable in CreateBinOp
2013-12-02 Manman RenDebug Info: Move the constant for Debug Info Version...
2013-11-27 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chad Rosier[AArch64] Add support for NEON scalar floating-point...
2013-11-26 Chandler Carruth[PM] Fix a stale comment after my last refactoring...
2013-11-26 Chandler Carruth[PM] Remove four extraneous 'typename's that Clang...
2013-11-26 Chandler Carruth[PM] Factor the overwhelming majority of the interface...
2013-11-26 Cameron McInallyAdd an intrinsic for the SSE2 PAUSE instruction.
2013-11-23 Chandler Carruth[PM] Complete the cross-layer interfaces with a Module...
2013-11-23 Chandler Carruth[PM] Add support to the analysis managers to query...
2013-11-22 Chandler Carruth[PM] Switch the downward invalidation to be incremental...
2013-11-22 Chandler Carruth[PM] Remove a FIXME comment that was fixed by my recent...
2013-11-22 Chandler Carruth[PM] Remove extraneous space that I left in there.
2013-11-22 Chandler Carruth[PM] Teach the analysis managers to pass themselves...
2013-11-22 Chandler Carruth[PM] Reverse the template arguments 'PassT' and 'Analys...
2013-11-22 Chandler Carruth[PM] Remove the IRUnitT typedef requirement for analysi...
2013-11-22 Chandler Carruth[PM] Fix the analysis templates' usage of IRUnitT.
2013-11-22 Chandler Carruth[PM] Simplify how the SFINAE for AnalysisResultModel...
next