| Commit message (Expand) | Author | Age | Files | Lines |
* | PR16490: fix a crash in ARMDAGToDAGISel::SelectInlineAsm. | Joey Gouly | 2013-07-05 | 2 | -0/+11 |
* | Don't treat bitcode files specially in llvm-ar. | Rafael Espindola | 2013-07-05 | 5 | -34/+2 |
* | Use the raw member names in Archive::Archive. | Rafael Espindola | 2013-07-05 | 2 | -15/+11 |
* | Add a --crash option to not. | Rafael Espindola | 2013-07-05 | 1 | -2/+21 |
* | InstCombine: (icmp eq B, 0) | (icmp ult A, B) -> (icmp ule A, B-1) | David Majnemer | 2013-07-05 | 2 | -1/+39 |
* | Remove use of asymmetric std::lower_bound comparator. | Ahmed Bougacha | 2013-07-04 | 2 | -12/+23 |
* | DebugInfo: Consider global variables without locations to be valid | David Blaikie | 2013-07-04 | 2 | -3/+38 |
* | Use a OwningPtr instead of a manual delete. | Rafael Espindola | 2013-07-04 | 1 | -5/+3 |
* | Initialize object file info before output streamer | Nico Rieck | 2013-07-04 | 1 | -2/+2 |
* | MC: Add .section directive to COFF | Nico Rieck | 2013-07-04 | 4 | -2/+350 |
* | InstCombine: Reimplementation of visitUDivOperand | David Majnemer | 2013-07-04 | 2 | -57/+139 |
* | Add support for archives with no symbol table or string table. | Rafael Espindola | 2013-07-04 | 3 | -1/+6 |
* | Fix leak. Should bring back the valgrind bot. | Rafael Espindola | 2013-07-04 | 1 | -0/+1 |
* | [PowerPC] Implement writeNopData | Ulrich Weigand | 2013-07-04 | 2 | -4/+17 |
* | Add 'not' in front of a command that is expected to fail. | Rafael Espindola | 2013-07-04 | 1 | -1/+1 |
* | Changing long to int for consistency. | Aaron Ballman | 2013-07-04 | 1 | -1/+1 |
* | Remove an unneeded call to 'UpdateThumbVFPPredicate', spotted by Amaury. | Joey Gouly | 2013-07-04 | 1 | -1/+0 |
* | Add support for MC assembling and disassembling of vsel{ge, gt, eq, vs} instr... | Joey Gouly | 2013-07-04 | 6 | -2/+137 |
* | [PowerPC] Add all trap mnemonics | Ulrich Weigand | 2013-07-04 | 3 | -2/+180 |
* | [PowerPC] Add asm parser support for CR expressions | Ulrich Weigand | 2013-07-04 | 3 | -6/+183 |
* | SimplifyCFG: Teach switch generation some patterns that instcombine forms. | Benjamin Kramer | 2013-07-04 | 2 | -1/+63 |
* | Supporting ssize_t on WIN64 with its proper size. Patch thanks to David Cour... | Aaron Ballman | 2013-07-04 | 2 | -2/+11 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-04 | 10 | -60/+0 |
* | Add a V8FP instruction 'vcvt{b,t}' to convert between half and double precision. | Joey Gouly | 2013-07-04 | 6 | -1/+125 |
* | Typo. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -1/+1 |
* | Simplify landing pad lowering. | Jakob Stoklund Olesen | 2013-07-04 | 3 | -26/+26 |
* | FastISel can only apend to basic blocks. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -8/+5 |
* | Live-in copies go *after* EH_LABELs. | Jakob Stoklund Olesen | 2013-07-04 | 1 | -1/+1 |
* | Tabs to spaces. No functionality change. | Nick Lewycky | 2013-07-04 | 1 | -10/+10 |
* | Add a space between closing template '>' to unbreak build. | Craig Topper | 2013-07-04 | 1 | -3/+3 |
* | Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ... | Craig Topper | 2013-07-04 | 29 | -65/+65 |
* | Reapply r185601 with a fix for the cmake build. | Eric Christopher | 2013-07-04 | 6 | -1/+137 |
* | Temporarily revert 185601 as it caused cmake build regressions. | Eric Christopher | 2013-07-04 | 5 | -131/+1 |
* | Add support for futimens for platforms that don't support futimes. | Eric Christopher | 2013-07-04 | 5 | -1/+131 |
* | Revert r185595-185596 which broke buildbots. | Jakob Stoklund Olesen | 2013-07-04 | 13 | -26/+86 |
* | Remove the EXCEPTIONADDR, EHSELECTION, and LSDAADDR ISD opcodes. | Jakob Stoklund Olesen | 2013-07-03 | 10 | -60/+0 |
* | Simplify landing pad lowering. | Jakob Stoklund Olesen | 2013-07-03 | 3 | -26/+26 |
* | Add MachineBasicBlock::addLiveIn(). | Jakob Stoklund Olesen | 2013-07-03 | 2 | -0/+38 |
* | Have ARMBaseRegisterInfo::getCallPreservedMask return the 'correct' mask for ... | Stephen Lin | 2013-07-03 | 2 | -10/+13 |
* | Hoist all of the Entry.getLoc() calls int a single variable. | Eric Christopher | 2013-07-03 | 1 | -7/+8 |
* | Make DotDebugLocEntry a class, reorder the members along with comments | Eric Christopher | 2013-07-03 | 2 | -14/+29 |
* | [ARM] Improve the instruction selection of vector loads. | Quentin Colombet | 2013-07-03 | 3 | -1/+122 |
* | Elaborate on comment. | Eric Christopher | 2013-07-03 | 1 | -1/+1 |
* | Add names to the header file since they help in documenting the API | Eric Christopher | 2013-07-03 | 1 | -10/+11 |
* | [PowerPC] FreeBSD does not require f128 in its data layout string. | Bill Schmidt | 2013-07-03 | 1 | -1/+1 |
* | Add platform specific tests doc | Renato Golin | 2013-07-03 | 1 | -0/+60 |
* | ARM: Prevent ARMAsmParser::shouldOmitCCOutOperand() from misidentifying certa... | Tilmann Scheller | 2013-07-03 | 2 | -9/+7 |
* | Move typedefs inside the class that they belong to. | Eric Christopher | 2013-07-03 | 1 | -10/+7 |
* | Use an RWMutex instead of a Mutex in PassRegistry. | Chad Rosier | 2013-07-03 | 1 | -10/+11 |
* | [PowerPC] Support lmw/stmw in the asm parser | Ulrich Weigand | 2013-07-03 | 2 | -1/+14 |