summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fixes a buffer overrun where the allocated buffer wasn't large enough to acco...Aaron Ballman2013-05-01
* Revert "InstCombine: Fold more shuffles of shuffles."Jim Grosbach2013-05-01
* [mips] Fix handling of instructions which copy to/from accumulator registers.Akira Hatanaka2013-04-30
* Only pass 'returned' to target-specific lowering code when the value of entir...Stephen Lin2013-04-30
* Fix a use after free. RI is freed before the call to getDebugLoc(). ToRichard Trieu2013-04-30
* [mips] Instruction selection patterns for DSP-ASE vector select and compareAkira Hatanaka2013-04-30
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* MI Sched: revert a minor heuristic that snuck in with -misched-vcopy.Andrew Trick2013-04-30
* [mips] Simplify code.Akira Hatanaka2013-04-30
* Fix a typoNadav Rotem2013-04-30
* InstCombine: Fold more shuffles of shuffles.Jim Grosbach2013-04-30
* [mips] Clear isCommutable bit of instructions which are not commutable.Akira Hatanaka2013-04-30
* LocalStackSlotAllocation improvementsHal Finkel2013-04-30
* Text files should not be marked executable.Rafael Espindola2013-04-30
* Spelling. Thanks, Eric.Adrian Prantl2013-04-30
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-30
* Change getSlotIndex to return unsigned.Rafael Espindola2013-04-30
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-30
* Fix a bug in foldSelectICmpAndOr.David Majnemer2013-04-30
* s tightens up the encoding description for ARM post-indexed ldr instructions....Mihai Popa2013-04-30
* Fix "Combine bit test + conditional or into simple math"David Majnemer2013-04-30
* Refactoring patch.Stepan Dyatkovskiy2013-04-30
* Collect the Addend for external relocs.Rafael Espindola2013-04-30
* R600: Always use texture cache for compute shadersVincent Lejeune2013-04-30
* R600: use native for aluVincent Lejeune2013-04-30
* R600: Packetize instructionsVincent Lejeune2013-04-30
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-30
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-30
* R600: Take inner dependency into tex/vtx clausesVincent Lejeune2013-04-30
* R600: Turn TEX/VTX into native instructionsVincent Lejeune2013-04-30
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-30
* R600: Add some new processor variantsVincent Lejeune2013-04-30
* R600: Clean up instruction class definitionsVincent Lejeune2013-04-30
* R600: config section now reports use of killgtVincent Lejeune2013-04-30
* Revert the command line option patch. However, keep the part that makes this ...Bill Wendling2013-04-29
* Emit the TLS initialization function pointers into the correct section.Bill Wendling2013-04-29
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-29
* R600: Use correct CF_END instruction on Northern Island GPUsTom Stellard2013-04-29
* R600: Fix encoding of CF_END_{EG, R600} instructionsTom Stellard2013-04-29
* Rationalize what is public in RuntimeDyldMachO and RuntimeDyldELF.Rafael Espindola2013-04-29
* SimplifyCFG: If convert single conditional storesArnold Schwaighofer2013-04-29
* Update the documentation.Rafael Espindola2013-04-29
* Use a RelocationRef instead of a relocation_iterator.Rafael Espindola2013-04-29
* Revert "revert r179735, it has no testcases, and doesn't really make sense."Reid Kleckner2013-04-29
* Exposing MCJIT through C APIAndrew Kaylor2013-04-29
* Propagate relocation info to resolveRelocation.Rafael Espindola2013-04-29
* Replace ObjRelocationInfo with relocation_iterator.Rafael Espindola2013-04-29
* Add in some conditional compilation in order to silence an unused variable wa...Michael Gottesman2013-04-29
* [objc-arc] Apply the RV optimization to retains next to calls in ObjCARCContr...Michael Gottesman2013-04-29