projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
PPCDarwinAsmPrinter::EmitStartOfAsmFile(): Add possible elements in CPUDirectives[].
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
2013-01-21
Chandler Carruth
Switch CodeMetrics itself over to use TTI to determine...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Fix indentation and formatting.
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Sink InlineCost.cpp into IPA -- it is now officially...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Move the inline cost analysis's primary cost query...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Now that the inline cost analysis is a pass, we can...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Make the inline cost a proper analysis pass. This remains...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Formatting and comment fixes to the always inliner.
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Clean up the formatting and doxygen for the simple...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Fix an old-style doxygen comment.
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Cleanup the formatting of this header. This removes...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Remove the comma from the last enumerator to fix -pedantic...
commit
|
commitdiff
|
tree
2013-01-21
Chandler Carruth
Introduce a generic interface for querying an operation...
commit
|
commitdiff
|
tree
2013-01-19
Chandler Carruth
Sort all of the includes. Several files got checked...
commit
|
commitdiff
|
tree
2013-01-12
Chandler Carruth
Fix an editor goof in r171738 that Bill spotted. He...
commit
|
commitdiff
|
tree
2013-01-08
Chandler Carruth
Sink a function that refers to the SelectionDAG into...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Move TypeFinder.h into the IR tree, it clearly belongs...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Rename the VMCore unittest tree to IR. Somehow was...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Move CallGraphSCCPass.h into the Analysis tree; that...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Remove the long defunct 'DefaultPasses' header. We...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Sink AddrMode back into TargetLowering, removing one...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Remove LSR's use of the random AddrMode struct. These...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Switch the SCEV expander and LoopStrengthReduce to use
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Simplify LoopVectorize to require target transform...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Merge the unused header file for LoopVectorizer into...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Switch BBVectorize to directly depend on having a TTI...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Fix a slew of indentation and parameter naming style...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Switch LoopIdiom pass to directly require target transform...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Make SimplifyCFG simply depend upon TargetTransformInfo...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Move the initialization to the Analysis library as...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Fix the enumerator names for ShuffleKind to match tho...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Make the popcnt support enums and methods have more...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Move TargetTransformInfo to live under the Analysis...
commit
|
commitdiff
|
tree
2013-01-07
Chandler Carruth
Switch TargetTransformInfo from an immutable analysis...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Funnel the actual TargetTransformInfo pass from the...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Fix another place where we build the TTI pass to the...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Convert the TargetTransformInfo from an immutable pass...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch the loop vectorizer from VTTI to just use TTI...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch the cost model analysis over to just the TTI...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch the BB vectorizer from the VTTI interface to...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch SimplifyCFG over to the TargetTransformInfo...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch LoopIdiomRecognize to directly use the TargetTransfor...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Replicate the APIs of ScalarTargetTransformInfo and
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Switch the empty and tombstone key enumerators to not...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
While the struct being defined in the AddressingMode...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Remove unnecessary include.
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Refactor the ScalarTargetTransformInfo API for querying...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Sink the AddressingModeMatcher helper class into an...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Rename the unittest from ArrayRecylerTest.cpp to ArrayRecycl...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Eric thought that Darwin was right to use -1 consistently...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Fix a stray 'dnl' that my editor line-wrapped into...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Finally, fix the autoconf setup to allow for a missing...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Provide a default constructor for TimeValue. This was...
commit
|
commitdiff
|
tree
2013-01-05
Chandler Carruth
Try to suppress the use of clock_gettime on Darwin...
commit
|
commitdiff
|
tree
2013-01-04
Chandler Carruth
Fix an obvious typo spotted by Reid Kleckner, and breaking...
commit
|
commitdiff
|
tree
2013-01-04
Chandler Carruth
Add time getters to the process interface for requesting...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Actually update the CMake and Makefile builds correctly...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Update the examples for the new header file locations.
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Sort a few more #include lines in tools/... unittests...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Resort the #include lines in include/... and lib/....
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Update the root Makefile for VMCore -> IR. Missed by...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Update the configure scripts as well as the makefiles...
commit
|
commitdiff
|
tree
2013-01-02
Chandler Carruth
Rename VMCore directory to IR.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Make it explicit that the only entry points to the...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Remove an unused method on Program.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Remove an unused method on the Program class.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Go ahead and get rid of the old page size interface...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Flesh out a page size accessor in the new API.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Remove the declspecs from small alignments that we...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Remove an unused function in the old Process interface.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Switch this code to a more idiomatic double using namespace...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Delete a cut/paste-o from r171290. Very sorry about...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Suppress a MSVC warning complaining about the code...
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Begin sketching out the process interface.
commit
|
commitdiff
|
tree
2012-12-31
Chandler Carruth
Start sketching out a roadmap for better subprocess...
commit
|
commitdiff
|
tree
2012-12-28
Chandler Carruth
Nuke some dead code that snuck in some how. I thought...
commit
|
commitdiff
|
tree
2012-12-28
Chandler Carruth
Fix a stunning oversight in the inline cost analysis...
commit
|
commitdiff
|
tree
2012-12-28
Chandler Carruth
Teach the inline cost analysis about calls that can...
commit
|
commitdiff
|
tree
2012-12-28
Chandler Carruth
Teach instsimplify to use the constant folder where...
commit
|
commitdiff
|
tree
2012-12-28
Chandler Carruth
Add entry points to instsimplify for simplifying calls...
commit
|
commitdiff
|
tree
2012-12-27
Chandler Carruth
Add support to BasicBlocks for iterating backwards...
commit
|
commitdiff
|
tree
2012-12-27
Chandler Carruth
Provide a common half-open interval map info implementation...
commit
|
commitdiff
|
tree
2012-12-27
Chandler Carruth
Make this parameter be named consistently with most...
commit
|
commitdiff
|
tree
next