aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2013-04-30[mips] Simplify code.Akira Hatanaka
2013-04-30Fix a typoNadav Rotem
2013-04-30InstCombine: Fold more shuffles of shuffles.Jim Grosbach
2013-04-30[mips] Clear isCommutable bit of instructions which are not commutable.Akira Hatanaka
2013-04-30LocalStackSlotAllocation improvementsHal Finkel
2013-04-30Text files should not be marked executable.Rafael Espindola
2013-04-30Spelling. Thanks, Eric.Adrian Prantl
2013-04-30Set debug locations for branch instructions created during inlining, evenAdrian Prantl
2013-04-30Change getSlotIndex to return unsigned.Rafael Espindola
2013-04-30Fix Addend computation for non external relocations on Macho.Rafael Espindola
2013-04-30Fix a bug in foldSelectICmpAndOr.David Majnemer
2013-04-30s tightens up the encoding description for ARM post-indexed ldr instructions....Mihai Popa
2013-04-30Fix "Combine bit test + conditional or into simple math"David Majnemer
2013-04-30Refactoring patch.Stepan Dyatkovskiy
2013-04-30Collect the Addend for external relocs.Rafael Espindola
2013-04-30R600: Always use texture cache for compute shadersVincent Lejeune
2013-04-30R600: use native for aluVincent Lejeune
2013-04-30R600: Packetize instructionsVincent Lejeune
2013-04-30R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune
2013-04-30R600: Add a Bank Swizzle operandVincent Lejeune
2013-04-30R600: Take inner dependency into tex/vtx clausesVincent Lejeune
2013-04-30R600: Turn TEX/VTX into native instructionsVincent Lejeune
2013-04-30R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune
2013-04-30R600: Add some new processor variantsVincent Lejeune
2013-04-30R600: Clean up instruction class definitionsVincent Lejeune
2013-04-30R600: config section now reports use of killgtVincent Lejeune
2013-04-29Revert the command line option patch. However, keep the part that makes this ...Bill Wendling
2013-04-29Emit the TLS initialization function pointers into the correct section.Bill Wendling
2013-04-29Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola
2013-04-29R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard
2013-04-29R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard
2013-04-29Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola
2013-04-29SimplifyCFG: If convert single conditional storesArnold Schwaighofer
2013-04-29Update the documentation.Rafael Espindola
2013-04-29Use a RelocationRef instead of a relocation_iterator.Rafael Espindola
2013-04-29Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner
2013-04-29Exposing MCJIT through C APIAndrew Kaylor
2013-04-29Propagate relocation info to resolveRelocation.Rafael Espindola
2013-04-29Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola
2013-04-29Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman
2013-04-29[objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman
2013-04-29Added statistics to count the number of retains/releases before/after optimiz...Michael Gottesman
2013-04-29Removed trailing whitespace.Michael Gottesman
2013-04-29Fix for r180693. = /.Michael Gottesman
2013-04-29[objc-arc-annotations] Moved the disabling of call movement to ConnectTDBUTra...Michael Gottesman
2013-04-28Inline variable into the #ifdef block where it's used.Benjamin Kramer
2013-04-28AArch64 InstrFormats:Jia Liu
2013-04-27Fix typo. Stupid me.Joerg Sonnenberger
2013-04-27Only use cxxabi.h's demangler, if it is actually available.Joerg Sonnenberger
2013-04-27Fix a XOR reassociation bug. Shuxin Yang