oota-llvm.git
2013-10-05 Andrew KaylorUpdating XFAILs for recent GOT tests
2013-10-05 Andrew KaylorAdding tests for multiple GOTs with MCJIT
2013-10-05 Andrew KaylorAdding multiple GOT handling to RuntimeDyldELF
2013-10-05 Manman RenDebug Info: In DIBuilder, the derived-from field of...
2013-10-05 Eric ChristopherReorganize some member variables and update a comment.
2013-10-05 Eric ChristopherFix one comment and update another. Slightly reformat.
2013-10-05 Venkatraman... [Sparc] Respect hasHardQuad parameter correctly when...
2013-10-05 Eric ChristopherAdd a resolve method on CompileUnit that forwards to...
2013-10-05 Adrian PrantlDebug info: Don't crash in SelectionDAGISel when a...
2013-10-05 Eric ChristopherMake a bunch of CompileUnit member functions private.
2013-10-04 Venkatraman... [Sparc] Correct the floating point conditional code...
2013-10-04 David BlaikieMinor formatting/comment rewording/etc.
2013-10-04 Eric ChristopherRemove odd use of this.
2013-10-04 Eric ChristopherReformat some odd formattings.
2013-10-04 Eric ChristopherTighten up some type arguments to functions. Where...
2013-10-04 Hal FinkelUpdatePHINodes in BasicBlockUtils should not crash...
2013-10-04 David BlaikieRemove some dead code.
2013-10-04 Eric ChristopherPull this out for a bit of readability.
2013-10-04 David BlaikieSimplify setting of DIE tag for type DIEs by setting...
2013-10-04 Eric ChristopherReformat.
2013-10-04 Eric ChristopherFormatting.
2013-10-04 Eric ChristopherPrune includes.
2013-10-04 Jack Carterforgot to remove this file as well
2013-10-04 Jack Carterreverting per request
2013-10-04 Eric ChristopherUse addFlag to add the enum class attribute.
2013-10-04 Eric ChristopherUse Die->addValue and DIEIntegerOne directly when we...
2013-10-04 Hal FinkelFix DAGCombiner::visitFP_EXTEND to ignore indexed loads
2013-10-04 Reed KotlerSupport tblockaddr for static compilation in Mips16.
2013-10-04 Rafael EspindolaFix object file writing in llvm-lto on Windows.
2013-10-04 Jack Carter[MC][AsmParser] Hook for post assembly file processing
2013-10-04 Andrew KaylorAttempting to fix lli build error
2013-10-04 Akira Hatanaka[mips] Fix a bug in MipsLongBranch::replaceBranch,...
2013-10-04 Arnold SchwaighoferSLPVectorizer: Sort inputs to commutative binary operations
2013-10-04 Andrew KaylorFixing container/pointer bug in remote-lli found by...
2013-10-04 Eric ChristopherTemporarily revert r176882 as it needs to be implemente...
2013-10-04 Benjamin Kramerlli: Check pipe creation for errors.
2013-10-04 Rafael EspindolaAdd lto_codegen_add_dso_symbol to the export list.
2013-10-04 Eric ChristopherTemporarily revert r191792 as it is causing some LTO...
2013-10-04 Matthias BraunFix comment
2013-10-04 Matthias BraunFix indentation
2013-10-04 Matthias BraunFix typo
2013-10-04 Matthias BraunARM: optimizeSelect has to consider the previous regist...
2013-10-04 Matthias BraunARM: do not add a regmask for TAILJUMPs
2013-10-04 Matthias BraunARM: preserve undef flag in pseudo instruction expanders
2013-10-04 Rafael EspindolaFix this test.
2013-10-04 Alp TokerRevert "Test commit to check e-mail address. Please...
2013-10-04 Alexey SamsonovRestore LLVM_BUILD_RUNTIME option that was deleted...
2013-10-04 Jiangning LiuImplement aarch64 neon instruction set AdvSIMD (3V...
2013-10-04 Jin-Gu KangTest commit to check e-mail address. Please discard...
2013-10-04 Craig TopperRevert r191940 to see if it fixes the build bots.
2013-10-04 Craig TopperAdd OPC_CheckChildSame0-3 to the DAG isel matcher....
2013-10-04 David BlaikieDebugInfo: Fix ordering of members after r191928
2013-10-04 Andrew KaylorAdding support and tests for multiple module handling...
2013-10-03 Richard MittonFixed a bug with section names containing special chara...
2013-10-03 Owen AndersonPull fptrunc's upwards through selects when one of...
2013-10-03 David BlaikieDebugInfo: Avoid redundantly adding child DIEs to parents.
2013-10-03 Matt ArsenaultRename DataLayout variables TD -> DL
2013-10-03 Rafael EspindolaOptimize linkonce_odr unnamed_addr functions during...
2013-10-03 Matt ArsenaultMake gep i8* X, -(ptrtoint Y) transform work with addre...
2013-10-03 Tom RoederTest commit. Fixed a copy-paste error in the Makefile...
2013-10-03 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-03 Eric ChristopherMake sure we emit a section for pubnames even if that...
2013-10-03 Eric ChristopherFix cut and paste typo.
2013-10-03 Benjamin Kramerraw_fd_ostream: Be more verbose about the reason when...
2013-10-03 Jin-Gu KangAdded checking code whehter target supports specific...
2013-10-03 Benjamin KramerCaptureTracking: Plug a loophole in the "too many uses...
2013-10-03 Logan Chien[arm] Enhance the test case by checking .fpu directive.
2013-10-03 Elena DemikhovskyAVX-512: Fixed encoding of VMOVQ instruction.
2013-10-03 Amara Emerson[ARM] Warn on deprecated IT blocks in v8 AArch32 assembly.
2013-10-03 Alexey SamsonovRemove wild .debug_aranges entries generated from unimp...
2013-10-03 Craig TopperReplace C++ style comment with a C style comment to...
2013-10-03 Craig TopperRemove comma from the end of an enum.
2013-10-03 Craig TopperAdd XOP disassembler support. Fixes PR13933.
2013-10-03 Craig TopperRemove duplicated test cases that occurred when I appli...
2013-10-03 Craig TopperAdd patterns for selecting TBM instructions from logica...
2013-10-03 Pete CooperAdd v4f16 to supported value types.
2013-10-03 Rafael EspindolaDispose the codegen even when just writing the bitcode...
2013-10-02 Quentin Colombet[llvm-c][Disassembler] When printing latency informatio...
2013-10-02 Matt ArsenaultDon't use runtime bounds check between address spaces.
2013-10-02 Andrew KaylorFixing lli-child-target build
2013-10-02 Quentin Colombet[llvm-c][Disassembler] Add an option to print latency...
2013-10-02 Benjamin KramerAdd newline at eof.
2013-10-02 Richard SmithPass the resolved lli-child-target executable name...
2013-10-02 Matt ArsenaultFix missing CHECK-LABELs
2013-10-02 Yi JiangApply slp vectorization on fully-vectorizable tree...
2013-10-02 Matt ArsenaultFix debug printing spacing.
2013-10-02 Matt ArsenaultFix comment grammar and capitalization.
2013-10-02 Andrew KaylorFix build problems with remote lli implementation
2013-10-02 Benjamin KramerSLPVectorizer: Make store chain finding more aggressive...
2013-10-02 Andrew KaylorClean up lli execution code
2013-10-02 Andrew KaylorFixing compile warnings
2013-10-02 Andrew KaylorAdding out-of-process execution support to lli.
2013-10-02 Tom StellardStructurizeCFG: Add dependency on LowerSwitch pass
2013-10-02 Tim NorthoverMCJIT: skip some more new multi-module tests on unsuppo...
2013-10-02 Vincent LejeuneR600: Add a ldptr intrinsic to support MSAA.
2013-10-02 Rafael EspindolaTry harder to disable the LTO tests on windows.
2013-10-02 Chandler CarruthRemove the very substantial, largely unmaintained legac...
2013-10-02 Alexey SamsonovRemove "localize global" optimization
2013-10-02 Chandler CarruthTidy up this line of the Makefile before I start hackin...
2013-10-02 Rafael EspindolaAdd test I forgot to git add in r191824.
next