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-03-23
Ignore the last message.
Bill Wendling
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-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
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
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
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
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153208 91177308-0d34...
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
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
misched: fix LiveInterval update for bottom-up scheduling
Andrew Trick
2012-03-21
misched: trace LiveIntervals after scheduling.
Andrew Trick
2012-03-21
misched: obvious iterator update fixes for bottom-up.
Andrew Trick
2012-03-21
misched: cleanup main loop
Andrew Trick
2012-03-21
misched: fix LI update for bottom-up.
Andrew Trick
2012-03-21
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...
Craig Topper
2012-03-21
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-20
Zap some dead code pointed out by Chandler.
Eric Christopher
2012-03-20
RuntimeDyldMachO has the ability to keep track of
Sean Callanan
2012-03-20
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
Assembler should accept redefinitions of unused variable symbols.
Jim Grosbach
[next]