aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm.Joey Gouly2013-07-052-0/+11
* Don't treat bitcode files specially in llvm-ar.Rafael Espindola2013-07-055-34/+2
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-052-15/+11
* Add a --crash option to not.Rafael Espindola2013-07-051-2/+21
* InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1)David Majnemer2013-07-052-1/+39
* Remove use of asymmetric std::lower_bound comparator.Ahmed Bougacha2013-07-042-12/+23
* DebugInfo: Consider global variables without locations to be validDavid Blaikie2013-07-042-3/+38
* Use a OwningPtr instead of a manual delete.Rafael Espindola2013-07-041-5/+3
* Initialize object file info before output streamerNico Rieck2013-07-041-2/+2
* MC: Add .section directive to COFFNico Rieck2013-07-044-2/+350
* InstCombine: Reimplementation of visitUDivOperandDavid Majnemer2013-07-042-57/+139
* Add support for archives with no symbol table or string table.Rafael Espindola2013-07-043-1/+6
* Fix leak. Should bring back the valgrind bot.Rafael Espindola2013-07-041-0/+1
* [PowerPC] Implement writeNopDataUlrich Weigand2013-07-042-4/+17
* Add 'not' in front of a command that is expected to fail.Rafael Espindola2013-07-041-1/+1
* Changing long to int for consistency.Aaron Ballman2013-07-041-1/+1
* Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury.Joey Gouly2013-07-041-1/+0
* Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr...Joey Gouly2013-07-046-2/+137
* [PowerPC] Add all trap mnemonicsUlrich Weigand2013-07-043-2/+180
* [PowerPC] Add asm parser support for CR expressionsUlrich Weigand2013-07-043-6/+183
* SimplifyCFG: Teach switch generation some patterns that instcombine forms.Benjamin Kramer2013-07-042-1/+63
* Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour...Aaron Ballman2013-07-042-2/+11
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-0410-60/+0
* Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision.Joey Gouly2013-07-046-1/+125
* Typo.Jakob Stoklund Olesen2013-07-041-1/+1
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-043-26/+26
* FastISel can only apend to basic blocks.Jakob Stoklund Olesen2013-07-041-8/+5
* Live-in copies go *after* EH_LABELs.Jakob Stoklund Olesen2013-07-041-1/+1
* Tabs to spaces. No functionality change.Nick Lewycky2013-07-041-10/+10
* Add a space between closing template '>' to unbreak build.Craig Topper2013-07-041-3/+3
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-0429-65/+65
* Reapply r185601 with a fix for the cmake build.Eric Christopher2013-07-046-1/+137
* Temporarily revert 185601 as it caused cmake build regressions.Eric Christopher2013-07-045-131/+1
* Add support for futimens for platforms that don't support futimes.Eric Christopher2013-07-045-1/+131
* Revert r185595-185596 which broke buildbots.Jakob Stoklund Olesen2013-07-0413-26/+86
* Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes.Jakob Stoklund Olesen2013-07-0310-60/+0
* Simplify landing pad lowering.Jakob Stoklund Olesen2013-07-033-26/+26
* Add MachineBasicBlock::addLiveIn().Jakob Stoklund Olesen2013-07-032-0/+38
* Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ...Stephen Lin2013-07-032-10/+13
* Hoist all of the Entry.getLoc() calls int a single variable.Eric Christopher2013-07-031-7/+8
* Make DotDebugLocEntry a class, reorder the members along with commentsEric Christopher2013-07-032-14/+29
* [ARM] Improve the instruction selection of vector loads.Quentin Colombet2013-07-033-1/+122
* Elaborate on comment.Eric Christopher2013-07-031-1/+1
* Add names to the header file since they help in documenting the APIEric Christopher2013-07-031-10/+11
* [PowerPC] FreeBSD does not require f128 in its data layout string.Bill Schmidt2013-07-031-1/+1
* Add platform specific tests docRenato Golin2013-07-031-0/+60
* ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa...Tilmann Scheller2013-07-032-9/+7
* Move typedefs inside the class that they belong to.Eric Christopher2013-07-031-10/+7
* Use an RWMutex instead of a Mutex in PassRegistry.Chad Rosier2013-07-031-10/+11
* [PowerPC] Support lmw/stmw in the asm parserUlrich Weigand2013-07-032-1/+14