oota-llvm.git
2014-02-22 Michael Gottesman[python-bindings] Added OpCode like support for all...
2014-02-22 Quentin Colombet[CodeGenPrepare] Fix the check of the legality of an...
2014-02-22 Rafael EspindolaUse relative rpath so that the installation and build...
2014-02-22 Quentin ColombetSwitch the LLVM error reporting on the new diagnostic...
2014-02-22 Quentin Colombet[CodeGenPrepare] Move CodeGenPrepare into lib/CodeGen.
2014-02-21 Quentin Colombet[DAGCombiner] PCMP* sets its result to all ones or...
2014-02-21 Juergen Ributzka[Stackmaps] Move the target-independent frame index...
2014-02-21 Aaron BallmanShankar kindly pointed out that I wasn't following...
2014-02-21 Aaron BallmanFixing the MSVC build by including a file.
2014-02-21 Rui Ueyamallvm-objdump/COFF: LoadConfiguration does not exist...
2014-02-21 Rafael EspindolaAdd missing include.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.
2014-02-21 David BlaikieDebugInfo: Remove the empty macinfo section.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables from TD to DL.
2014-02-21 Sebastian Popadd -da-delinearize runs and checks to MIV testcases
2014-02-21 Sebastian Popfix a corner case in delinearization
2014-02-21 Sebastian Popnormalize the last delinearized dimension
2014-02-21 Sebastian Popfail delinearization when the size of subscripts differs
2014-02-21 Sylvestre LedruRemove dead declaration
2014-02-21 NAKAMURA Takumi[CMake] llvm-c/lto.h should be installed if libLTO...
2014-02-21 NAKAMURA Takumi[CMake] libLTO: Use (SHARED|STATIC) to build both share...
2014-02-21 NAKAMURA Takumi[CMake] llvm_add_library: Add dependencies also to...
2014-02-21 NAKAMURA Takumi[CMake] Introduce "llvm_add_library(SHARED STATIC)...
2014-02-21 NAKAMURA TakumiTeach LLVM-Config to use logical target names (2/2)
2014-02-21 NAKAMURA TakumiTeach LLVM-Config to use logical target names (1/2)
2014-02-21 Kevin Qin[AArch64] Add register constraints to avoid generating...
2014-02-21 Filip PizloThis test was failing on non-X86-64 platforms because...
2014-02-21 Rafael EspindolaMake DisableIntegratedAS a TargetOption.
2014-02-21 Rafael EspindolaOne last pass of DataLayout variable renaming.
2014-02-21 Rafael EspindolaRename a few more DataLayout variables.
2014-02-21 Rafael EspindolaRename many DataLayout variables from TD to DL.
2014-02-20 Filip PizloStackmaps are used for OSR exits, which is a custom...
2014-02-20 Nick LewyckyMake sure that value handle users see the transformatio...
2014-02-20 Eli BenderskySet the SuppressWarnings option on tool level and propa...
2014-02-20 Benjamin Kramercstdint is a C++11 header, LLVM provides its own versio...
2014-02-20 Michael J.... [Support] Correctly handle zero length inputs to UTF...
2014-02-20 Adrian Prantltest_debuginfo.pl: Make failures easier to debug by...
2014-02-20 Rui UeyamaFix build breakage.
2014-02-20 Rui UeyamaObject/COFF: Fix possible truncation bug.
2014-02-20 Benjamin KramerRemove unnecessary copy of array_lengthof.
2014-02-20 Oliver StannardAArch64: __va_list.__stack must be 8-byte aligned
2014-02-20 Chad Rosier[AArch64] Add support for TargetTransformInfo Analysis.
2014-02-20 Daniel Sanders[mips] Make it impossible to have UnknownABI in CodeGen...
2014-02-20 NAKAMURA Takumi[CMake] Move intrinsics_gen to lib/Target out of add_pu...
2014-02-20 NAKAMURA Takumi[CMake] intrinsics_gen: Use add_public_tablegen_target().
2014-02-20 Benjamin KramerAsmParser: Disable Darwin-style macro argument expansio...
2014-02-20 Daniel Sanders[mips] Make mips64 the default CPU for the mips64 archi...
2014-02-20 Evgeniy StepanovUnconditionally include msan_interface.h when building...
2014-02-20 Daniel SandersAdded release note about making all inline assembly...
2014-02-20 NAKAMURA TakumiCOFFObjectFile.cpp: Appease msvc in r201760.
2014-02-20 Craig Topper[x86] Switch PAUSE instruction to use XS prefix instead...
2014-02-20 Elena DemikhovskyAVX-512: added a lit test for truncate operation
2014-02-20 Elena DemikhovskyAVX-512: Fixed compilation issue
2014-02-20 Rui Ueyamallvm-objdump/COFF: Print SEH table addresses.
2014-02-20 Nick LewyckyFix change in behaviour accidentally introduced in...
2014-02-20 Elena DemikhovskyAVX-512: Assembly parsing of broadcast semantic in...
2014-02-20 Rui UeyamaObject/COFF: Fix padding between CSDVersion and EditList.
2014-02-20 Nick LewyckySimplify the implementation of getUnderlyingObjectsForI...
2014-02-20 Eric ChristopherAdd support for hashing attributes with DW_FORM_block...
2014-02-20 Eric ChristopherMake DIELoc/DIEBlock's ComputeSize method const. Add...
2014-02-20 Eric ChristopherFormat.
2014-02-20 Eric ChristopherThis tests DW_FORM_sdata, not DW_FORM_block. Make the...
2014-02-20 Eric ChristopherFix commit thinkos from splitting out patches.
2014-02-20 Eric ChristopherAdd support for hashing DW_FORM_sdata and a small testcase.
2014-02-20 Eric ChristopherFormat.
2014-02-20 Eric ChristopherRemove FIXME that had snuck in.
2014-02-19 Tobias GrosserAvoid collisions with Objective-C++ keywords
2014-02-19 Tobias GrosserFix typo
2014-02-19 Reed KotlerMake one statement easier to understand from post commm...
2014-02-19 Roman DivackyExpand 64bit {SHL,SHR,SRA}_PARTS on sparcv9.
2014-02-19 Rafael Espindolamove getNameWithPrefix and getSymbol to TargetMachine.
2014-02-19 Rafael EspindolaAdd back r201608, r201622, r201624 and r201625
2014-02-19 Eli BenderskyRefactor TargetOptions initialization into a single...
2014-02-19 Christian PirkerTest commit - remove the new line to lib/Target/AArch64...
2014-02-19 Daniel Sanders[mips] Use multiple FileCheck prefixes rather than...
2014-02-19 Daniel Sanders[mips] In the integrated assembler, select the default...
2014-02-19 Christian PirkerTest commit - added a new line to lib/Target/AArch64...
2014-02-19 Venkatraman... [Sparc] Remove spurious checks from a testcase.
2014-02-19 Daniel Sanders[mips] Use llvm::Triple in ParseMipsTriple() instead...
2014-02-19 Rafael EspindolaThis reverts commit r201625 and r201624.
2014-02-19 Daniel Sanders[mips] Add explicit N32 and N64 tests to nabi-regs...
2014-02-19 Alexey SamsonovSupport GTest for FreeBSD platforms (9.x)
2014-02-19 Daniel Sanders[mips] Remove unused NotN64 predicate
2014-02-19 Cameron McInallyFix AVX512 vector sqrt assembly strings.
2014-02-19 Logan ChienDisable override and final C++ keyword in gcc 4.6.
2014-02-19 Daniel JasperRevert r201622 and r201608.
2014-02-19 Tim NorthoverX86: move test requiring X86TargetLowering info into...
2014-02-19 Tim NorthoverTry addding datalayout in case that's what Hexagon...
2014-02-19 Tim NorthoverX86 CodeGenPrep: sink shufflevectors before shifts
2014-02-19 Evgeniy StepanovBuild PIE binaries when cross-compiling to Android.
2014-02-19 Alexey SamsonovTry to revive buildbots after r201620
2014-02-19 Craig TopperRemove special FP opcode maps and instead add enough...
2014-02-19 Craig TopperReduce size of map field in X86 TSFlags since it now...
2014-02-19 Craig TopperPut some of the X86 formats in a more logical order.
2014-02-19 Craig TopperRemove A6/A7 opcode maps. They can all be handled with...
2014-02-19 Rui Ueyamallvm-objdump/COFF: Print load configuration table.
2014-02-19 Mingjie XingFix a typo in a comment.
2014-02-19 Saleem AbdulrasoolMCAsmParser: support required parameters
2014-02-19 Saleem AbdulrasoolMCAsmParser: change representation of MCAsmMacroParameter
2014-02-19 Rafael EspindolaNow that llvm always does the right thing with private...
next