aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30Text files should not be marked executable.Rafael Espindola
2013-04-30TBAA: remove !tbaa from testing cases if not used.Manman Ren
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-30R600: fix loop-address.ll testVincent Lejeune
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-30Rewrite X86 codegen regression test with FileCheckMichael Liao
2013-04-30Refactoring patch.Stepan Dyatkovskiy
2013-04-30Try to fix ProgramTest on FreeBSDReid Kleckner
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-30Rewrite test in FileCheck instead of grep in X86 codegenMichael Liao
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-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Duplicate a testcase.Bill Wendling
2013-04-29TBAA: remove !tbaa from testing cases if not used.Manman Ren
2013-04-29Rewrite some tests with FileCHeck in X86 codegenMichael Liao
2013-04-29Improve documentation.Adrian Prantl
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-29Disable the MCJIT tests on 32 bit darwin.Rafael Espindola
2013-04-29Remove unused method.Rafael Espindola
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