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
*
Compress register lists by sharing suffixes.
Jakob Stoklund Olesen
2012-03-30
2
-93
/
+69
*
Add a SequenceToOffsetTable to TableGen.
Jakob Stoklund Olesen
2012-03-30
1
-0
/
+123
*
ARM integrated assembler should encoding choice for add/sub imm.
Jim Grosbach
2012-03-30
2
-0
/
+33
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
6
-11
/
+239
*
Re-factored RuntimeDyLd:
Danil Malyshev
2012-03-30
9
-1073
/
+753
*
ARM assembly parsing needs to be paranoid about negative immediates.
Jim Grosbach
2012-03-30
2
-4
/
+7
*
Add computeMaskedBitsLoad back, as it was the change to instsimplify that
Rafael Espindola
2012-03-30
1
-0
/
+26
*
Add a note about a missed cmov -> sbb opportunity.
Benjamin Kramer
2012-03-30
1
-0
/
+18
*
Cleanup whitespace. Doxygenize comments. And indent to llvm coding standards.
Bill Wendling
2012-03-30
1
-214
/
+119
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
8
-12
/
+61
*
ARM target should allow codegenprep to duplicate ret instructions to enable t...
Evan Cheng
2012-03-30
2
-1
/
+43
*
Testcase for r153710.
Bill Wendling
2012-03-30
1
-0
/
+35
*
Add testcase for r153705
Bill Wendling
2012-03-30
1
-0
/
+59
*
If we have a VLA that has a "use" in a metadata node that's then used
Bill Wendling
2012-03-30
1
-1
/
+12
*
Change the constant in this testcase so that it results in a constant pool
Lang Hames
2012-03-29
1
-3
/
+3
*
Revert r153694. It was causing failures in the buildbots.
Bill Wendling
2012-03-29
57
-1828
/
+1073
*
Invalidate liveness in ARMConstantIslandPass.
Jakob Stoklund Olesen
2012-03-29
1
-0
/
+4
*
Prefer even-odd D-register pairs.
Jakob Stoklund Olesen
2012-03-29
1
-1
/
+2
*
Filecheck-ize this test so that it actually tests something reasonable.
Chandler Carruth
2012-03-29
1
-2
/
+13
*
Try using vmov.i32 to materialize FP32 constants that can't be materialized by
Lang Hames
2012-03-29
1
-23
/
+54
*
Re-factored RuntimeDyld.
Danil Malyshev
2012-03-29
57
-1073
/
+1828
*
Lowercase the tag name to match the rest of dwarf.
Eric Christopher
2012-03-29
4
-5
/
+5
*
ARM assembly 'cmp lr, #0' should not encode using 'cmn'.
Jim Grosbach
2012-03-29
4
-4
/
+10
*
The shuffle scheduler is only available in asserts build - make misched-new.ll
Lang Hames
2012-03-29
1
-0
/
+1
*
Handle register copies for the new ARM register classes.
Jakob Stoklund Olesen
2012-03-29
1
-19
/
+41
*
Drop O4 from the llc manpage, it was removed in r70445.
Benjamin Kramer
2012-03-29
1
-1
/
+1
*
Make x86 REP_MOV* and REP_STO instructions use the correct operand sizes in 6...
Lang Hames
2012-03-29
2
-25
/
+59
*
Fix missed files in JIT unittests Makefile
Danil Malyshev
2012-03-29
1
-1
/
+2
*
Expand FREM.
Akira Hatanaka
2012-03-29
2
-0
/
+15
*
Add more constness to CodeGenRegisters.
Jakob Stoklund Olesen
2012-03-29
3
-7
/
+7
*
Don't PRE compares.
Jakob Stoklund Olesen
2012-03-29
2
-1
/
+76
*
Replace assert(0) with llvm_unreachable to avoid warnings about dropping off ...
Benjamin Kramer
2012-03-29
1
-6
/
+5
*
Add support for objc property decls according to the page at:
Eric Christopher
2012-03-29
6
-15
/
+65
*
Make some headway towards compiling all of LLVM.
Bill Wendling
2012-03-29
2
-36
/
+55
*
Only allow symbolic names for (v)cmpss/sd/ps/pd encodings 8-31 to be used wit...
Craig Topper
2012-03-29
1
-12
/
+13
*
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
3
-101
/
+273
*
Cleanup whitespace.
Bill Wendling
2012-03-29
1
-15
/
+12
*
Cache the end() iterator.
Bill Wendling
2012-03-29
1
-3
/
+3
*
Reverted to revision 153616 to unblock build
Joel Jones
2012-03-29
3
-273
/
+101
*
For X86, change load/dec-or-inc/store into dec-or-inc, respectively.
Joel Jones
2012-03-29
3
-101
/
+273
*
Enable machine code verification in the entire code generator.
Jakob Stoklund Olesen
2012-03-28
3
-15
/
+5
*
Enable machine code verification after PreSched2 passes.
Jakob Stoklund Olesen
2012-03-28
2
-2
/
+4
*
Cleanup some whitespaces.
Bill Wendling
2012-03-28
2
-136
/
+132
*
Don't kill the base register when expanding strd.
Jakob Stoklund Olesen
2012-03-28
2
-0
/
+19
*
Preserve implicit defs in ARMLoadStoreOptimizer.
Jakob Stoklund Olesen
2012-03-28
2
-4
/
+23
*
Tidy up. Whitespace.
Jim Grosbach
2012-03-28
1
-3
/
+3
*
Move getPointerToNamedFunction() from JIT/MCJIT to JITMemoryManager.
Danil Malyshev
2012-03-28
14
-332
/
+233
*
Handle intrinsics in GlobalsModRef. Fixes pr12351.
Rafael Espindola
2012-03-28
2
-0
/
+39
*
Spill DPair registers, not just QPR.
Jakob Stoklund Olesen
2012-03-28
4
-7
/
+22
*
Also verify after ExpandPostRAPseudos.
Jakob Stoklund Olesen
2012-03-28
1
-1
/
+1
[next]