[X86] Only 213 FMA3 variants should be marked commutable.
[oota-llvm.git] / include /
2014-02-04 Rafael EspindolaEvery target uses .align. Simplify.
2014-02-04 David PeixottoFix PR18345: ldr= pseudo instruction produces incorrect...
2014-02-04 Tim NorthoverOS X: the correct function is __sincospif_stret, not...
2014-02-04 Tim NorthoverARM & AArch64: merge NEON absolute compare intrinsics
2014-02-04 Justin Bognerllvm-cov: Implement the preserve-paths flag
2014-02-03 Tim NorthoverAArch64 & ARM: refactor crypto intrinsics to take scalars
2014-02-03 Eli BenderskyRemove outdated & incorrect part of comment.
2014-02-03 Chandler CarruthIntroduce SmallPtrSetImpl<T *> which allows insert...
2014-02-03 Chandler CarruthRename the non-templated base class of SmallPtrSet to
2014-02-01 David WoodhouseMC: Add AsmLexer::BigNum token for integers greater...
2014-01-31 Reid KlecknerImplement inalloca codegen for x86 with the new inalloc...
2014-01-31 Peter CollingbourneIntroduce line editor library.
2014-01-31 Peter CollingbourneIntroduce llvm::sys::path::home_directory.
2014-01-31 Rafael EspindolaRemove another hasRawTextSupport.
2014-01-31 Duncan P. N. Exon... Fix file header for APFloat.h
2014-01-31 Duncan P. N. Exon... Clean up whitespace
2014-01-31 Rafael EspindolaMark the first dynamic elf symbol as SF_FormatSpecific.
2014-01-31 Rafael EspindolaSimplify getSymbolFlags.
2014-01-31 Reid Kleckner[ms-cxxabi] Add a new calling convention that swaps...
2014-01-30 Timur IskhodzhanovFix PR18381 - print a minimal diagnostic rather than...
2014-01-30 Rafael EspindolaOnly ELF has a dynamic symbol table. Remove it from...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Saleem AbdulrasoolARM IAS: support .object_arch
2014-01-30 Saleem AbdulrasoolARM IAS: support .movsp
2014-01-30 Saleem AbdulrasoolARM: suuport .tlsdescseq directive
2014-01-30 Saleem AbdulrasoolARM: support TLS descriptor relocations
2014-01-30 Saleem AbdulrasoolARM: support tlscall relocations
2014-01-30 Juergen RibutzkaRevert "[Stackmaps] Record the stack size of each funct...
2014-01-30 Juergen Ributzka[Stackmaps] Record the stack size of each function...
2014-01-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-30 Timur IskhodzhanovReland r200340 - 'Add line table debug info to COFF...
2014-01-30 Rafael Espindolaadd a bunch of LLVM_OVERRIDE before I start refactoring...
2014-01-30 Rafael EspindolaRemove dead code.
2014-01-30 Rafael EspindolaFix TLS handling in ELF's getAddress and llvm-nm to...
2014-01-29 Manman RenPGO branch weight: update edge weights in IfConverter.
2014-01-29 Jordan Rose[CommandLine] Aliases require an value if their target...
2014-01-29 Venkatraman Govind... [Sparc] Use %r_disp32 for pc_rel entries in FDE as...
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-29 Rafael EspindolaMake createObjectFile's signature a bit less error...
2014-01-28 Rafael EspindolaFinish bringing file_type to the llvm style (other...
2014-01-28 Nick KledzikBe more explicit about which overloaded variant to...
2014-01-28 Rafael EspindolaConvert to the inner enum so the compiler can warn...
2014-01-28 David WoodhouseExplictly pass MCSubtargetInfo to MCCodeEmitter::Encode...
2014-01-28 David WoodhouseKeep the MCSubtargetInfo in the MCRelxableFragment...
2014-01-28 David WoodhouseModify MCObjectStreamer EmitInstTo* interface
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Timur IskhodzhanovAdd line table debug info to COFF files when using...
2014-01-28 Nick Kledzikfix templates to work with pre c++11
2014-01-28 Nick KledzikAdd BumpPtrAllocator::allocateCopy() utilities
2014-01-28 Rafael EspindolaFix pr14893.
2014-01-28 Aaron BallmanThe llvm_headers_do_not_build project needs to be exclu...
2014-01-28 Timur IskhodzhanovMC: Add a .debug section that we'll soon use to emit...
2014-01-28 Chandler Carruth[LPM] Fix PR18616 where the shifts to the loop pass...
2014-01-28 Juergen Ributzka[TLI] Add a new hook to TargetLowering to query the...
2014-01-28 Eric ChristopherRevert r199871 and replace it with a simple check in...
2014-01-27 Reid KlecknerSilence MSVC warning on 'uint16_t |= bool' with a cast
2014-01-27 David MajnemerMC: Add support for .cfi_startproc simple
2014-01-27 Chandler Carruth[vectorizer] Teach the loop vectorizer's unroller to...
2014-01-27 Nick LewyckyTeach SCEV to handle more cases of 'and X, CST', specif...
2014-01-27 Alp TokerRoll back the ConstStringRef change for now
2014-01-27 Rui UeyamaRename IMAGE_DLL_CHARACTERISTICS_HIGH_ENTROPY_VA.
2014-01-27 Alp TokerMove true/false StringRef helper to StringExtras
2014-01-27 Alp TokerStringRef: Extend constexpr capabilities and introduce...
2014-01-26 Rafael EspindolaImplement the missing bits corresponding to .mips_hack_...
2014-01-26 Rafael EspindolaPass a MCSubtargetInfo down to the TargetStreamer creation.
2014-01-26 Rafael EspindolaConstruct the MCStreamer before constructing the MCTarg...
2014-01-26 Venkatraman Govind... [Sparc] Add support for parsing DW_CFA_GNU_window_save.
2014-01-26 Rui UeyamaCOFF: Add a missing enum value for high entropy ASLR.
2014-01-26 Rui UeyamaRemove unused typedef.
2014-01-26 Rui Ueyamallvm-readobj: add support for PE32+ (Windows 64 bit...
2014-01-26 Venkatraman Govind... [Sparc] Add support for sparc relocation types in ELF...
2014-01-25 Venkatraman Govind... removing duplicate enum value
2014-01-25 Venkatraman Govind... Missing ELF relocations for Sparc.
2014-01-25 Artyom SkrobovReverting r199886 (Prevent repetitive warnings for...
2014-01-25 Chandler Carruth[LPM] Make LCSSA a utility with a FunctionPass that...
2014-01-25 Juergen RibutzkaRevert "Revert "Add Constant Hoisting Pass" (r200034)"
2014-01-25 Hans WennborgRevert "Add Constant Hoisting Pass" (r200034)
2014-01-24 Aaron BallmanTypo fix.
2014-01-24 Rafael EspindolaMake ObjectFile ownership of the MemoryBuffer optional.
2014-01-24 Rui UeyamaSupport/COFF: Fix PEHeader struct, and define PE32Heade...
2014-01-24 Craig TopperReplace tablegen uses of EVT with MVT. Add isOverloaded...
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaRevert "Add Constant Hoisting Pass"
2014-01-24 Juergen RibutzkaAdd Constant Hoisting Pass
2014-01-24 Juergen RibutzkaDoxify comments
2014-01-24 Alp TokerFix known typos
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-24 Rui UeyamaAdd constants for optional header magic field.
2014-01-24 Rafael EspindolaSimplify the logic for deciding when to initialize...
2014-01-24 Rafael EspindolaMost streamers' InitSections just create a text section...
2014-01-24 Rafael EspindolaInline functions that are only called once.
2014-01-23 Rafael EspindolaInitToTextSection is redundant with InitSections. Remov...
2014-01-23 Rafael EspindolaRemove duplicated info on what .text, .data and .bss...
2014-01-23 Juergen RibutzkaAdd target analysis passes to the codegen pipeline...
2014-01-23 Rui UeyamaSuppress an annoying "unused variable" warning caused...
2014-01-23 Simon Atanasyan[Object][ELF][Mips] Print symbol name for MIPS ELF...
2014-01-23 Artyom SkrobovPrevent repetitive warnings for unrecognized processors...
2014-01-23 Chandler Carruth[LPM] Make LoopSimplify no longer a LoopPass and instea...
2014-01-23 Eric ChristopherAdd a variable to track whether or not we've used a...
next