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
*
Reverting r155468. Chris and Chandler have convinced me that it's dangerous and
Lang Hames
2012-04-25
1
-35
/
+0
*
Do not use $gp as a dedicated global register if the target ABI is not O32.
Akira Hatanaka
2012-04-25
1
-2
/
+2
*
Simplify the known retain count tracking; use a boolean state instead
Dan Gohman
2012-04-25
1
-41
/
+34
*
Build custom predecessor and successor lists for each basic block.
Dan Gohman
2012-04-24
1
-115
/
+101
*
ARM: improved assembler diagnostics for missing CPU features.
Jim Grosbach
2012-04-24
2
-23
/
+42
*
Fix a naughty header include that breaks "installed" builds.
Andrew Trick
2012-04-24
1
-2
/
+12
*
ConstantFoldSelectInstruction swapped the operands of the select.
Nadav Rotem
2012-04-24
1
-1
/
+1
*
MachineBasicBlock::SplitCriticalEdge() should follow LLVM IR variant and refu...
Evan Cheng
2012-04-24
1
-0
/
+5
*
Add support for llvm.arm.neon.vmull* intrinsics to InstCombine. This fixes
Lang Hames
2012-04-24
1
-0
/
+35
*
Fix a crash on valid (if UB) bitcode that is produced for some global
Chandler Carruth
2012-04-24
1
-3
/
+11
*
ARM: Nuke remnant bogus code.
Jim Grosbach
2012-04-24
1
-2
/
+0
*
AVX: Add additional vbroadcast replacement sequences for integers.
Nadav Rotem
2012-04-24
1
-3
/
+30
*
cmake: new file
Andrew Trick
2012-04-24
1
-0
/
+1
*
misched: DAG builder must special case earlyclobber
Andrew Trick
2012-04-24
1
-0
/
+9
*
misched: try (not too hard) to place debug values where they belong
Andrew Trick
2012-04-24
1
-0
/
+25
*
misched: ignore debug values during scheduling
Andrew Trick
2012-04-24
1
-6
/
+31
*
misched: DAG builder support for tracking register pressure within the curren...
Andrew Trick
2012-04-24
2
-5
/
+58
*
RegisterPressure: A utility for computing register pressure within a
Andrew Trick
2012-04-24
2
-0
/
+718
*
AVX2: The BLENDPW instruction selects between vectors of v16i16 using an i8
Nadav Rotem
2012-04-24
1
-6
/
+0
*
Refactor Thumb ITState handling in ARM Disassembler to more efficiently use i...
Richard Barton
2012-04-24
1
-31
/
+69
*
AVX: We lower VECTOR_SHUFFLE and BUILD_VECTOR nodes into vbroadcast instructions
Nadav Rotem
2012-04-24
1
-1
/
+42
*
Look for the 'Is Simulated' module flag. This indicates that the program is c...
Bill Wendling
2012-04-24
1
-4
/
+5
*
Remove dangling spaces. Fix some other formatting.
Craig Topper
2012-04-24
1
-8
/
+10
*
Simplify code a bit and make it compile better. Remove unused parameters.
Craig Topper
2012-04-24
1
-21
/
+10
*
Add a missing cpu subtype.
Evan Cheng
2012-04-23
1
-0
/
+4
*
Tidy up. 80 columns, whitespace, et. al.
Jim Grosbach
2012-04-23
4
-59
/
+65
*
Optimize the vector UINT_TO_FP, SINT_TO_FP and FP_TO_SINT operations where th...
Nadav Rotem
2012-04-23
1
-0
/
+56
*
This patch fixes a problem which arose when using the Post-RA scheduler
Preston Gurd
2012-04-23
16
-5
/
+54
*
ARM: VSLI two-operand assmebly aliases are tblgen'erated.
Jim Grosbach
2012-04-23
1
-19
/
+0
*
ARM: tblgen'erate VSRA/VRSRA/VSRI assembly two-operand aliases.
Jim Grosbach
2012-04-23
1
-58
/
+4
*
ARM: vqdmulh two-operand aliases are tblgen'erated now.
Jim Grosbach
2012-04-23
1
-11
/
+0
*
[Support/Unix] Unconditionally include time.h.
Michael J. Spencer
2012-04-23
1
-8
/
+2
*
Allow forward declarations to take a context. This helps the debugger
Eric Christopher
2012-04-23
1
-7
/
+8
*
Temporarily revert r155364 until the upstream review can complete, per
Chandler Carruth
2012-04-23
1
-36
/
+55
*
Revert r155365, r155366, and r155367. All three of these have regression
Chandler Carruth
2012-04-23
35
-11849
/
+2126
*
Hexagon V5 (floating point) support.
Sirish Pande
2012-04-23
20
-1463
/
+3374
*
Support for Hexagon architectural feature, new value jump.
Sirish Pande
2012-04-23
8
-5
/
+680
*
Support for Hexagon VLIW Packetizer.
Sirish Pande
2012-04-23
19
-685
/
+7822
*
Hexagon Packetizer's target independent fix.
Sirish Pande
2012-04-23
1
-55
/
+36
*
Reapply r155136 after fixing PR12599.
Jakob Stoklund Olesen
2012-04-23
1
-39
/
+35
*
Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd
Sylvestre Ledru
2012-04-23
1
-4
/
+4
*
Fix issue 67 by checking that the interface functions weren't redefined in th...
Alexander Potapenko
2012-04-23
1
-4
/
+18
*
[tsan] use llvm/ADT/Statistic.h for tsan stats
Kostya Serebryany
2012-04-23
1
-40
/
+17
*
Use MVT instead of EVT through all of LowerVECTOR_SHUFFLEtoBlend and not just...
Craig Topper
2012-04-23
1
-2
/
+2
*
Make getZeroVector and getOnesVector more alike as far as how they detect 128...
Craig Topper
2012-04-23
1
-13
/
+16
*
Tidy up by removing some 'else' after 'return'
Craig Topper
2012-04-23
1
-44
/
+60
*
Tidy up spacing in LowerVECTOR_SHUFFLEtoBlend. Remove code that checks if shu...
Craig Topper
2012-04-23
1
-39
/
+34
*
Add a couple llvm_unreachables.
Craig Topper
2012-04-23
1
-0
/
+2
*
Remove some tab characers.
Craig Topper
2012-04-23
1
-8
/
+8
*
Remove some 'else' after 'return'. No functional change.
Craig Topper
2012-04-23
1
-3
/
+7
[next]