summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* [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
* Touch configure to force clang's config.h.in reconfiguration on the build ser...Alp Toker2014-06-06
* lld test for configure & makeIain Sandoe2014-06-06
* Revert r210298 'Correctly set the comdat symbol on COFF' as it asserts on Win...Timur Iskhodzhanov2014-06-06
* [yaml2obj][obj2yaml] Support ELF symbol's visibility flags (default/hidden/pr...Simon Atanasyan2014-06-06
* Added select flavour for ABS and NEG(ABS)Dinesh Dwivedi2014-06-06
* Make LINK_POLLY_INTO_TOOLS work with the CMake buildAlp Toker2014-06-06
* Fix PR19657 (scalar loads not combined into vector load)Karthik Bhat2014-06-06
* Remove clang-specific libxml2 check from CMakeAlp Toker2014-06-06
* config.h: remove clang-specific macro definitionsAlp Toker2014-06-06
* Allow aliases to be unnamed_addr.Rafael Espindola2014-06-06
* Fix markup for -debug-only optionAlexey Samsonov2014-06-05
* Fix null dereference with -debug-only=dwarfdebugAlexey Samsonov2014-06-05
* Correctly set the comdat symbol on COFF.Rafael Espindola2014-06-05
* [PPC64LE] Add test case for r210282 commitBill Schmidt2014-06-05
* Remove X86Subtarget from the X86FrameLowering constructor sinceEric Christopher2014-06-05
* Fixed several correctness issues in SeparateConstOffsetFromGEPJingyue Wu2014-06-05
* Remove caching of the subtarget for X86FrameLowering.Eric Christopher2014-06-05
* Remove duplicate copy of InstrItineraryData from the TargetMachine,Eric Christopher2014-06-05
* Adding explicit triples to the ARM jumptable testsTom Roeder2014-06-05
* Add a testcase where there is an overflow when combining two constants.Rafael Espindola2014-06-05
* Add "-format darwin" to llvm-nm to be like darwin's nm(1) -m output.Kevin Enderby2014-06-05
* [PPC64LE] Correct vperm -> shuffle transform for little endianBill Schmidt2014-06-05
* Removing spurious dependency of IPO on JumpInstrTablesTom Roeder2014-06-05
* Add a new attribute called 'jumptable' that creates jump-instruction tables f...Tom Roeder2014-06-05
* Document how to select build configuration with Visual C++ IDE or command line.Yaron Keren2014-06-05
* [PPC64LE] Temporarily disable VSX support in little-endian modeBill Schmidt2014-06-05
* [asancov] Fix coverage line info some more.Evgeniy Stepanov2014-06-05
* Add missing const specifier to a const method.Evgeniy Stepanov2014-06-05