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
*
Reconfigure config.h and llvm-config.h.
Logan Chien
2012-05-09
3
-2
/
+105
*
Merge "Add libLLVMObject to read executable file."
Andrew Hsieh
2012-05-06
3
-0
/
+44
|
\
|
*
Add libLLVMObject to read executable file.
Logan Chien
2012-04-20
3
-0
/
+44
*
|
Fix sdk_x86-sdk build. Add <cctype> for tolower().
Shih-wei Liao
2012-04-24
1
-2
/
+3
*
|
Migrate external/llvm to LLVM-155090-2012-419.
Shih-wei Liao
2012-04-24
2
-1
/
+1
*
|
Merge with LLVM upstream r155090.
Shih-wei Liao
2012-04-24
389
-10824
/
+14072
|
\
\
|
|
/
|
/
|
|
*
Allow targets to select the default scheduler by name.
Andrew Trick
2012-04-19
1
-0
/
+13
|
*
Fixed the llvm-mv X86 disassembler so the 'C' API gets jumps properly
Kevin Enderby
2012-04-18
1
-2
/
+5
|
*
Don't crash on code where the user put __attribute__((constructor)) on
Dan Gohman
2012-04-18
1
-1
/
+5
|
*
This reverts a long string of commits to the Hexagon backend. These
Chandler Carruth
2012-04-18
37
-12093
/
+2017
|
*
LiveIntervalUpdate validators weren't recorded after the calls to std::for_ea...
Pete Cooper
2012-04-18
1
-6
/
+6
|
*
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
1
-7
/
+41
|
*
Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...
Akira Hatanaka
2012-04-18
1
-1
/
+5
|
*
Delete blank line.
Akira Hatanaka
2012-04-18
1
-1
/
+0
|
*
Fix copy/paste-o.
Jim Grosbach
2012-04-18
1
-1
/
+1
|
*
TableGen add warning diagnostic helper functions.
Jim Grosbach
2012-04-18
1
-0
/
+16
|
*
Added support for disassembling unpredictable swp/swpb ARM instructions.
Silviu Baranga
2012-04-18
3
-2
/
+7
|
*
Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...
Silviu Baranga
2012-04-18
1
-5
/
+15
|
*
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...
Silviu Baranga
2012-04-18
2
-4
/
+36
|
*
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-18
1
-1
/
+6
|
*
Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...
Silviu Baranga
2012-04-18
1
-2
/
+10
|
*
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...
Benjamin Kramer
2012-04-18
1
-1
/
+2
|
*
Use a heavy hammer to fix PR12573.
Bill Wendling
2012-04-18
1
-0
/
+9
|
*
Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...
Craig Topper
2012-04-18
2
-11
/
+38
|
*
loop-reduce: Add an early bailout to catch extremely large loops.
Andrew Trick
2012-04-18
1
-0
/
+17
|
*
fix error check in assert
Seth Cantrell
2012-04-18
1
-1
/
+1
|
*
C++ has newlines at the end of files (including include files).
David Blaikie
2012-04-17
1
-1
/
+1
|
*
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
2
-16
/
+89
|
*
Fixes a problem in instruction selection with testing whether or not the
Joel Jones
2012-04-17
1
-2
/
+3
|
*
Typo.
Chad Rosier
2012-04-17
1
-1
/
+1
|
*
Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.
Danil Malyshev
2012-04-17
1
-2
/
+2
|
*
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
5
-0
/
+104
|
*
Delete latter half of CMakeLists.txt.
Akira Hatanaka
2012-04-17
1
-15
/
+0
|
*
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
13
-93
/
+872
|
*
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
2
-303
/
+0
|
*
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
4
-16
/
+0
|
*
Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.
James Molloy
2012-04-17
1
-8
/
+44
|
*
Revert "SCEV: When expanding a GEP the final addition to the base pointer has...
Benjamin Kramer
2012-04-17
1
-1
/
+1
|
*
Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...
Craig Topper
2012-04-17
2
-0
/
+4
|
*
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
1
-27
/
+25
|
*
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-17
1
-7
/
+1
|
*
Typo.
Eric Christopher
2012-04-16
1
-1
/
+1
|
*
Make comment here more clear.
Eric Christopher
2012-04-16
1
-3
/
+4
|
*
ARM two-operand forms for vhadd and vhsub instructions.
Jim Grosbach
2012-04-16
1
-0
/
+62
|
*
Temporarily turn off anti-dependency checking
Preston Gurd
2012-04-16
1
-1
/
+3
|
*
Add files which were not included by commit 154868.
Preston Gurd
2012-04-16
3
-0
/
+316
|
*
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
8
-34
/
+226
|
*
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
1
-7
/
+29
|
*
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
1
-5
/
+5
|
*
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-16
1
-13
/
+17
[next]