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
2009-08-27
Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...
Evan Cheng
2009-08-27
Add missing declarations.
Daniel Dunbar
2009-08-27
Sketch TargetRegistry support for MCCodeEmitter abstract interface.
Daniel Dunbar
2009-08-27
Try to make MSVC just a little happier.
Daniel Dunbar
2009-08-27
X86FastISel support for loading and storing values of type i1.
Dan Gohman
2009-08-27
Expand i8 selects into control flow instead of 16-bit conditional
Dan Gohman
2009-08-26
now that include/llvm/ADT/iterator.h.in is not attempted to be built, its pre...
Gabor Greif
2009-08-26
Simplify.
Daniel Dunbar
2009-08-26
Regenerate configure
Douglas Gregor
2009-08-26
eliminate references to ADT/iterator.h
Gabor Greif
2009-08-26
Make this into a static method.
Owen Anderson
2009-08-26
Fix bad length argument to substr calls. Apparently I'm the first one to
Bob Wilson
2009-08-26
llvm-mc/Mach-O: Unique sections properly, so we don't get duplicate text
Daniel Dunbar
2009-08-26
llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table.
Daniel Dunbar
2009-08-26
De-bork CMake build
Douglas Gregor
2009-08-26
Rework getPersonalityIndex slightly - 0 is now a valid and not-NULL
Eric Christopher
2009-08-26
nobody includes llvm/ADT/iterator.h any more,
Gabor Greif
2009-08-26
If we're emitting additional CIEs due to personality functions
Eric Christopher
2009-08-26
Nuke trailing whitespace.
Eric Christopher
2009-08-26
llvm-mc/Mach-O: Set .subsections_via_symbols flag properly.
Daniel Dunbar
2009-08-26
Don't submit test directory.
Bill Wendling
2009-08-26
Allocate the module provider in the Kaleidoscope code on the heap, not the st...
Reid Kleckner
2009-08-26
Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit...
Gabor Greif
2009-08-26
CMake: Removed outdated TODO.
Oscar Fuentes
2009-08-26
Generate section for bss and enable weak symbols
Venkatraman Govindaraju
2009-08-26
Convert some more Neon tests to FileCheck.
Bob Wilson
2009-08-26
Alter 79292 to produce output that actually assembles.
Dale Johannesen
2009-08-26
Allow unsigned long long DenseMapInfo.
Mike Stump
2009-08-26
Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations.
Bob Wilson
2009-08-26
Add extload expansion for f128
Anton Korobeynikov
2009-08-26
Unbreak FP128 stuff in cbe
Anton Korobeynikov
2009-08-26
Ignore -fPIC test on Windows. Suggested by Yonggang Luo.
Oscar Fuentes
2009-08-26
Unbreak CMake build
Douglas Gregor
2009-08-26
Expand scalar_to_vector - we don't have any isel logic for it now
Anton Korobeynikov
2009-08-26
Add comments detailing a known bug, so that people writing other
Dan Gohman
2009-08-26
-fast is now -O0. -fast-isel is no longer experimental.
Dan Gohman
2009-08-26
Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
Dan Gohman
2009-08-26
Bugfix for r80100, forgot include. Sorry.
Andreas Neustifter
2009-08-26
Implemented comments from Daniel Dunbar.
Andreas Neustifter
2009-08-26
Don't use INSERT_SUBREG to model anyext operations on x86-64, as it
Dan Gohman
2009-08-26
Create a ScalarEvolution-based AliasAnalysis implementation.
Dan Gohman
2009-08-26
Fix a missing newline, now that Value's operator<< doesn't add one of its own.
Dan Gohman
2009-08-26
Use SetVector instead of std::set so that alias relations are tested and
Dan Gohman
2009-08-26
llvm-mc/Mach-O: Add support for relocations.
Daniel Dunbar
2009-08-26
llvm-mc/Mach-O: Move symbol indices into the MCSymbolData structure.
Daniel Dunbar
2009-08-26
llvm-mc/Mach-O: Dump relocations and section data (optionally) in my Mach-O d...
Daniel Dunbar
2009-08-26
llvm-mc: Add symbol entries for undefined symbols used in .fill and .org.
Daniel Dunbar
2009-08-26
Add dummy inline asm handling for 'r' constraint. This fixes PR4778
Anton Korobeynikov
2009-08-26
Moved isDeclaration() check further down to allow for function counts for
Andreas Neustifter
2009-08-26
llvm-mc: Change MCContext value table to take const MCSymbol*s.
Daniel Dunbar
[next]