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
*
[mips] Simplify lowering functions in MipsISelLowering.cpp by using the helper
Akira Hatanaka
2012-11-21
1
-148
/
+32
*
[mips] Add helper functions that create nodes for computing address.
Akira Hatanaka
2012-11-21
1
-0
/
+65
*
[mips] Add command line option "-mxgot".
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
[mips] When a node which loads from a GOT is created, pass a MachinePointerInfo
Akira Hatanaka
2012-11-21
1
-4
/
+6
*
Add new predicates for the immediate operands.
Jyotsna Verma
2012-11-21
1
-4
/
+121
*
[mips] Add target operand flag enums for big GOT relocations.
Akira Hatanaka
2012-11-21
1
-1
/
+7
*
Use one common 'let' expression to set PrintMethod for all immediate operands.
Jyotsna Verma
2012-11-21
1
-209
/
+53
*
Add relocations used for mips big GOT.
Akira Hatanaka
2012-11-21
1
-0
/
+4
*
Implementing basic function-level profiling support in IntelJITEventListener.
Andrew Kaylor
2012-11-21
1
-0
/
+75
*
Add support for varargs functions for msp430.
Anton Korobeynikov
2012-11-21
3
-2
/
+36
*
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
2
-17
/
+46
*
Finish the renaming.
Rafael Espindola
2012-11-21
2
-2
/
+2
*
Renamed HexagonImmediates.td -> HexagonOperands.td.
Jyotsna Verma
2012-11-21
2
-1
/
+1
*
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
1
-21
/
+75
*
Fix execution domain for packed FMA4 instructions.
Craig Topper
2012-11-21
2
-28
/
+30
*
Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so th...
Craig Topper
2012-11-21
1
-6
/
+6
*
Make calcLiveInMask method static.
Jakub Staszak
2012-11-21
1
-1
/
+1
*
Make isScratchReg and isFPCopy methods static.
Jakub Staszak
2012-11-21
1
-2
/
+2
*
Whitespace.
Eric Christopher
2012-11-21
1
-29
/
+29
*
Update for some of the coding standard before rearranging functions
Eric Christopher
2012-11-21
3
-53
/
+53
*
Update some comments.
Eric Christopher
2012-11-21
1
-1
/
+2
*
Update and add some comments.
Eric Christopher
2012-11-21
1
-0
/
+8
*
Whitespace.
Eric Christopher
2012-11-21
1
-26
/
+26
*
Add obvious constantness.
Jakub Staszak
2012-11-20
1
-3
/
+3
*
Remove constness from this, it modifies the output stream as does
Eric Christopher
2012-11-20
2
-2
/
+2
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
1
-13
/
+13
*
Removing some unused instruction definitions from the Hexagon backend.
Jyotsna Verma
2012-11-20
2
-92
/
+0
*
Remove unused function argument, add a bit to the comment.
Eric Christopher
2012-11-20
2
-5
/
+6
*
Formatting.
Eric Christopher
2012-11-20
1
-10
/
+11
*
Whitespace.
Eric Christopher
2012-11-20
1
-12
/
+8
*
[asan] use names of globals instead of an external set to distinguish the glo...
Kostya Serebryany
2012-11-20
1
-4
/
+8
*
[asan] don't instrument linker-initialized globals even with external linkage...
Kostya Serebryany
2012-11-20
1
-5
/
+3
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
1
-31
/
+31
*
Use LLVM_ENABLE_DUMP for the variables used in printing as well as the
Chandler Carruth
2012-11-20
1
-2
/
+2
*
Fix PR14132 and handle OOB loads speculated throuh PHI nodes.
Chandler Carruth
2012-11-20
1
-0
/
+21
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
2
-8
/
+13
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
1
-23
/
+24
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
10
-111
/
+91
*
Add a comment to associate a FIXME with a PR where it is matters.
Chandler Carruth
2012-11-20
1
-1
/
+2
*
Rework the rewriting of loads and stores for vector and integer allocas
Chandler Carruth
2012-11-20
1
-168
/
+118
*
80-column and whitespace fixups.
Eric Christopher
2012-11-20
1
-9
/
+11
*
Allow using MemoryBuffers with yaml::Stream directly.
Sean Silva
2012-11-19
1
-0
/
+20
*
Remove a function argument and propagate const around accordingly.
Eric Christopher
2012-11-19
3
-13
/
+17
*
Whitespace and 80-col.
Eric Christopher
2012-11-19
1
-49
/
+49
*
Make AsmPrinter::EmitTTypeReference() more robust - put
Anton Korobeynikov
2012-11-19
3
-19
/
+11
*
Factor out type info emission into separate routine.
Anton Korobeynikov
2012-11-19
3
-2
/
+64
*
Move section label emission to module end. Nothing should be
Eric Christopher
2012-11-19
1
-3
/
+3
*
Handle mixed normal and early-clobber defs on inline asm.
Jakob Stoklund Olesen
2012-11-19
1
-2
/
+10
*
80 cols
Joe Abbey
2012-11-19
1
-6
/
+9
*
Promote the constant 1 to long long, 1LL or 1ULL in int64_t-sensitive context.
NAKAMURA Takumi
2012-11-19
1
-2
/
+2
[next]