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
/
CodeGen
Age
Commit message (
Expand
)
Author
2011-06-26
Remove unnecessary wrapper.
Rafael Espindola
2011-06-24
The scheduler needs to be aware on the existence of untyped nodes when it per...
Owen Anderson
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-06-24
Simplify
Rafael Espindola
2011-06-24
Now that bb with phis are not considered simple, duplicate them even if
Rafael Espindola
2011-06-24
Simplify now that blocks with phis are not considered simple.
Rafael Espindola
2011-06-24
Starting to refactor Target to separate out code that's needed to fully describe
Evan Cheng
2011-06-23
Use the presence of the __compact_unwind section to indicate that a target
Bill Wendling
2011-06-23
Move more logic to shouldTailDuplicate and only duplicate regular bb before
Rafael Espindola
2011-06-22
Add a flag that indicates whether a target supports compact unwind info or not.
Bill Wendling
2011-06-22
Reenable tail duplication of bb with just an unconditional jump, but
Rafael Espindola
2011-06-22
Add a __LD,__compact_unwind section.
Bill Wendling
2011-06-22
Revert r133607. This is causing failures in the Clang gccTestSuite.
Chad Rosier
2011-06-22
Emit trailing padding on constant vectors when TargetData says that the vector
Nick Lewycky
2011-06-22
Replace the existing forms of ConstantArray::get() with a single form
Jay Foad
2011-06-22
Reenable the optimization added in 133415, but change the definition of a "si...
Rafael Espindola
2011-06-21
After register is spilled there should not be any DBG_VALUE referring the sam...
Devang Patel
2011-06-21
Fix some trailing issues from my introduction of MVT::untyped and its use for...
Owen Anderson
2011-06-21
Add verbose EH table printing to SjLj exception tables.
Bill Wendling
2011-06-21
There could be more than one DBG_VALUE instructions for variables where all o...
Devang Patel
2011-06-21
Improve the comment printing for the EH table. This gives a much more detailed
Bill Wendling
2011-06-21
Teach dag combine to match halfword byteswap patterns.
Evan Cheng
2011-06-20
Disable again.
Rafael Espindola
2011-06-20
Re enable 133415 with two fixes
Rafael Espindola
2011-06-20
Disable the logic added by rafael in commit 133415 to see if it brings the
Duncan Sands
2011-06-20
Fix PromoteIntRes_TRUNCATE: Add support for cases where the
Nadav Rotem
2011-06-20
Fix MSVC build. next() function already exists in the MSVC headers. This crea...
Francois Pichet
2011-06-20
Teach early dup how to duplicate basic blocks with one successor and only phi...
Rafael Espindola
2011-06-20
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-06-19
Fix a FIXME by making GlobalVariable::getInitializer() return a
Jay Foad
2011-06-19
Code cleanups: Remove duplicated logic in PromotInteRes_BITCAST, reserve vect...
Nadav Rotem
2011-06-19
Calls to AssertZext and getZeroExtendInReg must be made using scalar types.
Nadav Rotem
2011-06-19
When promoting the vector elements in CopyToParts, use vector trunc
Nadav Rotem
2011-06-18
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
Simplify code. No change in functionality.
Benjamin Kramer
2011-06-18
Don't allocate empty read-only SmallVectors during SelectionDAG deallocation.
Benjamin Kramer
2011-06-18
Remove unused but set variables.
Benjamin Kramer
2011-06-18
Fix UMULO support for 2x register width to allow the full
Eric Christopher
2011-06-17
Only call TRI::getRawAllocationOrder to resolve a target-dependent hint.
Jakob Stoklund Olesen
2011-06-17
Fix comment.
Eric Christopher
2011-06-17
Use the verbose asm flag instead of a new flag for decoding the LSDA.
Bill Wendling
2011-06-17
Lower multiply with overflow checking to __mulo<mode>
Eric Christopher
2011-06-17
Add an option that allows one to "decode" the LSDA.
Bill Wendling
2011-06-17
getSuccWeight returns now default 0 if Weights vector is empty.
Jakub Staszak
2011-06-17
Allow empty Weights vector.
Jakub Staszak
2011-06-17
Two fixes relating to debug value:
Rafael Espindola
2011-06-17
Add a hook for PBQP clients to run a custom pre-alloc pass to run prior to PB...
Lang Hames
2011-06-17
Enable early duplication of small blocks. There are still improvements to
Rafael Espindola
2011-06-16
Rename TRI::getAllocationOrder() to getRawAllocationOrder().
Jakob Stoklund Olesen
2011-06-16
Don't use register classes larger than TLI->getRegClassFor(VT).
Jakob Stoklund Olesen
[prev]
[next]