oota-llvm.git
2013-08-24 Benjamin KramerDwarfDebug: Delete orphaned children.
2013-08-24 Michael Gottesman[autotools->cmake] Enable generation of doxygen documen...
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-24 Hans WennborgCMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option.
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 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 Hans WennborgCMake: don't install tablegen
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 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 Jim CownieChecking commit access; added one space
2013-08-23 Joey Gouly[ARM] Fix another ARM FastISel -verify-machineinstrs...
2013-08-23 Daniel Sanders[mips][msa] Few MSA Builtins have side-effects. Added...
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 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 Daniel Dunbar[PR11606] ocaml bindings tests produce binaries in...
2013-08-23 Michael GottesmanFilecheckize some tests.
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 WendlingUpdate to remove the no-frame-pointer-elim-non-leaf...
2013-08-22 Bill WendlingFix some tests. The 'false' version just omits the...
2013-08-22 Bill WendlingCheck only if we have this attribute. If it's not an...
2013-08-22 Bill WendlingFileCheckize some tests.
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 Manman Ren[Debug Info Tests] Update testing cases.
2013-08-22 NAKAMURA Takumiconfigure: Regenerate corresponding to r189026.
2013-08-22 Jordan RoseAutoconf: The Clang ARC migrator now depends on the...
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 NAKAMURA TakumiSuppress MemoryBufferTest.cpp on win32 for now. Investi...
2013-08-22 Chandler CarruthAdd a new helper method to Value to strip in-bounds...
2013-08-22 NAKAMURA TakumiMemoryBufferTest.cpp: Tweak offset corresponding to...
2013-08-22 NAKAMURA TakumiMemoryBuffer.cpp: Consider if PageSize were not 4096...
2013-08-22 Chandler CarruthClean up the doxygen formatting of the comments on...
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 Hans WennborgRemove llvm-lit from the cmake install target.
2013-08-22 Bill WendlingFileCheck-ize tests.
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 Daniel Dunbar[lit] Fix a couple lingering Py3 compat issues in Progr...
2013-08-21 Daniel Dunbar[tests] Update fma3 check to work with Py3.
2013-08-21 Daniel Dunbar[lit] Lift XFAIL handling to core infrastructure.
2013-08-21 Daniel Dunbar[lit] Allow formats to return lit.Test.Result instances...
2013-08-21 Daniel Dunbar[lit] Factor out a separate Test.Result() object.
2013-08-21 Daniel Dunbar[lit] Simplify --time-tests code.
2013-08-21 Daniel Dunbar[lit] Extract TestFormat base class, for future use.
2013-08-21 Manman RenTBAA: remove !tbaa from testing cases when they are...
2013-08-21 Andrew KaylorAdding a document to describe the MCJIT execution engin...
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 David MajnemerADT/Triple: Helper to determine if we are targeting...
2013-08-21 David BlaikieBasic unit tests for PointerUnion
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 Ahmed BougachaAdd testcase for r188873: MCTextAtom boundaries.
2013-08-21 Argyrios Kyrtzidis[CMake] Automatically pick up subdirectories in llvm...
next