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
2009-06-16
Added missing libcalls for floating point to int conversions.
Sanjiv Gupta
2009-06-16
Code Restructuring. No functionality change.
Sanjiv Gupta
2009-06-16
Misc accumulated tweaks to legalization logic for various targets.
Eli Friedman
2009-06-16
another xform that is target-independent (should be done in instcombine).
Chris Lattner
2009-06-16
I think instcombine should unconditionally do this xform.
Chris Lattner
2009-06-16
There doesn't seem to be a reason to move the save FP stuff.
Bill Wendling
2009-06-16
The DWARF to compact encoding converter assumes that the DW_CFA_def_cfa_offset
Bill Wendling
2009-06-15
On Darwin, frame pointer r7 is never available.
Evan Cheng
2009-06-15
Rename methods for the sake of consistency.
Anton Korobeynikov
2009-06-15
Typo.
Evan Cheng
2009-06-15
The Ls and Qs were mixed up. Patch by Sean.
Bill Wendling
2009-06-15
Do not form ldrd / strd if the two dests / srcs are the same. Code clean up.
Evan Cheng
2009-06-15
"The Intel instruction tables should include the 64-bit and 32-bit instructions
Bill Wendling
2009-06-15
Silence a warning.
Evan Cheng
2009-06-15
Part 1.
Evan Cheng
2009-06-15
remove extraneous const qualifier
Chris Lattner
2009-06-15
I got J and K backward, many thanks to Eli for spotting this!
Chris Lattner
2009-06-15
implement support for the 'K' asm constraint, PR4347
Chris Lattner
2009-06-14
Fix old-style type names in comments.
Dan Gohman
2009-06-14
Introduce new BinaryObject (blob) class, ELF Writer modified to use it. Binar...
Bruno Cardoso Lopes
2009-06-13
The subprogram descriptor for a function may be missing (llvm-ld linking two ...
Sanjiv Gupta
2009-06-13
Add a ARM specific pre-allocation pass that re-schedule loads / stores from
Evan Cheng
2009-06-12
Mark some pattern-less instructions as neverHasSideEffects.
Evan Cheng
2009-06-12
Fix Bug 4278: X86-64 with -tailcallopt calling convention
Arnold Schwaighofer
2009-06-11
Misc x86 README updates: remove a couple of already-fixed issues,
Eli Friedman
2009-06-11
Use forward declarations and move TargetELFWriterInfo impl to a new file.
Bruno Cardoso Lopes
2009-06-11
Support for ELF Visibility
Bruno Cardoso Lopes
2009-06-11
Generate libcalls for floating point arithmetic and casting operations.
Sanjiv Gupta
2009-06-11
More formatting.
Sanjiv Gupta
2009-06-11
Fixed source comments. No functionality change.
Sanjiv Gupta
2009-06-09
Silence a warning
Anton Korobeynikov
2009-06-09
Simplified logic of this if-then statement to reduce nesting. No functionality
Bill Wendling
2009-06-09
PIC16 emits auto variables as globals. When optimizer removes a function enti...
Sanjiv Gupta
2009-06-08
Typo
Anton Korobeynikov
2009-06-08
Revert hunk commited by accident
Anton Korobeynikov
2009-06-08
The attached patches implement most of the ARM AAPCS-VFP hard float
Anton Korobeynikov
2009-06-08
Separate V6 from V6T2 since the latter has some extra nice instructions
Anton Korobeynikov
2009-06-08
Add helper for checking of Thumb1 mode
Anton Korobeynikov
2009-06-08
Revert r72898. It does not solve the problem I want it to solve.
Bill Wendling
2009-06-07
Get rid of some unnecessary code.
Eli Friedman
2009-06-07
Slightly generalize the code that handles shuffles of consecutive loads
Eli Friedman
2009-06-07
PR3628: Add patterns to match SHL/SRL/SRA to the corresponding Altivec
Eli Friedman
2009-06-06
Avoid crashing on a variable-index insertelement with element type i16.
Eli Friedman
2009-06-06
Get rid of some bogus patterns for X86vzmovl. Don't create VZEXT_MOVL
Eli Friedman
2009-06-06
Fix an obvious typo.
Eli Friedman
2009-06-06
x86_64 now uses the correct ELF e_machine type
Bruno Cardoso Lopes
2009-06-06
Get rid of a bogus pattern that interferes with optimization.
Eli Friedman
2009-06-06
PR2598: make sure to expand illegal forms of integer/floating-point
Eli Friedman
2009-06-05
Add explicit keywords.
Dan Gohman
2009-06-05
Add new function attribute - noimplicitfloat
Devang Patel
[next]