platform/upstream/llvm.git
2013-08-24 Matt ArsenaultCheck if in set on insertion instead of separately
2013-08-24 Craig TopperRemove trailing whitespace.
2013-08-24 Tobias GrosserRemove unneeded comma and update formatting
2013-08-24 Shuxin YangRevert 189161
2013-08-24 Renato GolinAdd gcc ARM flags -munaligned-access / -mno-unaligned...
2013-08-24 Renato GolinAdd the -ffixed-r9 flag for ARM.
2013-08-24 Jakub StaszakRemove trailing spaces.
2013-08-24 Benjamin KramerThis wasn't headers, just missing namespaces.
2013-08-24 Benjamin KramerAdd missing includes.
2013-08-24 Benjamin KramerReplace compLocDecl with less_first.
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 David MajnemerFix test, make the template type a const pointer.
2013-08-24 David MajnemerDebugInfo: Emit info for constant expressions in templa...
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
2013-08-24 Jason MolendaAdd Host/common/ProcessRunLock.cpp to the xcode project...
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 Rui UeyamaSeparates /fixed (no .reloc section) and /dynamicbase...
2013-08-24 Manman RenDebugInfoFinder: handle imported entities of a CU.
2013-08-24 Hans WennborgCMake: Support the LLVM_INSTALL_TOOLCHAIN_ONLY flag
2013-08-24 Hans WennborgCMake: support the LLVM_INSTALL_TOOLCHAIN_ONLY flag
2013-08-24 Hans WennborgCMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.
2013-08-24 Jason MolendaDon't recommend using bytearray(buf, 'ascii') for binar...
2013-08-23 Richard SmithAdd a FIXME.
2013-08-23 Larisse VoufoA clean-up pass, exploring the unification of traversal...
2013-08-23 Rui UeyamaFixes an additional temporary string use.
2013-08-23 Shuxin YangAdd note about following two commands are no longer...
2013-08-23 Rafael EspindolaDon't imply -flto with -O4.
2013-08-23 Shuxin YangDriver::IsUsingLTO() no longer return true when seeing...
2013-08-23 Tim NorthoverCheck for "asserts" rather than "debug" on test
2013-08-23 Rafael EspindolaUpdate test to use rdrnd instead of rdrand.
2013-08-23 Rafael EspindolaUpdate tests to use sse4.2 instead of sse42.
2013-08-23 Rafael EspindolaReplace more uses of sse41 with sse4.1.
2013-08-23 Rafael EspindolaUpdate a test that I missed in the previous commit.
2013-08-23 Rafael EspindolaUpdate now that llvm uses the same feature names as...
2013-08-23 Rafael EspindolaRename features to match what gcc and clang use.
2013-08-23 Howard HinnantRename _LIBCPP_DEBUG2 to _LIBCPP_DEBUG.
2013-08-23 Shankar Easwaran[lld][ELF] Dont ignore zero sized sections.
2013-08-23 Shankar Easwaran[lld][ELF][Cleanup] Section associated with the relocat...
2013-08-23 Shankar Easwaran[lld][ELF] Rename typeTLV content type for ELF
2013-08-23 Shankar Easwaran[lld] handle typeZeroFill atoms in ELF/Native/YAML
2013-08-23 Howard HinnantRemove _LIBCPP_DEBUG. This was my first attempt at...
2013-08-23 Peter Collingbourne[dfsan] Integration test for the equal-labels case
2013-08-23 Peter CollingbourneDataFlowSanitizer: correctly combine labels in the...
2013-08-23 DeLesley HutchinsConsumed analysis: change class name in test cases.
2013-08-23 Manman RenDebugInfoFinder: handle template params of a DISubprogram.
2013-08-23 Hans WennborgCMake: don't install tablegen
2013-08-23 Hans WennborgRename CMake variable; this fell out of r189127 somehow.
2013-08-23 Hans WennborgCMake: Don't look for llvm-tblgen when building outside...
2013-08-23 Hans WennborgCMake: Don't look for llvm-tblgen when building outside...
2013-08-23 Dmitri GribenkoComment parsing: fix a bug where a line with whitespace...
2013-08-23 Hans WennborgCMake: build llvm-config on Windows.
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 Dmitri GribenkoFix indentation
2013-08-23 Andrew TrickMI Sched: record local vreg uses.
2013-08-23 Andrew TrickRemove unused field.
2013-08-23 Andrew Trickmi-sched: Don't call MBB.size() in initSUnits. The...
2013-08-23 Dmitri GribenkoUse CharInfo.h routines in TextComment::isWhitespaceNoCache
2013-08-23 Howard HinnantDebug mode for string. This commit also marks the...
2013-08-23 Jordan RoseRevise -Wnewline-eof test per feedback from Dmitri.
2013-08-23 Robert WilhelmUse pop_back_val() instead of both back() and pop_back().
2013-08-23 Jim CownieChecking commit access; added one space
2013-08-23 Jordan RoseRespect -Wnewline-eof even in C++11 mode.
2013-08-23 Joey Gouly[ARM] Fix another ARM FastISel -verify-machineinstrs...
2013-08-23 Daniel Jasperclang-format: Fix indentation relative to unary express...
2013-08-23 Virgile BelloMingW compilation (windows). Includes various refactori...
2013-08-23 Daniel Sanders[mips][msa] Few MSA Builtins have side-effects. Added...
2013-08-23 Evgeniy Stepanov[msan] Extend VAArgTLSOverwrite test.
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 Daniel Jasperclang-format: Fix corner case for string splitting ..
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 Daniel Jasperclang-format: Handle trailing commas in column layout...
2013-08-23 Robert Lyttoncorrect test RUN parameters
2013-08-23 Alexey SamsonovSlightly improve lint checker script and fix a few...
2013-08-23 Alexey Samsonov80 cols
2013-08-23 Pavel Labath[analyzer] Refactor conditional expression evaluating...
2013-08-23 Alexey SamsonovMake DWARFCompileUnit non-copyable
2013-08-23 David Majnemerarc commit didn't add this because it wasn't in the...
2013-08-23 David MajnemerSema: Properly support Microsoft-mode template arguments
2013-08-23 NAKAMURA Takumilto/CMakeLists.txt: Cut the dep to intrinsics_gen....
2013-08-23 Jakob Stoklund... Use register masks on SPARC call instructions.
2013-08-23 Jakob Stoklund... Add an OtherPreserved field to the CalleeSaved TableGen...
2013-08-23 Richard SmithReword a diagnostic to avoid a confusing implication...
2013-08-23 Jason MolendaAdd link to Darwin iOS arm ABI docs in ABIMacOSX_arm...
2013-08-23 Daniel Dunbar[PR11606] ocaml bindings tests produce binaries in...
2013-08-23 Sean CallananMake sure that ClangExpressionDeclMap doesn't
next