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
*
Now that the default is 'enabled,' a separate command line option for ARM is
Jim Grosbach
2009-11-09
1
-8
/
+1
*
Enable dynamic stack realignment by default.
Jim Grosbach
2009-11-09
1
-1
/
+1
*
Set dynamic stack realignment to real values.
Jim Grosbach
2009-11-09
1
-11
/
+3
*
Similar to r86588, but for Darwin this time.
Bill Wendling
2009-11-09
1
-3
/
+3
*
The jump table was being generated before the end label for exception handling
Bill Wendling
2009-11-09
1
-3
/
+3
*
Work around assembler not recognizing #0.0 form immediate for vmcp
Jim Grosbach
2009-11-09
1
-2
/
+2
*
Fix PR5149.
Bruno Cardoso Lopes
2009-11-09
2
-8
/
+6
*
Use Unified Assembly Syntax for the ARM backend.
Jim Grosbach
2009-11-09
17
-295
/
+294
*
Add and-not (bic) patterns. Based heavily on patch by Brian Lucas!
Anton Korobeynikov
2009-11-08
1
-1
/
+31
*
Move OR patterns upper to all logical stuff. No functionality change.
Anton Korobeynikov
2009-11-08
1
-56
/
+56
*
Some nice peephole patterns. Based on patch by Brian Lucas!
Anton Korobeynikov
2009-11-08
1
-0
/
+7
*
Print tab before operand of jcc
Anton Korobeynikov
2009-11-08
1
-1
/
+1
*
Fix invalid operand updates & implement post-inc memory operands
Anton Korobeynikov
2009-11-08
2
-16
/
+94
*
Throw an error when stack realignment stuff fails instead of silent
Anton Korobeynikov
2009-11-08
1
-3
/
+7
*
Make TargetData::getStringRepresentation spit out native integer types,
Chris Lattner
2009-11-08
1
-0
/
+7
*
Use aligned load/store instructions for spilling Q registers when we know the...
Jim Grosbach
2009-11-08
2
-8
/
+25
*
Refactor code.
Evan Cheng
2009-11-08
7
-127
/
+67
*
x86 vector shuffle cleanup/fixes:
Nate Begeman
2009-11-07
3
-50
/
+27
*
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
10
-13
/
+16
*
Support alignment specifier for NEON vld/vst instructions
Jim Grosbach
2009-11-07
5
-46
/
+61
*
Improve tail call elimination to handle the switch statement.
Nick Lewycky
2009-11-07
1
-16
/
+0
*
t2ldrpci_pic can be used for blockaddress as well.
Evan Cheng
2009-11-07
2
-6
/
+28
*
indicate what the native integer types for the target are.
Chris Lattner
2009-11-07
12
-19
/
+19
*
First try of the post-inc operands handling... Not fully worked, though :(
Anton Korobeynikov
2009-11-07
3
-11
/
+87
*
Add some dummy support for post-incremented loads
Anton Korobeynikov
2009-11-07
4
-4
/
+97
*
Add 8 bit libcalls and make use of them for msp430
Anton Korobeynikov
2009-11-07
1
-0
/
+11
*
Add few pseudo-source-values
Anton Korobeynikov
2009-11-07
1
-4
/
+20
*
Initial support for addrmode handling. Tests by Brian Lucas!
Anton Korobeynikov
2009-11-07
3
-68
/
+239
*
Some preliminary variable asmprinting
Anton Korobeynikov
2009-11-07
3
-7
/
+92
*
Use '.L' for global private prefix (as mspgcc)
Anton Korobeynikov
2009-11-07
1
-0
/
+1
*
Drop old asmprinter stuff
Anton Korobeynikov
2009-11-07
3
-17
/
+20
*
It turns out that the testcase in question uncovered subreg-handling bug.
Anton Korobeynikov
2009-11-07
2
-3
/
+2
*
add the ability for TargetData to return information about legal integer
Chris Lattner
2009-11-07
1
-39
/
+12
*
more cleanup.
Chris Lattner
2009-11-07
1
-4
/
+14
*
add some missing #includes
Chris Lattner
2009-11-07
7
-5
/
+9
*
rewrite TargetData to use StringRef/raw_ostream instead of thrashing std::str...
Chris Lattner
2009-11-07
1
-39
/
+59
*
Make the need-stub variables accurate and consistent. In the case of
Jeffrey Yasskin
2009-11-07
2
-18
/
+19
*
Fix a couple of shuffle patterns to use movhlps instead
Eric Christopher
2009-11-07
1
-9
/
+9
*
Fixed Overload table bug noticed by Jakob
Mon P Wang
2009-11-07
1
-1
/
+0
*
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
5
-30
/
+41
*
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
4
-2
/
+54
*
Update CMake file.
Ted Kremenek
2009-11-07
1
-0
/
+1
*
Add code to check at SelectionDAGISel::LowerArguments time to see if return v...
Kenneth Uildriks
2009-11-07
2
-0
/
+17
*
My previous patch (r84124) for setting the encoding bits 4 and 7 of DPSoRegFrm
Johnny Chen
2009-11-07
1
-34
/
+9
*
80-columns
Jim Grosbach
2009-11-07
1
-1
/
+1
*
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-11-06
13
-55
/
+253
*
Honour subreg machine operands during asmprinting
Anton Korobeynikov
2009-11-06
1
-0
/
+3
*
Print VMOV (immediate) operands as hexadecimal values. Apple's assembler
Bob Wilson
2009-11-06
3
-8
/
+39
*
Remove ARMPCLabelIndex from ARMISelLowering. Use ARMFunctionInfo::createConst...
Evan Cheng
2009-11-06
2
-13
/
+38
*
Pass StringRef by value.
Daniel Dunbar
2009-11-06
4
-7
/
+4
[next]