summaryrefslogtreecommitdiff
path: root/dragonegg
AgeCommit message (Expand)Author
2014-11-19Update for LLVM API change to make Small(Ptr)Set::insert return pair<iterator...NAKAMURA Takumi
2014-11-04dragonegg/Internals.h: Use LLVM_END_WITH_NULL.NAKAMURA Takumi
2014-10-27Prune CRLF.NAKAMURA Takumi
2014-10-22Drop TODO_ggc_collect. I was removed from newer gcc's.Rafael Espindola
2014-10-18Remove a bad test. The GEP has nothing to do with devirtualization, itChandler Carruth
2014-10-13dragonegg/test/validator/c++: Update a couple of testcases corresponding to L...NAKAMURA Takumi
2014-10-13Debug.cpp: Use DIBuilder::insertDeclare(), corresponding to LLVM r218787.NAKAMURA Takumi
2014-09-29Debug.cpp: s/createStaticVariable/CreateGlobalVariable/ corresponding to r218...NAKAMURA Takumi
2014-09-10Backend.cpp: Update DataLayoutPass corresponding to LLVM r217548.NAKAMURA Takumi
2014-08-25Update for LLVM API change.Rafael Espindola
2014-08-04Update dragonegg corresponding to LLVM r214781.NAKAMURA Takumi
2014-07-30Update for llvm change.Rafael Espindola
2014-07-29Debug.cpp: Update DW_TAG_subroutine_type corresponding to r214132.NAKAMURA Takumi
2014-06-13Quick fix for dragonegg about CreateAtomicCmpXchg, corresponding llvm r210903.NAKAMURA Takumi
2014-06-08Use PassManager instead of FunctionPassManager in CodeGen. r210280 has introd...NAKAMURA Takumi
2014-06-04Fix alias generation and bring back the tests for it.Rafael Espindola
2014-05-17Update for llvm api change.Rafael Espindola
2014-05-16Short term fix for llvm api change.Rafael Espindola
2014-05-16Update for llvm api change.Rafael Espindola
2014-05-15Update MCOptions corresponding to r208832.NAKAMURA Takumi
2014-05-13Delete dead code.Rafael Espindola
2014-05-13Fix build after a llvm API change.Rafael Espindola
2014-05-12Update for llvm api change.Rafael Espindola
2014-05-08Use DIBuilder::createReplaceableForwardDecl(), corresponding to LLVM r208054.NAKAMURA Takumi
2014-05-06Don't use the Enable argument in SubtargetFeatures.AddFeature.Rafael Espindola
2014-05-05Fix c/InternVariableWeakref.c.Rafael Espindola
2014-05-05Fix c/InternFunctionWeakref.c.Rafael Espindola
2014-04-30Add <llvm/Support/FileSystem.h> corresponding to r207593.NAKAMURA Takumi
2014-04-22dragonegg/src/Convert.cpp: Add explicit DEBUG_TYPE corresponding to LLVM r206...NAKAMURA Takumi
2014-04-12Add missing include.Benjamin Kramer
2014-04-11Invalidate -fsplit-stack for now, corresponding to r205997.NAKAMURA Takumi
2014-03-30Quick fix corresponding to BumpPtrAllocator's change in r205143.NAKAMURA Takumi
2014-03-30Disable a couple of tests for now, corresponding to r204934.NAKAMURA Takumi
2014-03-14Fix for LLVM API change.Rafael Espindola
2014-03-11Update Convert.cpp corresponding to llvm r203559.NAKAMURA Takumi
2014-03-06[Layering] Update include of DebugInfo.h which moved to the IR libraryChandler Carruth
2014-03-06[Layering] Update include of DIBuilder.h which moved to the IR libraryChandler Carruth
2014-03-04Introduce "Analysis/TargetFolder.h" corresponding to r202832.NAKAMURA Takumi
2014-03-04[Modules] Update to reflect the move of CFG.h to the IR library in LLVMChandler Carruth
2014-03-04[Modules] Update to reflect ValueHandle moving to the IR library in LLVMChandler Carruth
2014-02-25Update for llvm api change.Rafael Espindola
2014-02-24Update for llvm api change.Rafael Espindola
2014-02-23[CMake] Apply DEPENDS to dragonegg.NAKAMURA Takumi
2014-02-13[CMake] Prune add_dependencies, for now.NAKAMURA Takumi
2014-02-13Update a couple of dragoneg-compilator tests corresponding to r201333.NAKAMURA Takumi
2014-02-11Bug 18358 - Update for objectsize intrinsic argument change.Matt Arsenault
2014-02-04[CMake] check-dragonegg-validator: Add dependencies to llvm tools.NAKAMURA Takumi
2014-01-24dragonegg: [CMake] Introduce CMake. It just works.NAKAMURA Takumi
2014-01-13[cleanup] Fix the include of Verifier.h after the LLVM move of it to theChandler Carruth
2014-01-12Backend.cpp: Fix build corresponding to chandlerc's changes.NAKAMURA Takumi