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-16
Replace ${:comment} with the comment symbol.
Richard Osborne
2012-12-16
Declare class DwarfDebug before use instead of relying on a forward declaration
Dmitri Gribenko
2012-12-16
MCPureStreamer.cpp: Try to fix build, pruning EmitDebugLabel().
NAKAMURA Takumi
2012-12-16
This patch is needed to make c++ exceptions work for mips16.
Reed Kotler
2012-12-15
X86: Add a couple of target-specific dag combines that turn VSELECTS into psu...
Benjamin Kramer
2012-12-15
Add a corollary test for PR14572. We got this code path correct already.
Chandler Carruth
2012-12-15
Relax an overly aggressive assert to fix PR14572.
Chandler Carruth
2012-12-15
Make '-mtune=x86_64' assume fast unaligned memory accesses.
Chandler Carruth
2012-12-15
Actually update the grammar of this sentence to reflect the removal of CellSPU.
Chandler Carruth
2012-12-15
Revert r170246, "Enable the loop vectorizer by default."
NAKAMURA Takumi
2012-12-15
This code implements most of mips16 hardfloat as it is done by gcc.
Reed Kotler
2012-12-15
To simplify some code move the unit emission into the holders.
Eric Christopher
2012-12-15
Use begin and end label names from the section for info.
Eric Christopher
2012-12-14
Make sure the alternate PC+imm syntax of LDR instruction with a small
Kevin Enderby
2012-12-14
Add back FoldOpIntoPhi optimizations with fix. Included test cases to help ca...
Michael Ilseman
2012-12-14
Enable the loop vectorizer by default.
Nadav Rotem
2012-12-14
TypeLegalizer: Do not generate target specific nodes with illegal types, beca...
Nadav Rotem
2012-12-14
Release notes for dragonegg 3.2.
Duncan Sands
2012-12-14
Fix a crash in ValueTracking on vectors of pointers.
Nadav Rotem
2012-12-14
This patch removes some nondeterminism from direct object file output
Bill Schmidt
2012-12-14
Add more reset methods to make all objects that the backend may use for outpu...
Pedro Artigas
2012-12-14
rdar://12753946
Shuxin Yang
2012-12-14
[CMake] Move libxml2 stuff from clang to llvm/cmake.
NAKAMURA Takumi
2012-12-14
This patch improves the 64-bit PowerPC InitialExec TLS support by providing
Bill Schmidt
2012-12-14
Fix lint warnings in MemorySanitizer.cpp.
Evgeniy Stepanov
2012-12-14
The CellSPU backend is more than experimental, it's dead now...
Chandler Carruth
2012-12-14
Remove a section that was in 3.1's notes.
Chandler Carruth
2012-12-14
[msan] Origin stores and loads do not need explicit alignment.
Evgeniy Stepanov
2012-12-14
Remove several entries from the 3.2 release notes that were in the 3.1
Chandler Carruth
2012-12-14
Fix the order of these sections of the release notes.
Chandler Carruth
2012-12-14
Add a rough draft of some content about the new SROA. I'll try to proof
Chandler Carruth
2012-12-14
Delete a long-stale "if its ready" comment. All indications is that this
Chandler Carruth
2012-12-14
Provide some actual highlight bullets for Clang.
Chandler Carruth
2012-12-14
[msan] Refactor default shadow propagation and origin tracking.
Evgeniy Stepanov
2012-12-14
Change TargetLowering::getLoadExtAction to take an MVT, instead of
Patrik Hagglund
2012-12-14
revert r170166 - disable the loop vectorizer.
Nadav Rotem
2012-12-14
Enable the loop vectorizer.
Nadav Rotem
2012-12-14
Disable the loop vectorizer.
Nadav Rotem
2012-12-13
Use the new MI bundling API in MachineInstrBundle itself.
Jakob Stoklund Olesen
2012-12-13
Remove two popcount patterns which we are already able to recognize.
Shuxin Yang
2012-12-13
Enable the Loop Vectorizer by default for O2 and O3. Disable if-conversion by...
Nadav Rotem
2012-12-13
Debug Info: add support to mark member variables as artificial
David Blaikie
2012-12-13
fix comment.
Chris Lattner
2012-12-13
This is another cleanup patch for 64-bit PowerPC TLS processing. I had
Bill Schmidt
2012-12-13
Change TargetLowering::setTypeAction to take an MVT, instead fo EVT.
Patrik Hagglund
2012-12-13
docs: Improve discussion of syntax highlighting.
Sean Silva
2012-12-13
Documentation: CompilerWriterInfo.rst: update link to Intel documentation
Dmitri Gribenko
2012-12-13
Fix warnings with -DNDEBUG
Tom Stellard
2012-12-13
This is just a clean-up patch that simplifies the initial-exec TLS logic by
Bill Schmidt
2012-12-13
Change TargetLowering::getRepRegClassFor to take an MVT, instead of
Patrik Hagglund
[next]