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
...
*
Minor style fixes for TargetTransformationInfo and TargetTransformImpl
Hans Wennborg
2012-10-29
1
-3
/
+3
*
Expand all atomic ops for mips16.
Reed Kotler
2012-10-29
1
-2
/
+23
*
PPCSubtarget.h: Add explicit braces.
NAKAMURA Takumi
2012-10-29
1
-1
/
+2
*
PPCSubtarget.h: Whitespace.
NAKAMURA Takumi
2012-10-29
1
-22
/
+22
*
This patch addresses a problem with the Post RA scheduler generating an
Preston Gurd
2012-10-29
1
-0
/
+5
*
This patch adds alignment information for long double to the 64-bit PowerPC
Bill Schmidt
2012-10-29
1
-0
/
+6
*
Factorize code: rather than duplication the logic in getPointerTypeSizeInBits,
Duncan Sands
2012-10-29
1
-14
/
+2
*
Silence a GCC warning about comparing signed and unsigned types.
Duncan Sands
2012-10-29
1
-2
/
+2
*
Make use of common-symbol alignment info in ELF loader.
Tim Northover
2012-10-29
4
-18
/
+47
*
Add interface for querying object files for symbol values.
Tim Northover
2012-10-29
2
-0
/
+9
*
Calling TLI->getNumRegisters creates a circular dependency when building LLVM...
Nadav Rotem
2012-10-29
1
-2
/
+4
*
Remove unused typedef.
Lang Hames
2012-10-29
1
-1
/
+0
*
llvm-extract changes linkages so that functions on both sides of the
Rafael Espindola
2012-10-29
1
-12
/
+25
*
llvm-extract was unable to handle aliases. It would leave a copy on the
Rafael Espindola
2012-10-29
1
-0
/
+30
*
Implement brind operator for mips16.
Reed Kotler
2012-10-28
1
-0
/
+19
*
Remove TargetELFWriterInfo.
Rafael Espindola
2012-10-28
22
-719
/
+2
*
This patch is for the implementation of mips16 complex pattern addr16.
Reed Kotler
2012-10-28
7
-48
/
+276
*
Never attempt to join an early-clobber def with a regular kill.
Jakob Stoklund Olesen
2012-10-27
1
-0
/
+14
*
LoopIdiom: Add checks to avoid turning memmove into an infinite loop.
Benjamin Kramer
2012-10-27
1
-2
/
+2
*
LoopIdiom: Recognize memmove loops.
Benjamin Kramer
2012-10-27
1
-10
/
+24
*
LoopIdiom: Replace custom dependence analysis with DependenceAnalysis.
Benjamin Kramer
2012-10-27
1
-80
/
+45
*
SCEV validator: Ignore CouldNotCompute/undef on both sides. This is mostly no...
Benjamin Kramer
2012-10-27
1
-3
/
+6
*
SCEV validator: Add workarounds for some common false positives due to the wa...
Benjamin Kramer
2012-10-27
1
-0
/
+18
*
Update BBVectorize to use the new VTTI instr. cost interfaces.
Hal Finkel
2012-10-27
1
-3
/
+58
*
1. Fix a bug in getTypeConversion. When a *simple* type is split, we need to ...
Nadav Rotem
2012-10-27
1
-1
/
+1
*
[code size][ARM] Emit regular call instructions instead of the move, branch s...
Quentin Colombet
2012-10-27
1
-2
/
+8
*
Implement MipsHi for mips16
Reed Kotler
2012-10-27
1
-2
/
+8
*
[mips] Do not tail-call optimize vararg functions or functions with byval
Akira Hatanaka
2012-10-27
2
-9
/
+8
*
[mips] Make sure FuncArg doesn't advance when OrigArgIndex is the same as in the
Akira Hatanaka
2012-10-27
1
-1
/
+4
*
Use the methods and classes that were added to simplify LowerCall and
Akira Hatanaka
2012-10-27
2
-425
/
+41
*
Add method MipsTargetLowering::writeVarArgRegs which copies argument registers
Akira Hatanaka
2012-10-27
2
-0
/
+51
*
Add method MipsTargetLowering::passByValArg.
Akira Hatanaka
2012-10-27
2
-0
/
+105
*
Add method MipsTargetLowering::copyByValRegs.
Akira Hatanaka
2012-10-27
2
-0
/
+53
*
Add class MipsCC which provides methods used to analyze formal and call
Akira Hatanaka
2012-10-26
2
-0
/
+192
*
Delete MipsFunctionInfo::InArgFIRange.
Akira Hatanaka
2012-10-26
2
-13
/
+1
*
Refactor the VectorTargetTransformInfo interface.
Nadav Rotem
2012-10-26
2
-36
/
+177
*
Revert r163298 "Optimize codegen for VSETLNi{8,16,32} operating on Q registers."
Jakob Stoklund Olesen
2012-10-26
2
-66
/
+17
*
Avoid an unused-variable warning when asserts are disabled.
Kaelyn Uhrain
2012-10-26
1
-2
/
+1
*
Reduce indentation with early exit.
Jakob Stoklund Olesen
2012-10-26
1
-22
/
+21
*
Also make the current basic block a class member.
Jakob Stoklund Olesen
2012-10-26
1
-65
/
+53
*
implement mips16 tls global addr
Reed Kotler
2012-10-26
1
-0
/
+8
*
Make the Processed set a class member.
Jakob Stoklund Olesen
2012-10-26
1
-21
/
+14
*
[ms-inline asm] Add a comment.
Chad Rosier
2012-10-26
1
-0
/
+1
*
80 col.
Jakob Stoklund Olesen
2012-10-26
1
-2
/
+4
*
Remove ARMBaseRegisterInfo::isReservedReg().
Jakob Stoklund Olesen
2012-10-26
3
-55
/
+26
*
Add GPRPair Register class to ARM.
Jakob Stoklund Olesen
2012-10-26
3
-0
/
+45
*
Fix whitespace and function names to be coding standardy.
Jakob Stoklund Olesen
2012-10-26
1
-148
/
+149
*
Remove the canCombineSubRegIndices() target hook.
Jakob Stoklund Olesen
2012-10-26
3
-255
/
+0
*
Remove LoopDependenceAnalysis.
Benjamin Kramer
2012-10-26
3
-364
/
+0
*
Change the internalize pass to internalize all symbols when given an empty
Rafael Espindola
2012-10-26
3
-32
/
+18
[prev]
[next]