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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the llvm IR pointer value and offset to the constructor of
Akira Hatanaka
2012-03-27
1
-9
/
+13
*
Fix bug in LowerConstantPool.
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Add T9 to the list of live-in registers of the entry basic block.
Akira Hatanaka
2012-03-27
1
-0
/
+2
*
Retrieve and add the offset of a symbol in applyFixup rather than retrieve and
Akira Hatanaka
2012-03-27
2
-67
/
+67
*
Define function MipsGetSymAndOffset which returns a fixup's symbol and the
Akira Hatanaka
2012-03-27
1
-0
/
+30
*
Rewrite computation of Value in adjustFixupValue so that the upper 48-bits are
Akira Hatanaka
2012-03-27
1
-1
/
+1
*
Reserve hardware registers.
Akira Hatanaka
2012-03-27
1
-0
/
+4
*
ARM has a peephole optimization which looks for a def / use pair. The def
Evan Cheng
2012-03-26
1
-0
/
+19
*
Prune some includes and forward declarations.
Craig Topper
2012-03-26
5
-8
/
+4
*
Prune includes and replace uses of ARMRegisterInfo.h with ARMBaeRegisterInfo.h
Craig Topper
2012-03-26
7
-10
/
+2
*
Replace uses of ARMBaseInstrInfo and ARMTargetMachine with the Base versions.
Craig Topper
2012-03-25
8
-18
/
+12
*
Prune some includes and forward declarations.
Craig Topper
2012-03-25
3
-0
/
+3
*
Fix small-integer VAARG on SVR4 ABI PPC64.
Hal Finkel
2012-03-24
1
-5
/
+17
*
PTX: Fix predicate logic bug
Justin Holewinski
2012-03-24
2
-21
/
+36
*
ARM tidy up ARMConstantIsland.cpp.
Jim Grosbach
2012-03-23
1
-156
/
+158
*
Include cstdio in a few place that depended on getting it transitively throug...
Benjamin Kramer
2012-03-23
1
-1
/
+2
*
Move ftostr into its last user (cppbackend) and simplify it a bit.
Benjamin Kramer
2012-03-23
2
-0
/
+13
*
Remove the C backend.
Eric Christopher
2012-03-23
10
-3775
/
+1
*
Added soft fail checks for the disassembler when decoding some corner cases o...
Silviu Baranga
2012-03-22
1
-1
/
+81
*
Added soft fail cases for the disassembler when decoding LDRSBT, LDRHT or LDR...
Silviu Baranga
2012-03-22
2
-5
/
+35
*
Added soft fail cases for the disassembler when decoding MUL instructions on ...
Silviu Baranga
2012-03-22
1
-5
/
+6
*
Remove some unnecessary forward declarations.
Craig Topper
2012-03-22
7
-12
/
+0
*
PPC::DBG_VALUE must use Reg+Imm frame-index elimination even for large offset...
Hal Finkel
2012-03-22
1
-1
/
+2
*
Fix ARM disassembly of VST1 and VST2 instructions with writeback. And add test
Kevin Enderby
2012-03-21
1
-0
/
+19
*
Put Is64BitMemOperand into !defined(NDEBUG) for now.
Joerg Sonnenberger
2012-03-21
1
-0
/
+2
*
Use a signed value for this enum to avoid spuriuos warnings from gcc.
Benjamin Kramer
2012-03-21
2
-2
/
+2
*
Fix generation of the address size override prefix. Add assertions for
Joerg Sonnenberger
2012-03-21
1
-5
/
+51
*
Add typecast to silence -Wswitch warning introduced by r153153.
Craig Topper
2012-03-21
1
-1
/
+1
*
Spacing fixes and using 'unsigned' instead of 'int' to index to select shuffl...
Craig Topper
2012-03-21
1
-28
/
+29
*
Incremental big endian patch by Jack Carter.
Akira Hatanaka
2012-03-21
2
-13
/
+30
*
[avx] Add patterns for combining vextractf128 + vmovaps/vmovups/vmobdqu to
Chad Rosier
2012-03-20
1
-0
/
+17
*
Change conditional instructions definitions, e.g. ANDCC, ARMPseudoExpand and ...
Evan Cheng
2012-03-20
2
-96
/
+56
*
remove unused variable
Matt Beaumont-Gay
2012-03-20
1
-1
/
+0
*
[avx] Add the AddedComplexity to the VINSERTI128 avx2 patterns to give
Chad Rosier
2012-03-20
1
-1
/
+1
*
Require a base pointer for stack realignment when SP may vary dynamically.
Bob Wilson
2012-03-20
1
-2
/
+3
*
Remove some redundant checks.
Bob Wilson
2012-03-20
2
-3
/
+2
*
Whitespace.
Chad Rosier
2012-03-20
1
-1
/
+1
*
[avx] Move the vextractf128 patterns closer to the vextractf128 def. Remove
Chad Rosier
2012-03-20
1
-28
/
+26
*
Fix assembling ARM vst2 instructions with double-spaced registers.
Kevin Enderby
2012-03-20
1
-1
/
+1
*
ARM non-scattered MachO relocations for movw/movt.
Jim Grosbach
2012-03-20
1
-22
/
+58
*
[avx] Adjust the VINSERTF128rm pattern to allow for unaligned loads.
Chad Rosier
2012-03-20
1
-3
/
+3
*
The ARM instructions that have an unpredictable behavior when the pc register...
Silviu Baranga
2012-03-20
2
-4
/
+10
*
Test Commit - add a newline
Richard Barton
2012-03-20
1
-0
/
+1
*
Remove code that prevented lowering shuffles if they are used by load and the...
Craig Topper
2012-03-20
1
-92
/
+111
*
Factor out target shuffle mask decoding from getShuffleScalarElt and use a Sm...
Craig Topper
2012-03-20
4
-96
/
+95
*
fix a build failure with libc++
Chris Lattner
2012-03-19
1
-0
/
+1
*
ARM branch relaxation for unconditional t1 branches.
Jim Grosbach
2012-03-19
1
-0
/
+11
*
ARM assembly, accept optional '#' on lane index number.
Jim Grosbach
2012-03-19
1
-0
/
+6
*
Perform mul combine when multiplying wiht negative constants.
Anton Korobeynikov
2012-03-19
1
-18
/
+48
*
This patch adds X86 instruction itineraries for non-pseudo opcodes in
Preston Gurd
2012-03-19
3
-51
/
+82
[next]