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
2010-11-14
fix cmake
Chris Lattner
2010-11-14
no alpha jit support.
Chris Lattner
2010-11-14
remove JIT support from the Alpha backend. The JIT will be moving to MC,
Chris Lattner
2010-11-14
Segregate tests by target.
Dale Johannesen
2010-11-14
random acts of tidiness.
Chris Lattner
2010-11-14
Teach InstructionSimplify about phi nodes. I chose to have it simply
Duncan Sands
2010-11-14
Boost the power of phi node constant folding slightly: if all
Duncan Sands
2010-11-14
unittests/CMakeLists.txt: Add missing VMCore/ValueMapTest.cpp to VMCoreTests.
NAKAMURA Takumi
2010-11-14
Strip trailing whitespace.
Duncan Sands
2010-11-14
rename test.
Chris Lattner
2010-11-14
filecheckize, remove an old and useless test
Chris Lattner
2010-11-14
this test is pretty pointless and "propogation" isn't a word (or so Misha cla...
Chris Lattner
2010-11-14
Second attempt at providing correct encodings for Thumb2 binary operators.
Owen Anderson
2010-11-14
Handle a peculiar comdat case: Creating a section with an undefined
Rafael Espindola
2010-11-14
FileCheck: Eliminate DOSish \r from input file.
NAKAMURA Takumi
2010-11-14
Simplify getSymbolIndexInSymbolTable by setting the actual index of
Rafael Espindola
2010-11-14
Fix warning.
Rafael Espindola
2010-11-13
Testcase to go along with commit 118923 ("Have GVN simplify instructions
Duncan Sands
2010-11-13
Recognise 32-bit ror-based bswap implementation used by uclibc
Peter Collingbourne
2010-11-13
Support ; as asm separator
Peter Collingbourne
2010-11-13
Generalize the reassociation transform in SimplifyCommutative (now renamed to
Duncan Sands
2010-11-13
Fix typo pointed out by Trevor Harmon.
Duncan Sands
2010-11-13
Comment out the defms until they're activated.
Bill Wendling
2010-11-13
Add uses of the *_ldst_multi multiclasses. These aren't used yet.
Bill Wendling
2010-11-13
Convert the modes to lower case.
Bill Wendling
2010-11-13
Minor cleanups:
Bill Wendling
2010-11-13
Add *_ldst_mult multiclasses to the ARM back-end. These will be used in the
Bill Wendling
2010-11-13
MC: Simplify Mach-O and ELF object writer implementations.
Daniel Dunbar
2010-11-13
Fixed error and re-enabled MBlaze MC disassembler tests.
Wesley Peck
2010-11-13
Conditional moves are slightly more expensive than moves.
Evan Cheng
2010-11-13
Fix warning and add support for printing gnu_unique_object.
Rafael Espindola
2010-11-13
Parse and record the gnu_unique_object type.
Rafael Espindola
2010-11-13
Trailing whitespace.
Jim Grosbach
2010-11-13
This test stops after disassembling 1 instructions on
Dale Johannesen
2010-11-13
Parse and remember discriminators in .loc line. I try to output them with
Rafael Espindola
2010-11-13
Add test cases that should have been committed with 118969.
Wesley Peck
2010-11-13
JIT: More nitty style tweakage, aka territory marking.
Daniel Dunbar
2010-11-13
report_fatal_error: Simplify a possible ambiguity.
Daniel Dunbar
2010-11-13
More style nittiness.
Daniel Dunbar
2010-11-13
Clean up some doxyments/style.
Daniel Dunbar
2010-11-13
1. Adding test cases for MBlaze MC disassembler.
Wesley Peck
2010-11-13
Add conditional move of large immediate.
Evan Cheng
2010-11-13
Swap multiclass operand order for consistency with other patterns.
Jim Grosbach
2010-11-13
Continue ARM indexed load refactoring. Multiclass for LDR{B} pre/post indexed
Jim Grosbach
2010-11-13
Fix the encoding of negative line deltas.
Rafael Espindola
2010-11-13
Fix some more 80-col violas.
Daniel Dunbar
2010-11-13
Fix 80-col violation / non-sensicalness.
Daniel Dunbar
2010-11-13
More ARM load/store indexed refactoring. Also fix an incorrect IndexMode
Jim Grosbach
2010-11-13
Revert r118917, which is implicated in the llvm-gcc-i386-linux-selfhost failure.
Dan Gohman
2010-11-13
Update CMake.
Daniel Dunbar
[next]