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
2010-05-25
Do one map lookup instead of two.
Dan Gohman
2010-05-25
Move the verbose asm output up a bit so it can be used in the special cases
Eric Christopher
2010-05-25
Okay, bear with me here...
Bill Wendling
2010-05-25
Add support for initialized global data for darwin tls. Update comments
Eric Christopher
2010-05-25
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-25
Fix another variant of PR 7191. Also add a testcase
Dale Johannesen
2010-05-25
Fix PR 7191. I have been unable to create a .ll file that fails, sorry.
Dale Johannesen
2010-05-25
Disable invalid coalescer assertion.
Jakob Stoklund Olesen
2010-05-24
Print out the name of the function during SSC.
Bill Wendling
2010-05-24
Avoid adding duplicate function live-in's.
Evan Cheng
2010-05-24
Do not emit line number entries for unknown debug values.
Devang Patel
2010-05-24
Encode the Caml frametable by following what the comment says: the number of ...
Nicolas Geoffray
2010-05-23
MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.
Daniel Dunbar
2010-05-22
Implement @llvm.returnaddress. rdar://8015977.
Evan Cheng
2010-05-22
Implement eh.sjlj.longjmp for ARM. Clean up the intrinsic a bit.
Jim Grosbach
2010-05-22
Add full bss data support for darwin tls variables.
Eric Christopher
2010-05-22
Collect variable information during endFunction() instead of beginFunction().
Devang Patel
2010-05-21
Clean up extra whitespace.
Bob Wilson
2010-05-21
Make this LookAheadLimit, not the uninitialized LookAheadLeft.
Eric Christopher
2010-05-21
Allow machine cse to cse instructions which define physical registers. Contro...
Evan Cheng
2010-05-21
Change CodeGen/ARM/2009-11-02-NegativeLane.ll to use 16-bit vector elements
Bob Wilson
2010-05-21
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
Simplify
Devang Patel
2010-05-21
constify accessor.
Chris Lattner
2010-05-21
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
Teach VirtRegRewriter to handle spilling in instructions that have multiple
Jakob Stoklund Olesen
2010-05-21
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-21
Rename -pre-RA-sched=hybrid to -pre-RA-sched=list-hybrid.
Evan Cheng
2010-05-21
Simplify.
Devang Patel
2010-05-20
Allow targets more controls on what nodes are scheduled by reg pressure, what...
Evan Cheng
2010-05-20
Refactor.
Devang Patel
2010-05-20
Remove dbg_value workaround and associated command line option
Jim Grosbach
2010-05-20
Split DbgVariable. Eventually, variable info will be communicated through fra...
Devang Patel
2010-05-20
Add a hybrid bottom up scheduler that reduce register usage while avoiding
Evan Cheng
2010-05-20
Fix typo in comment.
Nick Lewycky
2010-05-20
Partial code for emitting thread local bss data.
Eric Christopher
2010-05-19
Optimize away insertelement of an undef value. This shows up in
Bob Wilson
2010-05-19
Enable preserving debug information through post-RA scheduling
Jim Grosbach
2010-05-19
Fix the post-RA instruction scheduler to handle instructions referenced by
Jim Grosbach
2010-05-19
Code clean up.
Evan Cheng
2010-05-19
Revert r104165.
Devang Patel
2010-05-19
Add support for partial redefs to the fast register allocator.
Jakob Stoklund Olesen
2010-05-19
There is no need to maintain InsnsBeginScopeSet separately.
Devang Patel
2010-05-19
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-19
Code refactoring: pull SchedPreference enum from TargetLowering.h to TargetMa...
Evan Cheng
2010-05-19
TwoAddressInstructionPass doesn't really know how to merge live intervals when
Jakob Stoklund Olesen
2010-05-19
When expanding a vector_shuffle, the element type may not be legal and may
Bob Wilson
2010-05-19
Intrinsics which do a vector compare (results are all zero or all ones) are m...
Evan Cheng
[prev]
[next]