index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
2012-04-18
SourceMgr: Colorize diagnostics.
Benjamin Kramer
2012-04-18
Mark instruction classes ArithLogicR, ArithLogicI and LoadUpper as isRemateri...
Akira Hatanaka
2012-04-18
Delete blank line.
Akira Hatanaka
2012-04-18
Fix copy/paste-o.
Jim Grosbach
2012-04-18
TableGen add warning diagnostic helper functions.
Jim Grosbach
2012-04-18
Added support for disassembling unpredictable swp/swpb ARM instructions.
Silviu Baranga
2012-04-18
Fix the bahavior of the disassembler when decoding unpredictable mrs instruct...
Silviu Baranga
2012-04-18
Added support for unpredictable mcrr/mcrr2/mrrc/mrrc2 ARM instruction in the ...
Silviu Baranga
2012-04-18
Fixed decoding for the ARM cdp2 instruction. The restriction on the coprocess...
Silviu Baranga
2012-04-18
Add suport for unpredicatble cases of the cmp, tst, teq and cmnz ARM instruct...
Silviu Baranga
2012-04-18
SmallPtrSet: Reuse DenseMapInfo's pointer hash function instead of inventing ...
Benjamin Kramer
2012-04-18
Use a heavy hammer to fix PR12573.
Bill Wendling
2012-04-18
Remove AVX vpermil intrinsics. I removed their uses from clang headers and bu...
Craig Topper
2012-04-18
loop-reduce: Add an early bailout to catch extremely large loops.
Andrew Trick
2012-04-18
fix error check in assert
Seth Cantrell
2012-04-17
C++ has newlines at the end of files (including include files).
David Blaikie
2012-04-17
fix pr12559: mark unavailable win32 math libcalls
Joe Groff
2012-04-17
Fixes a problem in instruction selection with testing whether or not the
Joel Jones
2012-04-17
Typo.
Chad Rosier
2012-04-17
Fix incorrect call of resolveRelocation() for ARM ELF stub relocations.
Danil Malyshev
2012-04-17
platform support for counting column widths and checking isprint
Seth Cantrell
2012-04-17
Delete latter half of CMakeLists.txt.
Akira Hatanaka
2012-04-17
Add disassembler to MIPS.
Akira Hatanaka
2012-04-17
Goodbye, JSONParser...
Manuel Klimek
2012-04-17
Remove unused CCIfSubtarget.
Jay Foad
2012-04-17
Fix bad EXTRACT_SUBREG in instruction selection for extending-loads on NEON.
James Molloy
2012-04-17
Revert "SCEV: When expanding a GEP the final addition to the base pointer has...
Benjamin Kramer
2012-04-17
Don't decode vperm2i128 or vperm2f128 into a shuffle if bit 3 or 7 of the imm...
Craig Topper
2012-04-17
SlotIndexes used to store the index list in a crufty custom linked-list. I can't
Lang Hames
2012-04-17
Fix ARM disassembly of VLD2 (single 2-element structure to all lanes)
Kevin Enderby
2012-04-16
Typo.
Eric Christopher
2012-04-16
Make comment here more clear.
Eric Christopher
2012-04-16
ARM two-operand forms for vhadd and vhsub instructions.
Jim Grosbach
2012-04-16
Temporarily turn off anti-dependency checking
Preston Gurd
2012-04-16
Add files which were not included by commit 154868.
Preston Gurd
2012-04-16
Implement GDB integration for source level debugging of code JITed using
Preston Gurd
2012-04-16
Fix updateTerminator to be resiliant to degenerate terminators where
Chandler Carruth
2012-04-16
MC assembly parser handling for trailing comma in macro instantiation.
Jim Grosbach
2012-04-16
ARM handle :lower16: and :upper16: after a '#' prefix.
Jim Grosbach
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Fix incorrect atomics codegen introduced in r154705, and extend test to catch...
Richard Smith
2012-04-16
Remove unused variable
David Blaikie
2012-04-16
ARM assembly two-operand forms for VRSHL.
Jim Grosbach
2012-04-16
Do not add offset in applyFixup. This has already been accounted for in Value.
Akira Hatanaka
2012-04-16
ARM two-operand aliases for VRHADD instructions.
Jim Grosbach
2012-04-16
Hexagon V5 (Floating Point) Support.
Sirish Pande
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-04-16
Flip the new block-placement pass to be on by default.
Chandler Carruth
2012-04-16
Add a somewhat hacky heuristic to do something different from whole-loop
Chandler Carruth
2012-04-16
Fix style violation in BBVectorize (pointed out by Bill Wendling)
Hal Finkel
[next]