aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reverting r181331.Jyotsna Verma2013-05-077-222/+3
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-077-3/+222
* Mention SystemZ in the release notesRichard Sandiford2013-05-071-0/+7
* Hexagon: Set accessSize and addrMode on all load/store instructions.Jyotsna Verma2013-05-074-68/+125
* Re-enable AVX detection on x64 platforms.Michael Kuperstein2013-05-071-1/+2
* [SystemZ] Fix InitMCCodeGenInfo callRichard Sandiford2013-05-071-2/+2
* Note that EH is now supported in MCJIT.Rafael Espindola2013-05-071-0/+3
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-071-1/+2
* Correct logical shift documentationTim Northover2013-05-071-1/+1
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-072-5/+85
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-064-26/+133
* R600/SI: Add intrinsic for MIMG IMAGE_GET_RESINFO opcodeTom Stellard2013-05-062-1/+14
* R600/SI: Handle arbitrary destination type in SITargetLowering::adjustWritemaskTom Stellard2013-05-061-1/+1
* R600/SI: Add intrinsic for texture image loadingTom Stellard2013-05-063-10/+46
* R600/SI: Add pattern for uint_to_fpTom Stellard2013-05-061-1/+3
* R600/SI: Add patterns for integer maxima / minimaTom Stellard2013-05-061-4/+12
* R600/SI: Add pattern for AMDGPU.trunc intrinsicTom Stellard2013-05-061-1/+3
* Print IR from Hexagon MI passes with -print-before/after-all.Krzysztof Parzyszek2013-05-066-17/+79
* Implemented public interface for modifying registered (not positional or sink...Andrew Trick2013-05-064-3/+142
* Support command line option categories.Andrew Trick2013-05-064-28/+323
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-062-0/+15
* Hoist boundary condition out of loop header.Eric Christopher2013-05-061-1/+2
* Untabify.Eric Christopher2013-05-061-5/+5
* Reduce attributes.Bill Wendling2013-05-061-2/+2
* Split Alignment out of the Section Characteristics.Rafael Espindola2013-05-063-18/+12
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-066-407/+307
* Test results verified using FileCheck rather than grep | countJean-Luc Duprat2013-05-061-1/+7
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-066-25/+26
* Remove some redundant includes in llvm-mc.cpp.Rafael Espindola2013-05-061-3/+0
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-062-15/+67
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-063-400/+64
* R600: Emit config values in register / value pairsTom Stellard2013-05-063-5/+58
* Remove unnecessary instance variable and rework logic accordingly.Eric Christopher2013-05-062-8/+5
* Grammar.Eric Christopher2013-05-061-1/+2
* R600: Stop emitting the instruction type byte before each instructionTom Stellard2013-05-063-37/+6
* Don't emit .dwo sections unless they exist.Eric Christopher2013-05-061-24/+30
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-062-1/+15
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-062-9/+18
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-062-1/+6
* Fix add4.ll test cmdline so that it passesJean-Luc Duprat2013-05-061-1/+1
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-064-0/+93
* AArch64: use MCJIT by default and enable related tests.Tim Northover2013-05-062-5/+1
* [SystemZ] Add to --enable-targets=allUlrich Weigand2013-05-065-4/+5
* [SystemZ] Add configure bitsUlrich Weigand2013-05-067-8/+30
* [SystemZ] Set up JIT/MCJIT test casesUlrich Weigand2013-05-066-10/+14
* [SystemZ] Add MC test casesUlrich Weigand2013-05-06582-0/+9426
* [SystemZ] Add DebugInfo test casesUlrich Weigand2013-05-066-0/+595
* [SystemZ] Add CodeGen test casesUlrich Weigand2013-05-06296-0/+31125
* [SystemZ] Add back endUlrich Weigand2013-05-0662-1/+10763