aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* [stackprotector] Allow for copies from vreg -> vreg to be in a terminator seq...Michael Gottesman2013-09-241-6/+26
* Misc fixes for cpp backend.Eli Friedman2013-09-241-3/+16
* Add namespaces to the list of items that we expose via pubnames.Eric Christopher2013-09-241-0/+1
* Format the index entry kind string to align.Eric Christopher2013-09-241-3/+3
* Selecting the address from a very long chain of GEPs can blow the stack.Bill Wendling2013-09-241-3/+12
* Comments for r191234 as suggested by Eric Christopher.David Blaikie2013-09-231-0/+4
* Add more external types to the pubtypes table. Expand the asmEric Christopher2013-09-231-1/+1
* Unbreak the build (from r191233)since we're calling printf.David Blaikie2013-09-231-0/+1
* Rename IsStatic variable to Linkage in order to be a bit more descriptive.Eric Christopher2013-09-231-3/+3
* Formatting.Eric Christopher2013-09-231-6/+6
* llvm-dwarfdump/libDebugInfo support for type unitsDavid Blaikie2013-09-235-3/+135
* Exract most of DWARFCompileUnit into a new DWARFUnit to prepare for the comin...David Blaikie2013-09-239-667/+696
* Make nomips16 mask not repeat if it ends with a '.'.Reed Kotler2013-09-231-6/+16
* Reformat code with clang-format.Bill Wendling2013-09-231-107/+108
* Handle gnu pubtypes sections:Eric Christopher2013-09-231-5/+11
* fix typo: than -> thenKay Tiong Khoo2013-09-231-1/+1
* Fixed debug_aranges handling for common symbols.Richard Mitton2013-09-234-9/+24
* DebugInfo: Wrap section data and relocs together for dwarf dumping supportDavid Blaikie2013-09-232-48/+39
* Revert "LoopVectorizer: Only allow vectorization of intrinsics."Arnold Schwaighofer2013-09-231-29/+46
* [mips][msa] Added support for matching addvi, and subvi from normal IR (i.e. ...Daniel Sanders2013-09-232-25/+76
* [ARM] Split A/R class into separate subtarget features.Amara Emerson2013-09-235-23/+37
* InstSimplify: Fold equality comparisons between non-inbounds GEPs.Benjamin Kramer2013-09-231-2/+15
* [mips][msa] Added support for matching insert and copy from normal IR (i.e. n...Daniel Sanders2013-09-235-18/+213
* [mips][msa] Added support for matching pcnt from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-232-4/+10
* [mips][msa] Added support for matching nor from normal IR (i.e. not intrinsics)Daniel Sanders2013-09-234-3/+67
* [mips][msa] Added support for matching and, or, and xor from normal IR (i.e. ...Daniel Sanders2013-09-232-3/+54
* Partially revert r191192: Fix -Wunused-variable error when assertions are dis...Daniel Sanders2013-09-231-9/+0
* Fix -Wunused-variable error when assertions are disabled and -Werror is in use.Daniel Sanders2013-09-231-3/+9
* [mips][msa] Implemented build_vector using ldi, fill, and custom SelectionDAG...Daniel Sanders2013-09-235-11/+139
* [Sparc] Use correct instruction pattern for CMPri.Venkatraman Govindaraju2013-09-221-1/+1
* Remove dead codeDavid Blaikie2013-09-221-17/+0
* StringRef-ize some thingsDavid Blaikie2013-09-221-8/+4
* Provide basic type safety for array_pod_sort comparators.Benjamin Kramer2013-09-227-28/+20
* Drop spurious handle in comment.Benjamin Kramer2013-09-221-1/+1
* [Sparc] Make SPARC instructions' encoding well defined such that TableGen can...Venkatraman Govindaraju2013-09-224-39/+70
* [Sparc] Clean up MOVcc instructions so that TableGen can encode them correctl...Venkatraman Govindaraju2013-09-222-29/+105
* [Sparc] Clean up branch instructions, so that TableGen can encode branch cond...Venkatraman Govindaraju2013-09-223-23/+26
* ISelDAG: spot chain cycles involving MachineNodesTim Northover2013-09-2212-10/+26
* [Sparc] Add support for TLS in sparc.Venkatraman Govindaraju2013-09-227-10/+238
* X86: Use R_X86_64_TPOFF64 for FK_Data_8David Majnemer2013-09-221-0/+3
* [SPARC] Make functions with GLOBAL_OFFSET_TABLE access as non-leaf functions.Venkatraman Govindaraju2013-09-221-0/+4
* [Sparc] Emit .register directive to declare the use of global registers %g2, ...Venkatraman Govindaraju2013-09-221-0/+26
* Correct the pre-increment load latencies in the PPC A2 itineraryHal Finkel2013-09-221-3/+3
* [Sparc] Fix lowering FABS on fp128 (long double) on pre-v9 targets.Venkatraman Govindaraju2013-09-211-6/+6
* SROA: Handle casts involving vectors of pointers and integer scalars.Benjamin Kramer2013-09-211-11/+47
* Revert "SelectionDAG: Teach the legalizer to split SETCC if VSELECT needs spl...Juergen Ributzka2013-09-213-45/+9
* Remove alignment restrictions from FMA load folding.Craig Topper2013-09-211-31/+31
* SLPVectorizer: Fix multiline comment warningArnold Schwaighofer2013-09-211-2/+2
* ELF: Parse types in directives like binutils gasDavid Majnemer2013-09-211-20/+43
* Fix the buildbotJuergen Ributzka2013-09-211-3/+3