index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an incomplete refactoring of the ppc backend. Thanks to rdivacky for repo...
Rafael Espindola
2011-12-22
2
-15
/
+3
*
ARM assembler should accept shift-by-zero for any shifted-immediate operand.
Jim Grosbach
2011-12-22
2
-0
/
+50
*
ARM assembly parser canonicallize on 'lsl' for shift-by-zero form.
Jim Grosbach
2011-12-22
1
-0
/
+4
*
Tidy up. Trailing whitespace.
Jim Grosbach
2011-12-22
1
-2
/
+2
*
Nuke invalid comment from copy/paste.
Jim Grosbach
2011-12-22
1
-1
/
+0
*
Give string constants generated by IRBuilder private linkage.
Benjamin Kramer
2011-12-22
2
-2
/
+2
*
Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru.
Rafael Espindola
2011-12-22
2
-3
/
+13
*
Make the unreachable probability much much heavier. The previous
Chandler Carruth
2011-12-22
2
-11
/
+12
*
Kill the monstrosity that was ELFObjectWriter.h.
Rafael Espindola
2011-12-22
2
-361
/
+331
*
Misc cleanups.
Rafael Espindola
2011-12-22
2
-76
/
+58
*
Fix APInt::rotl and APInt::rotr so that they work correctly. Found while wri...
Eli Friedman
2011-12-22
1
-12
/
+4
*
Move the Mips only bits of the ELF writer to lib/Target/Mips.
Rafael Espindola
2011-12-22
6
-145
/
+146
*
Make the virtual methods in ARMELFObjectWriter public.
Rafael Espindola
2011-12-22
1
-7
/
+6
*
Speculatively revert r146578 to determine if it is the cause of a number of
Chad Rosier
2011-12-22
4
-395
/
+11
*
Move the MBlaze ELF writer bits to lib/Target/MBlaze.
Rafael Espindola
2011-12-22
6
-71
/
+86
*
Hoisted some loop invariant smallvector lookups out of a MachineLICM loop
Pete Cooper
2011-12-22
1
-1
/
+3
*
Fix cmake.
Rafael Espindola
2011-12-22
1
-0
/
+1
*
Changed MachineLICM to use a worklist list MachineCSE instead of recursion.
Pete Cooper
2011-12-22
1
-44
/
+125
*
Move PPC bits to lib/Target/PowerPC.
Rafael Espindola
2011-12-22
6
-94
/
+123
*
Hopefully fix the cmake build.
Rafael Espindola
2011-12-22
1
-0
/
+1
*
Fix name in comments.
Rafael Espindola
2011-12-22
1
-1
/
+1
*
Local dynamic TLS model for direct object output. Create the correct TLS MIPS
Akira Hatanaka
2011-12-22
7
-1
/
+85
*
Unbreak cmake build after r147115.
Richard Smith
2011-12-22
1
-0
/
+1
*
Move the ARM specific parts of the ELF writer to Target/ARM.
Rafael Espindola
2011-12-22
7
-275
/
+316
*
getEFlags is const.
Rafael Espindola
2011-12-22
2
-5
/
+5
*
Fixed typo.
Lang Hames
2011-12-22
1
-1
/
+1
*
ARM NEON mnemonic aliase for vrecpeq.
Jim Grosbach
2011-12-21
1
-0
/
+3
*
ARM VFP optional data type on VMOV GPR<-->SPR.
Jim Grosbach
2011-12-21
2
-3
/
+39
*
ARM NEON optional data type on VSWP instructions.
Jim Grosbach
2011-12-21
1
-0
/
+6
*
ARM NEON mnemonic aliases for vzipq and vswpq.
Jim Grosbach
2011-12-21
1
-0
/
+3
*
Revert patch from 147090. There is not point to make code less readable if we
Jakub Staszak
2011-12-21
1
-43
/
+45
*
ARM asm parser should be more lenient w/ .thumb_func directive.
Jim Grosbach
2011-12-21
1
-8
/
+17
*
Fix a copy+pasto. No testcase, because the symptoms of dereferencing
Dan Gohman
2011-12-21
1
-1
/
+1
*
Thumb2 assembly parsing of 'mov rd, rn, rrx'.
Jim Grosbach
2011-12-21
2
-2
/
+5
*
Fix 80-column violations.
Chad Rosier
2011-12-21
1
-6
/
+6
*
Thumb2 assembly parsing of 'mov(register shifted register)' aliases.
Jim Grosbach
2011-12-21
3
-0
/
+66
*
Continue counting intrinsics as instructions (except when they aren't, such as
Nick Lewycky
2011-12-21
1
-3
/
+17
*
Fix typo and spacing, no functionality change.
Nick Lewycky
2011-12-21
1
-2
/
+2
*
- Change a few operator[] to lookup which is cheaper.
Jakub Staszak
2011-12-21
1
-45
/
+43
*
Oops - LiveIntervalUnion.cpp file does use std::find. Moving STL header inclu...
Lang Hames
2011-12-21
1
-0
/
+2
*
Remove disused STL header include.
Lang Hames
2011-12-21
1
-2
/
+0
*
Switch from WriteEFlags to getEFlags in preparation for moving it
Rafael Espindola
2011-12-21
2
-9
/
+8
*
Move common code into an MRI function.
Jakob Stoklund Olesen
2011-12-21
4
-25
/
+16
*
ARM NEON assmebly parsing for VLD2 to all lanes instructions.
Jim Grosbach
2011-12-21
5
-30
/
+78
*
No case stmt for BUILD_VECTOR in PerformDAGCombine(), so I assume this isn't
Chad Rosier
2011-12-21
1
-1
/
+0
*
Fix a couple of copy-n-paste bugs. Noticed by George Russell!
Chad Rosier
2011-12-21
2
-4
/
+62
*
Changes the JSON parser to use the SourceMgr.
Manuel Klimek
2011-12-21
4
-75
/
+61
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
8
-221
/
+255
*
Reduce the exposure of Triple::OSType in the ELF object writer. This will
Rafael Espindola
2011-12-21
8
-56
/
+72
*
Add const.
Rafael Espindola
2011-12-21
1
-1
/
+1
[next]