summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Calculate vector element size more directly for VINSERTF128/VEXTRACTF128 imme...Craig Topper2013-01-18
* Minor formatting fix. No functional change.Craig Topper2013-01-18
* Spelling fix: extened->extended. Trailing whitespace in same function.Craig Topper2013-01-18
* Make more use of is128BitVector/is256BitVector in place of getSizeInBits() ==...Craig Topper2013-01-18
* Check for less than 0 in shuffle mask instead of -1. It's more consistent wit...Craig Topper2013-01-18
* Remove trailing whitespace. Remove new lines between closing brace and 'else'Craig Topper2013-01-18
* Fixed 80+ violation.Michael Gottesman2013-01-18
* [MC/Mach-O] Add support for linker options in Mach-O files.Daniel Dunbar2013-01-18
* [MC/Mach-O] Add AsmParser support for .linker_option directive.Daniel Dunbar2013-01-18
* [MC] Expose ParseEscapedString to target AsmParser implementations.Daniel Dunbar2013-01-18
* [MC] Fix 80-col violas.Daniel Dunbar2013-01-18
* [ms-inline asm] Make the error message more generic now that we support the Chad Rosier2013-01-18
* [Linker] Drop some now-dead component dependencies.Daniel Dunbar2013-01-17
* Reverting r171325 & r172363. This was causing a mis-compile on the self-hoste...Bill Wendling2013-01-17
* [Linker] Drop support for IR-level extended linking support (archives, etc.).Daniel Dunbar2013-01-17
* This patch fixes PR13626 by providing i128 support in the returnBill Schmidt2013-01-17
* [ms-inline asm] Add support for the 'SIZE' and 'LENGTH' operators.Chad Rosier2013-01-17
* Add indexed load/store instructions for offset validation check.Jyotsna Verma2013-01-17
* Added missing const from my last commit.Michael Gottesman2013-01-17
* [ObjCARC] Implemented operator<< for InstructionClass and changed a ``Visited...Michael Gottesman2013-01-17
* This patch fixes the PPC calling convention to handle returns ofBill Schmidt2013-01-17
* ASan: add optional 'zero-based shadow' option to ASan passes. Always tell the...Alexey Samsonov2013-01-17
* Optimization for the following SIGN_EXTEND pairs:Elena Demikhovsky2013-01-17
* Combine AVX and SSE forms of MOVSS and MOVSD into the same multiclasses so th...Craig Topper2013-01-17
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Move MachineTraceMetrics.h into include/llvm/CodeGen.Jakob Stoklund Olesen2013-01-17
* Provide a place for targets to insert ILP optimization passes.Jakob Stoklund Olesen2013-01-17
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-17
* [IR] Add 'Append' and 'AppendUnique' module flag behaviors.Daniel Dunbar2013-01-16
* Change CostTable model to be global to all targetsRenato Golin2013-01-16
* Some small (and mostly cosmetic) fixes.Eli Bendersky2013-01-16
* Now that GenericAsmParser was folded into AsmParser, some methods and types canEli Bendersky2013-01-16
* [Linker] Change module flag linking to be more extensible.Daniel Dunbar2013-01-16
* We want the dwarf AT_producer for assembly source files to match clang'sKevin Enderby2013-01-16
* Introduce llvm::sys::getProcessTriple() function.Peter Collingbourne2013-01-16
* Allow vectors in CreatePointerCast of constants.Evgeniy Stepanov2013-01-16
* ASan: wrap mapping scale and offset in a struct and make it a member of ASan ...Alexey Samsonov2013-01-16
* [ObjCARC] Turn off ignoring unwind edges in ObjCARC when -fno-objc-arc-except...Michael Gottesman2013-01-16
* reverting 172579Jack Carter2013-01-16
* Define metadata interfaces for describing a static data memberEric Christopher2013-01-16
* Use the ExtensionDirectiveHandler type in other places where it makes sense.Eli Bendersky2013-01-16
* Akira,Jack Carter2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Teach InstCombine to optimize extract of a value from a vector add operation ...Nadav Rotem2013-01-15
* Optimize the memory usage of MC bundling, by creating a new type of fragmentEli Bendersky2013-01-15
* [ms-inline asm] Address the FIXME in AsmParser.cpp.Chad Rosier2013-01-15
* Refactor generic Asm directive parsing.Eli Bendersky2013-01-15
* 1. Hoist minus sign as high as possible in an attempt to revealShuxin Yang2013-01-15
* [Linker] Drop asserts that are embedded in cast<> and now checked by the veri...Daniel Dunbar2013-01-15