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
2013-03-14
Move estimateStackSize from ARM into MachineFrameInfo
Hal Finkel
2013-03-14
Provide the register scavenger to processFunctionBeforeFrameFinalized
Hal Finkel
2013-03-13
Reset some of the target options which affect code generation.
Bill Wendling
2013-03-13
No functionality change. Use unreachable in getCUOffset.
Manman Ren
2013-03-13
No functionality change. Use unreachable in getCompileUnit.
Manman Ren
2013-03-13
Check register classes also when changing them.
Jakob Stoklund Olesen
2013-03-12
Debug Info: use DW_FORM_ref_addr instead of DW_FORM_ref4 if the referenced DIE
Manman Ren
2013-03-12
Avoid generating ISD::SELECT for vector operands to SIGN_EXTEND
Richard Relph
2013-03-11
Remove support for versioned debug info.
David Blaikie
2013-03-11
Fix a crasher newly introduced in r176659/r176649, where fast-isel tries to
Nick Lewycky
2013-03-10
Cleanup #includes.
Jakub Staszak
2013-03-08
Remove wrong and unnecessary assertion.
Jakob Stoklund Olesen
2013-03-08
Disable statistics on Release builds and move tests that depend on -stats.
Jan Wen Voung
2013-03-08
Rewrite the physreg part of findLastUseBefore().
Jakob Stoklund Olesen
2013-03-08
Remove default from fully covered switch.
Benjamin Kramer
2013-03-08
LegalizeDAG: Respect the result of TLI.getBooleanContents() when expanding SETCC
Tom Stellard
2013-03-08
DAGCombiner: Use correct value type for checking legality of BR_CC v3
Tom Stellard
2013-03-08
Add -verify-misched option.
Andrew Trick
2013-03-08
Revert r176154 in favor of a better approach.
Bill Wendling
2013-03-07
Add a getPassName() method.
Jakob Stoklund Olesen
2013-03-07
Rename isEarlierInSameTrace to isUsefulDominator.
Jakob Stoklund Olesen
2013-03-07
[fast-isel] Seriously, add support for the expect intrinsic.
Chad Rosier
2013-03-07
[fast-isel] Add support for the expect intrinsic.
Chad Rosier
2013-03-07
ArrayRefize some code. No functionality change.
Benjamin Kramer
2013-03-07
pre-RA-sched debug-only fix
Andrew Trick
2013-03-07
pre-RA-sched assertion fix. This bug was exposed by r176037.
Andrew Trick
2013-03-07
No need to go through int64 and APInt when generating a new constant.
Nadav Rotem
2013-03-07
SDAG: Handle scalarizing an extend of a <1 x iN> vector.
Jim Grosbach
2013-03-07
Debug Info: store the files and directories for each compile unit.
Manman Ren
2013-03-05
Remove unused #includes.
Bill Wendling
2013-03-01
Remove duplicate line and move another closer to its actual use
Eli Bendersky
2013-03-01
Set properties for f128 type.
Akira Hatanaka
2013-03-01
Generate an error message instead of asserting or segfaulting when we can't
Chad Rosier
2013-03-01
Fix PR10475
Michael Liao
2013-03-01
Scheduler diagnostics. Print the register name.
Andrew Trick
2013-03-01
Instructions schedulers should report correct height/depth.
Andrew Trick
2013-02-28
A small refactoring + adding comments.
Eli Bendersky
2013-02-28
Cost model support for lowered math builtins.
Benjamin Kramer
2013-02-28
Put some per-instruction statistics of fast isel under NDEBUG, together with
Eli Bendersky
2013-02-27
Remove unnecessary check against isGlobalVariable. We check it
Eric Christopher
2013-02-27
Rework comment slightly and fix a few typos.
Eric Christopher
2013-02-27
Remove unnecessary cast to void.
Eric Christopher
2013-02-27
Debug Info: for static member variables, always put AT_MIPS_linkage_name to the
Manman Ren
2013-02-27
Silence the unused variable warning.
Nadav Rotem
2013-02-27
The FastISEL should be fast. But when we record statistics we use atomic oper...
Nadav Rotem
2013-02-27
Reverted: r176136 - Have a way for a target to opt-out of target-independent ...
Michael Ilseman
2013-02-27
SelectionDAG: If llvm.donothing has a landingpad, we should clear
Manman Ren
2013-02-27
Debug Info: for static member variables, add AT_MIPS_linkage_name to the
Manman Ren
2013-02-26
Have a way for a target to opt-out of target-independent fast isel
Michael Ilseman
2013-02-26
Revert r176120 as it caused a failure at static-member.cpp
Manman Ren
[next]