projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Revert create_symbolic_link and both depending changes
2014-03-06
Chandler Carruth
[Modules] Fix a layering issue that is actually impacting...
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[Layering] Move GVMaterializer.h into the IR library...
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[cleanup] Re-sort the standard library include lines.
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[Layering] Sink Linker.h into a Linker subdirectory...
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[Layering] Move InstVisitor.h into the IR library as...
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
commit
|
commitdiff
|
tree
2014-03-06
Chandler Carruth
[Layering] Move DIBuilder.h into the IR library where...
commit
|
commitdiff
|
tree
2014-03-05
Chandler Carruth
[Layering] Move AutoUpgrade.h into the IR library where its
commit
|
commitdiff
|
tree
2014-03-05
Chandler Carruth
[Layering] Move DebugLoc.h into the IR library. The...
commit
|
commitdiff
|
tree
2014-03-05
Chandler Carruth
[C++11] Make this interface accept const Use pointers...
commit
|
commitdiff
|
tree
2014-03-05
Chandler Carruth
[C++11] Sink the iterator over a Value's users into...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
Hey, we can stop depending on the IR library from the...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the LeakDetector header into the IR...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Fix a typo in the path.
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the PassNameParser to the IR library...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the ConstantRange class into the IR...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Stop including CFG.h from GenericDomTree...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the PredIteratorCache into the IR library...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the NoFolder into the IR library as...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the ConstantFolder into the IR library...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the TargetFolder into the Analysis library...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move CFG.h to the IR library as it defines...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Delete DataFlow.h rather than move it to...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move ValueMap to the IR library. While this...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move ValueHandle into the IR library where...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move the LLVM IR pattern match header into...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move CallSite into the IR library where it...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move GetElementPtrTypeIterator into the IR...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[Modules] Move InstIterator out of the Support library...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Re-sort all the includes with utils/sort_includes.py.
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Add a getOperandNo method to the Use class...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Use early exit and simpler temporary variables...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Run clang-format over the Use code. It was...
commit
|
commitdiff
|
tree
2014-03-04
Chandler Carruth
[cleanup] Tidy up and modernize comments and the definition...
commit
|
commitdiff
|
tree
2014-03-03
Chandler Carruth
[C++11] Remove the completely unnecessary requirement...
commit
|
commitdiff
|
tree
2014-03-03
Chandler Carruth
[C++11] MSVC 2012 can't handle list-initialization...
commit
|
commitdiff
|
tree
2014-03-03
Chandler Carruth
[C++11] Add two range adaptor views to User: operands and
commit
|
commitdiff
|
tree
2014-03-03
Chandler Carruth
[C++11] Add an iterator_range class template. This...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Replace LLVM_STATIC_ASSERT with static_assert...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Clarify in the Compiler.h support macros and...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Suggest placing callable arguments as the last...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Update the coding standards to provide some...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Switch all uses of the llvm_move macro to use...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Add support for OwningPtr<T> to be converted...
commit
|
commitdiff
|
tree
2014-03-02
Chandler Carruth
[C++11] Add unit tests for OwningPtr<T> in preparation...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Remove LLVM_HAS_CXX11_STDLIB now that it is...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Remove LLVM_HAS_CXX11_TYPETRAITS now that it...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Now that we're not using it, remove the
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Remove uses of LLVM_HAS_RVALUE_REFERENCES from...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Remove the use of LLVM_HAS_RVALUE_REFERENCES...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Remove the R-value reference #if usage from...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Force the other C++11 standard library detection...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Turn off compiler-based detection of R-value...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Replace autoconf --enable-cxx11 with --enable...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[C++11] Switch the CMake option from LLVM_ENABLE_CXX11...
commit
|
commitdiff
|
tree
2014-03-01
Chandler Carruth
[docs] Update the docs to remove my hedging about C...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Clarify that there isn't much to be done other...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[C++11] Switch autoconf and make to use C++11 by default...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[C++11] Switch CMake to use C++11 by default! Next...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Add a section to the coding standards about...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] A slight tweak to the intro for the golden rule...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Tweak the example to match what is apparantly...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Switch to external hyperlink references. Much...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Fix my links to use the correct ReST syntax.
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Fix 80-column wrap that I messed up.
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Tweak discussion of BSDs based on feedback from...
commit
|
commitdiff
|
tree
2014-02-28
Chandler Carruth
[docs] Add a big section with details about how to...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Stop advertising 'make update'. It isn't implemented...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Actually spell out the new version requirements...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Clean up some of the required software to not...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Switch this table to the simple form as well...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Switch to the incredibly simpler "simple table...
commit
|
commitdiff
|
tree
2014-02-27
Chandler Carruth
[docs] Delete tons of bad information in the requirements...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Use the correct index integer size in GEPs through...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
Add two helpers to IRBuilder to flesh the interface...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Teach SROA how to handle pointers from address...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Split the alignment computation complete for...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] The original refactoring inspired by the addrspace...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Yet another slight refactoring that simplifies...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Simplify the computing of alignment: we only...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Use NewOffsetBegin in the unsplit case for memset...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Use the members for New{Begin,End}Offset in...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Compute the New{Begin,End}Offset values once...
commit
|
commitdiff
|
tree
2014-02-26
Chandler Carruth
[SROA] Fix PR18615 with some long overdue simplifications...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[reassociate] Switch two std::sort calls into std:...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Add an off-by-default *strict* inbounds check...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Use the original load name with the SROA-prefixed...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Thread the ability to add a pointer-specific...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Rather than copying the logic for building a...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Simplify some of the logic to dig out the old...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Adjust to new clang-format style.
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Fix a *glaring* bug in r202091: you have to...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Add a debugging tool which shuffles the slices...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Use a more direct way of determining whether...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
Add some convenience accessors for the underlying Use...
commit
|
commitdiff
|
tree
2014-02-25
Chandler Carruth
[SROA] Fix another instability in SROA with respect...
commit
|
commitdiff
|
tree
2014-02-11
Chandler Carruth
[LPM] Switch LICM to actively use LCSSA in addition...
commit
|
commitdiff
|
tree
2014-02-10
Chandler Carruth
[LPM] A terribly simple fix to a terribly complex bug...
commit
|
commitdiff
|
tree
2014-02-06
Chandler Carruth
[PM] Fix horrible typos that somehow didn't cause a...
commit
|
commitdiff
|
tree
2014-02-06
Chandler Carruth
[PM] Add a new "lazy" call graph analysis pass for...
commit
|
commitdiff
|
tree
next