aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-29Use unique'ed types for varargs expansion instead of non-unique named types.Jan Voung
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-29Fix CMake build of bitcode wrapper header utility.Derek Schuff
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
2013-04-27Generalize the MachineTraceMetrics public API.Andrew Trick
2013-04-27Use the target triple from the target machine rather than the moduleEric Christopher
2013-04-27Make all darwin ppc stubs local.Rafael Espindola
2013-04-27Struct-path aware TBAA: change the format of TBAAStructType node.Manman Ren
2013-04-26Fix CMake build of NaClBitWriterDerek Schuff
2013-04-26Cleanup and document MachineLocation.Adrian Prantl
2013-04-26Micro-optimizationBill Wendling
2013-04-26Check for metadata in PNaCl ABI checker.Jan Voung
2013-04-26Teach the interpreter to handle vector compares and additional vector arithme...Nadav Rotem
2013-04-26Remove a localmod that was a variation of a fix for debug metadata.Jan Voung
2013-04-26Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola
2013-04-26Copy Bitwriter to generate PNaClBitwriter.Karl Schimpf
2013-04-26R600: Initialize AMDGPUMachineFunction::ShaderType to ShaderType::COMPUTETom Stellard