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
*
Add VLIW packetizer to ReleaseNotes.html and CREDITS.TXT. Committing patch
Anshuman Dasgupta
2012-04-14
2
-0
/
+7
*
Add the loop unrolling info to ReleaseNotes.html and CREDITS.TXT.
Brendon Cahoon
2012-04-14
2
-0
/
+7
*
There is no need for setIsExact to be public. Make it private.
Duncan Sands
2012-04-14
1
-2
/
+3
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
6
-47
/
+47
*
Make StringMap's copy ctor non-explicit.
Benjamin Kramer
2012-04-14
1
-1
/
+1
*
Fix an error in BBVectorize important for vectorizing pointer types.
Hal Finkel
2012-04-14
2
-0
/
+54
*
Enhance BBVectorize to more-properly handle pointer values and vectorize GEPs.
Hal Finkel
2012-04-14
3
-2
/
+114
*
misched: Added CanHandleTerminators.
Andrew Trick
2012-04-13
2
-3
/
+10
*
Remove old code to strip out unwanted PPC slices for Apple llvmCore.
Bob Wilson
2012-04-13
1
-13
/
+0
*
Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x...
Richard Smith
2012-04-13
3
-27
/
+48
*
Remove iostream from New Value Jump.
Sirish Pande
2012-04-13
1
-1
/
+0
*
Add support to BBVectorize for vectorizing selects.
Hal Finkel
2012-04-13
3
-0
/
+41
*
Add support for Hexagon Architectural feature, New Value Jump.
Sirish Pande
2012-04-13
7
-10
/
+684
*
Pass to replace tranfer/copy instructions into combine instruction where poss...
Sirish Pande
2012-04-13
5
-0
/
+484
*
Reduce malloc traffic in DwarfAccelTable
Benjamin Kramer
2012-04-13
2
-58
/
+28
*
Support for Hexagon backend.
Tony Linthicum
2012-04-13
1
-0
/
+2
*
Support for Hexagon backend.
Tony Linthicum
2012-04-13
1
-0
/
+4
*
On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli...
Evan Cheng
2012-04-13
2
-3
/
+6
*
Add some comments, and fix a few places that missed setting Changed.
Dan Gohman
2012-04-13
1
-2
/
+24
*
For ARM disassembly only print 32 unsigned bits for the address of branch
Kevin Enderby
2012-04-13
1
-2
/
+2
*
Consider ObjC runtime calls objc_storeWeak and others which make a copy of
Dan Gohman
2012-04-13
2
-14
/
+160
*
By default, use Early-CSE instead of GVN for vectorization cleanup.
Hal Finkel
2012-04-13
1
-2
/
+9
*
Catch the Python exception when subprocess.Popen is failing.
Sylvestre Ledru
2012-04-13
1
-1
/
+6
*
Remove unused variable.
Benjamin Kramer
2012-04-13
1
-3
/
+0
*
Silence various build warnings from Hexagon backend that show up in release b...
Craig Topper
2012-04-13
5
-240
/
+220
*
Fix target specific intrinsic handling to adjust intrinsic number before doin...
Craig Topper
2012-04-13
1
-9
/
+15
*
Remove getElfArchType from ELF.h. It's only used in ELFObjectFile.cpp and the...
Craig Topper
2012-04-13
1
-9
/
+0
*
Use the new Use-aware dominates method to apply the objc runtime
Dan Gohman
2012-04-13
2
-8
/
+23
*
Code-gen may inject code into the IR before it emits the ASM. The linker
Bill Wendling
2012-04-13
1
-0
/
+6
*
Don't move objc_autorelease calls past autorelease pool boundaries when
Dan Gohman
2012-04-13
2
-7
/
+121
*
Def here is an Instruction, so !isa<Instruction>(Def) is always false,
Dan Gohman
2012-04-13
1
-3
/
+2
*
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
2
-0
/
+84
*
Fix a few more places in the ARM disassembler so that branches get
Kevin Enderby
2012-04-12
2
-4
/
+30
*
Update CMake build.
Ted Kremenek
2012-04-12
2
-4
/
+5
*
Hexagon: fix CMake error.
Evandro Menezes
2012-04-12
1
-1
/
+1
*
Disable Hexagon test temporarily.
Sirish Pande
2012-04-12
10
-10
/
+20
*
HexagonPacketizer patch.
Sirish Pande
2012-04-12
20
-552
/
+7612
*
This patch improves the MCJIT runtime dynamic loader by adding new handling
Preston Gurd
2012-04-12
28
-81
/
+320
*
Generalize r153635 to deal with TokenFactor chains; also clean up the logic a...
Evan Cheng
2012-04-12
1
-41
/
+51
*
Hexagon: enable assembler output through the MC layer.
Evandro Menezes
2012-04-12
16
-376
/
+685
*
Add DFA generator for VLIW targets to ReleaseNotes.html and CREDITS.TXT.
Anshuman Dasgupta
2012-04-12
2
-0
/
+10
*
Remove README entry obsoleted by register masks.
Benjamin Kramer
2012-04-12
1
-16
/
+0
*
Remove a remaining reference to the obsolete C backend in configure
Jean-Daniel Dupas
2012-04-12
2
-2
/
+2
*
Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i...
Craig Topper
2012-04-12
4
-25
/
+25
*
ARM 'adr' fixups don't need the interworking addend tweaking.
Jim Grosbach
2012-04-12
1
-0
/
+3
*
Revert changes that were accidentally committed.
Akira Hatanaka
2012-04-11
1
-2
/
+1
*
Fix string that is being checked.
Akira Hatanaka
2012-04-11
1
-5
/
+6
*
Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user,
Akira Hatanaka
2012-04-11
3
-3
/
+26
*
Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user.
Akira Hatanaka
2012-04-11
4
-0
/
+117
*
Fixed a case of ARM disassembly getting an assert on a bad encoding
Kevin Enderby
2012-04-11
2
-0
/
+15
[next]