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
*
[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
2
-1
/
+9
*
test commit: added a few comments
Preston Briggs
2012-11-21
1
-0
/
+10
*
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
4
-2
/
+86
*
Add support for byval args. Patch by Job Noorman!
Anton Korobeynikov
2012-11-21
3
-17
/
+72
*
Finish the renaming.
Rafael Espindola
2012-11-21
2
-2
/
+2
*
Renamed HexagonImmediates.td -> HexagonOperands.td.
Jyotsna Verma
2012-11-21
2
-1
/
+1
*
llvm/test/Transforms/InstCombine/sdiv-1.ll: FileCheck-ize.
NAKAMURA Takumi
2012-11-21
1
-1
/
+3
*
Using "not grep" is brittle as the test passes if llvm-as fails.
Rafael Espindola
2012-11-21
1
-2
/
+6
*
PR14055: Implement support for sub-vector operations in SROA.
Chandler Carruth
2012-11-21
2
-23
/
+150
*
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 a tests for the new -no-show-raw-insn option of llvm-objdump.
Eli Bendersky
2012-11-20
2
-0
/
+21
*
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
*
Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more
Eli Bendersky
2012-11-20
1
-2
/
+9
*
removes a few "const" qualifiers
Sebastian Pop
2012-11-20
2
-22
/
+22
*
[python] fix get_library()
Anders Waldenborg
2012-11-20
1
-15
/
+35
*
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
*
Some sphinx-ing and consistency fixes
Eli Bendersky
2012-11-20
1
-16
/
+15
*
Remove some dead code.
Eric Christopher
2012-11-20
1
-19
/
+0
*
Better 80cols... *sigh*
Joe Abbey
2012-11-20
1
-3
/
+3
*
Fixing a broken link.
Joe Abbey
2012-11-20
1
-3
/
+3
*
[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
2
-6
/
+26
*
[asan] make sure that linker-initialized globals (non-extern) are not instrum...
Kostya Serebryany
2012-11-20
2
-32
/
+51
*
docs: Fix highlighting.
Sean Silva
2012-11-20
1
-1
/
+1
*
llvm/test/ExecutionEngine/MCJIT/lit.local.cfg: ppc32-elf is not ready.
NAKAMURA Takumi
2012-11-20
1
-0
/
+3
*
Fix a place where the declaration didn't use LLVM_ENABLE_DUMP but the
Chandler Carruth
2012-11-20
1
-1
/
+1
*
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
2
-0
/
+56
*
Fix physical register liveness calculations:
Tim Northover
2012-11-20
4
-12
/
+34
*
Intel OCL built-ins calling conventions now support MacOS 32-bit.
Elena Demikhovsky
2012-11-20
2
-59
/
+82
[next]