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
*
Fix typo (common to both X86 and PPC)
Hal Finkel
2013-03-27
2
-2
/
+2
*
Remove more dead LR-as-GPR PPC code
Hal Finkel
2013-03-27
1
-16
/
+4
*
Avoid undefined behavior from passing a std::vector's own contents
Dan Gohman
2013-03-27
1
-1
/
+3
*
Remove "gpr0 allocation" from the PPC README TODO list
Hal Finkel
2013-03-27
1
-1
/
+0
*
Don't try to generate crash diagnostics if we had an I/O failure. It's very
Chad Rosier
2013-03-27
1
-1
/
+1
*
Add a boolean parameter to the llvm::report_fatal_error() function to indicated
Chad Rosier
2013-03-27
2
-13
/
+18
*
Specutively revert r178130.
Bill Wendling
2013-03-27
1
-44
/
+29
*
Fix comment
David Blaikie
2013-03-27
1
-1
/
+1
*
Cleanup the simplify_type implementation.
Rafael Espindola
2013-03-27
9
-114
/
+67
*
R600/SI: add SETO/SETUO patterns
Christian Konig
2013-03-27
3
-0
/
+40
*
Silence warning about mixing || in &&, fix up 80-cols.
Benjamin Kramer
2013-03-27
1
-1
/
+3
*
Print PPC ZERO as 0 (not r0) even on Darwin
Hal Finkel
2013-03-27
2
-5
/
+5
*
Switch to LLVM support function abs64 to keep VS2008 happy.
Tim Northover
2013-03-27
2
-4
/
+4
*
Disable ASan/MSan symbolization of reports in tests.
Evgeniy Stepanov
2013-03-27
2
-11
/
+0
*
Fix target-customized spilling in the register scavenger
Hal Finkel
2013-03-27
1
-1
/
+1
*
Disable Initialize.MultipleThreads test under MemorySanitizer.
Evgeniy Stepanov
2013-03-27
1
-1
/
+1
*
Enabling the generation of dependency breakers for partial updates on Cortex-...
Silviu Baranga
2013-03-27
4
-11
/
+47
*
Hexagon: Disable optimizations at O0.
Jyotsna Verma
2013-03-27
1
-18
/
+31
*
Improve performance of LinkModules when linking with modules with large numbe...
James Molloy
2013-03-27
1
-29
/
+44
*
R600/SI: add cummuting of rev instructions
Christian Konig
2013-03-27
8
-37
/
+90
*
R600/SI: add mulhu/mulhs patterns
Christian Konig
2013-03-27
4
-2
/
+36
*
R600/SI: add srl/sha patterns for SI
Christian Konig
2013-03-27
3
-2
/
+34
*
Allocate r0 on PPC
Hal Finkel
2013-03-27
2
-2
/
+18
*
Use the PPC no-r0 class on the TOC LD pseudos
Hal Finkel
2013-03-27
1
-2
/
+2
*
Apply the no-r0 register class to the PPC SELECT_CC_I[4|8] pseudos
Hal Finkel
2013-03-27
1
-2
/
+7
*
Apply the no-r0 class to PPC TOC ADDI[S] pseudo instructions
Hal Finkel
2013-03-27
1
-9
/
+9
*
Remove the link register from the GPR classes on PowerPC.
Bill Schmidt
2013-03-27
8
-17
/
+17
*
Added back in the test for arc-annotations.
Michael Gottesman
2013-03-27
1
-0
/
+307
*
Adding DIImportedModules to DIScopes.
David Blaikie
2013-03-27
99
-1354
/
+1473
*
Don't spill PPC VRSAVE on non-Darwin (even in SjLj)
Hal Finkel
2013-03-27
5
-6
/
+18
*
Make DIBuilder::createClassType more type safe by returning DICompositeType r...
David Blaikie
2013-03-26
2
-14
/
+17
*
DebugInfo: more support for mutating DICompositeType to reduce magic number u...
David Blaikie
2013-03-26
2
-1
/
+9
*
Add a boolean parameter to the ExecuteAndWait static function to indicated
Chad Rosier
2013-03-26
2
-5
/
+9
*
Use the full path when outputting the `.gcda' file.
Bill Wendling
2013-03-26
1
-5
/
+14
*
Add XTEST codegen support
Michael Liao
2013-03-26
6
-1
/
+35
*
Add HLE target feature
Michael Liao
2013-03-26
4
-1
/
+14
*
Enable SandyBridgeModel for all modern Intel P6 descendants.
Jakob Stoklund Olesen
2013-03-26
4
-37
/
+47
*
Debug Info: Provide a means to update the members of a composite type
David Blaikie
2013-03-26
2
-0
/
+12
*
Restore real bit lengths on PPC register numbers
Hal Finkel
2013-03-26
1
-12
/
+12
*
TableGen SubtargetEmitter fix to allow A9 and Swift to coexist.
Andrew Trick
2013-03-26
2
-2
/
+24
*
Fix the register scavenger for targets that provide custom spilling
Hal Finkel
2013-03-26
2
-4
/
+8
*
PPC: Use HWEncoding and TRI->getEncodingValue
Hal Finkel
2013-03-26
8
-100
/
+31
*
R600/SIMCCodeEmitter.cpp: Prune a couple of unused members, STI and Ctx. [-Wu...
NAKAMURA Takumi
2013-03-26
1
-3
/
+1
*
Use multiple virtual registers in PPC CR spilling
Hal Finkel
2013-03-26
3
-42
/
+58
*
Update PPCRegisterInfo's use of virtual registers to be SSA
Hal Finkel
2013-03-26
1
-3
/
+5
*
Update PEI's virtual-register-based scavenging to support multiple simultaneo...
Hal Finkel
2013-03-26
4
-27
/
+43
*
Annotate the remaining x86 instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
3
-10
/
+10
*
Annotate x87 and mmx instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
2
-31
/
+71
*
Annotate control instructions with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
1
-28
/
+41
*
Annotate the rest of X86InstrInfo.td with SchedRW lists.
Jakob Stoklund Olesen
2013-03-26
1
-27
/
+43
[next]