summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
...
* [objc-arc] Renamed Module => TheModule in ARCRuntimeEntryPoints. Also did som...Michael Gottesman2013-07-06
* Removed trailing whitespace.Michael Gottesman2013-07-06
* [objc-arc] Updated ObjCARCContract to use ARCRuntimeEntryPoints.Michael Gottesman2013-07-06
* [objc-arc] Updated ObjCARCOpts to use ARCRuntimeEntryPoints.Michael Gottesman2013-07-06
* [objc-arc] Refactor runtime entrypoint declaration entrypoint creation.Michael Gottesman2013-07-06
* Fix annotation of unlink. Should fix builder.Nick Lewycky2013-07-06
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Use modern API to avoid exposing LiveInterval internals.Jakob Stoklund Olesen2013-07-05
* Remove dead function.Jakob Stoklund Olesen2013-07-05
* Remove unique_file now that it is unused.Rafael Espindola2013-07-05
* Add a createUniqueFile function and switch llvm's users of unique_file.Rafael Espindola2013-07-05
* Use sys::fs::createTemporaryFile.Rafael Espindola2013-07-05
* Add a higher level createTemporaryFile function.Rafael Espindola2013-07-05
* ARM: Add a pack pattern for matching arithmetic shift rightArnold Schwaighofer2013-07-05
* ARM: Fix incorrect pack patternArnold Schwaighofer2013-07-05
* Remove a useless declarations (found by scan-build)Sylvestre Ledru2013-07-05
* [SystemZ] Remove no-op MVCsRichard Sandiford2013-07-05
* [SystemZ] Remove redundant frame MMOsRichard Sandiford2013-07-05
* Fix double renaming bug in stack coloring passRichard Sandiford2013-07-05
* [SystemZ] Enable the use of MVC for frame-to-frame spillsRichard Sandiford2013-07-05
* [PowerPC] Add some special @got@tprel fixup casesUlrich Weigand2013-07-05
* [SystemZ] Allocate a second register scavenging slotRichard Sandiford2013-07-05
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* Simplify code. No functionality change.Benjamin Kramer2013-07-05
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-05
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05
* InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)David Majnemer2013-07-05
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-04
* DebugInfo: Consider global variables without locations to be validDavid Blaikie2013-07-04
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-04
* Initialize object file info before output streamerNico Rieck2013-07-04
* MC: Add .section directive to COFFNico Rieck2013-07-04
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-04
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-04
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-04
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-04
* Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.Joey Gouly2013-07-04
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-04
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-04
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-04
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-04
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-04
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-04
* Typo.Jakob Stoklund Olesen2013-07-04
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-04
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-04
* Live-in copies go *after* EH_LABELs.Jakob Stoklund Olesen2013-07-04
* Tabs to spaces. No functionality change.Nick Lewycky2013-07-04
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-04