summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-01-13[PM] Wire up support for writing bitcode with new PM.Chandler Carruth2-4/+51
2014-01-12[PM] Add module and function printing passes for the new pass manager.Chandler Carruth2-3/+41
2014-01-12[PM] Revert an accidental commit of total BS code. This was halfwayChandler Carruth1-7/+0
2014-01-12[PM] Simplify the interface exposed for IR printing passes.Chandler Carruth2-9/+14
2014-01-12[PM] Rename the IR printing pass header to a more generic and correctChandler Carruth2-15/+16
2014-01-12[PM] Un-indent this file-level namespace. It's far more common to notChandler Carruth1-22/+22
2014-01-11[PM] Add names to passes under the new pass manager, and a debug outputChandler Carruth1-0/+11
2014-01-11[PM] Somehow I missed the header guards on this file. Yikes!Chandler Carruth1-0/+5
2014-01-11Fix odd whitespace.Eric Christopher1-1/+1
2014-01-10All backends use MC now.Rafael Espindola1-5/+0
2014-01-10Use the simpler version of sys::fs::remove when possible.Rafael Espindola1-4/+2
2014-01-10Remove remove_all. A compiler has no need for recursively deleting a directory.Rafael Espindola1-16/+0
2014-01-10LTO: whitespace changesDuncan P. N. Exon Smith1-9/+6
2014-01-10SCEVRewriter: Optionally interpret constants in value map as SCEVConstantArnold Schwaighofer1-6/+12
2014-01-10Use 'w' instead of 'c' to represent the win32 mangling.Rafael Espindola1-4/+4
2014-01-10Whitespace.NAKAMURA Takumi1-1/+1
2014-01-09Bitcode: Fix a typo in an assertJustin Bogner1-1/+1
2014-01-09Re-remove dead code.Nadav Rotem1-14/+0
2014-01-09Update example to be more idiomatic.Rafael Espindola1-3/+2
2014-01-09Revert r198819 - "Remove dead code."Nadav Rotem1-0/+14
2014-01-09llvm-dwarfdump: type unit dwo supportDavid Blaikie1-0/+1
2014-01-09Extend llvm::AlignedCharArrayUnion to support up to 10 arguments, as required...Richard Smith1-7/+13
2014-01-09Put the functionality for printing a value to a raw_ostream as anChandler Carruth6-44/+15
2014-01-09Remove the test for endianness in configure.ac and regenerate.Eric Christopher1-18/+0
2014-01-09Remove dead code.Rafael Espindola1-14/+0
2014-01-09Use the existing typedef to avoid forming a reference to a reference.Rafael Espindola1-2/+2
2014-01-08Fix the C++03 build.Rafael Espindola1-1/+1
2014-01-08Use getError and remove the error_code operator.Rafael Espindola2-9/+5
2014-01-08Remove vestigal bits of MC from the mangler. It no longer uses this, andChandler Carruth1-1/+0
2014-01-08Add missing definitions of key_type and value_type to DenseSet.Matt Arsenault1-0/+3
2014-01-08Add get and getError methods to ErrorOr.Rafael Espindola1-0/+7
2014-01-08Add missing rename from the previous commit.Rafael Espindola1-1/+1
2014-01-08Rename get to getStorage and getError to getErrorStorage.Rafael Espindola1-16/+16
2014-01-08AVX-512: Added more intrinsics for pmin/pmax, pabs, blend, pmuldq.Elena Demikhovsky1-34/+44
2014-01-08[patch] Adjust behavior of FDE cross-section relocs for targets that don't su...Iain Sandoe1-0/+7
2014-01-08Re-apply r196639: Add support for archives and object file caching under MCJIT.Lang Hames2-0/+42
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola2-2/+2
2014-01-07Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth6-14/+14
2014-01-07Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth27-30/+26
2014-01-07ARM IAS: improve .eabi_attribute handlingSaleem Abdulrasool1-0/+2
2014-01-07MCParser: introduce Note and use it for ARM AsmParserSaleem Abdulrasool1-0/+4
2014-01-06For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby1-0/+3
2014-01-06Fix c++ mode commentsMatt Arsenault2-2/+2
2014-01-06Reapply r198478 "Fix PR18361: Invalidate LoopDispositions after LoopSimplify ...Andrew Trick1-0/+7
2014-01-06AVX-512: added intrinsic vcvtpd2ps (with rounding mode and without)Elena Demikhovsky1-0/+3
2014-01-06Support: add reference for ARM EHABISaleem Abdulrasool1-0/+7
2014-01-06Refactor function that checks that __builtin_returnaddress's argument is cons...Bill Wendling1-0/+4
2014-01-06ARM: move ARMUnwindOp.h into SupportSaleem Abdulrasool1-0/+127
2014-01-05ELF relocation types for sparc.Venkatraman Govindaraju1-0/+59
2014-01-05AVX-512: Added more intrinsics for convert and min/max.Elena Demikhovsky1-13/+19