cmake: Add msbuild integration to the install
[oota-llvm.git] / lib /
2013-08-23 Richard Sandiford[SystemZ] Add basic prefetch support
2013-08-23 Richard Sandiford[SystemZ] Try reversing comparisons whose first operand...
2013-08-23 Richard Sandiford[SystemZ] Prefer LHI;ST... over LAY;MV...
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-23 Tim NorthoverARM: make sure ARM-mode pseudo-inst requires IsARM
2013-08-23 Daniel Sanders[mips][msa] Split MSA128 regset into size-specific...
2013-08-23 Alexey Samsonov80 cols
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-23 Jakob Stoklund OlesenUse register masks on SPARC call instructions.
2013-08-23 Jakob Stoklund OlesenAdd an OtherPreserved field to the CalleeSaved TableGen...
2013-08-23 Michael GottesmanUpdate StripDeadDebugInfo to use DebugInfoFinder so...
2013-08-22 Michael Gottesman[stack protector] Work around an issue with the BMOVPCB...
2013-08-22 Bill WendlingCheck only if we have this attribute. If it's not an...
2013-08-22 Tom StellardR600/SI: Fix another case of illegal VGPR to SGPR copy
2013-08-22 Peter CollingbourneDataFlowSanitizer: Replace non-instrumented aliases...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Factor the wrapper builder out to...
2013-08-22 Peter CollingbourneDataFlowSanitizer: Prefix the name of each instrumented...
2013-08-22 Joey Gouly[ARMv8] Add CodeGen support for VSEL.
2013-08-22 NAKAMURA Takumi[Win32] mapped_file_region: Fix a bug in CreateFileMapp...
2013-08-22 NAKAMURA TakumiWhitespace.
2013-08-22 Mihai PopaFix ARM vcvt encoding when the number of fractional...
2013-08-22 Chandler CarruthTeach the SLP vectorizer the correct way to check for...
2013-08-22 Joey Gouly[ARM] Constrain some register classes in EmitAtomicBina...
2013-08-22 Elena DemikhovskyAVX-512: Added masked SHIFT commands, more encoding...
2013-08-22 Logan ChienFix ARM FastISel PIC function call.
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 NAKAMURA TakumiMemoryBuffer.cpp: Consider if PageSize were not 4096...
2013-08-22 Tim NorthoverARM: use TableGen patterns to select CMOV operations.
2013-08-22 Tim NorthoverARM: respect tied 64-bit inlineasm operands when printing
2013-08-22 Michael Gottesman[stackprotector] When finding the split point to splice...
2013-08-22 Matt ArsenaultTeach LoopVectorize about address space sizes
2013-08-22 Jim GrosbachARM: R9 is not safe to use for tcGPR.
2013-08-21 Michael GottesmanFixed typo.
2013-08-21 Michael GottesmanRemoved trailing whitespace.
2013-08-21 Tom StellardSelectionDAG: Make sure stores are always added to...
2013-08-21 Tom StellardR600: Remove unnecessary casts
2013-08-21 Yunzhong GaoNo functionality change.
2013-08-21 Juergen RibutzkaTeach BaseIndexOffset::match to identify base pointers...
2013-08-21 Bill WendlingReorder headers according to lint.
2013-08-21 Bill WendlingRemove use of forbidden 'iostream' header.
2013-08-21 Matt ArsenaultTeach InstCombine about address spaces
2013-08-21 Ahmed BougachaMC CFG: Remap enough for data too, analoguous to r188873.
2013-08-21 Ahmed BougachaStyle cleanup following David's review for r188876.
2013-08-21 Matt ArsenaultUse attribute helper function
2013-08-21 Matt ArsenaultFix typo
2013-08-21 Hao LiuA minor change for an obvous problem caused by r188451:
2013-08-21 NAKAMURA TakumiUnix/Process.inc: Revert r72332, "Work around a page...
2013-08-21 Mihai PopaMake "mov" work for all Thumb2 MOV encodings
2013-08-21 Elena DemikhovskyAVX-512: Added SHIFT instructions.
2013-08-21 Richard Sandiford[SystemZ] Define remainig *MUL_LOHI patterns
2013-08-21 Daniel Sanders[mips][msa] Matheus Almeida pointed out a silly mistake...
2013-08-21 Richard Sandiford[SystemZ] Use FI[EDX]BRA for codegen
2013-08-21 Richard Sandiford[SystemZ] Add FI[EDX]BRA
2013-08-21 Daniel Sanders[mips][msa] Define registers using foreach
2013-08-21 Ahmed BougachaMC CFG: Add YAML MCModule representation to enable...
2013-08-21 Ahmed BougachaMC CFG: Support disassembly at arbitrary addresses...
2013-08-21 Ahmed BougachaMC CFG: Use data structures more appropriate than std...
2013-08-21 Ahmed BougachaMC CFG: Add an MCObjectSymbolizer in the MCObjectDisass...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler Mach-O implementation.
2013-08-21 Ahmed BougachaMC CFG: Add "dynamic disassembly" support to MCObjectDi...
2013-08-21 Ahmed BougachaMC CFG: When disassembly is impossible, fallback to...
2013-08-21 Ahmed BougachaMC CFG: Add MCObjectDisassembler support for entrypoint...
2013-08-21 Ahmed BougachaMC CFG: Split MCBasicBlocks to mirror atom splitting.
2013-08-21 Ahmed BougachaMC CFG: Add a few needed methods, mainly MCModule:...
2013-08-21 Ahmed BougachaMC: ObjectSymbolizer can now recognize external functio...
2013-08-21 Ahmed BougachaMC: Refactor ObjectSymbolizer to make relocation/sectio...
2013-08-21 Ahmed BougachaMC CFG: Add more MCFunction container methods (find...
2013-08-21 Ahmed BougachaMC CFG: Keep pointer to parent MCModule in created...
2013-08-21 Ahmed BougachaMC CFG: Don't insert preds/succs again.
2013-08-21 Ahmed BougachaMC CFG: Remap enough for the inserted instruction.
2013-08-21 David MajnemerDebugInfo: Do not use the DWARF Version for the .debug_...
2013-08-21 Craig TopperSynchronize VEX JIT encoding code with the MCJIT versio...
2013-08-21 Nadav RotemIn LLVM FMA3 operands are dst, src1, src2, src3, howeve...
2013-08-21 Craig TopperRename mattr names for AVX-512 to from avx-512 -> avx51...
2013-08-21 NAKAMURA TakumiX86TargetMachine.cpp: Clarify to emit GOT in i686-...
2013-08-21 Jakub StaszakMove #includes from .h to .cpp file.
2013-08-21 Akira Hatanaka[micromips] Print instruction alias "not" if the last...
2013-08-20 Bill WendlingMove registering the execution of a basic block to...
2013-08-20 Akira Hatanaka[mips] Add support for mfhc1 and mthc1.
2013-08-20 Akira Hatanaka[mips] Add support for calling convention CC_MipsO32_FP...
2013-08-20 Akira Hatanaka[mips] Remove predicates that were incorrectly or unnec...
2013-08-20 Jakub StaszakAdd some constantness.
2013-08-20 Akira Hatanaka[mips] Define register class FGRH32 for the high half...
2013-08-20 Arnold SchwaighoferSLPVectorizer: Fix invalid iterator errors
2013-08-20 Matt ArsenaultTeach ConstantFolding about pointer address spaces
2013-08-20 Akira Hatanaka[mips] Resolve register classes dynamically using ptr_r...
2013-08-20 Reed KotlerAdd an option which permits the user to specify using...
2013-08-20 Akira Hatanaka[mips] Guard micromips instructions with predicate...
2013-08-20 Jim GrosbachARM: Fix fast-isel copy/paste-o.
2013-08-20 Vladimir MedicFix style issues in AsmParser.cpp
2013-08-20 Elena DemikhovskyAVX-512: Added more patterns for VMOVSS, VMOVSD, VMOVD...
2013-08-20 Daniel Sanders[mips][msa] Removed fcge, fcgt, fsge, fsgt
2013-08-20 Richard Sandiford[SystemZ] Update README
2013-08-20 Richard Sandiford[SystemZ] Use SRST to optimize memchr
2013-08-20 Benjamin Kramermemcmp is not a valid way to compare structs with paddi...
2013-08-20 Daniel Sanders[mips][msa] Added insve
2013-08-20 Richard SandifordFix overly pessimistic shortcut in post-RA MachineLICM
2013-08-20 Tim NorthoverARM: implement some simple f64 materializations.
2013-08-20 Michael Gottesman[stackprotector] Small cleanup.
2013-08-20 Michael Gottesman[stackprotector] Small Bit of computation hoisting.
next