summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* Don't create an archive if, for example, we are asked to print the index.Rafael Espindola2013-07-05
* [SystemZ] Clean up register scavenging codeRichard Sandiford2013-07-05
* Use simpler version of exists.Rafael Espindola2013-07-05
* [PowerPC] Make test case buildable with GNU asUlrich Weigand2013-07-05
* [PowerPC] Support @tls in the asm parserUlrich Weigand2013-07-05
* Remove NoOperation.Rafael Espindola2013-07-05
* Simplify code. No functionality change.Benjamin Kramer2013-07-05
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-05
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-05
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-05
* Add a --crash option to not.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
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-04
* Changing long to int for consistency.Aaron Ballman2013-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
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-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
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-04