projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PM/AA] Remove a stray #include that snuck in via copy/paste when
2015-08-14
Chandler Carruth
[PM/AA] Remove a stray #include that snuck in via copy...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Clean up the SCEV-AA comment formatting and...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Run clang-format over the SCEV-AA code to normalize the
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Hoist the SCEV-AA interface to its own header...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Hoist ScopedNoAliasAA's interface into a header...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Hoist the value handle definition for CFLAA...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Run clang-format over the ScopedNoAliasAA pass...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Extract a minimal interface for CFLAA to its...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Delete two pointlessly overridden methods on...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Sink all the actual code from AliasAnalysisCounter...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Run clang-format over this code to establish...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Hoist the AA counter pass into a header to...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Remove the function names and class names from...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Move the LibCall AA creation routine declaration...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[PM/AA] Run clang-format over LibCallAliasAnalysis...
commit
|
commitdiff
|
tree
2015-08-14
Chandler Carruth
[LIR] Re-instate r244880, reverted in r244884, factoring...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Handle access to AliasAnalysis the same way as...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Start leveraging the fundamental guarantees of...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Handle the LoopInfo the same as all the other...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Make the LoopIdiomRecognize pass get analyses...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Remove the dedicated class for popcount recognition...
commit
|
commitdiff
|
tree
2015-08-13
Chandler Carruth
[LIR] Move all the helpers to be private and re-order...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[LIR] Remove the 'LIRUtils' abstraction which was unnecessar...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[LIR] Run clang-format over LoopIdiomRecognize in preparatio...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[PM/AA] Remove the AliasDebugger pass.
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[PM/AA] Add missing static dependency edges from DSE...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[PM/AA] Explicitly depend on TLI rather than getting...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[PM/AA] Stop getting the TargetLibraryInfo out of the...
commit
|
commitdiff
|
tree
2015-08-12
Chandler Carruth
[PM/AA] Have memdep explicitly get and use TargetLibraryInfo...
commit
|
commitdiff
|
tree
2015-08-06
Chandler Carruth
[PM/AA] Clean up and homogenize comments throughout...
commit
|
commitdiff
|
tree
2015-08-06
Chandler Carruth
[PM/AA] Run clang-format over all of basic-aa before...
commit
|
commitdiff
|
tree
2015-08-06
Chandler Carruth
[PM/AA] Hoist the interface for BasicAA into a header...
commit
|
commitdiff
|
tree
2015-08-06
Chandler Carruth
[PM/AA] Simplify the AliasAnalysis interface by removing...
commit
|
commitdiff
|
tree
2015-08-05
Chandler Carruth
[PM] Remove a failed attempt to port the CallGraph...
commit
|
commitdiff
|
tree
2015-08-05
Chandler Carruth
[Unroll] Switch to using 'int' cost types in preparation...
commit
|
commitdiff
|
tree
2015-08-05
Chandler Carruth
[TTI] Make the cost APIs in TargetTransformInfo consistently...
commit
|
commitdiff
|
tree
2015-08-05
Chandler Carruth
[GMR] Teach the conservative path of GMR to catch even...
commit
|
commitdiff
|
tree
2015-08-04
Chandler Carruth
[UB] Don't allocate space for contained types and then...
commit
|
commitdiff
|
tree
2015-08-04
Chandler Carruth
[UB] Fix yet another use of memcpy with a null pointer...
commit
|
commitdiff
|
tree
2015-08-04
Chandler Carruth
[UB] Fix another place where we would pass a null pointer...
commit
|
commitdiff
|
tree
2015-08-04
Chandler Carruth
[UB] Fix a nasty place where we would pass null pointers...
commit
|
commitdiff
|
tree
2015-08-03
Chandler Carruth
[Unroll] Improve the brute force loop unroll estimate...
commit
|
commitdiff
|
tree
2015-07-28
Chandler Carruth
[GMR] Teach GlobalsModRef to distinguish an important...
commit
|
commitdiff
|
tree
2015-07-28
Chandler Carruth
[GMR] Fix a long-standing bug in GlobalsModRef where...
commit
|
commitdiff
|
tree
2015-07-24
Chandler Carruth
Update for r243115 which changed the DataLayout API...
commit
|
commitdiff
|
tree
2015-07-23
Chandler Carruth
[GMR] Add a late run of GlobalsModRef to the main pass...
commit
|
commitdiff
|
tree
2015-07-23
Chandler Carruth
Revert r242990: "AVX-512: Implemented encoding , DAG...
commit
|
commitdiff
|
tree
2015-07-23
Chandler Carruth
[GMR] Switch the function info we store for every function...
commit
|
commitdiff
|
tree
2015-07-23
Chandler Carruth
[GMR] Further improve the FunctionInfo API inside of...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Wrap all of the per-function information behind...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Cleanup comments, formatting, and organization...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Extract the ModRef enums from the AliasAnalysis...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Continue my quest to remove linked datastructures...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Make the collection of readers and writers of...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Add a flag to enable GlobalsModRef in the normal...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Switch from std::set to SmallPtrSet. NFC.
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Only look in the associated allocs map for an...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[GMR] Switch to a DenseMap and clean up the iteration...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
Fix a -Winconsistent-missing-override failure in the...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Try to fix libc++ build bots which require...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Remove all of the dead AliasAnalysis pointers...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Remove the last of the legacy update API from...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Switch to an early-exit. NFC. This was split...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Put the 'final' keyword in the correct place...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[PM/AA] Replace the only use of the AliasAnalysis:...
commit
|
commitdiff
|
tree
2015-07-22
Chandler Carruth
[SROA] Fix a nasty pile of bugs to do with big-endian...
commit
|
commitdiff
|
tree
2015-07-18
Chandler Carruth
[PM/AA] Remove the addEscapingUse update API that won...
commit
|
commitdiff
|
tree
2015-07-17
Chandler Carruth
[PM/AA] Disable the core unsafe aspect of GlobalsModRef...
commit
|
commitdiff
|
tree
2015-07-15
Chandler Carruth
[PM/AA] Fix *numerous* serious bugs in GlobalsModRef...
commit
|
commitdiff
|
tree
2015-07-15
Chandler Carruth
[PM/AA] Cleanup some loops to be range-based. NFC.
commit
|
commitdiff
|
tree
2015-07-15
Chandler Carruth
[vim] Update the syntax to mark REQUIRES lines and...
commit
|
commitdiff
|
tree
2015-07-15
Chandler Carruth
[vim] Add the IR's comment prefix to the comments list...
commit
|
commitdiff
|
tree
2015-07-14
Chandler Carruth
[PM/AA] Reformat GlobalsModRef so that subsequent patches...
commit
|
commitdiff
|
tree
2015-07-11
Chandler Carruth
[PM/AA] Completely remove the AliasAnalysis::copyValue...
commit
|
commitdiff
|
tree
2015-06-24
Chandler Carruth
[ADT] Teach DenseMap to support StringRef keys.
commit
|
commitdiff
|
tree
2015-06-22
Chandler Carruth
[PM/AA] Hoist the AliasResult enum out of the AliasAnalysis...
commit
|
commitdiff
|
tree
2015-06-22
Chandler Carruth
[PM/AA] Rework the names and comments in AliasSetTracker...
commit
|
commitdiff
|
tree
2015-06-17
Chandler Carruth
[PM/AA] Suffix lots of member variables that directly...
commit
|
commitdiff
|
tree
2015-06-17
Chandler Carruth
[PM/AA] Remove the UnknownSize static member from AliasAnalysis.
commit
|
commitdiff
|
tree
2015-06-17
Chandler Carruth
[PM/AA] Remove the Location typedef from the AliasAnalysis...
commit
|
commitdiff
|
tree
2015-06-17
Chandler Carruth
[PM/AA] Split the location computation out of getArgLocation...
commit
|
commitdiff
|
tree
2015-06-05
Chandler Carruth
[Unroll] Rework the naming and structure of the new...
commit
|
commitdiff
|
tree
2015-06-04
Chandler Carruth
[PM/AA] Start refactoring AliasAnalysis to remove the...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Unify the horizontal adding used for popcount...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Split out the horizontal byte sum lowering component...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Update the order of instructions after I switched...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Replace the long spelling of getting a bitcast...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Replace the long spelling of getting a bitcast...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[sdag] Add the helper I most want to the DAG -- building...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Restore the bitcasts I removed when refactoring...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Implement a faster vector population count based...
commit
|
commitdiff
|
tree
2015-05-30
Chandler Carruth
[x86] Restructure the parallel bitmath lowering of...
commit
|
commitdiff
|
tree
2015-05-28
Chandler Carruth
[x86] Move the vector popcount tests into non-ISA files...
commit
|
commitdiff
|
tree
2015-05-28
Chandler Carruth
[x86] Refactor the tests for popcnt.
commit
|
commitdiff
|
tree
2015-05-28
Chandler Carruth
[omp] Actually provide a default OpenMP runtime --...
commit
|
commitdiff
|
tree
2015-05-28
Chandler Carruth
[omp] Add a configuration variable for the default...
commit
|
commitdiff
|
tree
2015-05-27
Chandler Carruth
Revert r238305: [PM] Use a simpler technique to drop...
commit
|
commitdiff
|
tree
2015-05-27
Chandler Carruth
[PM] Use a simpler technique to drop optional analysis...
commit
|
commitdiff
|
tree
2015-05-27
Chandler Carruth
Add some more detailed docs about the current state...
commit
|
commitdiff
|
tree
2015-05-27
Chandler Carruth
[inliner] Fix the early-exit of the inline cost analysis...
commit
|
commitdiff
|
tree
next