projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Create MCTargetOptions.
2014-04-23
Chandler Carruth
[LCG] Add the first round of mutation support to the...
commit
|
commitdiff
|
tree
2014-04-23
Chandler Carruth
[LCG] Implement Tarjan's algorithm correctly this time...
commit
|
commitdiff
|
tree
2014-04-23
Chandler Carruth
[LCG] Add some accessor methods to the SCC to allow...
commit
|
commitdiff
|
tree
2014-04-23
Chandler Carruth
[LCG] Add a unittest for the LazyCallGraph. I had a...
commit
|
commitdiff
|
tree
2014-04-23
Chandler Carruth
[LCG] Hoist the logic for forming a new SCC from the...
commit
|
commitdiff
|
tree
2014-04-23
Chandler Carruth
[LCG] Switch the Callee sets to be DenseMaps pointing...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Fix potential ODR violations by sinking the...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[cleanup] Fix two headers where we included a standard...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[cleanup] Fix another place where we were including...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[cleanup] Lift using directives, DEBUG_TYPE definitions...
commit
|
commitdiff
|
tree
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[Modules] Followup to r206822 to add a DEBUG_TYPE which...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[Modules] Make Support/Debug.h modular. This requires...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[Modules] Consolidate the DEBUG_TYPE defines in NVPTX...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[Modules] Sink all the DEBUG_TYPE defines for InstCombine...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[Modules] Sink the DEBUG_TYPE macro out of LegalizeTypes...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[PM] Add a new-PM-style CGSCC pass manager using the...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[PM] Fix a bug where we didn't properly clear the list...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[PM] Wire the analysis passes (such as they are) into...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[PM] Add a nice low-tech registry of passes as a boring...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
Revert r206732 which is causing llc to crash on most...
commit
|
commitdiff
|
tree
2014-04-21
Chandler Carruth
[LCG] Add some basic debug output to the LCG pass.
commit
|
commitdiff
|
tree
2014-04-18
Chandler Carruth
[LCG] Fix the bugs that Ben pointed out in code review...
commit
|
commitdiff
|
tree
2014-04-18
Chandler Carruth
[LCG] Remove all of the complexity stemming from supporting...
commit
|
commitdiff
|
tree
2014-04-18
Chandler Carruth
[Allocator] Fix an obvious think-o with the move assignment
commit
|
commitdiff
|
tree
2014-04-18
Chandler Carruth
[LCG] Add support for building persistent and connected...
commit
|
commitdiff
|
tree
2014-04-18
Chandler Carruth
Revert r206565 (and r206566 which updated tests).
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
[LCG] Remove a dead declaration. This stopped being...
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
[LCG] Move the call graph node class into the graph...
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
Make the User::value_op_iterator a random access iterator...
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
[LCG] Just move the allocator (now that we can) when...
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
[LCG] Remove the Module reference member which we weren...
commit
|
commitdiff
|
tree
2014-04-17
Chandler Carruth
[Allocator] Make SpecificBumpPtrAllocator also movable...
commit
|
commitdiff
|
tree
2014-04-16
Chandler Carruth
[LCG] Stop playing fast and loose with reference members...
commit
|
commitdiff
|
tree
2014-04-16
Chandler Carruth
[Allocator] Make BumpPtrAllocator movable and move...
commit
|
commitdiff
|
tree
2014-04-16
Chandler Carruth
[Allocator] Nuke to useless functions. The implicit...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Fold the two templated overloads into a...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Remove a really problematic overload. This...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Finally, finish nuking the redundant code...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Pass the size to the deallocation function...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Fix r206256 which got the enabling case...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] MSVC apparantly has broken SFINAE context...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Constrain the Deallocate templated overloads...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Add Deallocate support to the AllocatorBase...
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Hack around the fact that GCC can't compile the
commit
|
commitdiff
|
tree
2014-04-15
Chandler Carruth
[Allocator] Factor the Allocate template overloads...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
[cleanup] Run clang-format over most of YAMLParser...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
[Allocator] Hoist the external helper function into...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
[cleanup] Normalize YAMLParser.h's doxygen markers...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
[Allocator] Make the underlying allocator a template...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
Fix the compile from r206147 in release builds by moving...
commit
|
commitdiff
|
tree
2014-04-14
Chandler Carruth
[Allocator] Switch the BumpPtrAllocator to use a vector...
commit
|
commitdiff
|
tree
2014-03-31
Chandler Carruth
[ARM64] Fix materialization of an fp128 zero immediate...
commit
|
commitdiff
|
tree
2014-03-30
Chandler Carruth
[Allocator] Lift the slab size and size threshold into...
commit
|
commitdiff
|
tree
2014-03-30
Chandler Carruth
[Allocator] Simplify unittests by using the default...
commit
|
commitdiff
|
tree
2014-03-30
Chandler Carruth
[Allocator] Stop forward-declaring BumpPtrAllocator...
commit
|
commitdiff
|
tree
2014-03-30
Chandler Carruth
Don't mark the declarations of the TSan annotation...
commit
|
commitdiff
|
tree
2014-03-30
Chandler Carruth
[ARM64] Fix a heap-use-after-free spotted by ASan.
commit
|
commitdiff
|
tree
2014-03-29
Chandler Carruth
[ARM64] Fix 'assert("...")' to be 'assert(0 && ".....
commit
|
commitdiff
|
tree
2014-03-28
Chandler Carruth
[Allocator Cleanup] Sink the private data members and...
commit
|
commitdiff
|
tree
2014-03-28
Chandler Carruth
[Allocator Cleanup] Move generic pointer alignment...
commit
|
commitdiff
|
tree
2014-03-28
Chandler Carruth
[Allocator Cleanup] Make the growth of the "slab" size...
commit
|
commitdiff
|
tree
2014-03-28
Chandler Carruth
[cleanup] Hoist the initialization and constants for...
commit
|
commitdiff
|
tree
2014-03-27
Chandler Carruth
[cleanup] Run clang-format over these routines to remove...
commit
|
commitdiff
|
tree
2014-03-27
Chandler Carruth
[cleanup] Modernize doxygen comments for the BumpPtrAllocato...
commit
|
commitdiff
|
tree
2014-03-18
Chandler Carruth
[LV] While I'm here, use range based for loops which...
commit
|
commitdiff
|
tree
2014-03-18
Chandler Carruth
[LV] The actual change I intended to commit in r204148...
commit
|
commitdiff
|
tree
2014-03-18
Chandler Carruth
[LV] Replace some dead code with an assert. When I...
commit
|
commitdiff
|
tree
2014-03-13
Chandler Carruth
[PM] As was pointed out in review, I need to define...
commit
|
commitdiff
|
tree
2014-03-13
Chandler Carruth
[PM] Stop playing fast and loose with rebinding of...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[LCG] Make this call graph a fully regular type by...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[LCG] Make the iterator move constructable (and thus...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[AArch64] Fix a use of uninitialized memory introduced...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[LCG] One more formatting fix that I failed to get...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[TTI] There is actually no realistic way to pop TTI...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[LCG] Ran clang-format over this too and it pointed...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] While I'm here, fix a few other clang-format issues...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] Cleanup formatting and namespace commenting. Mostly...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] As Dave noticed in review, I had erroneously copied...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] Add a comment I missed and add the special members...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] Comment on all of the totally pointless definitions...
commit
|
commitdiff
|
tree
2014-03-10
Chandler Carruth
[PM] I have been educated by several folks that MSVC...
commit
|
commitdiff
|
tree
2014-03-09
Chandler Carruth
[LCG] Simplify a bunch of the LCG code with range for...
commit
|
commitdiff
|
tree
2014-03-09
Chandler Carruth
[C++11] Add range views for various parts of a Module.
commit
|
commitdiff
|
tree
2014-03-09
Chandler Carruth
[C++11] Now that we have C++11 and I've replaced the...
commit
|
commitdiff
|
tree
2014-03-09
Chandler Carruth
[PM] Switch new pass manager from polymorphic_ptr to...
commit
|
commitdiff
|
tree
2014-03-09
Chandler Carruth
[C++11] Add range based accessors for the Use-Def chain...
commit
|
commitdiff
|
tree
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
next