aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* R600: BFI_INT is a vector-only instructionTom Stellard2013-05-031-1/+1
* R600: Add pattern for SHA-256 Ma functionTom Stellard2013-05-034-0/+35
* R600: Clean up comments in Processors.tdTom Stellard2013-05-031-5/+1
* Autoconf: Compile cxxabi.h in C++ mode.Benjamin Kramer2013-05-032-6/+448
* RegionInfo: Do not crash if unreachable block is foundTobias Grosser2013-05-032-1/+31
* CMake: cxxabi.h is only available to C++ compilers, use the right check macro.Benjamin Kramer2013-05-031-1/+2
* Remove comment that no target supports 128-bit IEEE floatsRichard Sandiford2013-05-031-5/+5
* [SystemZ] Add MCJIT supportRichard Sandiford2013-05-034-0/+113
* [SystemZ] Support System Z as host architectureUlrich Weigand2013-05-031-0/+9
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-0311-140/+652
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-033-0/+165
* [SystemZ] Add llvm::Triple::systemzRichard Sandiford2013-05-032-0/+9
* X86: Add target description for btver2; make autodetection logic aware of AVX.Benjamin Kramer2013-05-032-4/+14
* Added pocl and TCE blurbs to the ReleaseNotes.Pekka Jaaskelainen2013-05-031-0/+36
* Unbreaking the non-x86 build bots by protecting the AVX test code properly.Aaron Ballman2013-05-031-0/+4
* Correctly testing for AVX support in x86 based off code from Hosts.cpp.Aaron Ballman2013-05-031-1/+18
* [mips] Remove "Commutative" from property list of non-commutative intrinsics.Akira Hatanaka2013-05-031-8/+8
* Fix missing include in Hexagon code for Release+AssertsReid Kleckner2013-05-031-0/+1
* In MC asm parsing, account for the possibility of whitespace withinJohn McCall2013-05-032-19/+24
* [mips] Handle reading, writing or copying of ccond field of DSP controlAkira Hatanaka2013-05-024-1/+80
* Remove redundant flag.Bill Wendling2013-05-021-1/+1
* reverting r180953Jyotsna Verma2013-05-025-305/+404
* R600: Signed literals are 64bits wideVincent Lejeune2013-05-022-3/+168
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-022-38/+295
* R600: Add a test to check that use_kill is emittedVincent Lejeune2013-05-021-0/+1
* R600: Improve asmPrint of ALU clauseVincent Lejeune2013-05-023-4/+20
* R600: Prettier asmPrint of AluVincent Lejeune2013-05-0238-114/+172
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-025-404/+305
* [GV] Remove dead code which is really difficult to decipher.Shuxin Yang2013-05-021-26/+2
* We don't want FP elimination when doing an Apple-style build.Bill Wendling2013-05-022-2/+2
* Replaced usages of size_type with size_t to be more consistent.Aaron Ballman2013-05-021-8/+8
* Hexagon - Add peephole optimizations for zero extends.Pranav Bhandarkar2013-05-024-6/+64
* [mips] Fix the head Mips16RegisterInfo.cpp commentRichard Sandiford2013-05-021-2/+1
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-029-182/+138
* Provide an API to temporarily suppress DebugLocations from being attachedAdrian Prantl2013-05-021-0/+21
* Hexagon: Honor __builtin_expect by using branch probabilities.Jyotsna Verma2013-05-024-37/+122
* R600: Use new tablegen syntax for patternsTom Stellard2013-05-023-447/+381
* R600/SI: remove nonsense select patternTom Stellard2013-05-021-8/+1
* Added table of contents declaration in CommandLine Library documentation.Tobias Grosser2013-05-021-0/+3
* 80-col fixup.Michael Liao2013-05-021-2/+3
* Avoid duplicating logic on frame register selecting when lowering eh_returnMichael Liao2013-05-021-9/+11
* Avoid duplicating logic on frame register selecting when lowering frameaddrMichael Liao2013-05-021-1/+3
* Rewrite X86 codegen regression test with FileCheckMichael Liao2013-05-021-4/+7
* Add a test for the foldSelectICmpAndOr fix committed in r180779.David Majnemer2013-05-021-0/+13
* TiedTo flag can now be placed on implicit operands. isTwoAddrUse() should lookEvan Cheng2013-05-021-5/+3
* [mips] Rename class and functions. Simplify code.Akira Hatanaka2013-05-011-26/+29
* This exposes more MCJIT options via the C API:Filip Pizlo2013-05-016-44/+85
* Avoid generating tempfile(s) never usedMichael Liao2013-05-011-2/+2
* Rename 'struct LLVMTargetMachine' to 'struct LLVMOpaqueTargetMachine'. Filip Pizlo2013-05-011-1/+1
* Revert r180737. The companion patch was reverted, and this is not relevant ri...Bill Wendling2013-05-013-105/+0