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-04-20
ARM byval support. Will be enabled by another patch to the FE. <rdar://prob...
Stuart Hastings
2011-04-20
Remove unused arguments.
Rafael Espindola
2011-04-20
Rewrite the expander for umulo/smulo to remember to sign extend the input
Eric Christopher
2011-04-20
ADT/Triple: Renambe isOSX... methods to isMacOSX for consistency with the OS
Daniel Dunbar
2011-04-19
CodeGen: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-19
Delete unnecessary variable. <rdar://problem/7662569>
Stuart Hastings
2011-04-19
Avoid write-after-write issue hazards for Cortex-A9.
Bob Wilson
2011-04-19
Force the greedy register allocator to be linked alongside linear scan.
Jakob Stoklund Olesen
2011-04-19
SelectBasicBlock is rather slow even when it doesn't do anything; skip the
Eli Friedman
2011-04-19
Support nested CALLSEQ_BEGIN/END; necessary for ARM byval support. <rdar://p...
Stuart Hastings
2011-04-19
Implement support for x86 fastisel of small fixed-sized memcpys, which are ge...
Chris Lattner
2011-04-18
Simplify declarations slightly by using typedefs.
Eli Friedman
2011-04-18
Reduce clutter in asm output. Do not emit source location as comment for each...
Devang Patel
2011-04-18
Handle spilling around an instruction that has an early-clobber re-definition of
Jakob Stoklund Olesen
2011-04-18
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-18
while we're at it, handle 'sdiv exact' of a power of 2 also,
Chris Lattner
2011-04-18
fix rdar://9297011 - udiv by power of two causing fast-isel rejects
Chris Lattner
2011-04-17
1. merge fast-isel-shift-imm.ll into fast-isel-x86-64.ll
Chris Lattner
2011-04-17
fix an oversight which caused us to compile the testcase (and other
Chris Lattner
2011-04-17
Fix rdar://9289512 - not folding load into compare at -O0
Chris Lattner
2011-04-17
split a complex predicate out to a helper function. Simplify two for loops,
Chris Lattner
2011-04-17
fix rdar://9289583 - fast isel should handle non-canonical commutative binops
Chris Lattner
2011-04-16
PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext.
Eli Friedman
2011-04-16
Unbreak the MSVC 2010 build.
Francois Pichet
2011-04-16
Remove unused variable.
Benjamin Kramer
2011-04-16
Put each personality function in a section. This fixes the gnu ld warning:
Rafael Espindola
2011-04-16
Fix divmod libcall lowering. Convert to {S|U}DIVREM first and then expand the...
Evan Cheng
2011-04-16
Introduce support to encode Objective-C property information in debugging inf...
Devang Patel
2011-04-15
Some refactoring suggested by Anton Korobeynikov.
Rafael Espindola
2011-04-15
Teach the SplitKit blitter to handle multiply defined values as well.
Jakob Stoklund Olesen
2011-04-15
Remember to set flag.
Jakob Stoklund Olesen
2011-04-15
Add 129518 back with a fix for when we are producing eh just because of debug...
Rafael Espindola
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T...
NAKAMURA Takumi
2011-04-14
Fix another instance of the DAG combiner not using the correct type for the R...
Owen Anderson
2011-04-14
Change ELF systems to use CFI for producing the EH tables. This reduces the
Rafael Espindola
2011-04-14
In the pre-RA scheduler, maintain cmp+br proximity.
Andrew Trick
2011-04-14
sink a call into its only use.
Chris Lattner
2011-04-13
During post-legalization DAG combining, be careful to only create shifts wher...
Owen Anderson
2011-04-13
Remove extra bytes that were added for gdb. We do not have good poiner to un...
Devang Patel
2011-04-13
Stop using dead function.
Jakob Stoklund Olesen
2011-04-13
Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat...
Andrew Trick
2011-04-13
Temporarily revert r129408 to see if it brings the bots back.
Eric Christopher
2011-04-12
Fix a bug where we were counting the alias sets as completely used
Eric Christopher
2011-04-12
I missed this new file in previous commit.
Devang Patel
2011-04-12
Simplify. There is no need to use static variable.
Devang Patel
2011-04-12
Do not reuse parameter name.
Devang Patel
2011-04-12
This mechanical patch moves type handling into CompileUnit from DwarfDebug. I...
Devang Patel
2011-04-12
Add more comments... err debug statements to the fast allocator.
Eric Christopher
2011-04-12
SparseBitVector is SLOW.
Jakob Stoklund Olesen
[prev]
[next]