projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
__sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in
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
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
next