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-02
Fix indentation.
Benjamin Kramer
2012-03-02
Tidy up. Trailing whitespace.
Jim Grosbach
2012-03-02
autoconf: Set LLVM_CONFIGTIME to a stable value when using --disable-timestamps.
Daniel Dunbar
2012-03-02
LVI: Recognize the form instcombine canonicalizes range checks into when form...
Benjamin Kramer
2012-03-02
Hashing: microoptimize a truncate on 64 bit away. This currently blocks dead ...
Benjamin Kramer
2012-03-02
delete dead code, patch by Michael Spencer.
Jia Liu
2012-03-02
add llvm.gcroot into GarbageCollection.html, patch bylost lostfreeman@gmail.com.
Jia Liu
2012-03-02
Make the hashing algorithm Endian neutral. This is a bit annoying, but
Chandler Carruth
2012-03-02
Simplify the pair optimization. Rather than using complex type traits,
Chandler Carruth
2012-03-02
ASan: use getTypeAllocSize instead of getTypeStoreSize.
Evgeniy Stepanov
2012-03-02
Add a golden data test that I missed somehow the first time around.
Chandler Carruth
2012-03-02
Fix bad indenting that was left over from cut/paste of the golden values
Chandler Carruth
2012-03-02
Add a header that was technically missing to see if this gets the
Chandler Carruth
2012-03-02
We really want to hash pairs of directly-hashable data as directly
Chandler Carruth
2012-03-02
Add support for hashing pairs by delegating to each sub-object. There is
Chandler Carruth
2012-03-02
Prevent obscure and incorrect tail-call optimization.
Chad Rosier
2012-03-02
Grammar-o in function name.
Eric Christopher
2012-03-02
Grammar.
Eric Christopher
2012-03-02
If the linkage name doesn't exist we're supposed to emit a reference
Eric Christopher
2012-03-02
Fix an iterator invalidation problem. operator[] on a DenseMap
Dan Gohman
2012-03-02
Misc micro-optimizations.
Dan Gohman
2012-03-02
Remove the misguided extension here that reserved two special values in
Chandler Carruth
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Neuter the optimization I implemented with r107852 and r108258 which turn some
Evan Cheng
2012-03-01
Re-disable the debug output. The comment is there explaining why we want
Chandler Carruth
2012-03-01
Switch FoldingSet over to the new hashing infrastructure. We might want
Chandler Carruth
2012-03-01
Provide the 32-bit variant of the golden tests. Not sure how I forgot to
Chandler Carruth
2012-03-01
Handle regmasks in Thumb1RegisterInfo::saveScavengerRegister().
Jakob Stoklund Olesen
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-03-01
ARM use the right opcode for FP<->Integer move in fast-isel.
Jim Grosbach
2012-03-01
Minimal changes for LLVM to compile under VS11.
Michael J. Spencer
2012-03-01
Changes for migrating to using register mask operands.
Akira Hatanaka
2012-03-01
[Object]
David Meyer
2012-03-01
Change ARMInstPrinter::printPredicateOperand() so it will not abort if it
Kevin Enderby
2012-03-01
Fix bugs which were introduced when support for base+index floating point loads
Akira Hatanaka
2012-03-01
BumpPtrAllocator: Make sure threshold cannot be initialized with a value smal...
Benjamin Kramer
2012-03-01
Fix two warnings in this code that I missed.
Chandler Carruth
2012-03-01
If BumpPtrAllocator is requested to allocate a size that exceeds the slab size,
Argyrios Kyrtzidis
2012-03-01
Trivial change to make the test use Use –mcpu=generic,
Preston Gurd
2012-03-01
Move include/llvm/ADT/SaveAndRestore.h -> include/llvm/Support/SaveAndRestore.h
Argyrios Kyrtzidis
2012-03-01
Add the source file with trivial definitions in it that was missing from
Chandler Carruth
2012-03-01
Rewrite LLVM's generalized support library for hashing to follow the API
Chandler Carruth
2012-03-01
Move getSubRegIndex out of generated code into MCRegisterInfo, devirtualize it.
Benjamin Kramer
2012-03-01
Revert r151816 as Jim has the appropriate fix.
Chad Rosier
2012-03-01
Fix testcases from r151807.
Chad Rosier
2012-03-01
Move TargetRegisterInfo::getSubReg() to MCRegisterInfo.
Jim Grosbach
2012-03-01
Revert "Emit the SubRegTable with the smallest possible integer type."
Jim Grosbach
2012-03-01
Add missing triple for tests.
Jim Grosbach
2012-03-01
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
Jia Liu
2012-03-01
Fix a codegen fault in which log2 or exp2 could be dead-code eliminated even ...
James Molloy
[next]