aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Reverting r181331.Jyotsna Verma2013-05-076-196/+3
* Hexagon: Fix Small Data support to handle -G 0 correctly.Jyotsna Verma2013-05-076-3/+196
* 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
* Fix the VS2010 build broken by r181271Timur Iskhodzhanov2013-05-071-1/+2
* LoopVectorize: getConsecutiveVector must respect signed arithmeticArnold Schwaighofer2013-05-071-5/+6
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-063-6/+55
* 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-061-0/+10
* Support command line option categories.Andrew Trick2013-05-061-20/+198
* Cleanup of the HexagonTargetMachine setup.Krzysztof Parzyszek2013-05-061-29/+34
* InstCombine: (X ^ signbit) + C -> X + (signbit ^ C)David Majnemer2013-05-061-0/+5
* Hoist boundary condition out of loop header.Eric Christopher2013-05-061-1/+2
* Untabify.Eric Christopher2013-05-061-5/+5
* Hexagon: Add multiclass/encoding bits for the New-Value Jump instructions.Jyotsna Verma2013-05-066-407/+307
* Make references to HexagonTargetMachine "const".Krzysztof Parzyszek2013-05-066-25/+26
* Rotate multi-exit loops even if the latch was simplified.Andrew Trick2013-05-061-14/+29
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-063-400/+64
* R600: Emit config values in register / value pairsTom Stellard2013-05-062-3/+55
* 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-061-33/+2
* Don't emit .dwo sections unless they exist.Eric Christopher2013-05-061-24/+30
* R600: Emit ISA for CALL_FS_* instructionsTom Stellard2013-05-061-1/+0
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-061-6/+13
* PowerPC: Fix unimplemented relocation on ppc64Adhemerval Zanella2013-05-061-0/+5
* Provide InstCombines for the following 3 cases:Jean-Luc Duprat2013-05-062-0/+53
* [SystemZ] Add back endUlrich Weigand2013-05-0662-1/+10763
* [SystemZ] Define DWARF encodingUlrich Weigand2013-05-061-0/+9
* [PowerPC] Fix memory corruption in AsmParserUlrich Weigand2013-05-061-7/+7
* Fix slightly too aggressive conact_vector optimization.Michael Kuperstein2013-05-061-0/+6
* Update the comment to mention that we use TTI.Nadav Rotem2013-05-061-3/+3
* Revert r164763 because it introduces new shuffles.Nadav Rotem2013-05-061-19/+1
* Fix unchecked uses of DominatorTree in MemoryDependenceAnalysis.Matt Arsenault2013-05-061-5/+20
* Fix const merging when an alias of a const is llvm.used.Rafael Espindola2013-05-062-5/+13
* Add EH support to the MCJIT.Rafael Espindola2013-05-058-14/+153
* ARM AnalyzeBranch should conservatively return true when it sees a predicatedEvan Cheng2013-05-051-3/+9
* Teach if-converter to avoid removing BBs whose addresses are takne. rdar://13...Evan Cheng2013-05-051-2/+19
* LoopVectorize: Print values instead of pointers in debug output.Benjamin Kramer2013-05-051-4/+4
* [XCore] Add LDAPB instructions.Richard Osborne2013-05-051-3/+13
* [XCore] Update LDAP to use pcrel_imm.Richard Osborne2013-05-051-3/+3
* [XCore] Rename calltarget -> pcrel_imm.Richard Osborne2013-05-051-6/+6
* [XCore] Add BLRB instructions.Richard Osborne2013-05-051-0/+7