Make createObjectFile's signature a bit less error prone.
[oota-llvm.git] / include /
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...
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-22 Rafael EspindolaPass the computed magic to createBinary and createObjec...
2014-01-22 Alp TokerAdd unused result attr to the casting templates
2014-01-22 Rafael EspindolaChange createObjectFile to return an ErrorOr.
2014-01-21 Rafael EspindolaBe a bit more consistent about using ErrorOr when const...
2014-01-21 Yunzhong GaoAdding new LTO APIs to parse metadata nodes and extract...
2014-01-21 Rafael EspindolaRename these methods to match the style guide.
2014-01-21 Tim NorthoverMIPS: mark intrinsics IntrNoMem so all patterns using...
2014-01-21 Saleem AbdulrasoolARM IAS: add support for .unwind_raw directive
2014-01-21 Saleem AbdulrasoolARM IAS: support .personalityindex
2014-01-21 Nick LewyckyAdd operator!= for FoldingSetNodeID and FoldingSetNodeI...
2014-01-20 Hal FinkelUpdate StackProtector when coloring merges stack slots
2014-01-20 David Woodhouse[x86] Support i386-*-*-code16 triple for emitting 16...
2014-01-20 Chandler Carruth[PM] Wire up the Verifier for the new pass manager...
2014-01-20 Kai NackeARM: add tlsldo relocation
2014-01-20 Artyom Skrobov[ARM] Do not generate Tag_DIV_use=AllowDIVExt when...
2014-01-20 Saleem AbdulrasoolMC: whitespace
2014-01-20 Chandler Carruth[PM] Fix a contradiction in the comments noticed by...
2014-01-19 Michael Gottesman[APInt] Fix nearestLogBase2 to return correct answers...
2014-01-19 Michael Gottesman[APInt] Fixed bug where APInt(UINT32_MAX, 0) would...
2014-01-19 Saleem AbdulrasoolARM: update build attributes for ABI r2.09
2014-01-19 Saleem AbdulrasoolMove ARM build attributes into Support
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 Adrian Prantltypo
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 Justin BognerMC: Add some missing include guards
2014-01-17 Rui Ueyamallvm-objdump/COFF: Print ordinal base number.
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-17 Chandler Carruth[PM] Remove the preverifier and directly compute the...
2014-01-16 Rafael EspindolaUse LLVM_EXPLICIT instead of a function pointer as...
2014-01-16 Quentin Colombet[opt][PassInfo] Allow opt to run passes that need targe...
2014-01-16 Duncan P. N. Exon... LTO: document LTO_API_VERSION for each API
2014-01-16 Rui Ueyamallvm-objdump/COFF: Print DLL name in the export table...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-16 Evgeniy Stepanov[asan] Remove -fsanitize-address-zero-base-shadow comma...
next