Fix #include guard.
[oota-llvm.git] / lib /
2013-08-25 Venkatraman Govind... [Sparc] Add long double (f128) instructions to sparc...
2013-08-25 Venkatraman Govind... [Sparc] Added V9's extra floating point registers and...
2013-08-25 Elena DemikhovskyAVX-512: added UNPACK instructions and tests for all...
2013-08-25 Chandler CarruthFix a bug where we would corrupt the offset when evaluating
2013-08-25 David MajnemerAsmPrinter: Get rid of llvm$workaround$fake$stub$
2013-08-25 Reed KotlerStart to add the LLVM builtins to the mips16 exclusion...
2013-08-24 Craig TopperAdd hasSideEffects/mayLoad/mayStore flags to the X86...
2013-08-24 Matt ArsenaultCheck if in set on insertion instead of separately
2013-08-24 Craig TopperRemove trailing whitespace.
2013-08-24 Shuxin YangRevert 189161
2013-08-24 Jakub StaszakRemove trailing spaces.
2013-08-24 Benjamin KramerAdd a function object to compare the first or second...
2013-08-24 Benjamin KramerSimplify code. No functionality change.
2013-08-24 Benjamin KramerDwarfDebug: Delete orphaned children.
2013-08-24 Dmitri GribenkoAdded const qualifier to StringRef::edit_distance membe...
2013-08-24 Reed KotlerStart to add the builtind to the mips16 exclusion lists...
2013-08-24 Justin Holewinski[NVPTX] Re-enable assembly printing support for inline...
2013-08-24 Manman RenDebugInfoFinder: handle imported entities of a CU.
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-23 Manman RenDebugInfoFinder: handle template params of a DISubprogram.
2013-08-23 Andrew TrickPrintVRegOrUnit
2013-08-23 Andrew TrickRename to RegPressure API parameters RegUnits.
2013-08-23 Andrew TrickSimplify RegPressure helpers.
2013-08-23 Andrew TrickAdd a convenient PSetIterator for visiting pressure...
2013-08-23 Andrew TrickAdds cyclic critical path computation and heuristics...
2013-08-23 Andrew TrickMI Sched: record local vreg uses.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-23 Jim CownieChecking commit access; added one space
2013-08-23 Joey Gouly[ARM] Fix another ARM FastISel -verify-machineinstrs...
2013-08-23 Evgeniy Stepanov[msan] Fix handling of va_arg overflow area on x86_64.
2013-08-23 Joey Gouly[ARMv8] Add CodeGen for VMAXNM/VMINNM.
2013-08-23 Andrea Di BiagioAdd function attribute 'optnone'.
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...
next