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
Age
Commit message (
Expand
)
Author
2011-12-24
Move x86 specific bits of the COFF writer to lib/Target/X86.
Rafael Espindola
2011-12-24
Define trivial destructor inline.
Rafael Espindola
2011-12-24
Make GetRelocType pure virtual.
Rafael Espindola
2011-12-23
Fix typo "infinte".
Nick Lewycky
2011-12-23
When not destroying the source, the linker is not remapping the types. Added ...
Mon P Wang
2011-12-23
Experimental support for aligned NEON spills.
Jakob Stoklund Olesen
2011-12-22
Add variants of the dispatchsetup pseudo for Thumb and !VFP. <rdar://10620138>
Bob Wilson
2011-12-22
TableGen: add a comment
Dylan Noblesmith
2011-12-22
try to fix MSVC build
Dylan Noblesmith
2011-12-22
drop unneeded config.h includes
Dylan Noblesmith
2011-12-22
Fix 80-column violations.
Chad Rosier
2011-12-22
Move all the dependencies on X86FixupKinds.h to a single method in preparation
Rafael Espindola
2011-12-22
ARM VFP assembly parsing and encoding for VCVT(float <--> fixed point).
Jim Grosbach
2011-12-22
Add missing usesCustomInserter flag on Int_eh_sjlj_setjmp_nofp.
Bob Wilson
2011-12-22
Tidy up. Use predicate function a bit more liberally.
Jim Grosbach
2011-12-22
Fix incorrect relocation generation. Patch by Kristof Beyls.
Rafael Espindola
2011-12-22
Add the actual code for r147175.
Chad Rosier
2011-12-22
ARM VFP add encoding of the bitcount to fixed-point<-->floating point. insns.
Jim Grosbach
2011-12-22
Remove some bogus comments.
Jim Grosbach
2011-12-22
ARM pre-UAL aliases. fcmp[sd].
Jim Grosbach
2011-12-22
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
ARM assembler should accept shift-by-zero for any shifted-immediate operand.
Jim Grosbach
2011-12-22
ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.
Jim Grosbach
2011-12-22
Tidy up. Trailing whitespace.
Jim Grosbach
2011-12-22
Nuke invalid comment from copy/paste.
Jim Grosbach
2011-12-22
Give string constants generated by IRBuilder private linkage.
Benjamin Kramer
2011-12-22
Make the unreachable probability much much heavier. The previous
Chandler Carruth
2011-12-22
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
Misc cleanups.
Rafael Espindola
2011-12-22
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-22
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-22
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
Hoisted some loop invariant smallvector lookups out of a MachineLICM loop
Pete Cooper
2011-12-22
Fix cmake.
Rafael Espindola
2011-12-22
Changed MachineLICM to use a worklist list MachineCSE instead of recursion.
Pete Cooper
2011-12-22
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
Hopefully fix the cmake build.
Rafael Espindola
2011-12-22
Fix name in comments.
Rafael Espindola
2011-12-22
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
Unbreak cmake build after r147115.
Richard Smith
2011-12-22
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
getEFlags is const.
Rafael Espindola
2011-12-21
ARM NEON mnemonic aliase for vrecpeq.
Jim Grosbach
2011-12-21
ARM VFP optional data type on VMOV GPR<-->SPR.
Jim Grosbach
2011-12-21
ARM NEON optional data type on VSWP instructions.
Jim Grosbach
2011-12-21
ARM NEON mnemonic aliases for vzipq and vswpq.
Jim Grosbach
2011-12-21
Revert patch from 147090. There is not point to make code less readable if we
Jakub Staszak
2011-12-21
ARM asm parser should be more lenient w/ .thumb_func directive.
Jim Grosbach
[next]