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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Test instructions operands were printed in the wrong order.
Evan Cheng
2009-06-23
1
-10
/
+10
*
"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are labeled as MRMDestMem
Bill Wendling
2009-06-23
1
-2
/
+2
*
Switched size_t to int64_t to prevent type mismatch in call to max.
Lang Hames
2009-06-23
1
-2
/
+2
*
Proper patterns for thumb2 shift and rotate instructions.
Evan Cheng
2009-06-23
1
-55
/
+115
*
Code clean up.
Evan Cheng
2009-06-23
1
-6
/
+5
*
Add IsThumb1Only to most 16-bit thumb instructions since we want to isel 32-b...
Evan Cheng
2009-06-23
2
-53
/
+75
*
Atomic ops that do arithmetic use signed arithmetic.
Owen Anderson
2009-06-23
2
-6
/
+6
*
Actually, these need to be signed integers, not unsigned.
Owen Anderson
2009-06-23
1
-2
/
+2
*
Rename SelectShifterOperand to SelectThumb2ShifterOperandReg.
Evan Cheng
2009-06-23
2
-7
/
+7
*
Use 64-bit integer counters for tracking time, rather than doubles. This wil...
Owen Anderson
2009-06-23
1
-17
/
+17
*
Label the existing atomic functions as 32-bit specific, and add a 64-bit one ...
Owen Anderson
2009-06-23
2
-8
/
+20
*
Eliminate object-relinking support from CMake. Fixes PR 4429 and
Douglas Gregor
2009-06-23
11
-43
/
+11
*
Obvious typo.
Evan Cheng
2009-06-23
1
-2
/
+2
*
Initial Thumb2 support. Majority of the work is done by David Goodwin. There are
Evan Cheng
2009-06-23
5
-134
/
+527
*
Add an atomic add operation.
Owen Anderson
2009-06-23
1
-0
/
+13
*
Make the lazy initialization of DefaultTimerGroup threadsafe.
Owen Anderson
2009-06-23
1
-8
/
+14
*
Revert r73923, which broke clang.
Owen Anderson
2009-06-23
1
-18
/
+10
*
Fold the add (ptr, offset) into ptr[offset] only if the offset is small enoug...
Sanjiv Gupta
2009-06-23
1
-2
/
+4
*
Minor reorg.
Evan Cheng
2009-06-23
1
-17
/
+18
*
Replace isTwoAddress with operand constraint.
Evan Cheng
2009-06-23
1
-1
/
+1
*
Use a default alignment for data and bss sections.
Bruno Cardoso Lopes
2009-06-23
2
-19
/
+25
*
Guard the layout info object.
Owen Anderson
2009-06-23
1
-0
/
+5
*
Guard the plugin loader.
Owen Anderson
2009-06-23
1
-0
/
+5
*
Add guards around timer groups, which can be shared.
Owen Anderson
2009-06-22
1
-10
/
+18
*
Fix a bug in the trip-count computation with And/Or. If either of the
Dan Gohman
2009-06-22
1
-8
/
+4
*
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-06-22
12
-125
/
+3100
*
Guard the statistics table.
Owen Anderson
2009-06-22
1
-1
/
+3
*
Guard the global annotation tables.
Owen Anderson
2009-06-22
1
-13
/
+25
*
Add locking around the external function lookup table for the interpreter.
Owen Anderson
2009-06-22
1
-1
/
+12
*
Remove unneeded #include.
Owen Anderson
2009-06-22
1
-1
/
+0
*
Fix a few minor issues that were exposed by the removal of SCEVHandle.
Dan Gohman
2009-06-22
2
-2
/
+1
*
Add explicit types for shift count constants. This is in preparation for
Bob Wilson
2009-06-22
2
-45
/
+52
*
Fix llvm::ComputeNumSignBits to handle pointer types
Dan Gohman
2009-06-22
1
-1
/
+5
*
Remove the parent pointer from SCEV, since it did not end up being needed.
Owen Anderson
2009-06-22
1
-30
/
+22
*
SCEVHandle is no more!
Owen Anderson
2009-06-22
7
-428
/
+427
*
Use thumb2 for ARM architectures V6T2 and later. Fix a bug in checking
Bob Wilson
2009-06-22
1
-4
/
+8
*
Fix some typos that Duncan noticed.
Dan Gohman
2009-06-22
1
-2
/
+2
*
For Darwin on ARMv6 and newer, make register r9 available for use as a
Bob Wilson
2009-06-22
4
-19
/
+87
*
Fix memcpy expansion so it won't generate invalid
Dale Johannesen
2009-06-22
1
-6
/
+25
*
Fix another register coalescer crash: forgot to check if the instruction bein...
Evan Cheng
2009-06-22
1
-3
/
+7
*
Use different functions to emit the string and symbol tables.
Bruno Cardoso Lopes
2009-06-22
2
-7
/
+17
*
Add more methods to gather target specific elf stuff
Bruno Cardoso Lopes
2009-06-22
6
-154
/
+390
*
hasFP should return true if frame address is taken.
Evan Cheng
2009-06-22
1
-1
/
+3
*
Banish global state from ScalarEvolution! SCEV uniquing is now done by table...
Owen Anderson
2009-06-22
1
-58
/
+50
*
Fix llvm-gcc build for armv6t2 and later architectures. The hasV6T2Ops
Bob Wilson
2009-06-22
1
-9
/
+10
*
Make use of getUMinFromMismatchedTypes when computing backedge-taken
Dan Gohman
2009-06-22
1
-14
/
+14
*
Add a getUMinFromMismatchedTypes helper function.
Dan Gohman
2009-06-22
1
-0
/
+16
*
Factor out code for computing umin and smin for SCEV expressions into
Dan Gohman
2009-06-22
1
-7
/
+14
*
Teach ScalarEvolution how to analyze loops with multiple exit
Dan Gohman
2009-06-22
1
-27
/
+221
*
Delete an unused variable.
Dan Gohman
2009-06-22
1
-1
/
+0
[next]