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-05-06
80 col violations.
Evan Cheng
2011-05-06
Make the logic for determining function alignment more explicit. No function...
Eli Friedman
2011-05-06
Use array_lengthof. No functional change.
Eli Friedman
2011-05-06
Iterate backwards over debug locations when splitting them so they can be saf...
Jakob Stoklund Olesen
2011-05-06
Typo: Reviewed by Alistair.
Andrew Trick
2011-05-06
Update LiveDebugVariables after live range splitting.
Jakob Stoklund Olesen
2011-05-06
Use TargetMachine hooks to properly print debug variable locations.
Jakob Stoklund Olesen
2011-05-06
Also count identity copies.
Jakob Stoklund Olesen
2011-05-06
Post-RA scheduler compile time fix. Quadratic computation of DAG node depth.
Andrew Trick
2011-05-06
Move CompileUnit::getOrCreateNameSpace() and CompileUnit::addPubType() from D...
Devang Patel
2011-05-06
Nothing else uses this label.
Rafael Espindola
2011-05-06
Yet more dead code.
Rafael Espindola
2011-05-06
Update comments.
Rafael Espindola
2011-05-06
More dead code elimination.
Rafael Espindola
2011-05-06
Dead code elimination.
Rafael Espindola
2011-05-06
Re-revert r130877; it's apparently causing a regression on 197.parser,
Eli Friedman
2011-05-05
Remove DwarfTableException.
Rafael Espindola
2011-05-05
Remove the DwarfTable enum.
Rafael Espindola
2011-05-05
Remove little used statistical counter.
Devang Patel
2011-05-05
Implement a really simple DwarfSjLjException.
Rafael Espindola
2011-05-05
List all exception types in a switch.
Rafael Espindola
2011-05-05
ARM post RA scheduler compile time fix.
Andrew Trick
2011-05-05
whitespace
Andrew Trick
2011-05-05
Allow FastISel of three-register-operand instructions.
Owen Anderson
2011-05-05
If debug info for inlined function is missing then handle it gracefully.
Devang Patel
2011-05-05
Add some statistics to the splitting and spilling frameworks.
Jakob Stoklund Olesen
2011-05-05
Avoid extra vreg copies for arguments passed in registers. Specifically, thi...
Eli Friedman
2011-05-05
Small syntax cleanup; we don't need to #define constants in C++. No function...
Eli Friedman
2011-05-05
Minor correction to r130877; fixes PR9846 and hopefully the buildbot failures.
Eli Friedman
2011-05-05
Remove a flag that would set the ".eh" symbol as .globl. MachO was the only one
Bill Wendling
2011-05-04
Disable physical register coalescing by default.
Jakob Stoklund Olesen
2011-05-04
SjLj EH could produce a machine basic block that legitimately has more than one
Bill Wendling
2011-05-04
Re-commit r130862 with a minor change to avoid an iterator running off the ed...
Eli Friedman
2011-05-04
Back out r130862; it appears to be breaking bootstrap.
Eli Friedman
2011-05-04
Teach MachineCSE how to do simple cross-block CSE involving physregs. This a...
Eli Friedman
2011-05-04
Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, but
Rafael Espindola
2011-05-04
Rename -disable-physical-join to -join-physregs and invert it.
Jakob Stoklund Olesen
2011-05-04
Tighten up check for empty (i.e. no meaningful debug info) module. This fixes...
Devang Patel
2011-05-03
Even if the subprogram is going to use AT_specification, emit DW_AT_MIPS_link...
Devang Patel
2011-05-03
Gracefully handle invalid live ranges. Fix PR9831.
Jakob Stoklund Olesen
2011-05-03
If the front end has emitted llvm.dbg.cu and other debug info anchors (clang ...
Devang Patel
2011-05-02
Other parts of the SelectionDAG framework assume that targets use their point...
Owen Anderson
2011-05-02
Handle <def,undef> in the second loop as well.
Jakob Stoklund Olesen
2011-05-02
Use the PrintReg adaptor to correctly print live-in registers in debug output.
Jakob Stoklund Olesen
2011-05-02
Only ignore <undef> use operands, keep the <def,undef> ops.
Jakob Stoklund Olesen
2011-05-02
Emit debug info for global variables first.
Devang Patel
2011-05-02
Only produce the eh_frame section if we have at least one personality function.
Rafael Espindola
2011-05-02
Minimize the slot indexes spanned by register ranges created when splitting.
Jakob Stoklund Olesen
2011-05-01
GCC uses a different encoding of pointers in the FDE when using
Rafael Espindola
2011-04-30
When a physreg is live-in and live through a basic block, make sure its live
Jakob Stoklund Olesen
[prev]
[next]