index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Reverting r221626 due to a too-strict test.
Michael Kuperstein
2014-11-10
1
-1
/
+0
*
[AArch64][FastISel] Fix kill flags for integer extends.
Juergen Ributzka
2014-11-10
1
-0
/
+8
*
[SwitchLowering] Fix the "fixPhis" function.
Juergen Ributzka
2014-11-10
1
-8
/
+15
*
[X86] Fix pattern match for 32-to-64-bit zext in the presence of AssertSext
Michael Kuperstein
2014-11-10
1
-0
/
+1
*
Copy externally_initialized in GlobalVariable::copyAttributesFrom.
Rafael Espindola
2014-11-10
1
-0
/
+1
*
[NVPTX] Add an NVPTX-specific TargetTransformInfo
Jingyue Wu
2014-11-10
5
-12
/
+115
*
Misc style fixes. NFC.
Rafael Espindola
2014-11-10
11
-353
/
+275
*
Fix extra semicolon warning. NFC.
Vasileios Kalintiris
2014-11-10
1
-1
/
+1
*
[mips][microMIPS] Fix issue with delay slot filler and microMIPS
Zoran Jovanovic
2014-11-10
1
-11
/
+19
*
[mips] Fix sret arguments for N32/N64 which were accidentally broken in r221534.
Daniel Sanders
2014-11-10
1
-0
/
+1
*
Transforms: address some late comments
Saleem Abdulrasool
2014-11-08
2
-31
/
+14
*
Transforms: sort source files in build
Saleem Abdulrasool
2014-11-08
1
-4
/
+4
*
[Reassociate] Better preserve NSW/NUW flags.
Chad Rosier
2014-11-07
1
-0
/
+11
*
Transforms: use typedef rather than using aliases
Saleem Abdulrasool
2014-11-07
1
-26
/
+25
*
Transform: add SymbolRewriter pass
Saleem Abdulrasool
2014-11-07
3
-0
/
+546
*
Fix style.
Michael J. Spencer
2014-11-07
1
-2
/
+1
*
R600: Remove unused define
Matt Arsenault
2014-11-07
1
-2
/
+0
*
[mips] Promote i32 arguments to i64 for the N32/N64 ABI and fix <64-bit struc...
Daniel Sanders
2014-11-07
5
-43
/
+143
*
[CMake] LLVMSupport: Give system_libs PRIVATE scope when LLVMSupport is built...
NAKAMURA Takumi
2014-11-07
1
-36
/
+31
*
[mips] Removed the remainder of MipsCC. NFC.
Daniel Sanders
2014-11-07
2
-39
/
+24
*
[mips] Remove MipsCC::reservedArgArea() in favour of MipsABIInfo::GetCalleeAl...
Daniel Sanders
2014-11-07
4
-18
/
+29
*
MipsCCState.h: Use LLVM_DELETED_FUNCTION for msc17.
NAKAMURA Takumi
2014-11-07
1
-2
/
+2
*
[mips] Move MipsCCState to a separate file and clang-formatted it.
Daniel Sanders
2014-11-07
4
-199
/
+260
*
[mips] Fix unused variable warnings introduced in r221521
Daniel Sanders
2014-11-07
1
-9
/
+0
*
[mips] Remove remaining use of MipsCC::intArgRegs() in favour of MipsABIInfo:...
Daniel Sanders
2014-11-07
4
-15
/
+18
*
[mips] Remove MipsCC::getRegVT(). NFC
Daniel Sanders
2014-11-07
2
-22
/
+0
*
[mips] Remove MipsCC::analyzeCallOperands in favour of CCState::AnalyzeCallOp...
Daniel Sanders
2014-11-07
3
-48
/
+39
*
[mips] Move SpecialCallingConv to MipsCCState and use it from tablegen-erated...
Daniel Sanders
2014-11-07
3
-46
/
+48
*
[mips] Removed IsVarArg from MipsISelLowering::analyzeCallOperands(). NFC.
Daniel Sanders
2014-11-07
2
-8
/
+6
*
SCCP: overdefined calls cannot become constant
David Majnemer
2014-11-07
1
-0
/
+3
*
Add Position-independent Code model Module API.
Justin Hibbits
2014-11-07
1
-0
/
+13
*
[AArch64] Keep flags on condition vreg when instantiating a CB branch.
Ahmed Bougacha
2014-11-07
1
-1
/
+2
*
Use a StringRefMemoryObject. NFC.
Rafael Espindola
2014-11-07
1
-26
/
+3
*
LoopVectorize: Don't assume pointees are sized
David Majnemer
2014-11-07
1
-1
/
+7
*
InstCombine: Rely on cmpxchg's return code when it's strong
David Majnemer
2014-11-06
1
-0
/
+16
*
Remove unused variable. NFC.
Rafael Espindola
2014-11-06
1
-1
/
+0
*
[ELF][yaml2obj] Handle additional MIPS specific st_other field flags
Simon Atanasyan
2014-11-06
1
-1
/
+37
*
Factor out call to push_back. NFC.
Rafael Espindola
2014-11-06
1
-3
/
+5
*
[X86][SSE] Vector integer/float conversion memory folding (cvttps2dq / cvttpd...
Simon Pilgrim
2014-11-06
1
-2
/
+10
*
[X86] Add VFMADDSUB cases for the 213->231 custom inserter.
Ahmed Bougacha
2014-11-06
1
-0
/
+9
*
[X86] Add missing FMA3 VFMADDSUB in the emitter.
Ahmed Bougacha
2014-11-06
1
-0
/
+8
*
Object, COFF: Don't consider AuxFunctionDefinition for getSymbolSize
David Majnemer
2014-11-06
1
-10
/
+0
*
Base check on the section name, not the variable name.
Rafael Espindola
2014-11-06
1
-10
/
+5
*
[RegAlloc] Kill off the trivial spiller - nobody is using it any more.
Lang Hames
2014-11-06
4
-189
/
+5
*
Indentation fixes
Michael Liao
2014-11-06
1
-38
/
+38
*
Try to appease MSVC buildbots after r221466.
Frederic Riss
2014-11-06
1
-1
/
+1
*
Change DIBuilder::createImportedDeclaration from taking a DIScope to a DIDesc...
Frederic Riss
2014-11-06
1
-2
/
+5
*
[Hexagon] Adding basic Hexagon ELF object emitter.
Colin LeMahieu
2014-11-06
5
-4
/
+182
*
Clean up NVPTXLowerStructArgs.cpp. NFC
Eli Bendersky
2014-11-06
1
-54
/
+37
*
[mips] Removed IsSoftFloat from MipsISelLowering::analyzeCallOperands(). NFC
Daniel Sanders
2014-11-06
2
-6
/
+5
[prev]
[next]