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
2008-09-25
bug 2812: Segmentation fault on a big emdiam processor.
Richard Pennington
2008-09-25
Fix a recent fast-isel coverage regression - don't bail out before
Dan Gohman
2008-09-25
Enable DeadMachineInstructionElim when Fast-ISel is enabled.
Dan Gohman
2008-09-25
Add debug output to this pass.
Dan Gohman
2008-09-25
Refactor the code that adds standard LLVM codegen passes into
Dan Gohman
2008-09-25
<rdar://problem/6234798> Assertion failed: (!OpInfo.AssignedRegs.Regs.empty()...
Evan Cheng
2008-09-24
Give LowerSubregs.cpp a top-level description.
Dan Gohman
2008-09-24
Remove SelectionDag early allocation of registers
Dale Johannesen
2008-09-24
Use helper
Anton Korobeynikov
2008-09-24
SmallPtrSet will be better
Anton Korobeynikov
2008-09-24
Use generic section-handling stuff to emit constant pool entries
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* DataSection
Anton Korobeynikov
2008-09-24
Get rid of duplicate char*/Section* TextSection
Anton Korobeynikov
2008-09-24
Move actual section printing stuff to AsmPrinter from TAI reducing heap traffic.
Anton Korobeynikov
2008-09-24
Drop obsolete hook and change all usage to new interface
Anton Korobeynikov
2008-09-24
Provide direct function to switch to Section
Anton Korobeynikov
2008-09-24
Fix off-by-one error when updating live intervals.
Owen Anderson
2008-09-24
Reapplying r56550
Bill Wendling
2008-09-24
Forgot this part with my last patch. Sorry about the breakage.
Bill Wendling
2008-09-24
Temporarily revert r56550 until missing commit can be added.
Eric Christopher
2008-09-24
Refactor the constant folding code into it's own function. And call it from both
Bill Wendling
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
Refactor the logic for testing if an instruction is dead into a
Dan Gohman
2008-09-24
Set SetStore to false, to allow this pass to delete
Dan Gohman
2008-09-24
Add a method to MachineInstr for testing whether it makes
Dan Gohman
2008-09-24
Properly handle 'm' inline asm constraints. If a GV is being selected for the...
Evan Cheng
2008-09-23
s/ParameterAttributes/Attributes/g
Devang Patel
2008-09-23
Now that DeadMachineInstructionElim is basically working
Dan Gohman
2008-09-23
Arrange for FastISel code to have access to the MachineModuleInfo
Dan Gohman
2008-09-23
Track local physical register liveness. This is not the most
Dan Gohman
2008-09-23
Replace the LiveRegs SmallSet with a simple counter that keeps
Dan Gohman
2008-09-23
Add initial support for inserting last minute copies.
Owen Anderson
2008-09-22
Fix the alignment of loads from constant pool entries when the
Dan Gohman
2008-09-22
Livestacks really does preserve everything.
Evan Cheng
2008-09-22
Instead of setPreservesAll, just mark them preseving machine loop info and ma...
Evan Cheng
2008-09-22
Significant improvements to the logic for merging live intervals. This code ...
Owen Anderson
2008-09-22
Make log, log2, log10, exp, exp2 use Expand by
Dale Johannesen
2008-09-22
Mark several codegen passes as preserving all analysis.
Evan Cheng
2008-09-22
More refactoring. Yawn.
Dale Johannesen
2008-09-22
Refactor FP intrinisic setup. Per review feedback.
Dale Johannesen
2008-09-22
Per review feedback: Only perform
Evan Cheng
2008-09-22
Initial support for the CMake build system.
Oscar Fuentes
2008-09-22
Add helper function to get a 32-bit floating point constant. No functionality...
Bill Wendling
2008-09-21
Factor out code into HandleVirtRegDef, for consistency with
Dan Gohman
2008-09-21
Fetch the starting index of the block when assigning intervals. This gets li...
Owen Anderson
2008-09-21
don't print GlobalAddressSDNode's with an offset of zero as "foo0".
Chris Lattner
2008-09-20
Teach coalescer about earlyclobber bits.
Dale Johannesen
2008-09-20
Fix PR2808. When regalloc runs out of register, it spill a physical register ...
Evan Cheng
2008-09-19
Continue after removing the current MI.
Evan Cheng
2008-09-19
Refactor X86SelectConstAddr, folding it into X86SelectAddress. This
Dan Gohman
[prev]
[next]