summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-07-06[objc-arc] Refactor runtime entrypoint declaration entrypoint creation.Michael Gottesman1-0/+178
2013-07-06Fix language.Nick Lewycky1-2/+1
2013-07-06Fix annotation of unlink. Should fix builder.Nick Lewycky1-1/+1
2013-07-06InstCombine: typo in or_icmp_eq_B_0_icmp_ult_A_B testDavid Majnemer1-2/+2
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky22-83/+544
2013-07-05Use modern API to avoid exposing LiveInterval internals.Jakob Stoklund Olesen1-5/+3
2013-07-05Remove dead function.Jakob Stoklund Olesen2-31/+0
2013-07-05Fix windows build.Rafael Espindola1-1/+1
2013-07-05[TRE] Combined another test into basic.llMichael Gottesman2-13/+1
2013-07-05Remove unique_file now that it is unused.Rafael Espindola2-47/+0
2013-07-05Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola9-21/+60
2013-07-05[TRE] Merged several tests into the the test basic.ll.Michael Gottesman5-62/+58
2013-07-05Use sys::fs::createTemporaryFile.Rafael Espindola6-23/+20
2013-07-05Add a higher level createTemporaryFile function.Rafael Espindola2-0/+50
2013-07-05ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2-0/+13
2013-07-05ARM: Fix incorrect pack patternArnold Schwaighofer2-3/+18
2013-07-05Remove a useless declarations (found by scan-build)Sylvestre Ledru2-2/+0
2013-07-05[SystemZ] Remove no-op MVCsRichard Sandiford5-1/+134
2013-07-05[SystemZ] Remove redundant frame MMOsRichard Sandiford1-24/+4
2013-07-05Fix double renaming bug in stack coloring passRichard Sandiford2-26/+117
2013-07-05[SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2-39/+58
2013-07-05[PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2-0/+40
2013-07-05[SystemZ] Allocate a second register scavenging slotRichard Sandiford9-310/+314
2013-07-05Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2-2/+36
2013-07-05[SystemZ] Clean up register scavenging codeRichard Sandiford6-62/+29
2013-07-05Use simpler version of exists.Rafael Espindola1-2/+1
2013-07-05[PowerPC] Make test case buildable with GNU asUlrich Weigand1-12/+7
2013-07-05[PowerPC] Support @tls in the asm parserUlrich Weigand11-24/+85
2013-07-05Remove NoOperation.Rafael Espindola1-5/+1
2013-07-05Simplify code. No functionality change.Benjamin Kramer1-7/+3
2013-07-05PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2-0/+11
2013-07-05Don't treat bitcode files specially in llvm-ar.Rafael Espindola5-34/+2
2013-07-05Use the raw member names in Archive::Archive.Rafael Espindola2-15/+11
2013-07-05Add a --crash option to not.Rafael Espindola1-2/+21
2013-07-05InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)David Majnemer2-1/+39
2013-07-04Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2-12/+23
2013-07-04DebugInfo: Consider global variables without locations to be validDavid Blaikie2-3/+38
2013-07-04Use a OwningPtr instead of a manual delete.Rafael Espindola1-5/+3
2013-07-04Initialize object file info before output streamerNico Rieck1-2/+2
2013-07-04MC: Add .section directive to COFFNico Rieck4-2/+350
2013-07-04InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2-57/+139
2013-07-04Add support for archives with no symbol table or string table.Rafael Espindola3-1/+6
2013-07-04Fix leak. Should bring back the valgrind bot.Rafael Espindola1-0/+1
2013-07-04[PowerPC] Implement writeNopDataUlrich Weigand2-4/+17
2013-07-04Add 'not' in front of a command that is expected to fail.Rafael Espindola1-1/+1
2013-07-04Changing long to int for consistency.Aaron Ballman1-1/+1
2013-07-04Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.Joey Gouly1-1/+0
2013-07-04Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly6-2/+137
2013-07-04[PowerPC] Add all trap mnemonicsUlrich Weigand3-2/+180
2013-07-04[PowerPC] Add asm parser support for CR expressionsUlrich Weigand3-6/+183