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
*
[NVPTX] Run clang-format on all NVPTX sources.
Justin Holewinski
2013-03-30
31
-1956
/
+2298
*
Object: Turn a couple of degenerate for loops into while loops.
Benjamin Kramer
2013-03-30
1
-15
/
+12
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
2
-1
/
+476
*
[mips] Add patterns for DSP indexed load instructions.
Akira Hatanaka
2013-03-30
3
-13
/
+73
*
[mips] Define reg+imm load/store pattern templates.
Akira Hatanaka
2013-03-30
2
-16
/
+18
*
[mips] Fix DSP instructions to have explicit accumulator register operands.
Akira Hatanaka
2013-03-30
4
-243
/
+206
*
Remove unused variables.
Akira Hatanaka
2013-03-30
1
-2
/
+0
*
[mips] Move the code which does dag-combine for multiply-add/sub nodes to
Akira Hatanaka
2013-03-30
4
-186
/
+200
*
[mips] Fix definitions of multiply, multiply-add/sub and divide instructions.
Akira Hatanaka
2013-03-30
7
-70
/
+199
*
[mips] Remove function getFPBranchCodeFromCond. Rename invertFPCondCodeAdd.
Akira Hatanaka
2013-03-30
1
-18
/
+7
*
Fix indentation.
Akira Hatanaka
2013-03-30
1
-26
/
+26
*
[mips] Add mips-specific nodes which will be used to select multiply and divide
Akira Hatanaka
2013-03-30
2
-0
/
+18
*
[mips] Implement getRepRegClassFor in MipsSETargetLowering. This function is
Akira Hatanaka
2013-03-30
1
-0
/
+9
*
[mips] Fix MipsSEInstrInfo::copyPhysReg, loadRegFromStack and storeRegToStack
Akira Hatanaka
2013-03-30
1
-0
/
+18
*
[mips] Expand pseudo load, store and copy instructions right before
Akira Hatanaka
2013-03-30
1
-1
/
+165
*
[mips] Define pseudo instructions for spilling and copying accumulator
Akira Hatanaka
2013-03-30
3
-0
/
+26
*
Use SmallVectorImpl instead of SmallVector at the uses.
Eric Christopher
2013-03-29
3
-18
/
+18
*
Run the ObjCARCContract pass for LTO. <rdar://problem/13538084>
Bob Wilson
2013-03-29
1
-0
/
+5
*
Updated test0 of retain-not-declared.ll to reflect the fact that objc-arc-exp...
Michael Gottesman
2013-03-29
1
-2
/
+2
*
SmallVector and SmallPtrSet allocations now power-of-two aligned.
Jean-Luc Duprat
2013-03-29
4
-33
/
+81
*
[docs] The STL "binary search" has a non-obvious name.
Sean Silva
2013-03-29
1
-1
/
+3
*
Exclude the X86/complex-fca.ll test at it probably wasn't supposed to work on...
Timur Iskhodzhanov
2013-03-29
1
-0
/
+3
*
Add clang.arc.used to ModuleHasARC so ARC always runs if said call is present...
Michael Gottesman
2013-03-29
2
-1
/
+18
*
Hexagon: Add emitFrameIndexDebugValue function to emit debug information.
Jyotsna Verma
2013-03-29
2
-0
/
+14
*
Use 12 as the magic number for our abbreviation data and our
Eric Christopher
2013-03-29
3
-11
/
+11
*
Move the construction of the skeleton compile unit after the
Eric Christopher
2013-03-29
1
-7
/
+8
*
move testcase into appropriate X86 subdirectory.
Adrian Prantl
2013-03-29
1
-3
/
+4
*
Implement FRINT lowering on PPC using frin
Hal Finkel
2013-03-29
3
-0
/
+95
*
[mips] Define a function which returns the GPR register class.
Akira Hatanaka
2013-03-29
5
-0
/
+22
*
Fix TableGen subtarget-emitter to handle A9/Swift.
Andrew Trick
2013-03-29
1
-5
/
+11
*
Build fixes for STLPort + GCC
Matt Arsenault
2013-03-29
2
-6
/
+6
*
Fix loop style
Matt Arsenault
2013-03-29
1
-2
/
+2
*
Split the llvm/tools/clang/test/CodeGenObjC/debug-info-blocks.m testcase into...
Adrian Prantl
2013-03-29
1
-0
/
+371
*
Remove the old CodePlacementOpt pass.
Benjamin Kramer
2013-03-29
16
-471
/
+10
*
Fix a typo
Nadav Rotem
2013-03-29
1
-1
/
+1
*
Hexagon: Disable DwarfUsesInlineInfoSection flag.
Jyotsna Verma
2013-03-29
1
-1
/
+0
*
Add PPC FP rounding instructions fri[mnpz]
Hal Finkel
2013-03-29
7
-30
/
+190
*
Revert "Fix allocations of SmallVector and SmallPtrSet so they are more prone...
Rafael Espindola
2013-03-29
4
-81
/
+33
*
Fix allocations of SmallVector and SmallPtrSet so they are more prone to
Jean-Luc Duprat
2013-03-29
4
-33
/
+81
*
Removed trailing whitespace.
Michael Gottesman
2013-03-29
1
-15
/
+15
*
[mips] Change type of accumulator registers to Untyped. Add two more accumulator
Akira Hatanaka
2013-03-29
1
-7
/
+30
*
[mips] Define overloaded versions of storeRegToStack and loadRegFromStack.
Akira Hatanaka
2013-03-29
5
-43
/
+74
*
[mips] Add parameter Alignment to MipsFrameLowering's constructor.
Akira Hatanaka
2013-03-29
3
-5
/
+4
*
Revert r178166. According to Howard, this code is actually ok.
Dan Gohman
2013-03-29
1
-3
/
+1
*
[Mips Assembler] Add support for OR macro with imediate opperand
Jack Carter
2013-03-28
3
-1
/
+8
*
Add support of RDSEED defined in AVX2 extension
Michael Liao
2013-03-28
10
-9
/
+203
*
Enhance boolean simplification to handle 16-/64-bit RDRAND
Michael Liao
2013-03-28
2
-6
/
+43
*
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
[next]