summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* PowerPC: Mark some more patterns as isCodeGenOnly.Ulrich Weigand2013-04-17
* R600: Make Export Instruction not duplicableVincent Lejeune2013-04-17
* R600: Export is emitted as a CF_NATIVE instVincent Lejeune2013-04-17
* R600: Emit used GPRs countVincent Lejeune2013-04-17
* Use StringSwitch instead of long chain of if-else. No functionality change.Alexey Samsonov2013-04-17
* Create a stub for DWARF parser unittestsAlexey Samsonov2013-04-17
* Fix -Werror build.Evgeniy Stepanov2013-04-17
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-17
* Do not optimise fprintf() calls if its return value is used.Peter Collingbourne2013-04-17
* Mips assembler: Enable handling of nested expressionsJack Carter2013-04-17
* [ms-inline asm] Add support for parsing complex immediate expressions. TestChad Rosier2013-04-17
* C API: Add LLVMTargetMachineEmitToMemoryBuffer()Tom Stellard2013-04-16
* C API: Add LLVMGetBufferSize()Tom Stellard2013-04-16
* C API: Add LLVMGetBufferStart()Tom Stellard2013-04-16
* C API: Add LLVMAddTargetDependentFunctionAttr()Tom Stellard2013-04-16
* Print out the target-independent attributes in a comment before the function ...Bill Wendling2013-04-16
* Remove unused variable from previous refactor.Chad Rosier2013-04-16
* [ms-inline asm] Refactor. No functional change intended.Chad Rosier2013-04-16
* [ms-inline asm] Remove some dead code.Chad Rosier2013-04-16
* Cleanup naming: DataLayout s/TD/DL/Eli Bendersky2013-04-16
* Fix build failure introduced in 179591 when assertions are disabled.Logan Chien2013-04-16
* Implement ARM unwind opcode assembler.Logan Chien2013-04-16
* Add four new functions and one new enum to the C API:Hans Wennborg2013-04-16
* simplifycfg: Fix integer overflow converting switch into icmp.Hans Wennborg2013-04-16
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-16
* ARM: Add VACLT and VACLE assembly aliases.Jim Grosbach2013-04-15
* We are not able to bitcast a pointer to an integral value.Bill Wendling2013-04-15
* Mips assembler: Explicit floating point condition register recognition.Jack Carter2013-04-15
* SLPVectorizer: Make it a function pass and add code for hoisting the vector-g...Nadav Rotem2013-04-15
* R600/SI: Emit config values in register value pairs.Tom Stellard2013-04-15
* R600/SI: Emit configuration value in the .AMDGPU.config ELF sectionTom Stellard2013-04-15
* R600: Emit ELF formatted code rather than raw ISA.Tom Stellard2013-04-15
* Fix a typo in comment.Jim Grosbach2013-04-15
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-15
* Replace uses of the deprecated std::auto_ptr with OwningPtr.Andy Gibbs2013-04-15
* Add an option -vectorize-slp-aggressive for running the BB vectorizer. Make -...Nadav Rotem2013-04-15
* Rename the slp-vectorizer clang/llvm flags. No functionality change.Nadav Rotem2013-04-15
* SLPVectorizer: Add support for vectorizing trees that start at compare instru...Nadav Rotem2013-04-15
* Mark all PPC comparison instructions as not having side effectsHal Finkel2013-04-15
* Fix PPC64 CR spill location for callee-saved registersHal Finkel2013-04-15
* Use object file specific section type for initial text sectionNico Rieck2013-04-14
* Reorders two transforms that collide with each otherDavid Majnemer2013-04-14
* Miscellaneous cleanups for VecUtils.hBenjamin Kramer2013-04-14
* SLP: Document the scalarization cost method.Nadav Rotem2013-04-14
* Document the decision to assume that the cost of floats is twice as much as i...Nadav Rotem2013-04-14
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-14
* SLPVectorizer: Add support for trees that don't start at binary operators, an...Nadav Rotem2013-04-14
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-14
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-14
* Use target flags for printing SPARC asm operands.Jakob Stoklund Olesen2013-04-14