index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add FIXME
Jim Grosbach
2010-12-10
1
-0
/
+2
*
Remove extraneous close parenthesis.
Nick Lewycky
2010-12-10
1
-1
/
+1
*
Move variable that's unused in an NDEBUG build inside the DEBUG() macro, fixing
Nick Lewycky
2010-12-10
1
-3
/
+4
*
Attempt to get Thumb2 branch fixups working properly.
Owen Anderson
2010-12-10
2
-3
/
+2
*
Force the greedy register allocator to always use the inline spiller.
Jakob Stoklund Olesen
2010-12-10
3
-7
/
+8
*
Rip out live range splitting support from the inline spiller.
Jakob Stoklund Olesen
2010-12-10
1
-56
/
+1
*
Fix merge error in my last fix to Thumb2 vldr fixups.
Owen Anderson
2010-12-10
1
-1
/
+1
*
Fixups for Thumb2 vldr's need to have the effective PC aligned as well.
Owen Anderson
2010-12-10
2
-3
/
+4
*
The MCFixupKindInfo table needs to be in the order that the enums were
Bill Wendling
2010-12-10
1
-16
/
+19
*
Provide the necessary post-encoder hook for Thumb2 encodings of VMOV and frie...
Owen Anderson
2010-12-10
1
-0
/
+1
*
Use AllocationOrder in RegAllocGreedy, fix a bug in the hint calculation.
Jakob Stoklund Olesen
2010-12-10
2
-25
/
+10
*
Add float patterns for Neon vld1-lane/dup and vst1-lane operations.
Bob Wilson
2010-12-10
1
-0
/
+17
*
Remove unused arguments.
Bob Wilson
2010-12-10
1
-4
/
+4
*
Fix encoding of Thumb1 LDRB and STRB.
Owen Anderson
2010-12-10
3
-0
/
+18
*
Trailing whitespace.
Jim Grosbach
2010-12-10
1
-16
/
+16
*
Fix Thumb2 encodings of STREX and LDREX.
Owen Anderson
2010-12-10
1
-0
/
+12
*
Revert r121520, which may have introduced miscompilations.
Dan Gohman
2010-12-10
1
-11
/
+0
*
Correct encoding of rotation immediate for Thumb2 instructions. rdar://8755999
Jim Grosbach
2010-12-10
1
-4
/
+5
*
Fix encoding of 'U' bit for Thumb2 STRD/LDRD instructions. rdar://8755726
Jim Grosbach
2010-12-10
1
-4
/
+4
*
More trivial cleanup. No need to define the EncoderMethod property type. Can
Jim Grosbach
2010-12-10
2
-7
/
+7
*
Tidy up.
Jim Grosbach
2010-12-10
1
-11
/
+8
*
Trailing whitespace.
Jim Grosbach
2010-12-10
1
-5
/
+5
*
Implement PartialAlias checking in BasicAA.
Dan Gohman
2010-12-10
1
-0
/
+11
*
Fix miscompilation caused by trivial logic error in the reassignVReg()
Jakob Stoklund Olesen
2010-12-10
1
-10
/
+16
*
Minimally update this code to handle PartialAlias.
Dan Gohman
2010-12-10
1
-0
/
+1
*
Use PartialAlias to do better noalias lint checking.
Dan Gohman
2010-12-10
1
-4
/
+6
*
Teach AliasAnalysisCounter about PartialAlias.
Dan Gohman
2010-12-10
1
-4
/
+8
*
Teach AliasAnalysisEvaluator about PartialAlias.
Dan Gohman
2010-12-10
1
-5
/
+14
*
Update this code to handle PartialAlias as MayAlias.
Dan Gohman
2010-12-10
1
-1
/
+1
*
Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.
Bob Wilson
2010-12-10
1
-0
/
+4
*
Teach isCSRestore() that ARM/Thumb2 functions will use post-modify LDR
Jim Grosbach
2010-12-10
1
-0
/
+5
*
Add an AllocationOrder class that can iterate over the allocatable physical
Jakob Stoklund Olesen
2010-12-10
4
-1
/
+127
*
Thumb unconditional branch binary encoding. rdar://8754994
Jim Grosbach
2010-12-10
6
-3
/
+33
*
Thumb conditional branch binary encodings. rdar://8745367
Jim Grosbach
2010-12-10
5
-1
/
+28
*
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
20
-145
/
+363
*
Mach-O: Tweak field name.
Daniel Dunbar
2010-12-10
1
-1
/
+1
*
Fix cmake build.
Rafael Espindola
2010-12-10
1
-1
/
+0
*
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-10
19
-359
/
+145
*
lib/Target/CMakeLists.txt: Add missing lib/Target/TargetAsmInfo.cpp, followin...
NAKAMURA Takumi
2010-12-10
1
-0
/
+1
*
Fix the leak from r121401 of the Operands erased in the list but not deleted.
Kevin Enderby
2010-12-10
1
-6
/
+15
*
Add some missing predicates.
Nate Begeman
2010-12-10
1
-2
/
+4
*
Formalize the notion that AVX and SSE are non-overlapping extensions from the...
Nate Begeman
2010-12-10
7
-49
/
+60
*
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-09
19
-145
/
+359
*
Use const references.
Rafael Espindola
2010-12-09
1
-10
/
+11
*
Thumb ldr reg+imm offsets were encoded incorrectly. The scaling factor of the
Bill Wendling
2010-12-09
3
-44
/
+12
*
Add support for AVX to materialize +0.0 when doing scalar FP.
Nate Begeman
2010-12-09
3
-2
/
+12
*
Use the new IsAligned fixup flag to improve fixup encodings for Thumb2 branch...
Owen Anderson
2010-12-09
2
-2
/
+4
*
Initial support for nested CALLSEQ_START/CALLSEQ_END constructs in LegalizeDAG.
Stuart Hastings
2010-12-09
1
-8
/
+24
*
Remember to filter out reserved rergisters from the allocation order.
Jakob Stoklund Olesen
2010-12-09
1
-1
/
+1
*
Add a forgotten initializer for CheckedFirstInterference.
Jakob Stoklund Olesen
2010-12-09
2
-2
/
+5
[next]