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-07
[mips] Remove unnecessary predicates.
Akira Hatanaka
2012-12-07
Add support to ValueTracking for determining that a pointer is non-null
Chandler Carruth
2012-12-07
Add manualRetain() and manualRelease() to ImmutableMapRef, and add a new cons...
Ted Kremenek
2012-12-07
Makefile.common: Update a description, s/Source/SOURCES/ , according to Makef...
NAKAMURA Takumi
2012-12-07
unittest/googletest/Makefile: Unbreak out-of-tree build.
NAKAMURA Takumi
2012-12-07
Add convenience accessor to Triple for OS == NaCl
Eli Bendersky
2012-12-06
Try to unbreak makefile build by excluding gtest-all.cc source
Alexey Samsonov
2012-12-06
Add a 'using' declaration to suppress GCC's -Woverloaded-virtual while we
Matt Beaumont-Gay
2012-12-06
Modify the LLVM checkout of googletest:
Alexey Samsonov
2012-12-06
fixed valgrind issues of prior commit, this change applies r169456 changes ba...
Pedro Artigas
2012-12-06
Remove unused field.
Jakub Staszak
2012-12-06
Remove trailing spaces.
Jakub Staszak
2012-12-06
Fix typos in CHECK lines.
Dmitri Gribenko
2012-12-06
Documentation: fix typos and formatting.
Dmitri Gribenko
2012-12-06
Revert "Allow modifying an ImmutableMap without canonicalizing it immediately."
Ted Kremenek
2012-12-06
Replace r169459 with something safer. Rather than having computeMaskedBits to
Evan Cheng
2012-12-06
Remove unneeded function, since PR8156 was fixed over a year ago.
Jakub Staszak
2012-12-06
Allow modifying an ImmutableMap without canonicalizing it immediately.
Jordan Rose
2012-12-06
Simplify code.
Jakub Staszak
2012-12-06
Fix a bug in the code that merges consecutive stores. Previously we did not
Nadav Rotem
2012-12-06
MemorySanitizer.cpp: Suppress a warning. [-Wunused-variable]
NAKAMURA Takumi
2012-12-06
[msan] Fix a typo in a comment.
Evgeniy Stepanov
2012-12-06
[msan] Do not store origin for clean values.
Evgeniy Stepanov
2012-12-06
s/getLowerBoundDefault/getDefaultLowerBound/ for consistency. Also put the mo...
Bill Wendling
2012-12-06
Handle non-default array bounds.
Bill Wendling
2012-12-06
Remove intrinsic specific instructions for (V)MOVQUmr with patterns pointing ...
Craig Topper
2012-12-06
Mark MOVDQ(A/U)rm as ReMaterializable. Mark all MOVDQ(A/U) instructions as ne...
Craig Topper
2012-12-06
Properly fix the tes.
Evan Cheng
2012-12-06
llvm/test/CodeGen/ARM/extload-knownzero.ll: Try to unbreak, to add -O0. I gue...
NAKAMURA Takumi
2012-12-06
Revert r169456, "change MCContext to work on the doInitialization/doFinalizat...
NAKAMURA Takumi
2012-12-06
[arm fast-isel] Make the fast-isel implementation of memcpy respect alignment.
Chad Rosier
2012-12-06
Let targets provide hooks that compute known zero and ones for any_extend
Evan Cheng
2012-12-06
change MCContext to work on the doInitialization/doFinalization model
Pedro Artigas
2012-12-06
Set the 'MadeChange' variable if we are deleting blocks.
Bill Wendling
2012-12-06
Have CannotBeNegativeZero() be aware of the nsz fast-math flag
Michael Ilseman
2012-12-05
Taking ownership of indvars/lsr.
Andrew Trick
2012-12-05
PR10867: Analogue of r169441 for when using external 'sh'. And actually run t...
Richard Smith
2012-12-05
RegPressureTracker::dump(): Remove unnecessary argument.
Andrew Trick
2012-12-05
PR10867. lit would interpret
Richard Smith
2012-12-05
Do not run tests MappedMemoryTest.BasicWrite and MultipleWrite unless both
Akira Hatanaka
2012-12-05
Quick build fix for c++03 clang. This needs a proper solution. Note that thes...
Michael J. Spencer
2012-12-05
Change std::vector to SmallVector<4> and remove some unused methods.
Eli Bendersky
2012-12-05
Define new-value store instructions with base+immediate addressing mode
Jyotsna Verma
2012-12-05
Fix name. The array is unboundED.
Bill Wendling
2012-12-05
RegisterPressureTracker: fix findUseBetween to handle DebugValue
Andrew Trick
2012-12-05
RegisterPressureTracker: unify virtual registers and physical regunits.
Andrew Trick
2012-12-05
RegisterPresssureTracker: Track live physical register by unit.
Andrew Trick
2012-12-05
Cost Model: change the default cost of control flow instructions (br / ret / ...
Nadav Rotem
2012-12-05
Correct ARM NOP encoding
David Sehr
2012-12-05
Remove unused methods
Eli Bendersky
[prev]
[next]