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-01-28
Revert r124462. There are a few big regressions that I need to fix first.
Evan Cheng
2011-01-28
Fix build with stdcxx by using llvm::next. Patch by Joerg Sonnenberger!
Nick Lewycky
2011-01-28
Print the visibility of declarations.
Rafael Espindola
2011-01-28
- Stop simplifycfg from duplicating "ret" instructions into unconditional
Evan Cheng
2011-01-27
Remove a temporary workaround for a lencod miscompile. Depends on the fix in ...
Andrew Trick
2011-01-27
VirtRegRewriter fix: update kill flags, which are used by the scavenger.
Andrew Trick
2011-01-27
Speculatively revert r124380.
Devang Patel
2011-01-27
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-27
Avoid modifying the OneClassForEachPhysReg map while iterating over it.
Bob Wilson
2011-01-27
Try harder to not have unused variables.
Matt Beaumont-Gay
2011-01-27
Opt-mode -Wunused-variable cleanup
Matt Beaumont-Gay
2011-01-27
Reapply 124301
Devang Patel
2011-01-26
Initialize variable to get rid of clang warning.
Bill Wendling
2011-01-26
Revert 124301.
Devang Patel
2011-01-26
Revert r124302
Devang Patel
2011-01-26
[AVX] Add INSERT_SUBVECTOR and support it on x86. This provides a
David Greene
2011-01-26
While legalizing SDValues do not drop SDDbgValues, trasfer them to new legal ...
Devang Patel
2011-01-26
Process valid SDDbgValues even if the node does not have any order assigned.
Devang Patel
2011-01-26
Refactor.
Devang Patel
2011-01-26
[AVX] Support EXTRACT_SUBVECTOR on x86. This provides a default
David Greene
2011-01-26
Rename member variables to follow the rest of LLVM.
Jakob Stoklund Olesen
2011-01-25
Provide an interface to transfer SDDbgValue from one SDNode to another.
Devang Patel
2011-01-25
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-25
This assertion is too restrictive, it does not apply for dangling dbg value n...
Devang Patel
2011-01-24
Support printing exception section into the current one. This is the case whe...
Anton Korobeynikov
2011-01-24
Speculatively revert r124138.
Devang Patel
2011-01-24
Resolve DanglingDbgValue of PHI nodes where the use follows dbg.value intrini...
Devang Patel
2011-01-24
Temporarily workaround JM/lencod miscompile (SIGSEGV).
Andrew Trick
2011-01-23
Add support for the --noexecstack option.
Rafael Espindola
2011-01-23
Null initialize a few variables flagged by
Ted Kremenek
2011-01-23
Delay the creation of eh_frame so that the user can change the defaults.
Rafael Espindola
2011-01-23
Remove more duplicated code.
Rafael Espindola
2011-01-23
Remove duplicated code.
Rafael Espindola
2011-01-21
Enable support for precise scheduling of the instruction selection
Andrew Trick
2011-01-21
Convert -enable-sched-cycles and -enable-sched-hazard to -disable
Andrew Trick
2011-01-20
SplitKit requires that all defs are in place before calling useIntv().
Jakob Stoklund Olesen
2011-01-20
Add LiveIntervalMap::dumpCache() to print out the cache used by the ssa updat...
Jakob Stoklund Olesen
2011-01-20
My editor's indent went crazy. Fix.
Eric Christopher
2011-01-20
Expand invalid return values for umulo and smulo. Handle these similarly
Eric Christopher
2011-01-20
Sorry, several patches in one.
Evan Cheng
2011-01-20
Selection DAG scheduler register pressure heuristic fixes.
Andrew Trick
2011-01-20
Check that a live range exists before shortening it. This fixes PR8989.
Jakob Stoklund Olesen
2011-01-20
Add hidden -verify-coalescing to run the machine code verifier before and after
Jakob Stoklund Olesen
2011-01-20
Fix bug found by new clang warning.
Jakob Stoklund Olesen
2011-01-20
Use only one API at a time.
Eric Christopher
2011-01-20
If we can, lower the multiply part of a umulo/smulo call to a libcall
Eric Christopher
2011-01-20
Fix debug info for merged global.
Devang Patel
2011-01-19
Divert Hopfield network debug output. It is very noisy.
Jakob Stoklund Olesen
2011-01-19
Don't accidentally leave small gaps in the live ranges when leaving the active
Jakob Stoklund Olesen
2011-01-19
Fix register address expression. Patch by Ken Dyck.
Devang Patel
[prev]
[next]