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
/
lib
Age
Commit message (
Expand
)
Author
2011-03-30
Merging r128577
Bill Wendling
2011-03-27
Merge in fix for PR9561.
Bill Wendling
2011-03-25
--- Merging r127239 into '.':
Bill Wendling
2011-03-25
--- Merging r127731 into '.':
Bill Wendling
2011-03-24
--- Merging r128212 into '.':
Bill Wendling
2011-03-24
--- Merging r128203 into '.':
Bill Wendling
2011-03-24
--- Merging r127723 into '.':
Bill Wendling
2011-03-24
--- Merging r127981 into '.':
Bill Wendling
2011-03-23
--- Merging r127871 into '.':
Bill Wendling
2011-03-22
--- Merging r128100 into '.':
Bill Wendling
2011-03-22
Fix Win64 va_arg.
Bill Wendling
2011-03-22
For PR9500.
Bill Wendling
2011-03-21
--- Merging r127780 into '.':
Bill Wendling
2011-03-14
For PR9480:
Bill Wendling
2011-03-14
--- Merging r127464 into '.':
Bill Wendling
2011-03-11
Merge r127441 from mainline.
Eric Christopher
2011-03-11
Merge r127263 from mainline, fixes PR9427 for 2.9.
Eric Christopher
2011-03-10
For PR9438:
Bill Wendling
2011-03-08
Merge r127264:
Bill Wendling
2011-03-08
Turn on list-ilp scheduling by default on x86 and x86-64, fix up
Eric Christopher
2011-03-08
Further improvements to pre-RA-sched=list-ilp.
Andrew Trick
2011-03-08
Fix a compiler crash where a Glue value had multiple uses. Radar 9049552.
Bob Wilson
2011-03-08
Fix comment typos.
Bob Wilson
2011-03-07
Rename the narrow shift right immediate operands to "shr_imm*" operands. Also
Bill Wendling
2011-03-07
Let shrinkToUses optionally return a list of now dead machine instructions.
Jakob Stoklund Olesen
2011-03-07
Preserve line no. info.
Devang Patel
2011-03-07
Make the UselessRegs argument optional in the LiveRangeEdit constructor.
Jakob Stoklund Olesen
2011-03-07
Move getRegPressureLimit() from TargetLoweringInfo to TargetRegisterInfo.
Cameron Zwarich
2011-03-07
Handle the special case of registers begin redefined by early-clobber defs.
Jakob Stoklund Olesen
2011-03-07
Use the correct LHS type when determining the legalization of a shift's RHS t...
Owen Anderson
2011-03-07
ptx: Fix calling convention printing in AsmWriter.cpp
Justin Holewinski
2011-03-07
Add more analysis of the sign bit of an srem instruction. If the LHS is negative
Nick Lewycky
2011-03-07
Windows/PathV2.inc: Eliminate redundant condition. DWORD is unsigned.
NAKAMURA Takumi
2011-03-06
Don't internalize available_externally functions. We already did the right
Rafael Espindola
2011-03-06
Typo.
Eric Christopher
2011-03-06
ConstantInt has some getters which return ConstantInt's or ConstantVector's of
Nick Lewycky
2011-03-06
lib/CodeGen/AsmPrinter/CMakeLists.txt: Fix CMake build, following up to r127099.
NAKAMURA Takumi
2011-03-06
Disable a couple of experimental heuristics to get the best results from the ...
Andrew Trick
2011-03-05
ARM assembler stuff is crazy: for .setfp positive values of offset correspond...
Anton Korobeynikov
2011-03-05
In Thumb1 mode the constant might be materialized via the load from constpool...
Anton Korobeynikov
2011-03-05
Implement frame unwinding information emission for Thumb1. Not finished yet b...
Anton Korobeynikov
2011-03-05
Add unwind information emission for thumb stuff
Anton Korobeynikov
2011-03-05
Handle MI flags inside Thumb2SizeReduction pass.
Anton Korobeynikov
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-03-05
Some first rudimentary support for ARM EHABI: print exception table in "text ...
Anton Korobeynikov
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-03-05
Work around a coalescer bug.
Jakob Stoklund Olesen
2011-03-05
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
InstCombine: We know the number of items initially added to the worklist map,...
Benjamin Kramer
2011-03-05
ptx: add basic intrinsic support
Che-Liang Chiou
[next]