summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* SmallVector: More movable improvements - don't copy elements to make space wh...David Blaikie2014-06-08
* SmallVector: Move, don't copy, elements to make space for an insertion.David Blaikie2014-06-08
* X86: simplify data layout calculationSaleem Abdulrasool2014-06-08
* SmallVectorTest: Remove some more robust checks added in r210429 since they c...David Blaikie2014-06-08
* Fix some more moving-from-moved-from objects issues in SmallVectorDavid Blaikie2014-06-08
* APFloat: x - NaN needs to flip the signbit of NaN when x is a number.Stephen Canon2014-06-08
* AsmMatchers: Use unique_ptr to manage ownership of MCParsedAsmOperandDavid Blaikie2014-06-08
* Ensure SmallVector::insert doesn't overwrite the last element in the range wi...David Blaikie2014-06-08
* Revert "Do materialize for floating point"Alp Toker2014-06-08
* Remove outdated CMake MSVC workaroundAlp Toker2014-06-08
* Remove redundant typedef from MCAsmParserSemaCallbackAlp Toker2014-06-08
* Make InlineAsmIdentifierInfo forward-declarableAlp Toker2014-06-08
* MC: fix text section characteristics for WoASaleem Abdulrasool2014-06-08
* Do materialize for floating pointReed Kotler2014-06-08
* start to clean up buildMI calls in mips fast-iselReed Kotler2014-06-08
* Re-enable ARM ELF testsAlp Toker2014-06-08
* Fix build when no native target is enabledAlp Toker2014-06-08
* include MipsGenFastISel.incReed Kotler2014-06-08
* test: add test case for SVN r210406Saleem Abdulrasool2014-06-08
* test: move some tests into ARM directorySaleem Abdulrasool2014-06-08
* MC: make ELF .type handling more GNU AS compatibleSaleem Abdulrasool2014-06-08
* MC: fix ctor/dtor section for windows-itaniumSaleem Abdulrasool2014-06-08
* MC: whitespace, grouping for COFF section setupSaleem Abdulrasool2014-06-08
* Fix typosAlp Toker2014-06-07
* Build fix: remove initializeJumpInstrTablesPass() call from LTOAlp Toker2014-06-07
* ARM: correct assertion for long-calls on WoASaleem Abdulrasool2014-06-07
* tools: add a high level explanation for WoA EH dataSaleem Abdulrasool2014-06-07
* [OCaml] Commit missing parts of r210395Peter Zotov2014-06-07
* [OCaml] Introduce an llmdkind abstract type.Peter Zotov2014-06-07
* Revert 209903 and 210040.Rafael Espindola2014-06-07
* Fix the MachineScheduler's logic for updating ready times for in-order.Andrew Trick2014-06-07
* Replace the use of TargetMachine with a tiny bool variable.Eric Christopher2014-06-06
* Remove all local variables from X86SelectionDAGInfo, the DAG hasEric Christopher2014-06-06
* ADT: introduce isWindowsItaniumEnvironmentSaleem Abdulrasool2014-06-06
* DebugInfo: Use the scope of the function declaration, if any, to name a funct...David Blaikie2014-06-06
* DebugInfo: pubnames: include file-local (static or anonymous namespace) varia...David Blaikie2014-06-06
* InstCombine: Canonicalize addrspacecast between different element typesJingyue Wu2014-06-06
* MC: prevent early DCE of empty sectionsSaleem Abdulrasool2014-06-06
* X86: Don't turn shifts into ands if there's another use that may not check fo...Benjamin Kramer2014-06-06
* Fix a few issues with comdat handling on COFF.Rafael Espindola2014-06-06
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Match the full hex offsets in test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Fix a typo made in Programmer's Manual made in r210354. SpottedDan Liew2014-06-06
* Remove DWARF3 testing of test/DebugInfo/X86/gnu-public-names.llDavid Blaikie2014-06-06
* Fixed a bug in lowering shuffle_vectors to insertpsFilipe Cabecinhas2014-06-06
* Mention the IRBuilder in Programmer's Manual with a few small examples.Dan Liew2014-06-06
* Fix typo in a test from r210342.Michael Zolotukhin2014-06-06
* [SLP] Enable vectorization of GEP expressions.Michael Zolotukhin2014-06-06
* [PPC64LE] Fix lowering of BUILD_VECTOR and SHUFFLE_VECTOR for little endianBill Schmidt2014-06-06
* Slight language tweak from Jonathan Humphreys.Pekka Jaaskelainen2014-06-06