summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* 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
* [LTO] Add a hook to map LLVM diagnostics into the clients of LTO.Quentin Colombet2014-01-15
* Remove support for armv7f slice. <rdar://problem/12478440>Bob Wilson2014-01-15
* Return an ErrorOr<Binary *> from createBinary.Rafael Espindola2014-01-15
* WinCOFF: Transform IR expressions featuring __ImageBase into image relative r...David Majnemer2014-01-15
* Fix PR18449: SCEV needs more precise max BECount for multi-exit loop.Andrew Trick2014-01-15
* Make parseBitcodeFile return an ErrorOr<Module *>.Rafael Espindola2014-01-15
* Return an error_code from materializeAllPermanently.Rafael Espindola2014-01-14
* Use error_code in Module::materializeAll.Rafael Espindola2014-01-14
* Add FPExt option to CCValAssign::LocInfo. When generating calling-conventionLang Hames2014-01-14
* Reapply "LTO: add API to set strategy for -internalize"Duncan P. N. Exon Smith2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert "Decouple dllexport/dllimport from linkage"Nico Rieck2014-01-14
* Decouple dllexport/dllimport from linkageNico Rieck2014-01-14
* Revert r199191, "LTO: add API to set strategy for -internalize"NAKAMURA Takumi2014-01-14
* LTO: add API to set strategy for -internalizeDuncan P. N. Exon Smith2014-01-14
* [PM] Fix stale header blocker, found by Duncan Smith in code review!Chandler Carruth2014-01-14
* Replace .mips_hack_stocg with ".set micromips" and ".set nomicromips".Rafael Espindola2014-01-14
* Make getTargetStreamer return a possibly null pointer.Rafael Espindola2014-01-14
* Remove extra } in documentation commentDuncan P. N. Exon Smith2014-01-13
* [DAG] Teach DAG to also reassociate vector operationsJuergen Ributzka2014-01-13
* Update getLazyBitcodeModule to use ErrorOr for error handling.Rafael Espindola2014-01-13
* fix a -Wdocumentation warning.Chris Lattner2014-01-13
* [PM] Split DominatorTree into a concrete analysis result object whichChandler Carruth2014-01-13
* [PM][cleanup] Clean up comments and use modern doxygen in this file.Chandler Carruth2014-01-13
* AVX-512: Embedded Rounding Control - encoding and printingElena Demikhovsky2014-01-13
* [PM] Fix the const-correctness of the generic DominatorTreeBase toChandler Carruth2014-01-13
* [PM] Pull the generic graph algorithms and data structures for dominatorChandler Carruth2014-01-13
* [cleanup] Switch comments to use '\brief' style instead of '@brief'Chandler Carruth2014-01-13
* [cleanup] Move the Dominators.h and Verifier.h headers into the IRChandler Carruth2014-01-13
* [PM] Wire up support for writing bitcode with new PM.Chandler Carruth2014-01-13
* [PM] Add module and function printing passes for the new pass manager.Chandler Carruth2014-01-12
* [PM] Revert an accidental commit of total BS code. This was halfwayChandler Carruth2014-01-12
* [PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2014-01-12
* [PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2014-01-12
* [PM] Un-indent this file-level namespace. It's far more common to notChandler Carruth2014-01-12
* [PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth2014-01-11
* [PM] Somehow I missed the header guards on this file. Yikes!Chandler Carruth2014-01-11
* Fix odd whitespace.Eric Christopher2014-01-11
* All backends use MC now.Rafael Espindola2014-01-10
* Use the simpler version of sys::fs::remove when possible.Rafael Espindola2014-01-10
* Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola2014-01-10