summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* R600: Check if a sextload should be used for parameter loads.Matt Arsenault2014-04-113-14/+20
* Remove redundant symbolization support from MCDisassembler interface.Lang Hames2014-04-117-235/+285
* [Register Coalescer] Fix wrong live-range information with rematerialization.Quentin Colombet2014-04-111-0/+21
* R600/SI: Refactor SOPC classes slightly.Matt Arsenault2014-04-113-20/+28
* Don't lose the thumb bit by using relocations with sections.Rafael Espindola2014-04-111-0/+7
* Fix shift by constants for vector.Matt Arsenault2014-04-112-13/+23
* Debug info: Store the DIVariable in DebugLocEntry also for constants,Adrian Prantl2014-04-112-9/+11
* Move ExtractVectorElements to SelectionDAG.Matt Arsenault2014-04-113-23/+22
* SelectionDAG: Use helper function to improve legalization of ISD::MULTom Stellard2014-04-111-0/+17
* SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizerTom Stellard2014-04-112-67/+113
* Fix use-after-free bug caught by address sanitizer:Diego Novillo2014-04-111-1/+1
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-3/+256
* Implement depth_first and inverse_depth_first range factory functions.David Blaikie2014-04-118-40/+28
* [c++11] Range'ify use list loops in InstrEmitter.Jim Grosbach2014-04-111-9/+3
* [c++11] Range'ify use list loops in DAGCombiner.Jim Grosbach2014-04-111-18/+7
* [ARM64,C++11] Range'ify use-lists iterators in address type promotion.Jim Grosbach2014-04-111-8/+4
* Use value types instead of 'new'd objects to store dwarf labels for asm filesDavid Blaikie2014-04-111-22/+9
* [ARM64,C++11]: Range'ify use-list iterators in DAGToDAG.Jim Grosbach2014-04-111-6/+3
* [ARM64,C++11]: More range-based loop simplification.Jim Grosbach2014-04-111-3/+2
* Remove lazy-initialization of section caches in MCContextDavid Blaikie2014-04-101-52/+18
* Move the segmented stack switch to a function attributeReid Kleckner2014-04-105-20/+53
* [ARM64,C++11]: Range'ify loops in InstrInfo.Jim Grosbach2014-04-101-10/+5
* Reimplement debug info compression by compressing the whole section, rather t...David Blaikie2014-04-102-0/+129
* Revert debug info compression support.David Blaikie2014-04-103-58/+1
* [ARM64,C++11]: Range'ify loops in the conditional-compare pass.Jim Grosbach2014-04-101-27/+25
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-103-433/+894
* Debug info: Factor the retrieving of the DIVariable from a MachineInstrAdrian Prantl2014-04-101-3/+2
* [mips] NotMips64 predicate is really a test for 32-bit GPR's.Daniel Sanders2014-04-102-4/+6
* Reapply "SLPVectorizer: Ignore users that are insertelements we can reschedul...Arnold Schwaighofer2014-04-101-30/+65
* [mips] Switch the MIPS-III and MIPS-IV assembler tests to use -mcpu=mips4.Daniel Sanders2014-04-101-2/+2
* ARM64/*/LLVMBuild.txt: Prune redundant deps.NAKAMURA Takumi2014-04-103-3/+3
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-107-7/+7
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-1014-16/+12
* YAMLIO: Allow scalars to dictate quotation rulesDavid Majnemer2014-04-102-10/+6
* Use range-based for loops. No functionality change.Simon Atanasyan2014-04-101-25/+16
* Fix abuse of StringRef on ARM64SysReg::MRSMapper::toString(Val, Valid).NAKAMURA Takumi2014-04-101-4/+4
* ARM64: add an explicit cast to silence a silly warningSaleem Abdulrasool2014-04-101-2/+4
* [ARM64] Fix immediate cost calculation for types larger than i64.Juergen Ributzka2014-04-101-1/+1
* Revert "For the ARM integrated assembler add checking of the alignments on vl...Reid Kleckner2014-04-103-894/+432
* Fix to support properly cleaning up failed address sinking against constantsJim Grosbach2014-04-101-2/+3
* Add support for load folding of avx1 logical instructionsJim Grosbach2014-04-091-0/+13
* SelectionDAG: Don't constant fold target-specific nodes.Jim Grosbach2014-04-091-0/+6
* For the ARM integrated assembler add checking of theKevin Enderby2014-04-093-432/+894
* [AArch64] Implement the isZExtFree APIs.Chad Rosier2014-04-092-0/+40
* [AArch64] Implement the isTruncateFree API.Chad Rosier2014-04-092-0/+25
* [DAGCombiner] DAG combine does not know how to combine indexed loads withQuentin Colombet2014-04-091-2/+5
* Simple fix for build failures resulting from r205867.Bob Wilson2014-04-091-1/+1
* Revert "Revert "YAMLIO: Encode ambiguous hex strings explicitly""David Majnemer2014-04-091-1/+2
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-091-0/+1
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-0914-20/+3855
OpenPOWER on IntegriCloud