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-08-09
CMake: system for providing llvm-config-like features to the user.
Oscar Fuentes
2010-08-09
CMake: documented testing procedure
Oscar Fuentes
2010-08-08
llc: Fix help typo as pointed out by Nick Lewycky.
Michael J. Spencer
2010-08-08
Add a opt-args option that can be used to pass arguments to every opt
Rafael Espindola
2010-08-08
s/libLLVMgold/LLVMgold/g
Rafael Espindola
2010-08-08
Remove unused variable.
Benjamin Kramer
2010-08-08
Remove the ValueMap copy constructor. It's not used anywhere,
Duncan Sands
2010-08-08
Regenerate.
Eric Christopher
2010-08-08
Add a bit of a hack to avoid multiple defines of variables in
Eric Christopher
2010-08-08
Add optimization to Target/README.txt.
Nick Lewycky
2010-08-08
Reject unrepresentable pointer types in intrinsics. Fixes PR7316.
Nick Lewycky
2010-08-08
Use the "isCompare" machine instruction attribute instead of calling the
Bill Wendling
2010-08-08
Do more to modernize MergeFunctions. Refactor in response to Chris' code review.
Nick Lewycky
2010-08-08
CMake: set configure macro LLVM_PREFIX
Oscar Fuentes
2010-08-08
CMake: configure header llvm-config.h
Oscar Fuentes
2010-08-08
Most of bugpoint now only needs to know the pass names.
Rafael Espindola
2010-08-08
Regenerate.
Eric Christopher
2010-08-08
Fix PR7809 by creating a header for just llvm variables that can be
Eric Christopher
2010-08-08
Add back in r109901, which adds a Compare flag to the target instructions. It's
Bill Wendling
2010-08-08
Use %shlibext instead of .so
Rafael Espindola
2010-08-08
Try to fix cmake build.
Rafael Espindola
2010-08-08
Fix a couple of warnings.
Eric Christopher
2010-08-07
Run opt instead of bugpoint itself.
Rafael Espindola
2010-08-07
Another missing file :-(
Rafael Espindola
2010-08-07
Add missing file.
Rafael Espindola
2010-08-07
Move the bugpoint test passes to a plugin in preparation for having bugpoint
Rafael Espindola
2010-08-07
Roll back my last two commits, valgrind complains.
Benjamin Kramer
2010-08-07
A reference to the Timer's name is safe, it outlives the contents of the vector.
Benjamin Kramer
2010-08-07
Kill rarely used std::sort.
Benjamin Kramer
2010-08-07
Shrink PassNameParser's binary size with array_pod_sort.
Benjamin Kramer
2010-08-07
Remove layering violation.
Owen Anderson
2010-08-07
Add an inverse() method to ConstantRange.
Owen Anderson
2010-08-07
Fix typo.
Nick Lewycky
2010-08-07
Remove assignPassManager's default arguments. It's really
Dan Gohman
2010-08-07
More #include cleanups.
Dan Gohman
2010-08-07
Delete this explicit assignment operator; it's equivalent to
Dan Gohman
2010-08-07
Oops, check in this file too.
Dan Gohman
2010-08-07
Tidy up PMStack. Add a bunch of consts, use std::vector instead of
Dan Gohman
2010-08-07
Tidy some #includes and forward-declarations, and move the C binding code
Dan Gohman
2010-08-07
Add a convenience constructor.
Owen Anderson
2010-08-07
Make AnalysisImpls private.
Dan Gohman
2010-08-07
Use sdmem and sse_load_f64 (etc.) for the vector
Dale Johannesen
2010-08-07
Don't attempt the PRE inline asm calls, since we don't value number them yet....
Owen Anderson
2010-08-07
Add a predicate to determine if a call is an inline asm statement.
Owen Anderson
2010-08-06
Some cleanup. Use a class (OptionInfo) instead of a pair of a pair and remove
Rafael Espindola
2010-08-06
Lazily defer duplicating the live interval we are splitting until we know it is
Jakob Stoklund Olesen
2010-08-06
Patterns to match AVX 256-bit vzero intrinsics
Bruno Cardoso Lopes
2010-08-06
Eliminate PromoteMemoryToRegisterID; just use addPreserved("mem2reg")
Dan Gohman
2010-08-06
llc: Clarify -mc-relax-all description.
Michael J. Spencer
2010-08-06
tidy up
Jim Grosbach
[next]