projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
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
2015-05-25
Chandler Carruth
[Unroll] Switch from an eagerly populated SCEV cache...
commit
|
commitdiff
|
tree
2015-05-22
Chandler Carruth
[Unroll] Separate the logic for testing each iteration...
commit
|
commitdiff
|
tree
2015-05-22
Chandler Carruth
[Unroll] Replace a hand-wavy FIXME with a FIXME that...
commit
|
commitdiff
|
tree
2015-05-22
Chandler Carruth
[Unroll] Extract the logic for caching SCEV-modeled...
commit
|
commitdiff
|
tree
2015-05-22
Chandler Carruth
[Unroll] Refactor the accumulation of optimized instruction...
commit
|
commitdiff
|
tree
2015-05-12
Chandler Carruth
Revert r237175: [X86] Always return the sret parameter...
commit
|
commitdiff
|
tree
2015-05-12
Chandler Carruth
[Unrolling] Refactor the start and step offsets to...
commit
|
commitdiff
|
tree
2015-04-15
Chandler Carruth
[MBP] Spell the conditions the same way through out...
commit
|
commitdiff
|
tree
2015-04-15
Chandler Carruth
[MBP] Sink a comment into the if block to which it...
commit
|
commitdiff
|
tree
2015-04-15
Chandler Carruth
[MBP] Fix a really misleading typo in a comment.
commit
|
commitdiff
|
tree
2015-03-25
Chandler Carruth
[ADT] Teach MapVector to support a swap member. Will...
commit
|
commitdiff
|
tree
2015-03-11
Chandler Carruth
Fix a grammar issue I introduced.
commit
|
commitdiff
|
tree
2015-03-11
Chandler Carruth
Inspired by r231891, use gender neutral pronouns in...
commit
|
commitdiff
|
tree
2015-03-07
Chandler Carruth
[Modules] Include the header needed for make_unique...
commit
|
commitdiff
|
tree
2015-03-07
Chandler Carruth
Teach the LLVM CMake build how to explicitly use libc...
commit
|
commitdiff
|
tree
2015-03-07
Chandler Carruth
[PM] Fixup for r231556 where I missed a dependency...
commit
|
commitdiff
|
tree
2015-03-07
Chandler Carruth
[PM] Create a separate library for high-level pass...
commit
|
commitdiff
|
tree
2015-03-05
Chandler Carruth
[MBP] Use range based for-loops throughout this code...
commit
|
commitdiff
|
tree
2015-03-05
Chandler Carruth
[MBP] NFC, run clang-format over this code and tweak...
commit
|
commitdiff
|
tree
2015-03-05
Chandler Carruth
[MBP] This is no longer 'block-placement2'. ;] The...
commit
|
commitdiff
|
tree
2015-03-05
Chandler Carruth
[MBP] Revert r231238 which attempted to fix a nasty...
commit
|
commitdiff
|
tree
2015-03-04
Chandler Carruth
[MBP] Fix a really horrible bug in MachineBlockPlacement...
commit
|
commitdiff
|
tree
2015-02-27
Chandler Carruth
[x86] Run most of the rest of the shuffle combining...
commit
|
commitdiff
|
tree
2015-02-27
Chandler Carruth
[x86] Teach a bunch of the x86-specific shuffle combining...
commit
|
commitdiff
|
tree
2015-02-27
Chandler Carruth
[x86] Make the v8i16 clever single-input shuffle lowering...
commit
|
commitdiff
|
tree
2015-02-27
Chandler Carruth
[x86] Add a bunch more tests for v16i16 shuffles. All...
commit
|
commitdiff
|
tree
2015-02-27
Chandler Carruth
[x86] Make the single-input v8i16 lowering directly...
commit
|
commitdiff
|
tree
2015-02-26
Chandler Carruth
[x86] Fix PR22706 where we would incorrectly try lower...
commit
|
commitdiff
|
tree
next