summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add target analysis passes to the codegen pipeline for MCJIT.Juergen Ributzka2014-01-23
* Suppress an annoying "unused variable" warning caused by bug 17897.Rui Ueyama2014-01-23
* [Object][ELF][Mips] Print symbol name for MIPS ELF relocations.Simon Atanasyan2014-01-23
* Prevent repetitive warnings for unrecognized processors and featuresArtyom Skrobov2014-01-23
* [LPM] Make LoopSimplify no longer a LoopPass and instead both a utilityChandler Carruth2014-01-23
* Add a variable to track whether or not we've used a unique section,Eric Christopher2014-01-23
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Add unused result attr to the casting templatesAlp Toker2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Adding new LTO APIs to parse metadata nodes and extract linker options andYunzhong Gao2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* MIPS: mark intrinsics IntrNoMem so all patterns using them are consistent.Tim Northover2014-01-21
* ARM IAS: add support for .unwind_raw directiveSaleem Abdulrasool2014-01-21
* ARM IAS: support .personalityindexSaleem Abdulrasool2014-01-21
* Add operator!= for FoldingSetNodeID and FoldingSetNodeIDRef. Implementation inNick Lewycky2014-01-21
* Update StackProtector when coloring merges stack slotsHal Finkel2014-01-20
* [x86] Support i386-*-*-code16 triple for emitting 16-bit codeDavid Woodhouse2014-01-20
* [PM] Wire up the Verifier for the new pass manager and connect it to theChandler Carruth2014-01-20
* ARM: add tlsldo relocationKai Nacke2014-01-20
* [ARM] Do not generate Tag_DIV_use=AllowDIVExt when hardware div is non-option...Artyom Skrobov2014-01-20
* MC: whitespaceSaleem Abdulrasool2014-01-20
* [PM] Fix a contradiction in the comments noticed by Anders.Chandler Carruth2014-01-20
* [APInt] Fix nearestLogBase2 to return correct answers for very large APInt an...Michael Gottesman2014-01-19
* [APInt] Fixed bug where APInt(UINT32_MAX, 0) would blow up when being constru...Michael Gottesman2014-01-19
* ARM: update build attributes for ABI r2.09Saleem Abdulrasool2014-01-19
* Move ARM build attributes into SupportSaleem Abdulrasool2014-01-19
* [PM] Make the verifier work independently of any pass manager.Chandler Carruth2014-01-19
* Add a const lookup routine to get a BlockAddress constant if there isChandler Carruth2014-01-19
* Upgrade ConstantFP's negative zero and infinity getters to handle vector types.Benjamin Kramer2014-01-18
* typoAdrian Prantl2014-01-18
* Fix more instances of dropped fast math flags when optimizing FADD instructio...Owen Anderson2014-01-18
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* MC: Add some missing include guardsJustin Bogner2014-01-17
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* Add two new calling conventions for runtime callsJuergen Ributzka2014-01-17
* [PM] [cleanup] Rename some of the Verifier's members, re-arrange them,Chandler Carruth2014-01-17
* [PM] Remove the preverifier and directly compute the DominatorTree forChandler Carruth2014-01-17
* Use LLVM_EXPLICIT instead of a function pointer as bool.Rafael Espindola2014-01-16
* [opt][PassInfo] Allow opt to run passes that need target machine.Quentin Colombet2014-01-16
* LTO: document LTO_API_VERSION for each APIDuncan P. N. Exon Smith2014-01-16
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* [asan] Remove -fsanitize-address-zero-base-shadow command lineEvgeniy Stepanov2014-01-16
* llmv-objdump/COFF: Print export table contents.Rui Ueyama2014-01-16
* CommentColumn is always 40. Simplify.Rafael Espindola2014-01-16
* Don't use DataRefImpl to implement ImportDirectoryEntryRef.Rui Ueyama2014-01-16
* Report a warning when dropping outdated debug info metadata.Manman Ren2014-01-16
* Fix parsing of .symver directive on ARMDavid Peixotto2014-01-15