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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
add a new SDNPVariadic SDNP node flag, and use it in
Chris Lattner
2010-03-19
1
-4
/
+5
*
remove some damaged sign extend patterns that can never match.
Chris Lattner
2010-03-19
1
-8
/
+6
*
disable some illegal blackfin patterns. sext from i32 to i32 can never
Chris Lattner
2010-03-19
1
-5
/
+5
*
comment out a bunch of parallel store patterns that apparently
Chris Lattner
2010-03-19
2
-14
/
+44
*
Fix -Asserts warnings.
Daniel Dunbar
2010-03-19
1
-5
/
+4
*
MC/Mach-O: Add isScatteredFixupFullyResolved, which implements the correct al...
Daniel Dunbar
2010-03-19
1
-1
/
+59
*
MC/Mach-O/x86_64: Add getAtom[ForAddress].
Daniel Dunbar
2010-03-19
1
-0
/
+36
*
MC/Mach-O: Factor out isScatteredFixupFullyResolvedSimple predicate, and fix ...
Daniel Dunbar
2010-03-19
1
-15
/
+52
*
MC/Mach-O: Factor out isSymbolLinkerVisible method; "linker visible" is a mad...
Daniel Dunbar
2010-03-19
1
-10
/
+18
*
Fixed a widening bug where we were not using the correct size for the load
Mon P Wang
2010-03-19
1
-1
/
+1
*
X86: Fix encoding for TEST64rr.
Daniel Dunbar
2010-03-19
1
-1
/
+1
*
FP16 constfolding
Anton Korobeynikov
2010-03-19
1
-0
/
+25
*
Now that tblgen can handle matching implicit defs of instructions
Chris Lattner
2010-03-19
4
-131
/
+104
*
Update comment to refer to the right filename.
Bob Wilson
2010-03-18
1
-1
/
+1
*
tidy up
Chris Lattner
2010-03-18
1
-2
/
+2
*
Get rid of target-specific fp <-> int nodes when still I'm here.
Anton Korobeynikov
2010-03-18
6
-79
/
+69
*
Get rid of target-specific nodes for fp16 <-> fp32 conversion.
Anton Korobeynikov
2010-03-18
4
-21
/
+11
*
Refactor Reg-Reg copy emission routine for ARM. This makes cross-regclass cop...
Anton Korobeynikov
2010-03-18
1
-29
/
+39
*
Couple of changes that Dan mentioned for llvm.stackprotector fast-isel.
Eric Christopher
2010-03-18
1
-2
/
+2
*
X86MCCodeEmitter: Fix two minor issues with reloc_riprel_4byte_movq_load, we
Daniel Dunbar
2010-03-18
1
-2
/
+4
*
fix some buggy ops concatentation
Chris Lattner
2010-03-18
1
-12
/
+12
*
use ins/outs.
Chris Lattner
2010-03-18
2
-49
/
+49
*
outs come before ins.
Chris Lattner
2010-03-18
1
-3
/
+3
*
Make fast-isel understand llvm.stackprotector.
Eric Christopher
2010-03-18
1
-0
/
+15
*
Refactor NEON ld/st instructions to hardcode class arguments that are constants.
Bob Wilson
2010-03-18
1
-201
/
+193
*
MC/X86/AsmMatcher: Use the new instruction cleanup routine to implement a
Daniel Dunbar
2010-03-18
2
-3
/
+43
*
fix an x86-64 encoding bug Daniel found.
Chris Lattner
2010-03-18
1
-1
/
+4
*
Simplify this code.
Dan Gohman
2010-03-18
1
-16
/
+8
*
Define placement new wrappers for BumpPtrAllocator and
Dan Gohman
2010-03-18
4
-125
/
+90
*
Fix pr6543: svn r88806 changed MachineJumpTableInfo::getJumpTableIndex() to
Bob Wilson
2010-03-18
2
-6
/
+14
*
add a special relocation type for movq loads for object
Chris Lattner
2010-03-18
2
-4
/
+14
*
Add explicit braces to avoid ambiguous ‘else’.
Dan Gohman
2010-03-18
1
-1
/
+2
*
callq is pcrelative
Chris Lattner
2010-03-18
1
-1
/
+1
*
Check if function names start with "llvm." before trying to lookup them up as
Bob Wilson
2010-03-18
2
-0
/
+8
*
Fix comment.
Devang Patel
2010-03-18
1
-1
/
+1
*
Add the ability to "intern" FoldingSetNodeID data into a
Dan Gohman
2010-03-18
2
-16
/
+26
*
Try to fix a valgrind error on 32 bit platforms: use %zu instead of %llu to f...
Benjamin Kramer
2010-03-18
1
-2
/
+2
*
Turning off post-ra scheduling for x86. It isn't a consistent win.
Evan Cheng
2010-03-18
2
-15
/
+0
*
Reapply r98755 with a thinko which miscompiled gengtype fixed.
Dan Gohman
2010-03-18
2
-34
/
+35
*
MCValue: Change to holding MCSymbolRefExprs instead of MCSymbols, we will nee...
Daniel Dunbar
2010-03-18
3
-37
/
+44
*
MC/Darwin: Add a new target hook for whether the target uses "reliable" symbo...
Daniel Dunbar
2010-03-18
2
-7
/
+11
*
Revert "Change coalescer complexity from N^2 to N logN by changing one letter."
Jakob Stoklund Olesen
2010-03-18
1
-1
/
+12
*
X86 address mode matching code MatchAddressRecursively does some aggressive h...
Evan Cheng
2010-03-17
1
-14
/
+60
*
Debug info intrinsic does not intefer during tail call optimization.
Devang Patel
2010-03-17
1
-0
/
+3
*
Revert 98745 with respect to the addition of NEONFrm subformats for disassembly.
Johnny Chen
2010-03-17
2
-453
/
+85
*
Change coalescer complexity from N^2 to N logN by changing one letter.
Jakob Stoklund Olesen
2010-03-17
1
-12
/
+1
*
Fixed a bug in the IT mask printing where T means the cond bit in the mask
Johnny Chen
2010-03-17
1
-3
/
+5
*
Refines 98745 so that it only contains the patch related to the output of the
Johnny Chen
2010-03-17
1
-12
/
+1
*
Clean up whitespace.
Bob Wilson
2010-03-17
1
-16
/
+12
*
Increase format field from 5 to 6 bits. ARMII::FormMask was increased to 0x3f
Bob Wilson
2010-03-17
1
-3
/
+3
[next]