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
2011-04-17
now that predicates have a decent abstraction layer on them, introduce a new
Chris Lattner
2011-04-17
Rework our internal representation of node predicates to expose more
Chris Lattner
2011-04-17
remove some debugging code I added.
Chris Lattner
2011-04-17
1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll
Chris Lattner
2011-04-17
fix an x86 fast isel issue where we'd completely give up on folding an address
Chris Lattner
2011-04-17
fix an oversight which caused us to compile the testcase (and other
Chris Lattner
2011-04-17
tidy up and reduce indentation.
Chris Lattner
2011-04-17
Fix rdar://9289512 - not folding load into compare at -O0
Chris Lattner
2011-04-17
split a complex predicate out to a helper function. Simplify two for loops,
Chris Lattner
2011-04-17
Remove working entry from README.
Eli Friedman
2011-04-17
fix rdar://9289583 - fast isel should handle non-canonical commutative binops
Chris Lattner
2011-04-16
PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.
Eli Friedman
2011-04-16
Rename a misleadingly-named variable.
Frits van Bommel
2011-04-16
Add test cases for Jay's r129641 and fix a 32-bit-centric testcase in a file ...
Frits van Bommel
2011-04-16
Unbreak the MSVC 2010 build.
Francois Pichet
2011-04-16
Fix bug when checking phi operands in InstCombiner::visitPHINode(),
Jay Foad
2011-04-16
MSVC needs the return 0 to compile.
Francois Pichet
2011-04-16
Remove unused variable.
Benjamin Kramer
2011-04-16
Write out uint64_t as i{0..32},i{33..64} instead of i{0..32},0.
Benjamin Kramer
2011-04-16
Don't use C++ comments in C code.
Nick Lewycky
2011-04-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
Correct result when a branch condition is live across a block
Stuart Hastings
2011-04-16
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...
Evan Cheng
2011-04-16
Fix cmake build.
Rafael Espindola
2011-04-16
Move the re-stemming function up top and use it where it's currently inlined.
Nick Lewycky
2011-04-16
Rename LineProfiling to GCOVProfiling to more accurately represent what it
Nick Lewycky
2011-04-16
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-15
Thumb2 BFC was insufficiently encoded.
Johnny Chen
2011-04-15
A8.6.315 VLD3 (single 3-element structure to all lanes)
Johnny Chen
2011-04-15
Re-enable test o32_cc_vararg.ll.
Akira Hatanaka
2011-04-15
Initial work to improve documentation for Clang's diagnostics, from Matthieu ...
Douglas Gregor
2011-04-15
Reverse unnecessary changes made in r129606 and r129608. There is no change i...
Akira Hatanaka
2011-04-15
Add ORR and EOR to the CMP peephole optimizer. It's hard to get isel to generate
Cameron Zwarich
2011-04-15
Fix some broken links, from Matthieu Monrocq
Douglas Gregor
2011-04-15
Fix lines that exceed 80 columns. There is no change in functionality.
Akira Hatanaka
2011-04-15
Add this test back for Darwin.
Rafael Espindola
2011-04-15
Fix lines that have incorrect indentation or exceed 80 columns. There is no c...
Akira Hatanaka
2011-04-15
The AND instruction leaves the V flag unmodified, so it falls victim to the same
Cameron Zwarich
2011-04-15
Fix cmake build.
Rafael Espindola
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
Add missing register forms of instructions to the ARM CMP-folding code. This
Cameron Zwarich
2011-04-15
Add pass that expands pseudo instructions into target instructions after regi...
Akira Hatanaka
2011-04-15
Increase SubtargetFeatureKV Value and Implies fields to 64 bits since some ta...
Evan Cheng
2011-04-15
Add encoding tests for flds/filds
Joerg Sonnenberger
2011-04-15
Implements StringRef::compare with bounds. It is behaves similarly to strncmp...
Lenny Maiorani
2011-04-15
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
2011-04-15
Remember to set flag.
Jakob Stoklund Olesen
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
[next]