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-03-23
Revert patch. It broke the build.
Bill Wendling
2012-03-23
Dematerialize the source functions after we're done with them. This saves a bit
Bill Wendling
2012-03-23
Remove the C backend.
Eric Christopher
2012-03-23
Fix up cmake build.
Eric Christopher
2012-03-23
Take out the debug info probe stuff. It's making some changes to
Eric Christopher
2012-03-23
Explicitly close optionally closed <li> tags.
Nick Lewycky
2012-03-22
Remove -enable-lsr-retry in time for 3.1.
Andrew Trick
2012-03-22
Remove -enable-lsr-nested in time for 3.1.
Andrew Trick
2012-03-22
Some whitespace and comment cleanup.
Bill Wendling
2012-03-22
Remove unneeded #ifdefs.
Bill Wendling
2012-03-22
Add a 'dump' method to the type map. Doxygenify some of the comments and add a
Bill Wendling
2012-03-22
Source order scheduler should not preschedule nodes with multiple uses. rdar:...
Evan Cheng
2012-03-22
Assign node orders to target intrinsics which do not produce results. rdar://...
Evan Cheng
2012-03-22
Refactor the code for visiting instructions out into helper functions.
Dan Gohman
2012-03-22
Cleanup IVUsers::addUsersIfInteresting.
Andrew Trick
2012-03-22
Remove unused simplifyIVUsers
Andrew Trick
2012-03-22
Remove -enable-iv-rewrite, which has been unsupported since 3.0.
Andrew Trick
2012-03-22
Convert -indvars tests that rely on SCEV expansion to -loop-reduce tests.
Andrew Trick
2012-03-22
Remove tests: indvars trivially preserves GEPs now.
Andrew Trick
2012-03-22
Remove test: trivial canonical IV test which is covered by other SCEV tests.
Andrew Trick
2012-03-22
Test scalar evolution directly instead of testing the result of
Andrew Trick
2012-03-22
Remove redundant -enable-iv-rewrite=false flags from test cases.
Andrew Trick
2012-03-22
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
[python] Add negative MemoryBuffer testcase
Anders Waldenborg
2012-03-22
Remove some unnecessary forward declarations.
Craig Topper
2012-03-22
Revert a series of commits to MCJIT to get the build working in CMake
Chandler Carruth
2012-03-22
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
2012-03-22
add load/store volatility control to the C API, patch by Yiannis Tsiouris!
Chris Lattner
2012-03-22
don't use "signed", just something I noticed in patches flying by.
Chris Lattner
2012-03-22
In erroneous inline assembly we could mistakenly try to access the
Eric Christopher
2012-03-22
[fast-isel] Fold "urem x, pow2" -> "and x, pow2-1". This should fix the 271%
Chad Rosier
2012-03-21
[PathV2]: Fix bug in create_directories which caused infinite recursion on
Michael J. Spencer
2012-03-21
Add a release note for r145714.
Nick Lewycky
2012-03-21
misched: tag a few XFAILs that I plan to fix
Andrew Trick
2012-03-21
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-21
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
Fix windows compilation warning. Patch by Micah.
Jan Sjödin
2012-03-21
Add a ${pathsep} variable to lit that expands to : (or ; on win32).
Nico Weber
2012-03-21
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
Danil Malyshev
2012-03-21
Missed getPointerToNamedFunction() declaration.
Danil Malyshev
2012-03-21
Based on this discussion: http://lists.cs.uiuc.edu/pipermail/llvm-commits/Wee...
Danil Malyshev
2012-03-21
Checking a build_vector for an all-ones value.
Jim Grosbach
2012-03-21
[asan] fix one more bug related to long double
Kostya Serebryany
2012-03-21
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
2012-03-21
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2012-03-21
Teach instsimplify to gracefully degrade in the presence of instructions
Chandler Carruth
2012-03-21
[python] Add some paths where to find test binary
Anders Waldenborg
2012-03-21
[python] Mark get_test_binary as not being a test
Anders Waldenborg
[next]