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
path:
root
/
include
Age
Commit message (
Expand
)
Author
2010-07-02
Remove an unused enum.
Dan Gohman
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-07-02
Handle unindexed instructions in SlotIndices.
Jakob Stoklund Olesen
2010-07-02
Rematerialize as much as possible before inserting spills and reloads.
Jakob Stoklund Olesen
2010-07-02
back out r107480, it was just testing the waters anyway...
Gabor Greif
2010-07-02
[test commit, just to tickle the selfhost buildbots; I'll back out in a few m...
Gabor Greif
2010-07-02
Comment a non-obvious member variable.
Dan Gohman
2010-07-01
Implement the "linker_private_weak" linkage type. This will be used for
Bill Wendling
2010-07-01
evil hack to coerce external users (projects)
Gabor Greif
2010-07-01
MC: Fix some stray hunks I didn't intend to commit.
Daniel Dunbar
2010-07-01
MC: Pass the target instance to the AsmParser constructor.
Daniel Dunbar
2010-07-01
Remove stray comma.
Daniel Dunbar
2010-07-01
MC: Move COFF enumeration constants to llvm/Support/COFF.h, patch by Michael
Daniel Dunbar
2010-07-01
Debugging infomration is encoded in llvm IR using metadata. This is designed
Devang Patel
2010-07-01
back out r107396 for now, it needs another minor change to function as advert...
Gabor Greif
2010-07-01
evil hack to coerce external users (projects)
Gabor Greif
2010-07-01
reformulate CallSiteBase::getCallee to adapt to CallInst::ArgOffset, and make...
Gabor Greif
2010-07-01
Teach fast-isel to avoid loading a value from memory when it's already
Dan Gohman
2010-07-01
Trailing whitespace.
Mikhail Glushenkov
2010-06-30
Rename NextPowerOfTwo to RoundUpToPowerOfTwo.
Duncan Sands
2010-06-30
Clarify that the NextPowerOfTwo template is idempotent.
Duncan Sands
2010-06-30
Rather than giving SmallPtrSetImpl a member field SmallArray which is magically
Duncan Sands
2010-06-29
Begin implementation of an inline spiller.
Jakob Stoklund Olesen
2010-06-29
Revert r107205 and r107207.
Bill Wendling
2010-06-29
Introducing the "linker_weak" linkage type. This will be used for Objective-C
Bill Wendling
2010-06-29
Fix a buffer overflow noticed by gcc-4.6: zero is written into
Duncan Sands
2010-06-29
NextPowerOfTwo was already used to ensure that SmallSizePowTwo is a power
Duncan Sands
2010-06-29
give PATypeHolder an explicit copy ctor which initializes the type pointer,
Chris Lattner
2010-06-29
minor cosmetics
Gabor Greif
2010-06-29
use ArgOffset constant to prepare for operand rotation
Gabor Greif
2010-06-29
use ArgOperand API
Gabor Greif
2010-06-29
Add a VT argument to getMinimalPhysRegClass and replace the copy related uses
Rafael Espindola
2010-06-29
Add an Intraprocedural form of BasicAliasAnalysis, which aims to
Dan Gohman
2010-06-28
Added the darwin .secure_log_unique and .secure_log_reset directives.
Kevin Enderby
2010-06-28
Pull in the libCrashReporterClient.a information with a warning comment.
Eric Christopher
2010-06-28
Generalize AAEval so that it can be used both per-function and
Dan Gohman
2010-06-28
extend ArgOperand interface: setArgOperand
Gabor Greif
2010-06-26
add some named accessors for StoreInst
Chris Lattner
2010-06-26
fit in 80 cols
Chris Lattner
2010-06-26
When splitting a VAARG, remember its alignment.
Rafael Espindola
2010-06-26
VNInfos don't need to be destructed anymore.
Benjamin Kramer
2010-06-25
Don't track kills in VNInfo. Use interval ends instead.
Jakob Stoklund Olesen
2010-06-25
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-25
The hasMemory argument is irrelevant to how the argument
Dale Johannesen
2010-06-25
80-column and trailing whitespace cleanup
Jim Grosbach
2010-06-25
Tweak MemoryBuffer to allocate the class itself, the name and possibly the
Benjamin Kramer
2010-06-24
DataTypes.h.cmake (MSVC): Protect some #define's and use specific
Oscar Fuentes
2010-06-24
Remove the now unused LiveIntervals::getVNInfoSourceReg().
Jakob Stoklund Olesen
2010-06-24
Silence some unused variable warnings.
Eric Christopher
2010-06-24
Remove the -fast-spill option.
Jakob Stoklund Olesen
[next]