projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Whitespace.
2013-09-02
Chandler Carruth
Add a clang-format file so that the tool can automatically...
commit
|
commitdiff
|
tree
2013-09-02
Chandler Carruth
Fix some rather confusing indentation and control flow...
commit
|
commitdiff
|
tree
2013-09-01
Chandler Carruth
Nuke the hilariously out of date suggestion to unpack...
commit
|
commitdiff
|
tree
2013-08-25
Chandler Carruth
Fix a bug where we would corrupt the offset when evaluating
commit
|
commitdiff
|
tree
2013-08-22
Chandler Carruth
Teach the SLP vectorizer the correct way to check for...
commit
|
commitdiff
|
tree
2013-08-22
Chandler Carruth
Add a new helper method to Value to strip in-bounds...
commit
|
commitdiff
|
tree
2013-08-22
Chandler Carruth
Clean up the doxygen formatting of the comments on...
commit
|
commitdiff
|
tree
2013-08-18
Chandler Carruth
Port the detection of zlib from the main autoconf system...
commit
|
commitdiff
|
tree
2013-08-18
Chandler Carruth
Add support for linking librt and using clock_gettime...
commit
|
commitdiff
|
tree
2013-08-18
Chandler Carruth
Update the sample project autoconf setup to include...
commit
|
commitdiff
|
tree
2013-08-18
Chandler Carruth
Go through the really awkward dance required to delete...
commit
|
commitdiff
|
tree
2013-08-14
Chandler Carruth
Fix a really terrifying but improbable bug in mem2reg...
commit
|
commitdiff
|
tree
2013-08-12
Chandler Carruth
Remove all checking for the various terminfo headers...
commit
|
commitdiff
|
tree
2013-08-12
Chandler Carruth
Target a minimal terminfo library rather than necessarily...
commit
|
commitdiff
|
tree
2013-08-11
Chandler Carruth
Re-instate r187323 which fast-tracks promotable allocas...
commit
|
commitdiff
|
tree
2013-08-11
Chandler Carruth
Finish fixing the SSAUpdater-based AllocaPromoter strategy...
commit
|
commitdiff
|
tree
2013-08-11
Chandler Carruth
Reformat some bits of AllocaPromoter and simplify the...
commit
|
commitdiff
|
tree
2013-08-08
Chandler Carruth
Add three missing CMake variables that need to make...
commit
|
commitdiff
|
tree
2013-08-07
Chandler Carruth
Commit a no-op change to StringRef to (hopefully) trigger...
commit
|
commitdiff
|
tree
2013-08-07
Chandler Carruth
Add support for linking against a curses library when...
commit
|
commitdiff
|
tree
2013-07-29
Chandler Carruth
Teach the AllocaPromoter which is wrapped around the...
commit
|
commitdiff
|
tree
2013-07-28
Chandler Carruth
Update comments for SSAUpdater to use the modern doxygen...
commit
|
commitdiff
|
tree
2013-07-28
Chandler Carruth
Temporarily revert r187323 until I update SSAUpdater...
commit
|
commitdiff
|
tree
2013-07-28
Chandler Carruth
Now that mem2reg understands how to cope with a slightly...
commit
|
commitdiff
|
tree
2013-07-28
Chandler Carruth
Thread DataLayout through the callers and into mem2reg...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Create a constant pool symbol for the GOT in the ARMCGBR...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Fix yet another memory leak found by the vg-leak bot...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Fix a memory leak in the debug emission by simply not...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Fix a memory leak in the hexagon scheduler. We call...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Don't use all the #ifdefs to hide the stats counters...
commit
|
commitdiff
|
tree
2013-07-27
Chandler Carruth
Merge the removal of dead instructions and lifetime...
commit
|
commitdiff
|
tree
2013-07-26
Chandler Carruth
Re-implement the analysis of uses in mem2reg to be...
commit
|
commitdiff
|
tree
2013-07-24
Chandler Carruth
Fix a problem I introduced in r187029 where we would...
commit
|
commitdiff
|
tree
2013-07-24
Chandler Carruth
Fix PR16687 where we were incorrectly promoting an...
commit
|
commitdiff
|
tree
2013-07-21
Chandler Carruth
Make the mem2reg interface use an ArrayRef as it keeps...
commit
|
commitdiff
|
tree
2013-07-21
Chandler Carruth
Hoist the rest of the logic for promoting single-store...
commit
|
commitdiff
|
tree
2013-07-21
Chandler Carruth
Hoist the rest of the logic for fully promoting allocas...
commit
|
commitdiff
|
tree
2013-07-21
Chandler Carruth
Remove a method made dead by the prior refactoring.
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Hoist the two trivial promotion routines out of the...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Hoist the AllocaInfo struct to the top of the file.
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Sink a typedef and comparator down to the function...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Don't allocate the DIBuilder on the heap and remove...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Rename constructor parameters to follow the common...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Reformat the implementation of mem2reg with clang-format...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Remove a DenseMapInfo specialization for std::pair...
commit
|
commitdiff
|
tree
2013-07-20
Chandler Carruth
Update mem2reg's comments to conform to the new doxygen...
commit
|
commitdiff
|
tree
2013-07-19
Chandler Carruth
Cleanup the stats counters for the new implementation...
commit
|
commitdiff
|
tree
2013-07-19
Chandler Carruth
Fix another assert failure very similar to PR16651...
commit
|
commitdiff
|
tree
2013-07-19
Chandler Carruth
Try to move to a more reasonable set of naming conventions...
commit
|
commitdiff
|
tree
2013-07-19
Chandler Carruth
A long overdue cleanup in SROA to use 'DL' instead...
commit
|
commitdiff
|
tree
2013-07-19
Chandler Carruth
Fix PR16651, an assert introduced in my recent re-work...
commit
|
commitdiff
|
tree
2013-07-18
Chandler Carruth
Reapply r186316 with a fix for one bug where the code...
commit
|
commitdiff
|
tree
2013-07-15
Chandler Carruth
Revert r186316 while I track down an ASan failure and...
commit
|
commitdiff
|
tree
2013-07-15
Chandler Carruth
Reimplement SROA yet again. Same fundamental principle...
commit
|
commitdiff
|
tree
2013-07-14
Chandler Carruth
The archive update test has a subtle race condition...
commit
|
commitdiff
|
tree
2013-07-13
Chandler Carruth
Revert commit r186217 -- this is breaking bots:
commit
|
commitdiff
|
tree
2013-07-13
Chandler Carruth
Revert commit r186216 -- it's breaking bots:
commit
|
commitdiff
|
tree
2013-07-12
Chandler Carruth
Revert "indvars: Improve LFTR by eliminating truncation...
commit
|
commitdiff
|
tree
2013-06-24
Chandler Carruth
Add a flag to defer vectorization into a phase after...
commit
|
commitdiff
|
tree
2013-06-24
Chandler Carruth
Filter out dragonegg when checked out into a projects...
commit
|
commitdiff
|
tree
2013-04-09
Chandler Carruth
Rationalize the formatting of these case labels. Having...
commit
|
commitdiff
|
tree
2013-04-08
Chandler Carruth
Simplify the quoting here. Our lit emulator doesn't...
commit
|
commitdiff
|
tree
2013-04-08
Chandler Carruth
Remove a global 'endl' variable from the other file...
commit
|
commitdiff
|
tree
2013-04-08
Chandler Carruth
Clean up namespaces in obj2yaml.cpp.
commit
|
commitdiff
|
tree
2013-04-08
Chandler Carruth
Cleanup the formatting of obj2yaml.cpp.
commit
|
commitdiff
|
tree
2013-04-08
Chandler Carruth
Don't define our own global 'endl' variable. While...
commit
|
commitdiff
|
tree
2013-04-07
Chandler Carruth
Fix PR15674 (and PR15603): a SROA think-o.
commit
|
commitdiff
|
tree
2013-03-26
Chandler Carruth
Manually update the dependencies in the Makefiles....
commit
|
commitdiff
|
tree
2013-03-26
Chandler Carruth
Split out the IRReader header and the utility functions...
commit
|
commitdiff
|
tree
2013-03-22
Chandler Carruth
Remove the empty directory. Silly git-svn.
commit
|
commitdiff
|
tree
2013-03-22
Chandler Carruth
Remove the ARM-specific variant of this test. It's...
commit
|
commitdiff
|
tree
2013-03-22
Chandler Carruth
Revert r177543: Add timing of the IR parsing code with...
commit
|
commitdiff
|
tree
2013-03-21
Chandler Carruth
Hoist the definition of getTypeSizeInBits to be inlinable...
commit
|
commitdiff
|
tree
2013-03-21
Chandler Carruth
[SROA] Prefix names using a custom IRBuilder inserter.
commit
|
commitdiff
|
tree
2013-03-20
Chandler Carruth
Fix a silly search-and-replace goof with r177495 that...
commit
|
commitdiff
|
tree
2013-03-20
Chandler Carruth
[SROA] Don't preserve the IR names in release builds.
commit
|
commitdiff
|
tree
2013-03-20
Chandler Carruth
Move the endif to the correct line so we don't have...
commit
|
commitdiff
|
tree
2013-03-20
Chandler Carruth
Introduce some new statistics to help track the exact...
commit
|
commitdiff
|
tree
2013-03-18
Chandler Carruth
Mark internal classes as POD-like to get better behavior...
commit
|
commitdiff
|
tree
2013-03-14
Chandler Carruth
PR14972: SROA vs. GVN exposed a really bad bug in SROA.
commit
|
commitdiff
|
tree
2013-02-25
Chandler Carruth
Fix spelling noticed by Duncan.
commit
|
commitdiff
|
tree
2013-02-25
Chandler Carruth
Fix the root cause of PR15348 by correctly handling...
commit
|
commitdiff
|
tree
2013-02-19
Chandler Carruth
Remove some unused private fields from the AArch64MCCodeEmit...
commit
|
commitdiff
|
tree
2013-02-01
Chandler Carruth
Fix another typo in the classof definitions that doesn...
commit
|
commitdiff
|
tree
2013-01-31
Chandler Carruth
Switch the code added in r173885 to use the new, shiny...
commit
|
commitdiff
|
tree
2013-01-31
Chandler Carruth
Fix a think-o in the condition here. =[ I would commit...
commit
|
commitdiff
|
tree
2013-01-31
Chandler Carruth
Fix a copy/paste-o that got missed because 'check'...
commit
|
commitdiff
|
tree
2013-01-31
Chandler Carruth
Give the MCStreamer class hierarchy LLVM RTTI facilities...
commit
|
commitdiff
|
tree
2013-01-27
Chandler Carruth
Re-revert r173342, without losing the compile time...
commit
|
commitdiff
|
tree
2013-01-25
Chandler Carruth
Switch this code away from Value::isUsedInBasicBlock...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Revert r173342 temporarily. It appears to cause a very...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Plug TTI into the speculation logic, giving it a real...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Address a large chunk of this FIXME by accumulating...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Switch the constant expression speculation cost evaluation...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Rephrase the speculating scan of the conditional BB...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Simplify the PHI node operand rewriting.
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Give the basic block variables here names based on...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Lift a cheap early exit test above loops and other...
commit
|
commitdiff
|
tree
2013-01-24
Chandler Carruth
Spiff up the comment on this method, making the example...
commit
|
commitdiff
|
tree
2013-01-22
Chandler Carruth
Begin fleshing out an interface in TTI for modelling...
commit
|
commitdiff
|
tree
next