aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [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
* Formally added an explicit enum for DWARF TLS support. No functionality change.Richard Mitton2013-10-071-0/+3
* Change objectsize intrinsic to accept different address spaces.Matt Arsenault2013-10-071-1/+1
* Remove dead code.Rafael Espindola2013-10-071-45/+0
* Fix the documentation of getDefaultSubtargetFeatures.Rafael Espindola2013-10-071-2/+1
* Revert "Revert "Windows: Add support for unicode command lines""David Majnemer2013-10-073-0/+17
* Revert "Windows: Add support for unicode command lines"David Majnemer2013-10-063-17/+0
* Windows: Add support for unicode command linesDavid Majnemer2013-10-063-0/+17
* AVX-512: added scalar convert instructions and intrinsics.Elena Demikhovsky2013-10-061-0/+30
* [Mips] Add MIPS program header types.Simon Atanasyan2013-10-061-1/+6
* Remove unneeded TBM intrinsics. The arithmetic/logical operation patterns are...Craig Topper2013-10-051-59/+3
* Remove some really nasty uses of hasRawTextSupport.Rafael Espindola2013-10-053-44/+20
* Implement aarch64 neon instruction set AdvSIMD (Across).Jiangning Liu2013-10-052-1/+20
* Add OPC_CheckChildSame0-3 to the DAG isel matcher. This replaces sequences of...Craig Topper2013-10-051-0/+2
* Debug Info: In DIBuilder, the derived-from field of a DW_TAG_pointer_typeManman Ren2013-10-051-8/+14
* Pull this out for a bit of readability.Eric Christopher2013-10-041-15/+18
* Reformat.Eric Christopher2013-10-041-832/+791
* Formatting.Eric Christopher2013-10-041-1/+1
* reverting per requestJack Carter2013-10-041-5/+0
* [MC][AsmParser] Hook for post assembly file processingJack Carter2013-10-041-0/+5
* Temporarily revert r191792 as it is causing some LTO debug failuresEric Christopher2013-10-041-14/+8