aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [AArch64] Add the constraint to NEON scalar mla/mls instructions.Chad Rosier2013-10-211-6/+30
* SimplifyCFG: Don't duplicate calls to functions marked noduplicate v2Tom Stellard2013-10-211-0/+15
* Remove unused TargetLowering field.Matt Arsenault2013-10-211-1/+0
* Fix CodeGen for different size address space GEPsMatt Arsenault2013-10-212-8/+6
* Use more type helper functionsMatt Arsenault2013-10-215-24/+24
* Reuse variableMatt Arsenault2013-10-211-1/+1
* Fix the build in DIE.cpp with MSVC 2010Reid Kleckner2013-10-211-3/+5
* DWARF type hashing: Handle multiple (including recursive) references to the s...David Blaikie2013-10-212-8/+21
* Teach SimplifyCFG about address spacesMatt Arsenault2013-10-211-5/+9
* Fix creating bitcasts between address spaces in SCEV.Matt Arsenault2013-10-211-5/+10
* Remove unused SCEV functionsMatt Arsenault2013-10-211-20/+1
* X86 vector element shift-by-immediate instructions take i8 immediates. MakeLang Hames2013-10-213-60/+73
* Fix up some old review feedback.Eric Christopher2013-10-211-2/+3
* Improving MCJIT/RuntimeDyld thread safetyAndrew Kaylor2013-10-214-12/+40
* DebugInfo: Put each kind of constant (form, attribute, tag, etc) into its own...David Blaikie2013-10-215-185/+208
* Optimize more linkonce_odr values during LTO.Rafael Espindola2013-10-214-210/+200
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-211-1/+3
* AVX-512: MUL operation lowering for v8i64Elena Demikhovsky2013-10-211-3/+4
* [mips][msa] Direct Object Emission support for LD/ST instructions.Matheus Almeida2013-10-213-24/+56
* [mips][msa] Direct Object Emission support for LDI instructions.Matheus Almeida2013-10-212-8/+13
* [mips][msa] Direct Object Emission support for MOVE.v.Matheus Almeida2013-10-212-2/+7
* [mips][msa] Direct Object Emission support for CTCMSA and CFCMSA. Matheus Almeida2013-10-215-14/+137
* [mips][msa] Direct Object Emission of SPLAT instruction.Matheus Almeida2013-10-211-12/+16
* [mips][msa] Fix definition of SLD instruction.Matheus Almeida2013-10-212-8/+36
* Fix the predecessor removal logic in r193045.Michael Gottesman2013-10-211-11/+9
* Don't eliminate a partially redundant load if it's in a landing pad.Bill Wendling2013-10-212-15/+7
* Teach simplify-cfg how to correctly create covered lookup tables for switches...Michael Gottesman2013-10-201-6/+28
* Emit prefix data after debug and EH directives.Peter Collingbourne2013-10-201-4/+4
* Emit DWARF line entries for all data in the instruction stream.Peter Collingbourne2013-10-201-0/+1
* Remove unused variable.Benjamin Kramer2013-10-191-2/+1
* Perform an intelligent splice of the predecessor with the single successor.Bill Wendling2013-10-191-1/+14
* Avoid duplicate search by reusing the iterator.Yaron Keren2013-10-192-5/+7
* Added comments from Andrew Kaylor.Yaron Keren2013-10-191-0/+21
* Reformat.Eric Christopher2013-10-191-80/+73
* Fix up a few minor performance problems spotted in code review.Eric Christopher2013-10-191-7/+6
* SCEV should use NSW to get trip count for positive nonunit stride loops.Andrew Trick2013-10-181-18/+21
* Mark some command line flags as hiddenNadav Rotem2013-10-186-14/+14
* Can we move to C++11 already?Michael J. Spencer2013-10-181-3/+3
* [Support][YAML] Add support for accessing tags and tag handle substitution.Michael J. Spencer2013-10-181-11/+91
* Debug Info: add a newly-created DIE to a parent in the same function.Manman Ren2013-10-182-24/+29
* Debug Info: simplify code a bit.Manman Ren2013-10-181-1/+1
* MC asm parser: allow ?'s in symbol names, and handle @'s in names in MS asmHans Wennborg2013-10-184-13/+23
* Revert the rest of r192749 to bring back the buildbot. These twoEric Christopher2013-10-181-2/+4
* Pure refactoring change.Richard Barton2013-10-181-73/+86
* [PATCH] Fix PR17168 (DAG scheduler inserts DBG_VALUE before PHI with fast-isel)Bill Schmidt2013-10-181-1/+4
* R600: Remove \ at EOL from ascii art comments.Benjamin Kramer2013-10-181-4/+4
* Add hint disassembly syntax for 16-bit Thumb hint instructions.Richard Barton2013-10-184-25/+23
* [AArch64] Add support for NEON scalar extract narrow instructions.Chad Rosier2013-10-181-0/+48
* Correct log message typo: ended ad -> ended atEd Maste2013-10-181-1/+1
* Add hardware division as a default feature on Cortex-A15. Also add test cases...Silviu Baranga2013-10-182-2/+3