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
*
ARM: fix thumb1 nop decoding
Amaury de la Vieuville
2013-06-24
1
-9
/
+0
*
ARM: fix IT decoding
Amaury de la Vieuville
2013-06-24
1
-4
/
+2
*
ARM: enable decoding of pc-relative PLD/PLI
Amaury de la Vieuville
2013-06-24
2
-46
/
+148
*
Add MI-Sched support for x86 macro fusion.
Andrew Trick
2013-06-23
2
-0
/
+164
*
The getRegForInlineAsmConstraint function should only accept MVT value types.
Chad Rosier
2013-06-22
24
-26
/
+26
*
DebugInfo: Don't lose unreferenced non-trivial by-value parameters
David Blaikie
2013-06-21
2
-4
/
+0
*
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
Justin Holewinski
2013-06-21
2
-13
/
+7
*
Fix IMULX machine model. Multiple def operands require multiple SchedWrites.
Andrew Trick
2013-06-21
4
-4
/
+7
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
1
-0
/
+17
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+78
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
4
-2
/
+58
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
4
-1
/
+20
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
10
-88
/
+88
*
ARM: Remove a (false) dependency on the memoryoperand's value as we do not use
Quentin Colombet
2013-06-20
1
-1
/
+2
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
2
-5
/
+5
*
Update the X86 disassembler to use xacquire and xrelease when appropriate.
Kevin Enderby
2013-06-20
3
-0
/
+32
*
[PowerPC] Minor cleanup in PPCELFObjectWriter::getRelocTypeInner
Ulrich Weigand
2013-06-20
1
-24
/
+24
*
R600/SI: Expand sub for v2i32 and v4i32 for SI
Tom Stellard
2013-06-20
1
-0
/
+3
*
R600/SI: Expand add for v2i32 and v4i32
Tom Stellard
2013-06-20
1
-0
/
+2
*
R600: Expand v2i32 load/store instead of custom lowering
Tom Stellard
2013-06-20
1
-2
/
+2
*
This reverts r155000.
Joey Gouly
2013-06-20
1
-6
/
+1
*
[PowerPC] Remove unused parameter
Ulrich Weigand
2013-06-20
3
-14
/
+14
*
[PowerPC] Add missing build dependency
Ulrich Weigand
2013-06-20
1
-1
/
+1
*
[PowerPC] Optimize @ha/@l constructs
Ulrich Weigand
2013-06-20
4
-46
/
+144
*
[PowerPC] Support compare mnemonics with implied CR0
Ulrich Weigand
2013-06-20
1
-0
/
+9
*
Optimize register parsing for MipsAsmParser. Allow symbolic aliases for FPU r...
Vladimir Medic
2013-06-20
1
-48
/
+58
*
Don't pass in the TargetInstrInfo into the register info object. It doesn't u...
Bill Wendling
2013-06-19
3
-4
/
+3
*
DebugInfo: PR14763/r183329 correct the location of indirect parameters
David Blaikie
2013-06-19
2
-4
/
+6
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
15
-59
/
+78
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
1
-1
/
+1
*
Access the TargetLoweringInfo from the TargetMachine object instead of cachin...
Bill Wendling
2013-06-19
3
-3
/
+3
*
Move StructurizeCFG out of R600 to generic Transforms.
Matt Arsenault
2013-06-19
3
-898
/
+1
*
The RenderMethod field in RegisterOperand class sets the name of the method o...
Vladimir Medic
2013-06-19
2
-19
/
+10
*
Use GetUnderlyingObject instead of custom function
Matt Arsenault
2013-06-18
1
-58
/
+20
*
ARM: Add optional datatype suffix to NEON mvn asm syntax.
Jim Grosbach
2013-06-18
1
-1
/
+6
*
[ARMTargetLowering] ARMISD::{SUB,ADD}{C,E} second result is a boolean implyin...
Michael Gottesman
2013-06-18
1
-1
/
+11
*
Converted an overly aggressive assert to a conditional check in AddCombineTo6...
Michael Gottesman
2013-06-18
1
-2
/
+5
*
Fix 80 col violation.
Nadav Rotem
2013-06-18
1
-3
/
+6
*
Change the arm assembler to support this from the v7c spec:
Kevin Enderby
2013-06-18
1
-1
/
+11
*
Mips ELF: Mark object file as ABI compliant
Jack Carter
2013-06-18
2
-0
/
+13
*
Reduce indentation.
David Blaikie
2013-06-18
1
-53
/
+55
*
Add support for encoding the HLE XACQUIRE and XRELEASE prefixes.
Stefanus Du Toit
2013-06-18
1
-0
/
+7
*
ARM: fix literal load with positive offset encoding
Amaury de la Vieuville
2013-06-18
3
-5
/
+7
*
ARM: add operands pre-writeback variants when needed
Amaury de la Vieuville
2013-06-18
3
-40
/
+61
*
ARM: fix thumb literal loads decoding
Amaury de la Vieuville
2013-06-18
3
-29
/
+238
*
ARM: thumb stores cannot use PC as dest register
Amaury de la Vieuville
2013-06-18
1
-0
/
+37
*
Use pointers to the MCAsmInfo and MCRegInfo.
Bill Wendling
2013-06-18
16
-88
/
+88
*
Remove dead prototype.
Bill Wendling
2013-06-18
1
-2
/
+0
*
R600: PV stores Reg id, not index
Vincent Lejeune
2013-06-17
1
-1
/
+1
[next]