summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
...
* [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
* Revert "llvm-c: Make target initializer functions external functions in lib."Rui Ueyama2013-10-09
* Debug Info: In DIBuilder, the context and type fields of template_type andManman Ren2013-10-09
* llvm-c: Make target initializer functions external functions in lib.Anders Waldenborg2013-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
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-07
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-06
* Windows: Add support for unicode command linesDavid Majnemer2013-10-06
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-06
* [Mips] Add MIPS program header types.Simon Atanasyan2013-10-06
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-05
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-05
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-05
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-05
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-05