aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-151-1/+2
* Reformat.Eric Christopher2013-10-151-2/+1
* Revert "Add AllTargetsBindings sublibrary" as it breaks cmake build on (atlea...Anders Waldenborg2013-10-151-11/+36
* Add AllTargetsBindings sublibrary instead of having static inlines in the llv...Anders Waldenborg2013-10-151-36/+11
* Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x...Craig Topper2013-10-151-3/+0
* Simplify formatting and sort these. No functionality changed.Chandler Carruth2013-10-151-14/+10
* Remove dead code.Rafael Espindola2013-10-141-21/+0
* Fix the ExecutionDepsFix pass to handle AVX instructions.Andrew Trick2013-10-141-0/+20
* LiveRegUnits: Use *MBB for consistency and convenience.Andrew Trick2013-10-141-1/+1
* Use a SparseSet in LiveRegUnits.Andrew Trick2013-10-141-7/+13
* Move LiveRegUnits implementation into .cpp. Comment and format.Andrew Trick2013-10-141-87/+13
* Remove extra indentation in LiveRegUnits.Andrew Trick2013-10-141-112/+112
* Convert LiveRegUnits methods to the current convention (it's new code).Andrew Trick2013-10-141-15/+15
* Remove the now unused strong phi elimination pass.Rafael Espindola2013-10-142-9/+0
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-141-0/+24
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-131-6/+6
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-112-3/+13
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-111-0/+156
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-111-0/+29
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-111-29/+0
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-111-0/+29
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-0/+4
* Print register in LiveInterval::print()Matthias Braun2013-10-101-0/+5
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-102-16/+16
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-101-5/+5
* Pass LiveQueryResult by valueMatthias Braun2013-10-101-96/+101
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-102-101/+126
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-103-129/+124
* Rename parameter: defined regs are not incoming.Matthias Braun2013-10-101-3/+2
* test commitSriram Murali2013-10-101-2/+4
* Fix grammar / missing wordsMatt Arsenault2013-10-101-2/+3
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-102-1/+15
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-1/+1
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-101-1/+1
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-101-1/+1
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-091-11/+36
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-091-4/+4
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-10-091-36/+11
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-091-3/+3
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-091-0/+5
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-091-15/+40
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-081-0/+3
* Fix duplicated assertions.Matt Arsenault2013-10-081-27/+21
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-081-0/+12
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-081-1/+1
* Move DIRef::getName out of line.Manman Ren2013-10-081-10/+13
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-081-2/+2
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-084-53/+98
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-081-2/+2