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
Age
Commit message (
Expand
)
Author
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] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE.
NAKAMURA Takumi
2012-12-10
[CMake] Update dependencies to intrinsics_gen corresponding to r169711.
NAKAMURA Takumi
2012-12-10
Revert to old behavior until linker can pass export-dynamic option.
Bill Wendling
2012-12-10
Fix PR14548: SROA was crashing on a mixture of i1 and i8 loads and stores.
Chandler Carruth
2012-12-09
Documentation: convert ReleaseNotes.html to reST.
Dmitri Gribenko
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
So many people have touched this, it doesn't make sense to ascribe authorship...
Chris Lattner
2012-12-09
Use m_OneUse pattern instead of hasOneUse() method.
Jakub Staszak
2012-12-09
docs: Convert GarbageCollection.html to reST
Sean Silva
2012-12-09
Remove trailing spaces.
Jakub Staszak
2012-12-09
Documentation: HowToReleaseLLVM.rst: remove trailing whitespace.
Dmitri Gribenko
2012-12-09
Documentation: don't create TOCs manually.
Dmitri Gribenko
2012-12-09
Switch SROA to pop Uses off the back of its visitors' queues.
Chandler Carruth
2012-12-09
Drop the address space limit for tests in the makefile build.
Benjamin Kramer
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 Windows build breakage.
Logan Chien
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-08
Add the `lto_codegen_set_export_dynamic' function.
Bill Wendling
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
Remove trailing whitespace
Michael Ilseman
2012-12-07
In hexagon convertToHardwareLoop, don't deref end() iterator
Matthew Curtis
2012-12-07
Mark ImmutableMap::remove/add() const.
Ted Kremenek
2012-12-07
Fixed some grammar and punctuation error.
John Criswell
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
2012-12-07
Lift EmitAssignment into MCObjectStreamer which gets rid of at least three
Eli Bendersky
2012-12-07
Added Mapping Symbols for ARM ELF
Tim Northover
2012-12-07
Convert HowToReleaseLLVM.html to reST
Dmitri Gribenko
2012-12-07
The test unconditionally assumes a particular cpu has a backend build in the ...
David Tweed
2012-12-07
Split MCELFStreamer into a header file.
Logan Chien
2012-12-07
docs: Convert LangRef to reST.
Sean Silva
[next]