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
*
DISubrange supports unsigned lower/upper array bounds, so let's not fake it i...
Devang Patel
2011-11-17
3
-6
/
+43
*
quick fix: remove GlobalVariable::GlobalVariable mistakenly commited at r1449...
Kostya Serebryany
2011-11-17
1
-3
/
+3
*
Fix an overly general check in SimplifyIndvar to handle useless phi cycles.
Andrew Trick
2011-11-17
2
-2
/
+31
*
fall back to explicit list of allowed linkages when instrumenting globals in ...
Kostya Serebryany
2011-11-17
2
-2
/
+11
*
Fix bug in RefCountedBase/RefCountedBaseVPTR where the reference count was ac...
Ted Kremenek
2011-11-17
1
-0
/
+3
*
Add TODO comment.
Chad Rosier
2011-11-17
1
-0
/
+2
*
Fix SSE/AVX integer comparison patterns to understand that all integer vector...
Craig Topper
2011-11-17
1
-24
/
+42
*
Dead code.
Chad Rosier
2011-11-17
1
-14
/
+0
*
When fast iseling a GEP, accumulate the offset rather than emitting a series of
Chad Rosier
2011-11-17
2
-11
/
+100
*
Remove seemingly unnecessary duplicate VROUND definitions.
Craig Topper
2011-11-17
1
-80
/
+4
*
x86/windows issues fixed.
Chris Lattner
2011-11-17
1
-18
/
+3
*
Add support for custom names for library functions in TargetLibraryInfo. Add...
Eli Friedman
2011-11-17
6
-21
/
+134
*
llvm-build: Attempt to work around a CMake Makefile generator bug that doesn't
Daniel Dunbar
2011-11-17
1
-1
/
+16
*
Don't unconditionally set the kill flag.
Chad Rosier
2011-11-17
1
-1
/
+1
*
Turn on vzeroupper insertion on call boundaries for AVX; it works as far as I...
Eli Friedman
2011-11-17
1
-1
/
+1
*
build/make/test: Get rid of unused BUGPOINT_TOPTS variable.
Daniel Dunbar
2011-11-16
1
-5
/
+0
*
Make sure to replace the chain properly when DAGCombining a LOAD+EXTRACT_VECT...
Eli Friedman
2011-11-16
2
-5
/
+18
*
Object/COFF: Support common symbols.
Michael J. Spencer
2011-11-16
1
-1
/
+3
*
Remove obsolete test.
Jim Grosbach
2011-11-16
1
-58
/
+0
*
Generalize the fixup info for ARM mode.
Jim Grosbach
2011-11-16
2
-4
/
+4
*
Update test for r144842.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
Lower 64-bit constant pool node.
Akira Hatanaka
2011-11-16
1
-8
/
+12
*
Lower 64-bit block address.
Akira Hatanaka
2011-11-16
1
-9
/
+11
*
Fix encoding of NOP used for padding in ARM mode .align.
Jim Grosbach
2011-11-16
1
-1
/
+1
*
Add patterns for 64-bit tglobaladdr, tblockaddress, tjumptable and tconstpool
Akira Hatanaka
2011-11-16
2
-7
/
+24
*
64-bit jump register instruction.
Akira Hatanaka
2011-11-16
2
-6
/
+7
*
Another missing X86ISD::MOVLPD pattern. rdar://10450317
Evan Cheng
2011-11-16
2
-0
/
+19
*
ARM assembly parsing for shifted register operands for MOV instruction.
Jim Grosbach
2011-11-16
1
-0
/
+2
*
Clean up debug printing of ARM shifted operands.
Jim Grosbach
2011-11-16
1
-9
/
+6
*
Add fast-isel stats to determine who's doing all the work, the
Chad Rosier
2011-11-16
1
-0
/
+7
*
Fix the stats collection for fast-isel. The failed count was only accounting
Chad Rosier
2011-11-16
1
-5
/
+18
*
There are already problems with building LLVM under VS2005, and it's
Chandler Carruth
2011-11-16
3
-8
/
+7
*
ARM assmebly two operand forms for LSR, ASR, LSL, ROR register.
Jim Grosbach
2011-11-16
1
-0
/
+12
*
ARM assembly parsing for RRX mnemonic.
Jim Grosbach
2011-11-16
2
-1
/
+16
*
Added missing comment about new custom lowering of DEC64
Pete Cooper
2011-11-16
1
-0
/
+12
*
Disable expensive two-address optimizations at -O0. rdar://10453055
Evan Cheng
2011-11-16
3
-5
/
+12
*
Check to make sure we can select the instruction before trying to put the
Chad Rosier
2011-11-16
1
-6
/
+6
*
Disable the assertion again. Looks like fastisel is still generating bad kill...
Evan Cheng
2011-11-16
1
-1
/
+2
*
ARM mode aliases for bitwise instructions w/ register operands.
Jim Grosbach
2011-11-16
2
-0
/
+38
*
Fix tablegen warning: hasSideEffects is inferred for eh_sjlj_dispatchsetup.
Bob Wilson
2011-11-16
1
-1
/
+1
*
lib/Target/ARM/CMakeLists.txt: Disable optimization in ARMISelLowering.cpp al...
NAKAMURA Takumi
2011-11-16
1
-2
/
+2
*
Sink codegen optimization level into MCCodeGenInfo along side relocation model
Evan Cheng
2011-11-16
46
-313
/
+344
*
Record landing pads with a SmallSetVector to avoid multiple entries.
Bob Wilson
2011-11-16
1
-3
/
+5
*
Fix the execution domain on a bunch of SSE/AVX instructions.
Craig Topper
2011-11-16
1
-91
/
+157
*
Update the SP in the SjLj jmpbuf whenever it changes. <rdar://problem/10444602>
Bob Wilson
2011-11-16
1
-3
/
+21
*
Fix ARM SjLj-EH dispatch setup code. <rdar://problem/10444602>
Bob Wilson
2011-11-16
4
-74
/
+4
*
Remove code to enable execution dependency fix pass on VR256. VR128 is suffic...
Craig Topper
2011-11-16
1
-9
/
+3
*
Revert r144568 now that r144730 has fixed the fast-isel kill marker bug.
Evan Cheng
2011-11-16
1
-2
/
+1
*
Fix typo in test.
Nick Lewycky
2011-11-16
1
-1
/
+1
*
Merge isObjectPointerWithTrustworthySize with getPointerSize. Use it when
Nick Lewycky
2011-11-16
2
-30
/
+58
[next]