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
*
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
1
-4
/
+9
*
Skip moving call address loading into callseq when targets prefer register in...
Michael Liao
2013-03-28
4
-16
/
+7
*
Removed dead code from ObjCARCOpts relating to tracking objc_retainBlocks thr...
Michael Gottesman
2013-03-28
1
-37
/
+6
*
[fast-isel] Add a preemptive fix for the case where we fail to materialize an
Chad Rosier
2013-03-28
1
-0
/
+2
*
[Mips Assembler] Add alias definitions for jal
Jack Carter
2013-03-28
2
-0
/
+7
*
Add the X86 FMAs to the scheduling model.
Nadav Rotem
2013-03-28
2
-2
/
+6
*
Minor simplification.
Bill Wendling
2013-03-28
1
-8
/
+4
*
Add the Haswell machine model.
Nadav Rotem
2013-03-28
3
-1
/
+128
*
Remove the unused port from the SandyBridge machine model
Nadav Rotem
2013-03-28
1
-1
/
+0
*
Add ADX CPUID detection
Michael Liao
2013-03-28
1
-0
/
+4
*
These two are default in the constructor for MCAsmInfo.
Eric Christopher
2013-03-28
1
-2
/
+0
*
Make Win32 put the SRet address into EAX, fixes PR15556
Timur Iskhodzhanov
2013-03-28
2
-9
/
+16
*
Only enable 64-bit bswap DAG combines for PPC64
Hal Finkel
2013-03-28
1
-0
/
+2
*
Non optimizable objc_retainBlock calls are not forwarding.
Michael Gottesman
2013-03-28
1
-3
/
+0
*
[ObjCARC] Strength reduce objc_retainBlock -> objc_retain if the objc_retainB...
Michael Gottesman
2013-03-28
1
-10
/
+45
*
Hexagon: Replace switch-case in isDotNewInst with TSFlags.
Jyotsna Verma
2013-03-28
4
-176
/
+26
*
Fix bad indentation in r178276
Hal Finkel
2013-03-28
1
-2
/
+1
*
Hexagon: Enable SupportDebugInfomation and DwarfInSection flags.
Jyotsna Verma
2013-03-28
1
-0
/
+2
*
Use direct types in most PowerPC Altivec instructions and patterns.
Bill Schmidt
2013-03-28
1
-236
/
+333
*
Add the PPC64 ldbrx/stdbrx instructions
Hal Finkel
2013-03-28
6
-20
/
+37
*
Fix issue with disassembler decoding CBZ/CBNZ immediates as negatives when th...
Gordon Keiser
2013-03-28
1
-2
/
+2
*
Testing commit access to llvm. Remove two lines of whitespace from the Thumb...
Gordon Keiser
2013-03-28
1
-2
/
+0
*
Hexagon: Use multiclass for gp-relative instructions.
Jyotsna Verma
2013-03-28
2
-1094
/
+204
*
AArch64: implement GICv3 system registers
Tim Northover
2013-03-28
2
-5
/
+141
*
Add the PPC64 popcntd instruction
Hal Finkel
2013-03-28
6
-9
/
+23
*
[tsan] make sure memset/memcpy/memmove are not inlined in tsan mode
Kostya Serebryany
2013-03-28
1
-0
/
+52
*
Cleanup PPC CR-spill kill flags and 32- vs. 64-bit instructions
Hal Finkel
2013-03-28
2
-8
/
+8
*
Fix typo in PPCInstr64Bit
Hal Finkel
2013-03-28
1
-1
/
+1
*
Revert "Adding DIImportedModules to DIScopes."
David Blaikie
2013-03-28
2
-163
/
+62
*
Check if Type is a vector before calling function Type::getVectorNumElements.
Akira Hatanaka
2013-03-28
1
-3
/
+4
*
This patch follows is a follow up to r178171, which uses the register
Preston Gurd
2013-03-27
1
-0
/
+9
*
[ms-inline asm] Add support of imm displacement before bracketed memory
Chad Rosier
2013-03-27
1
-15
/
+52
*
Resynchronize isLoadFromStackSlot with LoadRegFromStackSlot (and stores) in P...
Hal Finkel
2013-03-27
1
-0
/
+18
*
For the current Atom processor, the fastest way to handle a call
Preston Gurd
2013-03-27
4
-1
/
+25
*
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-27
2
-2
/
+2
*
Remove more dead LR-as-GPR PPC code
Hal Finkel
2013-03-27
1
-16
/
+4
*
Remove "gpr0 allocation" from the PPC README TODO list
Hal Finkel
2013-03-27
1
-1
/
+0
*
Don't try to generate crash diagnostics if we had an I/O failure. It's very
Chad Rosier
2013-03-27
1
-1
/
+1
*
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
1
-8
/
+8
*
Specutively revert r178130.
Bill Wendling
2013-03-27
1
-44
/
+29
*
Fix comment
David Blaikie
2013-03-27
1
-1
/
+1
*
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
1
-0
/
+14
*
Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
2013-03-27
1
-1
/
+3
*
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
1
-2
/
+2
*
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-27
2
-4
/
+4
*
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-27
1
-1
/
+1
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
2
-9
/
+6
*
Hexagon: Disable optimizations at O0.
Jyotsna Verma
2013-03-27
1
-18
/
+31
*
Improve performance of LinkModules when linking with modules with large numbe...
James Molloy
2013-03-27
1
-29
/
+44
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
5
-34
/
+87
[next]