summaryrefslogtreecommitdiff
path: root/include/llvm
Commit message (Expand)AuthorAge
* Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-15
* Reformat.Eric Christopher2013-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
* [AArch64] Add support for NEON scalar integer compare instructions.Chad Rosier2013-10-14
* MC: Don't assume incoming StringRef's are null terminated.Will Dietz2013-10-13
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-12
* Adding multiple object support to MCJIT EH frame handlingAndrew Kaylor2013-10-11
* Introduce ad hoc liveness tracking utility: LiveRegUnitsMatthias Braun2013-10-11
* [DAGCombiner] Reapply load slicing (192471) with a test that explicitly set s...Quentin Colombet2013-10-11
* [DAGCombiner] Revert load slicing (r192471), until I figure out why it fails ...Quentin Colombet2013-10-11
* [DAGCombiner] Slice a big load in two loads when the element are next to eachQuentin Colombet2013-10-11
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-11
* Print register in LiveInterval::print()Matthias Braun2013-10-10
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Work on LiveRange instead of LiveInterval where possibleMatthias Braun2013-10-10
* Pass LiveQueryResult by valueMatthias Braun2013-10-10
* Refactor LiveInterval: introduce new LiveRange classMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Rename parameter: defined regs are not incoming.Matthias Braun2013-10-10
* test commitSriram Murali2013-10-10
* Fix grammar / missing wordsMatt Arsenault2013-10-10
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Revert "Implement AArch64 vector load/store multiple N-element structure clas...Rafael Espindola2013-10-10
* Implement AArch64 vector load/store multiple N-element structure class SIMD(l...Hao Liu2013-10-10
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09
* Flip the ownership of MCStreamer and MCTargetStreamer.Benjamin Kramer2013-10-09
* Add a GlobalAlias::isValidLinkage to reduce code duplication.Rafael Espindola2013-10-09
* AVX-512: Added VRCP28 and VRSQRT28 instructions and intrinsics.Elena Demikhovsky2013-10-09
* [AArch64] Add support for NEON scalar floating-point reciprocal estimate,Chad Rosier2013-10-08
* Fix duplicated assertions.Matt Arsenault2013-10-08
* [AArch64] Add support for NEON scalar signed/unsigned integer to floating-pointChad Rosier2013-10-08
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-08
* Move DIRef::getName out of line.Manman Ren2013-10-08
* IRBuilder: Downgrade InsertPointGuard's instruction pointer to a raw pointer.Benjamin Kramer2013-10-08
* Add a MCTargetStreamer interface.Rafael Espindola2013-10-08
* update mach-o EXPORT_SYMBOL_* namesNick Kledzik2013-10-08
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-07
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-07
* Remove dead code.Rafael Espindola2013-10-07
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-07