summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* [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
* LTO: whitespace changesDuncan P. N. Exon Smith2014-01-10
* SCEVRewriter: Optionally interpret constants in value map as SCEVConstantArnold Schwaighofer2014-01-10
* Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola2014-01-10
* Whitespace.NAKAMURA Takumi2014-01-10
* Bitcode: Fix a typo in an assertJustin Bogner2014-01-09
* Re-remove dead code.Nadav Rotem2014-01-09
* Update example to be more idiomatic.Rafael Espindola2014-01-09
* Revert r198819 - "Remove dead code."Nadav Rotem2014-01-09
* llvm-dwarfdump: type unit dwo supportDavid Blaikie2014-01-09
* Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith2014-01-09
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Remove the test for endianness in configure.ac and regenerate.Eric Christopher2014-01-09
* Remove dead code.Rafael Espindola2014-01-09
* Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola2014-01-09
* Fix the C++03 build.Rafael Espindola2014-01-08
* Use getError and remove the error_code operator.Rafael Espindola2014-01-08
* Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth2014-01-08
* Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault2014-01-08
* Add get and getError methods to ErrorOr.Rafael Espindola2014-01-08
* Add missing rename from the previous commit.Rafael Espindola2014-01-08
* Rename get to getStorage and getError to getErrorStorage.Rafael Espindola2014-01-08
* AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky2014-01-08
* [patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe2014-01-08
* Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2014-01-08
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool2014-01-07
* MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool2014-01-07
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-06
* Fix c++ mode commentsMatt Arsenault2014-01-06
* Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick2014-01-06
* AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky2014-01-06
* Support: add reference for ARM EHABISaleem Abdulrasool2014-01-06
* Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling2014-01-06
* ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool2014-01-06
* ELF relocation types for sparc.Venkatraman Govindaraju2014-01-05
* AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky2014-01-05