summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* fix two typos.Adrian Prantl2013-10-21
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-21
* Remove unused TargetLowering field.Matt Arsenault2013-10-21
* Fix CodeGen for vectors of pointers with address spaces.Matt Arsenault2013-10-21
* Remove unused SCEV functionsMatt Arsenault2013-10-21
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-21
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-21
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-21
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-21
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-18
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-18
* CodeGen: Emit a libcall if the target doesn't support 16-byte wide atomicsDavid Majnemer2013-10-18
* [DebugInfo] Remove unneeded struct member and hide struct definition. No func...Alexey Samsonov2013-10-18
* [DebugInfo] Remove dead code.Alexey Samsonov2013-10-18
* llvm-c: Add LLVMIntPtrType{,ForAS}InContextAnders Waldenborg2013-10-17
* [AArch64] Add support for NEON scalar three register different instructionChad Rosier2013-10-17
* [mips][msa] Added lsa instructionDaniel Sanders2013-10-17
* [mips][msa] Removed ldx.[bhwd] and stx.[bhwd].Daniel Sanders2013-10-17
* Expose install_fatal_error_handler() through the C API.Filip Pizlo2013-10-17
* [projects/test-suite] White space and long line fixes.Jack Carter2013-10-17
* llvm-c: Add LLVMDumpTypeAnders Waldenborg2013-10-16
* [AArch64] Add support for NEON scalar negate instruction.Chad Rosier2013-10-16
* [AArch64] Add support for NEON scalar absolute value instruction.Chad Rosier2013-10-16
* Allow repeated registration again.Rafael Espindola2013-10-16
* Fix MCDataAtom never calling remap when adding data.Rafael Espindola2013-10-16
* [llvm-c] Add LLVMPrintModuleToString.Anders Waldenborg2013-10-16
* Update comment.Chad Rosier2013-10-16
* Assert on duplicate registration. Don't depend on function pointer equality.Rafael Espindola2013-10-16
* [AArch64] Add support for NEON scalar signed saturating accumulated of unsignedChad Rosier2013-10-16
* Add a 'deleteModule' method to the Linker class.Bill Wendling2013-10-16
* TypeFinder: prefer iterative algorithm to keep stack usage low.Will Dietz2013-10-16
* Add support for metadata representing .ident directives.Rafael Espindola2013-10-16
* Add a MCAsmInfoELF class and factor some code into it.Rafael Espindola2013-10-16
* Move .ident handling to MCStreamer.Rafael Espindola2013-10-16
* Adding support for deregistering EH frames with MCJIT.Andrew Kaylor2013-10-16
* Support/FileSystem.h: Remove a trailing comma in enum file_magic::Impl.NAKAMURA Takumi2013-10-15
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Reformat.Eric Christopher2013-10-15
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-15
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-15
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-15
* Simplify formatting and sort these. No functionality changed.Chandler Carruth2013-10-15
* Remove dead code.Rafael Espindola2013-10-14
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-14
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-14
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-14
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-14
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-14
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-14
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-14