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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
DebugInfo: PR14728: TLS support
David Blaikie
2013-06-28
1
-0
/
+6
*
Fix a PPC rlwimi instruction-selection bug
Hal Finkel
2013-06-28
1
-2
/
+2
*
Fix an off-by-one error. Also make the code a little more explicit in what it
Chad Rosier
2013-06-28
1
-3
/
+4
*
Remove unused variables.
Eric Christopher
2013-06-28
1
-4
/
+0
*
[NVPTX] Select -1 instead of 1 when anyextend'ing i1 types
Justin Holewinski
2013-06-28
1
-3
/
+3
*
[NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flags
Justin Holewinski
2013-06-28
1
-1
/
+12
*
[NVPTX] Calling conventions fix
Justin Holewinski
2013-06-28
1
-24
/
+40
*
[NVPTX] Add support for cttz/ctlz/ctpop
Justin Holewinski
2013-06-28
2
-0
/
+74
*
[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...
Justin Holewinski
2013-06-28
8
-949
/
+1129
*
[NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...
Justin Holewinski
2013-06-28
10
-859
/
+1243
*
[NVPTX] Add support for vectorized function return values
Justin Holewinski
2013-06-28
1
-27
/
+137
*
[NVPTX] Clean up handling of formal arguments and enable generation of vector...
Justin Holewinski
2013-06-28
1
-114
/
+202
*
[NVPTX] Add infrastructure for vector loads/stores of parameters
Justin Holewinski
2013-06-28
3
-0
/
+155
*
Bug 13662: Enable GPRPair for all i64 operands of inline asm on ARM
Weiming Zhao
2013-06-28
2
-12
/
+45
*
R600: Add local memory support via LDS
Tom Stellard
2013-06-28
17
-24
/
+254
*
R600: Add support for GROUP_BARRIER instruction
Tom Stellard
2013-06-28
7
-3
/
+64
*
R600: Add ALUInst bit to tablegen definitions v2
Tom Stellard
2013-06-28
4
-4
/
+8
*
ARM: ensure fixed-point conversions have sane types
Tim Northover
2013-06-28
1
-5
/
+36
*
ARM: Fix pseudo-instructions for SRS (Store Return State).
Tilmann Scheller
2013-06-28
1
-4
/
+4
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-2
/
+4
*
Integrate Assembler: Support X86_64_DTPOFF64 relocations
David Blaikie
2013-06-28
1
-1
/
+12
*
Get rid of the unused class member.
Nadav Rotem
2013-06-27
1
-3
/
+2
*
CostModel: improve the cost model for load/store of non power-of-two types su...
Nadav Rotem
2013-06-27
1
-0
/
+43
*
Add a Subtarget feature 'v8fp' to the ARM backend.
Joey Gouly
2013-06-27
5
-5
/
+24
*
Don't cast away constness.
Benjamin Kramer
2013-06-27
1
-1
/
+2
*
[SystemZ] Allow LA and LARL to be rematerialized
Richard Sandiford
2013-06-27
1
-2
/
+4
*
[SystemZ] Allow immediate moves to be rematerialized
Richard Sandiford
2013-06-27
1
-2
/
+4
*
[SystemZ] Add conditional store patterns
Richard Sandiford
2013-06-27
7
-9
/
+156
*
Revert "Debug Info: clean up usage of Verify." as it's breaking bots.
Eric Christopher
2013-06-26
1
-1
/
+1
*
Clarify and doxygen-ify comments
Stephen Lin
2013-06-26
2
-16
/
+20
*
[Mips Disassembler] Have the DecodeCCRRegisterClass function use the getReg
Chad Rosier
2013-06-26
1
-1
/
+4
*
ARM: Proactively ensure that the LowerCallResult hack for 'this'-returns is n...
Stephen Lin
2013-06-26
3
-4
/
+23
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-26
1
-1
/
+1
*
Minor formatting fix to ARMBaseRegisterInfo::getCalleeSavedRegs
Stephen Lin
2013-06-26
1
-7
/
+5
*
[mips] Do not emit ".option pic0" if target is mips64.
Akira Hatanaka
2013-06-26
1
-1
/
+1
*
[mips] Improve code generation for constant multiplication using shifts, adds...
Akira Hatanaka
2013-06-26
1
-0
/
+54
*
Add a subtarget feature 'v8' to the ARM backend.
Joey Gouly
2013-06-26
8
-4
/
+25
*
ARM: fix more cases where predication may or may not be allowed
Tim Northover
2013-06-26
4
-36
/
+35
*
ARM: allow predicated barriers in Thumb mode
Tim Northover
2013-06-26
2
-18
/
+16
*
Remove the 'generic' CPU from the ARM eabi attributes printer.
Joey Gouly
2013-06-26
1
-9
/
+2
*
[PowerPC] Accept 17-bit signed immediates for addis
Ulrich Weigand
2013-06-26
3
-4
/
+26
*
[PowerPC] Support symbolic u16imm operands
Ulrich Weigand
2013-06-26
5
-9
/
+14
*
ARM: operands should be explicit when disassembled
Amaury de la Vieuville
2013-06-26
1
-8
/
+3
*
[Sparc]: Add memory operands for the frame references in the storeRegToStackSlot
Venkatraman Govindaraju
2013-06-26
1
-8
/
+30
*
Optimized integer vector multiplication operation by replacing it with shift/...
Elena Demikhovsky
2013-06-26
1
-2
/
+4
*
R600: Use new getNamedOperandIdx function generated by TableGen
Tom Stellard
2013-06-25
10
-228
/
+160
*
X86 cost model: Vectorizing integer division is a bad idea
Arnold Schwaighofer
2013-06-25
1
-0
/
+25
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+18
*
R600: Consolidate expansion of v2i32/v4i32 ops for EG/SI
Aaron Watry
2013-06-25
3
-49
/
+22
*
R600/SI: Expand xor v2i32/v4i32
Aaron Watry
2013-06-25
1
-0
/
+3
[next]