summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* CodeGen: silence a C++11 feature warningSaleem Abdulrasool2013-12-28
* ARM IAS: handle errors more appropriatelySaleem Abdulrasool2013-12-28
* Uninitialized variable (in never taken path) after factoring.Andrew Trick2013-12-28
* New machine model for cortex-a9. Schedule for resources and latency.Andrew Trick2013-12-28
* Added debugging options: -misched-only-func/blockAndrew Trick2013-12-28
* The Cortex-A9 machine model is incomplete. Mark it as such.Andrew Trick2013-12-28
* Add a PostMachineScheduler pass with generic implementation.Andrew Trick2013-12-28
* Move the PostRA scheduler's fixupKills function for reuse.Andrew Trick2013-12-28
* Stub out a PostMachineScheduler pass.Andrew Trick2013-12-28
* Factor MI-Sched in preparation for post-ra scheduling support.Andrew Trick2013-12-28
* Use getSimpleValueType in a few spots where the type should be simple.Craig Topper2013-12-28
* Minor indentation fix to match other switch statements. Change llvm_unreachab...Craig Topper2013-12-28
* Mark some Type and EVT methods as LLVM_READONLY.Craig Topper2013-12-28
* [X86] Teach the backend how to fold target specific dag node for packedAndrea Di Biagio2013-12-28
* AsmParser: cleanup diagnostics for .rep/.reptSaleem Abdulrasool2013-12-28
* IAS: support .rep as an alias for .reptSaleem Abdulrasool2013-12-28
* ARMAsmParser: fix typo in commentSaleem Abdulrasool2013-12-28
* Disable transforms that introduce calls to exp10*() on Linux due toChandler Carruth2013-12-28
* Remove AsmPrinter::needsRelocationsForDwarfStringPool() since it'sEric Christopher2013-12-28
* Teach DAGCombiner how to fold a SIGN_EXTEND_INREG of a BUILD_VECTOR ofAndrea Di Biagio2013-12-27
* DebugInfo: Remove dead code, DICompositeType::addMember(DIDescriptor D)David Blaikie2013-12-27
* Use two variables here rather than reusing (and abusing) one. This isChandler Carruth2013-12-27
* Introduce a simple line-by-line iterator type into the Support library.Chandler Carruth2013-12-27
* TLI: Make exp10* avaiable on Linux/Mac/iOS and unavailable elsewhereReid Kleckner2013-12-26
* Recognize armv7a and friends as aliases for armv7-a etc. for the purposeJoerg Sonnenberger2013-12-26
* ARM IAS: support .even directiveSaleem Abdulrasool2013-12-26
* [Sparc] Lower and MachineInstr to MC and print assembly using MCInstPrinter.Venkatraman Govindaraju2013-12-26
* [Sparc] Add target specific MCExpr class to handle sparc specific modifiers l...Venkatraman Govindaraju2013-12-26
* [Sparc] Add MCInstPrinter implementation for SPARC.Venkatraman Govindaraju2013-12-25
* [Mips] Does not take in account 'use-soft-float' attribute's value whenSimon Atanasyan2013-12-25
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-25
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-25
* AVX-512: decoder for AVX-512, made by Alexey Bader.Elena Demikhovsky2013-12-25
* Support for microMIPS load effective address.Zoran Jovanovic2013-12-25
* Support for microMIPS FPU instructions 2.Zoran Jovanovic2013-12-25
* AVX-512: Result type of scalar SETCC is MVT::i1 for AVX-512.Elena Demikhovsky2013-12-25
* [AArch64]Fix a problem that the register order of fmls/fmla by element is inc...Hao Liu2013-12-25
* Fix typo.Richard Sandiford2013-12-24
* [SystemZ] Use interlocked-access 1 instructions for CodeGenRichard Sandiford2013-12-24
* [SystemZ] Add MC support for interlocked-access 1 instructionsRichard Sandiford2013-12-24
* AVX-512: fixed some patterns for MVT::i1Elena Demikhovsky2013-12-24
* [AArch64]Add patterns to match normal shift nodes: shl, sra and srl.Hao Liu2013-12-24
* [AArch64 NEON] Fix a bug when lowering BUILD_VECTOR.Kevin Qin2013-12-24
* [AArch64 NEON] Fix a pattern match failure with NEON_VDUP.Kevin Qin2013-12-24
* [AArch64] Check fmul node single use in fused multiply patternsAna Pazos2013-12-24
* [AArch64 NEON] Fixed fused multiply negate add/sub patternsAna Pazos2013-12-24
* Debug info: Add enumerators to the __apple_names accelerator table.Adrian Prantl2013-12-23
* Add support to indvars for optimizing sadd.with.overflow.Andrew Trick2013-12-23
* Debug info: On ARM ensure that the data sections come before theAdrian Prantl2013-12-23
* ARM: bkpt has an implicit immediate constant 0Saleem Abdulrasool2013-12-23