2015-02-18 |
David Blaikie | Remove unused member variables (-Wunused-private-field)
|
commit | commitdiff | tree |
2015-02-15 |
David Blaikie | FileCheck-ize a test to make it easier to migrate to...
|
commit | commitdiff | tree |
2015-02-15 |
David Blaikie | Update a test to make it easier to migrate to untyped...
|
commit | commitdiff | tree |
2015-02-15 |
David Blaikie | Update a test to use FileCheck so it's easier to migrate...
|
commit | commitdiff | tree |
2015-02-15 |
David Blaikie | Reformat test case to be easier to migrate to typeless...
|
commit | commitdiff | tree |
2015-02-12 |
David Blaikie | Add missing override.
|
commit | commitdiff | tree |
2015-02-12 |
David Blaikie | Remove typedef of a pointer type used in a gep to simplify...
|
commit | commitdiff | tree |
2015-02-10 |
David Blaikie | Fix the clang -Werror build (-Wunused-variable)
|
commit | commitdiff | tree |
2015-02-08 |
David Blaikie | Fix -Wuninitialized build by referencing the relevant...
|
commit | commitdiff | tree |
2015-02-08 |
David Blaikie | Kaleidoscope-Orc: Reuse the IRGen utility function...
|
commit | commitdiff | tree |
2015-02-08 |
David Blaikie | Kaleidoscope-Orc: Extract IRGen work into a utility...
|
commit | commitdiff | tree |
2015-02-08 |
David Blaikie | Constify the Orc Kaleidoscope examples IRGen functions.
|
commit | commitdiff | tree |
2015-02-08 |
David Blaikie | Add CMake build support for Orc examples (& fix some...
|
commit | commitdiff | tree |
2015-02-07 |
David Blaikie | Rename the 'Extending the Language: Debug Information...
|
commit | commitdiff | tree |
2015-02-02 |
David Blaikie | STLExtras: Provide less/equal functors with templated...
|
commit | commitdiff | tree |
2015-01-30 |
David Blaikie | Add PPC test for r227481, but XFAIL because this is...
|
commit | commitdiff | tree |
2015-01-30 |
David Blaikie | Add ARM test for r227489, but XFAIL because this is...
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | Add missing test from r227488
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | Matching ARM change for r227481: DebugInfo: Teach Fast...
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | Refactor test to be reused across architectures
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | Remove erroneous REQUIRES: object-emission for asm...
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | Missing test case for r227481
|
commit | commitdiff | tree |
2015-01-29 |
David Blaikie | DebugInfo: Teach Fast ISel to respect the debug location...
|
commit | commitdiff | tree |
2015-01-28 |
David Blaikie | Add description to assert
|
commit | commitdiff | tree |
2015-01-28 |
David Blaikie | PR22356: DebugInfo: Handle the size of a member where...
|
commit | commitdiff | tree |
2015-01-22 |
David Blaikie | Revert "PR21408: Workaround the appearance of duplicate...
|
commit | commitdiff | tree |
2015-01-21 |
David Blaikie | DebugInfo: Use distinct inlinedAt MDLocations to avoid...
|
commit | commitdiff | tree |
2015-01-18 |
David Blaikie | unique_ptrify the RelInfo parameter to TargetRegistry...
|
commit | commitdiff | tree |
2015-01-18 |
David Blaikie | Attempt to fix the MSVC build by working around a layering...
|
commit | commitdiff | tree |
2015-01-18 |
David Blaikie | std::unique_ptrify the MCStreamer argument to createAsmPrinter
|
commit | commitdiff | tree |
2015-01-14 |
David Blaikie | Add comment about a gotcha I ran across while touching...
|
commit | commitdiff | tree |
2015-01-14 |
David Blaikie | unique_ptrify the value in DominatorTreeBase::DomTreeNodes
|
commit | commitdiff | tree |
2014-12-30 |
David Blaikie | Fix a test case to not depend on asm comment syntax...
|
commit | commitdiff | tree |
2014-12-30 |
David Blaikie | Generalize even further, for ARM comment syntax (@)
|
commit | commitdiff | tree |
2014-12-30 |
David Blaikie | Generalize test case to handle different asm syntax...
|
commit | commitdiff | tree |
2014-12-30 |
David Blaikie | DebugInfo: Omit is_stmt from line table entries on...
|
commit | commitdiff | tree |
2014-12-22 |
David Blaikie | Remove dynamic allocation/indirection from GCOVBlocks...
|
commit | commitdiff | tree |
2014-12-22 |
David Blaikie | Use iterators rather than indices to make this forwards...
|
commit | commitdiff | tree |
2014-12-22 |
David Blaikie | unique_ptrify MatchableInfo(const CodeGenInstAlias...
|
commit | commitdiff | tree |
2014-12-19 |
David Blaikie | Update SmallPtrSet::insert's doc comment to match the...
|
commit | commitdiff | tree |
2014-12-17 |
David Blaikie | PR21875: codegen for non-type template parameters of...
|
commit | commitdiff | tree |
2014-12-03 |
David Blaikie | range-for some things
|
commit | commitdiff | tree |
2014-12-03 |
David Blaikie | Simplify CodeGenRegBank::inferMatchingSuperRegClass...
|
commit | commitdiff | tree |
2014-12-03 |
David Blaikie | Simplify ownership of RegClasses by using list<CodeGenRegist...
|
commit | commitdiff | tree |
2014-12-03 |
David Blaikie | Range-for some stuff related to RegClasses, and comment...
|
commit | commitdiff | tree |
2014-11-29 |
David Blaikie | Remove some unnecessary vector::reserve/assign calls.
|
commit | commitdiff | tree |
2014-11-29 |
David Blaikie | Remove indirection of vector<T*> in favor of deque<T>
|
commit | commitdiff | tree |
2014-11-29 |
David Blaikie | Use deque<T> rather than vector<T*> since it provides...
|
commit | commitdiff | tree |
2014-11-29 |
David Blaikie | Constify some things in preparation for CodeGenSubRegIndex...
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Reapply "Use std::map<K, V> rather than std::map<K...
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Revert "Use std::map<K, V> rather than std::map<K,...
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Push unique_ptr a bit further through some APIs and...
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Use std::map<K, V> rather than std::map<K, std::unique_ptr<V>>
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Simplify some more ownership using forward_list<T>...
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Forgotten formatting from previous commit
|
commit | commitdiff | tree |
2014-11-28 |
David Blaikie | Simplify ownership by using forward_list<T> rather...
|
commit | commitdiff | tree |
2014-11-25 |
David Blaikie | Revert "unique_ptrify LLVMContextImpl::CAZConstants"
|
commit | commitdiff | tree |
2014-11-25 |
David Blaikie | unique_ptrify LLVMContextImpl::CAZConstants
|
commit | commitdiff | tree |
2014-11-19 |
David Blaikie | Add missing header
|
commit | commitdiff | tree |
2014-11-19 |
David Blaikie | Update SetVector to rely on the underlying set's insert...
|
commit | commitdiff | tree |
2014-11-19 |
David Blaikie | Remove StringMap::GetOrCreateValue in favor of StringMap...
|
commit | commitdiff | tree |
2014-11-19 |
David Blaikie | Make StringSet::insert return pair<iterator, bool>...
|
commit | commitdiff | tree |
2014-11-17 |
David Blaikie | Revert "Improve memory ownership/management in TableGen...
|
commit | commitdiff | tree |
2014-11-17 |
David Blaikie | Improve memory ownership/management in TableGen by...
|
commit | commitdiff | tree |
2014-11-14 |
David Blaikie | Turn a leaked object into a stack variable instead.
|
commit | commitdiff | tree |
2014-11-14 |
David Blaikie | Remove redundant virtual on overriden functions.
|
commit | commitdiff | tree |
2014-11-14 |
David Blaikie | StringMap: Test and finish off supporting perfectly...
|
commit | commitdiff | tree |
2014-11-14 |
David Blaikie | Fix 80 cols caught by the linter...
|
commit | commitdiff | tree |
2014-11-13 |
David Blaikie | Fix nested namespace with decltype to hopefully work...
|
commit | commitdiff | tree |
2014-11-13 |
David Blaikie | Use unique_ptr to handle ownership of TreePatterns...
|
commit | commitdiff | tree |
2014-11-12 |
David Blaikie | Fix non-variadic function_ref cases to match r221753
|
commit | commitdiff | tree |
2014-11-12 |
David Blaikie | Ensure function_refs are copyable even from non-const...
|
commit | commitdiff | tree |
2014-11-04 |
David Blaikie | Provide gmlt-like inline scope information in the skeleton...
|
commit | commitdiff | tree |
2014-11-04 |
David Blaikie | Move cross-unit DIE caching to the DwarfFile level...
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Use common range handling for the CU's ranges
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Push the CURangeList down into the skeleton CU (where...
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Add DwarfCompileUnit::BaseAddress to track the base...
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Cleanup some unused or trivial functions in DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Sink DwarfUnit::CURanges into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-03 |
David Blaikie | Sink range list handling down from DwarfUnit into its...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Formatting
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Add DwarfUnit::isDwoUnit and use it to generalize string...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Remove the last mention of LineTablesOnly from DwarfUnit...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::applySubprogramAttributesToDefinition...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addExpr into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Fix the build from the last commit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::applyVariableAttributes into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addLocationList down into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addComplexAddress down into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Push DwarfUnit::addAddress down into DwarfCompileUnit
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::addVariableAddress into DwarfCompileUnit...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | DebugInfo: Sink accelerator table lists down (GlobalNames...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Add DwarfUnit::addGlobalType to match DwarfUnit::addGlobalName
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | DebugInfo: Refactor index type DIE initialization by...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Be sure to initialize DwarfCompileUnit::LabelBegin...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Don't bother creating LabelBegin for .dwo units
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Drop DwarfCompileUnit::getLocalLabel* in favor of just...
|
commit | commitdiff | tree |
2014-11-02 |
David Blaikie | Sink DwarfUnit::LabelBegin down into DwarfCompileUnit...
|
commit | commitdiff | tree |
2014-11-01 |
David Blaikie | Sink dwarf unit length emission down into DwarfUnit...
|
commit | commitdiff | tree |
2014-11-01 |
David Blaikie | Test 221067 in a fixed-target test so as not to fail...
|
commit | commitdiff | tree |
next |