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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Factor macro argument parsing into helper methods and add support for .irp.
Rafael Espindola
2012-06-15
3
-30
/
+133
*
Free the allocated filename. Found by clang static analyzer.
Bill Wendling
2012-06-15
1
-0
/
+1
*
Fix issues (infinite loop and/or crash) with self-referential instructions, for
Duncan Sands
2012-06-15
2
-6
/
+39
*
Move AVX version of convert instructions that write to GPRs to the Op1 table.
Craig Topper
2012-06-15
1
-9
/
+13
*
Had a closing brace inside an #ifdef -- oops!
Marshall Clow
2012-06-15
1
-1
/
+1
*
Adding acessors to COFFObjectFile so that clients can get at the (non-generic...
Marshall Clow
2012-06-15
2
-0
/
+36
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
2
-9
/
+33
*
Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and
Rafael Espindola
2012-06-14
4
-8
/
+34
*
Move X86::VCVTTSD2SIrr from the 2 operand to 1 operand MemRegOp table.
Pete Cooper
2012-06-14
1
-1
/
+1
*
Fix coding style violations. Remove white spaces and tabs.
Akira Hatanaka
2012-06-14
18
-91
/
+91
*
1. introduce MipsPat in place of Pat in order to exclude those from
Akira Hatanaka
2012-06-14
5
-204
/
+233
*
Make machine verifier check the first instruction of the last bundle instead of
Akira Hatanaka
2012-06-14
2
-8
/
+29
*
Make comment slightly more helpful.
Lang Hames
2012-06-14
1
-1
/
+1
*
Revert r158454: Allow SROA to look at a vector type... Its breaking the vect...
Pete Cooper
2012-06-14
2
-33
/
+9
*
misched: disable SSA check pending PR13112.
Andrew Trick
2012-06-14
1
-2
/
+4
*
SmallMap, FlatArrayMap::copyFrom
Stepan Dyatkovskiy
2012-06-14
1
-1
/
+3
*
Remove/modify C backend references from LLVM documentation.
David Blaikie
2012-06-14
3
-8
/
+9
*
Remove C backend reference from the FAQ.
David Blaikie
2012-06-14
1
-3
/
+0
*
Recommit r158407: Allow SROA to look at a vector type and see if the offset i...
Pete Cooper
2012-06-14
2
-9
/
+33
*
Clarify a bit that the types have to be the same. Came up on IRC.
Duncan Sands
2012-06-14
1
-1
/
+1
*
MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
NAKAMURA Takumi
2012-06-14
1
-5
/
+7
*
Replace assertion failure for badly formatted CPS instrution with error message.
Richard Barton
2012-06-14
2
-1
/
+8
*
Cleanup whitespace.
Jush Lu
2012-06-14
1
-13
/
+12
*
Revert: test/CodeGen/ARM/iabs.ll in r158441
Manman Ren
2012-06-14
1
-19
/
+1
*
InstCombine: fix a bug when combining (fcmp cc0 x, y) && (fcmp cc1 x, y).
Manman Ren
2012-06-14
3
-3
/
+34
*
Test case for MIPS long branch pass.
Akira Hatanaka
2012-06-14
1
-0
/
+23
*
Fix Mips/CMakeLists.txt.
Akira Hatanaka
2012-06-14
1
-0
/
+1
*
Add file MipsLongBranch.cpp.
Akira Hatanaka
2012-06-14
1
-0
/
+416
*
Fix test cases.
Akira Hatanaka
2012-06-14
5
-67
/
+66
*
Remove code in MipsAsmPrinter and MipsMCInstLower.
Akira Hatanaka
2012-06-14
3
-30
/
+2
*
Add long branch expansion pass for MIPS.
Akira Hatanaka
2012-06-14
2
-1
/
+8
*
Add AT to the list of registers clobbered by branches so that it is available
Akira Hatanaka
2012-06-14
1
-0
/
+4
*
In MipsRegisterInfo::eliminateFrameIndex, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
1
-25
/
+7
*
In MipsFrameLowering::emitPrologue and emitEpilogue, call Mips::loadImmediate
Akira Hatanaka
2012-06-14
1
-39
/
+16
*
Define function MipsInstrInfo::GetInstSizeInBytes, which will be called to
Akira Hatanaka
2012-06-14
2
-6
/
+76
*
In MipsISelDAGToDAG.cpp, store the global base register to a stack frame object.
Akira Hatanaka
2012-06-14
1
-3
/
+10
*
Add methods to MipsFunctionInfo for initializing and accessing the stack frame
Akira Hatanaka
2012-06-14
1
-1
/
+23
*
Bundle jump/branch instructions with the instructions in the delay slot in
Akira Hatanaka
2012-06-13
2
-19
/
+30
*
Group the 'unsigned' members after the pointer to avoid 4 bytes of
Chandler Carruth
2012-06-13
1
-1
/
+1
*
Implement a DAGCombine in MipsISelLowering.cpp which transforms the following
Akira Hatanaka
2012-06-13
3
-17
/
+46
*
Set a higher value for maxStoresPerMemcpy in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
3
-0
/
+36
*
Simplify CreateLoadLR and CreateStoreLR in MipsISelLowering.cpp.
Akira Hatanaka
2012-06-13
1
-11
/
+6
*
Implement fastcc calling convention for MIPS.
Akira Hatanaka
2012-06-13
3
-3
/
+312
*
Fix pattern for MKMSK instruction.
Richard Osborne
2012-06-13
2
-1
/
+12
*
Revert "Allow SROA to look at a vector type and see if the offset is out of r...
Pete Cooper
2012-06-13
2
-10
/
+7
*
Allow SROA to look at a vector type and see if the offset is out of range to ...
Pete Cooper
2012-06-13
2
-7
/
+10
*
Fix building ThreadLocal.cpp with --disable-threads.
Argyrios Kyrtzidis
2012-06-13
1
-2
/
+9
*
*typo: Cyles changed to Cycles
Kay Tiong Khoo
2012-06-13
3
-4
/
+4
*
Use LTO_CODEGEN_PIC_MODEL_DYNAMIC for PIE. This requirest a git version of
Rafael Espindola
2012-06-13
1
-0
/
+2
*
It is possible for several constants which aren't individually absorbing to
Duncan Sands
2012-06-13
2
-1
/
+17
[next]