summaryrefslogtreecommitdiffstats
path: root/llvm/lib
Commit message (Expand)AuthorAgeFilesLines
* [msan] Fix vector pack intrinsic handling.Evgeniy Stepanov2014-06-091-8/+72
* Fix gcc warning (enumeral and non-enumeral type in conditional expression)Patrik Hagglund2014-06-091-1/+2
* [AArch64] Fix the ordering of the accumulate operand in SchedRW list.Chad Rosier2014-06-091-3/+3
* [AArch64] When combining constant mul of power of 2 plus/minus 1, prefer shiftChad Rosier2014-06-091-9/+9
* [SeparateConstOffsetFromGEP] inbounds zext => sext for better splittingJingyue Wu2014-06-081-1/+57
* [C++11] Use 'nullptr'.Craig Topper2014-06-086-6/+6
* [SeparateConstOffsetFromGEP] Fix an illegitimate optimization on zextJingyue Wu2014-06-081-2/+2
* Refactor canonicalizing array indices to a helper functionJingyue Wu2014-06-081-32/+51
* ScalarEvolution: Derive element size from the type of the loaded elementTobias Grosser2014-06-081-1/+1
* X86: simplify data layout calculationSaleem Abdulrasool2014-06-081-3/+2
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-081-1/+3
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-0811-1086/+948
* Revert "Do materialize for floating point"Alp Toker2014-06-081-23/+2
* Remove outdated CMake MSVC workaroundAlp Toker2014-06-081-7/+1
* MC: fix text section characteristics for WoASaleem Abdulrasool2014-06-081-0/+3
* Do materialize for floating pointReed Kotler2014-06-081-2/+23
* start to clean up buildMI calls in mips fast-iselReed Kotler2014-06-081-26/+24
* include MipsGenFastISel.incReed Kotler2014-06-081-5/+17
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-081-38/+34
* MC: fix ctor/dtor section for windows-itaniumSaleem Abdulrasool2014-06-081-1/+1
* MC: whitespace, grouping for COFF section setupSaleem Abdulrasool2014-06-081-26/+33
* Fix typosAlp Toker2014-06-073-3/+3
* Build fix: remove initializeJumpInstrTablesPass() call from LTOAlp Toker2014-06-071-1/+0
* ARM: correct assertion for long-calls on WoASaleem Abdulrasool2014-06-071-2/+3
* Revert 209903 and 210040.Rafael Espindola2014-06-071-40/+0
* Fix the MachineScheduler's logic for updating ready times for in-order.Andrew Trick2014-06-071-32/+25
* Replace the use of TargetMachine with a tiny bool variable.Eric Christopher2014-06-063-8/+6
* Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher2014-06-063-35/+29
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-063-4/+10
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-061-9/+10
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-062-13/+29
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-061-7/+3
* X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer2014-06-061-1/+1
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-066-71/+57
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-0612-21/+15
* Fixed a bug in lowering shuffle_vectors to insertpsFilipe Cabecinhas2014-06-061-9/+20
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-061-0/+87
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-061-3/+34
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-061-13/+2
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-061-0/+11
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-062-20/+51
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-061-2/+14
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-067-24/+44
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-051-2/+5
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-051-2/+13
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-052-15/+11
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-051-204/+338
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-052-6/+9
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-052-3/+1
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-051-0/+223
OpenPOWER on IntegriCloud