summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [mips] Allow dsubu to take an immediate as an alias for dsubiu.Daniel Sanders2014-03-241-0/+3
* [PowerPC] Mark many instructions as commutativeHal Finkel2014-03-244-4/+63
* [mips] Implement shorthand add / sub forms for MIPS.Daniel Sanders2014-03-243-1/+94
* [NVPTX] Add isel patterns for addrspacecastJustin Holewinski2014-03-242-0/+64
* [PowerPC] Don't schedule VSX copy legalization unless VSX is enabledHal Finkel2014-03-241-1/+2
* [PowerPC] Update comment re: VSX copy-instruction selectionHal Finkel2014-03-241-2/+4
* Allow constant folding of ceil function whenever feasibleKarthik Bhat2014-03-241-0/+3
* Propagate section from base to derived symbol.Rafael Espindola2014-03-241-18/+19
* InstrProf: Silence spurious warnings in GCC 4.8Duncan P. N. Exon Smith2014-03-241-9/+13
* ARM: no need to update SplatBits as it is not usedArnaud A. de Grandmaison2014-03-231-3/+0
* WinCOFF: Add support for -ffunction-sectionsDavid Majnemer2014-03-231-4/+9
* remove a bunch of unused private methodsNuno Lopes2014-03-2321-255/+2
* [PowerPC] Make use of VSX f64 <-> i64 conversion instructionsHal Finkel2014-03-231-6/+12
* Revert r204076 for now - it caused significant regressions in a number ofLang Hames2014-03-231-47/+78
* InstrProf: Check pointer size in raw profileDuncan P. N. Exon Smith2014-03-231-11/+40
* Propagate types from symbol to aliases.Rafael Espindola2014-03-231-1/+22
* [CMake] LLVMProfileData: No need to add LINK_LIBS here. LLVMBuild should do.NAKAMURA Takumi2014-03-231-4/+1
* Prune includes in ARM target.Craig Topper2014-03-2232-55/+25
* ARM IAS: properly handle function entries in .thumbSaleem Abdulrasool2014-03-222-0/+43
* [PowerPC] Fix the VSX v2f64 return registerHal Finkel2014-03-221-4/+4
* [Constant Hoisting] Erase dead cast instructions.Juergen Ributzka2014-03-221-1/+1
* [Constant Hoisting] Fix multiple entries for the same basic block in PHI nodes.Juergen Ributzka2014-03-221-3/+36
* [DAG] Fix an assertion failure caused by an invalid cast in method 'BuildVect...Andrea Di Biagio2014-03-222-8/+7
* Delete stale comment. Thanks, Eric!Adrian Prantl2014-03-211-1/+0
* Dwarf Debug: Remove some cargo-cult type uniquing. Scopes do not haveAdrian Prantl2014-03-211-1/+1
* Fix the value computation inRafael Espindola2014-03-211-23/+31
* Remove some dead assignements found by scan-buildArnaud A. de Grandmaison2014-03-213-8/+5
* Register allocator: add condition to hoist a spill to outer loop.Manman Ren2014-03-211-0/+14
* [Support] Follow up to r204426, for LockFileManager, make the given path abso...Argyrios Kyrtzidis2014-03-211-3/+6
* InstrProf: Move constructor to the headerDuncan P. N. Exon Smith2014-03-211-3/+0
* InstrProf: Change magic number to have non-text charactersDuncan P. N. Exon Smith2014-03-211-8/+8
* InstrProf: Use move semantics with unique_ptrDuncan P. N. Exon Smith2014-03-211-4/+4
* InstrProf: Detect magic numbers in a more scalable wayDuncan P. N. Exon Smith2014-03-211-34/+32
* InstrProf: Actually detect bad headersDuncan P. N. Exon Smith2014-03-212-7/+7
* [RuntimeDyld] Fix comment for previous commit (r204439)Juergen Ributzka2014-03-211-2/+4
* [RuntimeDyld] clang-format files.Juergen Ributzka2014-03-216-747/+580
* DebugInfo: Omit DW_AT_addr_base from skeletal type units.David Blaikie2014-03-211-7/+7
* [AArch64] Add SchedRW lists to NEON instructions.Chad Rosier2014-03-214-246/+512
* InstrProf: Read raw binary profile in llvm-profdataDuncan P. N. Exon Smith2014-03-211-4/+106
* ProfileData: Avoid brace initialization, windows doesn't like itJustin Bogner2014-03-211-1/+3
* R600/SI: Move instruction patterns to scalar versions.Matt Arsenault2014-03-212-38/+45
* ProfileData: Introduce InstrProfWriter using the naive text formatJustin Bogner2014-03-213-0/+65
* ProfileData: Introduce the InstrProfReader interface and a text readerJustin Bogner2014-03-218-2/+186
* [mips] Correct lowering of VECTOR_SHUFFLE to VSHF.Daniel Sanders2014-03-211-1/+8
* R600/SI: Handle MUBUF instructions in SIInstrInfo::moveToVALU()Tom Stellard2014-03-215-4/+150
* R600/SI: Handle S_MOV_B64 in SIInstrInfo::moveToVALU()Tom Stellard2014-03-211-2/+50
* R600/SI: Use SGPR_(32|64) reg clases when lowering SI_ADDR64_RSRCTom Stellard2014-03-211-4/+4
* Sink: Don't sink static allocas from the entry blockTom Stellard2014-03-211-0/+7
* [SystemZ] Use "let Predicates =" for blocks of new instructionsRichard Sandiford2014-03-212-18/+15
* [SystemZ] Add support for z196 float<->unsigned conversionsRichard Sandiford2014-03-212-5/+49
OpenPOWER on IntegriCloud