projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Workaround some compilers that give a stricter throw spec to = default than implicit...
2015-08-01
David Blaikie
Workaround some compilers that give a stricter throw...
commit
|
commitdiff
|
tree
2015-08-01
David Blaikie
Missing formatting
commit
|
commitdiff
|
tree
2015-08-01
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
commit
|
commitdiff
|
tree
2015-08-01
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
commit
|
commitdiff
|
tree
2015-07-31
David Blaikie
Fix an MSVC build break since it can't synthesize move...
commit
|
commitdiff
|
tree
2015-07-31
David Blaikie
Fix a GCC buildbot that seemed to be having trouble...
commit
|
commitdiff
|
tree
2015-07-31
David Blaikie
Fix some formatting from a recent commit.
commit
|
commitdiff
|
tree
2015-07-31
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
commit
|
commitdiff
|
tree
2015-07-31
David Blaikie
-Wdeprecated-clean: Fix cases of violating the rule...
commit
|
commitdiff
|
tree
2015-07-29
David Blaikie
[opaque pointers] Remove use of PointerType::getElementType...
commit
|
commitdiff
|
tree
2015-07-28
David Blaikie
[opaque pointer type] Avoid using pointee types to...
commit
|
commitdiff
|
tree
2015-07-27
David Blaikie
[opaque pointers] Avoid the use of pointee types when...
commit
|
commitdiff
|
tree
2015-07-21
David Blaikie
Add some utilities to iterator_range for trimming a...
commit
|
commitdiff
|
tree
2015-07-14
David Blaikie
Avoid MSVC-incompatible use of init list.
commit
|
commitdiff
|
tree
2015-07-14
David Blaikie
Add default value for Args parameter of IRBuilder:...
commit
|
commitdiff
|
tree
2015-07-01
David Blaikie
Revert "[DWARF] Fix debug info generation for function...
commit
|
commitdiff
|
tree
2015-06-26
David Blaikie
Move VectorUtils from Transforms to Analysis to correct...
commit
|
commitdiff
|
tree
2015-06-26
David Blaikie
Fix ODR violation waiting to happen by making static...
commit
|
commitdiff
|
tree
2015-06-22
David Blaikie
Modify ParseArgs to return the InputArgList by value...
commit
|
commitdiff
|
tree
2015-06-21
David Blaikie
Devirtualize ArgList's dtor now that -Wvirtual-dtor...
commit
|
commitdiff
|
tree
2015-06-21
David Blaikie
ArrayRef-ify libDriverMain
commit
|
commitdiff
|
tree
2015-06-21
David Blaikie
ArrayRef-ify ParseArgs
commit
|
commitdiff
|
tree
2015-06-12
David Blaikie
Refix a use of explicit pointer types in GEP constant...
commit
|
commitdiff
|
tree
2015-06-09
David Blaikie
Revert "[DWARF] Fix a few corner cases in expression...
commit
|
commitdiff
|
tree
2015-06-04
David Blaikie
Re-unique_ptrify LoadedObjectInfo::clone after it was...
commit
|
commitdiff
|
tree
2015-06-04
David Blaikie
Retry defaulting the virtual dtor in LoadedObjectInfo
commit
|
commitdiff
|
tree
2015-06-04
David Blaikie
Having another go at some simple cleanup from r237975...
commit
|
commitdiff
|
tree
2015-06-01
David Blaikie
[opaque pointer type] Explicitly store the pointee...
commit
|
commitdiff
|
tree
2015-05-22
David Blaikie
unique_ptrify LoadedObjectInfo::clone
commit
|
commitdiff
|
tree
2015-05-22
David Blaikie
Fix Clang -Wmissing-override warning
commit
|
commitdiff
|
tree
2015-05-21
David Blaikie
Put GEPOperator member function definition in the appropriat...
commit
|
commitdiff
|
tree
2015-05-21
David Blaikie
[opaque pointer type] Allow gep_type_iterator to work...
commit
|
commitdiff
|
tree
2015-05-21
David Blaikie
[opaque pointer type] Pass explicit pointee type in...
commit
|
commitdiff
|
tree
2015-05-20
David Blaikie
[opaque pointer type] Pass explicit type to Load instruction...
commit
|
commitdiff
|
tree
2015-05-20
David Blaikie
[opaque pointer type] LoadInst: assert that the explicit...
commit
|
commitdiff
|
tree
2015-05-19
David Blaikie
[opaque pointer type] Provide a convenience function...
commit
|
commitdiff
|
tree
2015-05-19
David Blaikie
[opaque pointer type] Provide the ability to pass an...
commit
|
commitdiff
|
tree
2015-05-18
David Blaikie
Revert "[opaque pointer type] Provide a convenience...
commit
|
commitdiff
|
tree
2015-05-18
David Blaikie
[opaque pointer type] Provide a convenience for IRBuilder...
commit
|
commitdiff
|
tree
2015-05-18
David Blaikie
Simplify IRBuilder::CreateCall* by using ArrayRef+initialize...
commit
|
commitdiff
|
tree
2015-05-13
David Blaikie
[opaque pointer type] Use the value type of the GlobalVariab...
commit
|
commitdiff
|
tree
2015-05-13
David Blaikie
[opaque pointer type] Use GlobalVariable::getValueType...
commit
|
commitdiff
|
tree
2015-05-13
David Blaikie
[opaque pointer type] Constant Folding: Use GEPOperator...
commit
|
commitdiff
|
tree
2015-05-13
David Blaikie
[opaque pointer type] Pass the explicit function type...
commit
|
commitdiff
|
tree
2015-05-11
David Blaikie
Simplify a return expression and an access to an alloca...
commit
|
commitdiff
|
tree
2015-05-11
David Blaikie
Readdress r236990, use of static members on a non-static...
commit
|
commitdiff
|
tree
2015-05-08
David Blaikie
[opaque pointer type] Cleanup a few references to pointee...
commit
|
commitdiff
|
tree
2015-05-08
David Blaikie
Replace branch-to-unreachable with assertion.
commit
|
commitdiff
|
tree
2015-05-08
David Blaikie
[opaque pointer type] Explicit pointee type for GEPOperator...
commit
|
commitdiff
|
tree
2015-05-07
David Blaikie
Recommit r236670: [opaque pointer type] Pass explicit...
commit
|
commitdiff
|
tree
2015-05-06
David Blaikie
Revert "[opaque pointer type] Pass explicit pointer...
commit
|
commitdiff
|
tree
2015-05-06
David Blaikie
[opaque pointer type] Pass explicit pointer type through...
commit
|
commitdiff
|
tree
2015-05-05
David Blaikie
Fix the clang -Werror build, use of uninitialized variable.
commit
|
commitdiff
|
tree
2015-05-05
David Blaikie
[opaque pointer type] Track explicit GEP pointee type...
commit
|
commitdiff
|
tree
2015-05-02
David Blaikie
DebugInfo: Use low_pc relative debug_ranges under fission...
commit
|
commitdiff
|
tree
2015-04-29
David Blaikie
[opaque pointer type] Store the value type of an alloca
commit
|
commitdiff
|
tree
2015-04-29
David Blaikie
[opaque pointer type] Pass GlobalAlias the actual pointer...
commit
|
commitdiff
|
tree
2015-04-28
David Blaikie
[opaque pointer type] Encode the allocated type of...
commit
|
commitdiff
|
tree
2015-04-28
David Blaikie
[opaque pointer type] Encode the pointee type in the...
commit
|
commitdiff
|
tree
2015-04-27
David Blaikie
[opaque pointer type] encode the pointee type of global...
commit
|
commitdiff
|
tree
2015-04-24
David Blaikie
[opaque pointer type] Verifier/AutoUpgrade: Remove...
commit
|
commitdiff
|
tree
2015-04-24
David Blaikie
[opaque pointer type] Add textual IR support for explicit...
commit
|
commitdiff
|
tree
2015-04-24
David Blaikie
Revert changes to LTO test case since llvm-lto can...
commit
|
commitdiff
|
tree
2015-04-24
David Blaikie
Skip extra LLVM IR assemble/disassemble steps in some...
commit
|
commitdiff
|
tree
2015-04-24
David Blaikie
[opaque pointer type] bitcode: add explicit callee...
commit
|
commitdiff
|
tree
2015-04-23
David Blaikie
Recommit r235458: [opaque pointer type] Avoid using...
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
Revert "[opaque pointer type] Avoid using PointerType...
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
[opaque pointer type] Use pointee type retrieved from...
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
Replace std::auto_ptr with std::unique_ptr
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
Fix up Exception demo from recent opaque pointer type...
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
commit
|
commitdiff
|
tree
2015-04-22
David Blaikie
[opaque pointer types] Serialize the value type for...
commit
|
commitdiff
|
tree
2015-04-21
David Blaikie
[opaque pointer type] Avoid using PointerType::getElementTyp...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Access the pointee of the result...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Query the GEP for its source...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Avoid creating (and then unwrapping...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Use the parsed explicit pointee...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer types] Use the pointee type loaded...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Serialize the type of an llvm...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
[opaque pointer type] Explicit pointee type for call...
commit
|
commitdiff
|
tree
2015-04-17
David Blaikie
Narrow down the type of CallInst::getFunctionType to...
commit
|
commitdiff
|
tree
2015-04-16
David Blaikie
[opaque pointer type] Add textual IR support for explicit...
commit
|
commitdiff
|
tree
2015-04-14
David Blaikie
DebugInfo: Pubnames: Do not include variable declarations...
commit
|
commitdiff
|
tree
2015-04-14
David Blaikie
Update test case to include the original source code...
commit
|
commitdiff
|
tree
2015-04-13
David Blaikie
Remove default in fully-covered switch (to fix Clang...
commit
|
commitdiff
|
tree
2015-04-13
David Blaikie
llvm-readobj: teach it to handle MachO Universal Archive...
commit
|
commitdiff
|
tree
2015-04-13
David Blaikie
[docs] Update outdated ExtendingLLVM.rst
commit
|
commitdiff
|
tree
2015-04-06
David Blaikie
ArgPromo: Bail out earlier for varargs functions
commit
|
commitdiff
|
tree
2015-04-06
David Blaikie
[opaque pointer type] Avoid using PointerType::getElementTyp...
commit
|
commitdiff
|
tree
2015-04-06
David Blaikie
Add some type safety to GlobalObject/GlobalValue -...
commit
|
commitdiff
|
tree
2015-04-05
David Blaikie
[opaque pointer type] Remove some backwards compatible...
commit
|
commitdiff
|
tree
2015-04-05
David Blaikie
clang-format my last commit
commit
|
commitdiff
|
tree
2015-04-05
David Blaikie
[opaque pointer type] The last of the GEP IRBuilder...
commit
|
commitdiff
|
tree
2015-04-04
David Blaikie
[opaque pointer type] More GEP API migrations
commit
|
commitdiff
|
tree
2015-04-04
David Blaikie
[opaque pointer type] More (constant, in this instance...
commit
|
commitdiff
|
tree
2015-04-03
David Blaikie
[opaque pointer type] More GEP IRBuilder API migrations
commit
|
commitdiff
|
tree
2015-04-03
David Blaikie
[opaque pointer type] More GEP IRBuilder API migrations...
commit
|
commitdiff
|
tree
2015-04-03
David Blaikie
Use early returns to reduce indentation.
commit
|
commitdiff
|
tree
2015-04-03
David Blaikie
[opaque pointer type] More GEP API migrations in IRBuilder...
commit
|
commitdiff
|
tree
2015-04-03
David Blaikie
[opaque pointer types] Push explicit type parameter...
commit
|
commitdiff
|
tree
next