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
/
Target
Age
Commit message (
Expand
)
Author
2007-02-04
Fix a miscompilation in the addr mode code trying to implement X | C and
Chris Lattner
2007-02-03
ARM callseq_end should have a input flag operand so it would be scheduled rig...
Evan Cheng
2007-02-03
Fix comments.
Evan Cheng
2007-02-03
Moved the GetTargetRelocation method from PPCMachOWriter to here. It uses
Bill Wendling
2007-02-03
Moved the GetTargetRelocation method to the PPCMachOWriterInfo object. The
Bill Wendling
2007-02-03
Put destructor out-of-line.
Bill Wendling
2007-02-03
- Branch max. displacement calculation bug.
Evan Cheng
2007-02-02
bugfix: SP isn't resetted when function has FP and there is no spills.
Lauro Ramos Venancio
2007-02-02
Another thumb large stack offset codegen bug.
Evan Cheng
2007-02-02
Use MBB.empty() instead of MBB.size() for speed.
Evan Cheng
2007-02-02
Watch out for empty BB.
Evan Cheng
2007-02-02
Ugh. Only meant to do this in thumb mode.
Evan Cheng
2007-02-02
add a note
Chris Lattner
2007-02-02
Changes to support making the shift instructions be true BinaryOperators.
Reid Spencer
2007-02-02
Fix a bug in getARMCMP (which translate CondCode to ARM specific CC) when the...
Evan Cheng
2007-02-01
Thumb does not have clz.
Evan Cheng
2007-02-01
Define PrivateGlobalPrefix for ARM Linux. (Fix CodeGen/ARM/large_stack.ll)
Lauro Ramos Venancio
2007-02-01
Pasto. Lots of it.
Evan Cheng
2007-02-01
Fix .thumb_func directive on linux.
Lauro Ramos Venancio
2007-02-01
Support for non-landing pad exception handling.
Jim Laskey
2007-02-01
- Off by one bugs in maximum displacement calculation / testing.
Evan Cheng
2007-02-01
Fixed uninitialized stuff inside LegalizeDAG. Fortunately, the only
Anton Korobeynikov
2007-02-01
.set pc relative displacement bug: label should be moved down one instruction
Evan Cheng
2007-02-01
Add a note.
Evan Cheng
2007-02-01
Also set alignment of stack-based structs to 4 in thumb mode.
Evan Cheng
2007-02-01
Special epilogue for vararg functions. We cannot do a pop to pc because
Evan Cheng
2007-02-01
Pessmistically assume the .align 2 before the first constpool entry adds
Evan Cheng
2007-02-01
Possible JT improvements.
Evan Cheng
2007-02-01
Fix CodeGen/PowerPC/2007-01-31-InlineAsmAddrMode.ll
Chris Lattner
2007-01-31
Don't emit unnecessary .align directive.
Evan Cheng
2007-01-31
Handle an interesting corner case: the constpool_entry being reference is two
Evan Cheng
2007-01-31
Don't want to add FramePtr to callee save spill list twice.
Evan Cheng
2007-01-31
Darwin ABI requires FP to point to stack slot of prev FP.
Evan Cheng
2007-01-31
Add entry.
Evan Cheng
2007-01-31
Thumb add sp, #imm requires the immediate value be multiple of 4. For now,
Evan Cheng
2007-01-31
Update comment.
Evan Cheng
2007-01-31
Dead comment.
Evan Cheng
2007-01-31
Thumb asm syntax does not want 's' suffix for flag setting opcodes.
Evan Cheng
2007-01-31
When determining whether a pc relative branch / load displacement fits in the
Evan Cheng
2007-01-31
A relatively simple PPC optimization.
Chris Lattner
2007-01-31
Some comments.
Evan Cheng
2007-01-31
ConstPool island bug: watch out for cases where UserMI is the last MI of the BB.
Evan Cheng
2007-01-31
ARM fix: Miscompilation when frame pointer can't be eliminated. Uninitialized...
Lauro Ramos Venancio
2007-01-31
Specify the right CC for comparison libcalls.
Evan Cheng
2007-01-31
Observe -soft-float.
Evan Cheng
2007-01-31
- Added Thumb constpool island support.
Evan Cheng
2007-01-30
During PEI, if the immediate value of sp + offset is too large (i.e. something
Evan Cheng
2007-01-30
- Fix codegen for pc relative constant (e.g. JT) in thumb mode:
Evan Cheng
2007-01-30
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
Copy and paste bug.
Evan Cheng
[prev]
[next]