index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-12-10
Some enhancements for memcpy / memset inline expansion.
Evan Cheng
2012-12-10
Optimistically analyse Phi cycles
Arnold Schwaighofer
2012-12-10
Defer call to InitSections until after MCContext has been initialized. If
Lang Hames
2012-12-10
Rearrange vars and make comments more obvious.
Eric Christopher
2012-12-10
Remove blank line at top of file.
Eric Christopher
2012-12-10
Fix a coding style nit.
Eric Christopher
2012-12-10
Enable the loop vectorizer only on O2 and above. (Still disabled by default)
Nadav Rotem
2012-12-10
LegalizeDAG: Allow type promotion of scalar loads
Tom Stellard
2012-12-10
LegalizeDAG: Allow type promotion for scalar stores
Tom Stellard
2012-12-10
Split the LoopVectorizer into H and CPP.
Nadav Rotem
2012-12-10
Cleanup formatting, comments and naming.
Eli Bendersky
2012-12-10
[mips] Set HWEncoding field of registers. Use delete function
Akira Hatanaka
2012-12-10
Use the somewhat semantic term "split dwarf" it more matches what's
Eric Christopher
2012-12-10
Delete the FissionCU.
Eric Christopher
2012-12-10
Reorder fission variables.
Eric Christopher
2012-12-10
Don't use a red zone for code coverage if the user specified `-mno-red-zone'.
Bill Wendling
2012-12-10
Add support for reverse induction variables. For example:
Nadav Rotem
2012-12-10
This patch adds statistics for other non-DWARF fragments emitted by
Eli Bendersky
2012-12-10
Use GetUnderlyingObjects in misched
Hal Finkel
2012-12-10
Revert "Make '-mtune=x86_64' assume fast unaligned memory accesses."
Chandler Carruth
2012-12-10
Make '-mtune=x86_64' assume fast unaligned memory accesses.
Chandler Carruth
2012-12-10
Fix a typo in my previous commit -- bloomfield is 0x1A not 0x2A.
Chandler Carruth
2012-12-10
Address a FIXME and update the fast unaligned memory feature for newer
Chandler Carruth
2012-12-10
Add a new visitor for walking the uses of a pointer value.
Chandler Carruth
2012-12-10
Teach DAG combine to handle vector add/sub with vectors of all 0s.
Craig Topper
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-09
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-09
LoopVectorize: support vectorizing intrinsic calls
Paul Redmond
2012-12-09
Have the bitcode reader/writer just use FPMathOperator's fast math enum directly
Michael Ilseman
2012-12-09
test commit.
Paul Redmond
2012-12-09
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
Remove trailing spaces.
Jakub Staszak
2012-12-09
Switch SROA to pop Uses off the back of its visitors' queues.
Chandler Carruth
2012-12-09
Remove extra blank line.
Craig Topper
2012-12-09
- Re-enable population count loop idiom recognization
Shuxin Yang
2012-12-08
Teach DAG combine to handle vector logical operations with vectors of all 1s ...
Craig Topper
2012-12-08
Revert the patches adding a popcount loop idiom recognition pass.
Chandler Carruth
2012-12-08
Simplify code. Sort includes. No functionality change.
Benjamin Kramer
2012-12-08
Fix an inadvertent typo error.
Shuxin Yang
2012-12-08
Fix a use-after-free bug found by ASan. You can't assign a temporary
Chandler Carruth
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
Make the contents of encoded sections SmallVector<char, N> instead of
Eli Bendersky
2012-12-07
When we use the BLEND instruction that uses the MSB as a mask, we can remove
Nadav Rotem
2012-12-07
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
Refactor MCInstFragment and MCDataFragment to adhere to a common interface,
Eli Bendersky
2012-12-07
X86: Prefer using VPSHUFD over VPERMIL because it has better throughput.
Nadav Rotem
2012-12-07
Add separate statistics for Data and Inst fragments emitted during relaxation.
Eli Bendersky
2012-12-07
Some common functionality from WinCOFFStreamer::EmitAssignment can be now
Eli Bendersky
[next]