| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily revert r72191. It was causing an assert during llvm-gcc | Bill Wendling | 2009-05-21 | 3 | -77/+7 |
* | Introduce DebugScope which gets embedded into the machine instructions' Debug... | Argiris Kirtzidis | 2009-05-20 | 3 | -7/+77 |
* | Add missing file. | Argiris Kirtzidis | 2009-05-18 | 1 | -0/+51 |
* | Pass to verify generated machine code. | Jakob Stoklund Olesen | 2009-05-16 | 1 | -0/+7 |
* | Removing the HasBuiltinSetjmp flag and associated bits. Flagging the presence | Jim Grosbach | 2009-05-13 | 1 | -12/+0 |
* | Indentation. | Evan Cheng | 2009-05-13 | 1 | -1/+1 |
* | Change MachineInstrBuilder::addReg() to take a flag instead of a list of | Bill Wendling | 2009-05-13 | 1 | -11/+45 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 1 | -0/+12 |
* | Factor out cycle-finder code and make it generic. | Anton Korobeynikov | 2009-05-08 | 1 | -4/+2 |
* | Revert 71165. It did more than just revert 71158 and it introduced | Dan Gohman | 2009-05-07 | 1 | -1/+1 |
* | Temporarily revert r71158. It was causing a failure during a full bootstrap: | Bill Wendling | 2009-05-07 | 1 | -1/+1 |
* | Move the tablegen-produced DebugLoc handling into a AsmWriter::processDebugLo... | Argiris Kirtzidis | 2009-05-07 | 1 | -1/+4 |
* | Rename "loop aligner" pass to "code placement optimization" pass. | Evan Cheng | 2009-05-07 | 1 | -3/+3 |
* | Add const modifiers. | Jakob Stoklund Olesen | 2009-05-07 | 1 | -1/+1 |
* | Just turn aggressive stack coloring off at -O3. | Bill Wendling | 2009-05-07 | 1 | -1/+1 |
* | Temporarily revert r71010. It was causing massive failures during self-hosting. | Bill Wendling | 2009-05-07 | 1 | -1/+1 |
* | Make DwarfWriter::RecordInlinedFnStart more like the other DwarfWriter's meth... | Argiris Kirtzidis | 2009-05-07 | 1 | -3/+3 |
* | Forgot this in the last commit. | Evan Cheng | 2009-05-05 | 1 | -1/+1 |
* | Make DBG_STOPPOINT nodes, and therefore DBG_LABEL labels, get a DebugLoc, so ... | Chris Lattner | 2009-05-04 | 1 | -2/+2 |
* | Remove an, apparently, leftover MachineModuleInfo::RecordSourceLine declaration. | Argiris Kirtzidis | 2009-05-03 | 1 | -5/+0 |
* | In some rare cases, the register allocator can spill registers but end up not... | Evan Cheng | 2009-05-03 | 2 | -24/+45 |
* | Properly handle sdiv / udiv / srem / urem libcalls | Anton Korobeynikov | 2009-05-03 | 1 | -0/+4 |
* | -Move the DwarfWriter::ValidDebugInfo check to a static DIDescriptor::ValidDe... | Argiris Kirtzidis | 2009-05-03 | 1 | -3/+0 |
* | Fix compilation for some targets other than x86. | Argiris Kirtzidis | 2009-04-30 | 1 | -0/+1 |
* | Make DebugLoc independent of DwarfWriter. | Argiris Kirtzidis | 2009-04-30 | 3 | -20/+18 |
* | Instead of passing in an unsigned value for the optimization level, use an enum, | Bill Wendling | 2009-04-29 | 6 | -21/+27 |
* | MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const. | Jakob Stoklund Olesen | 2009-04-29 | 1 | -2/+2 |
* | Update comment, replace theoretically impossible check with an assert. | Nate Begeman | 2009-04-29 | 1 | -7/+7 |
* | Implement review feedback for vector shuffle work. | Nate Begeman | 2009-04-29 | 2 | -4/+16 |
* | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 1 | -0/+2 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 6 | -20/+20 |
* | Initialized arrays can be in any address space. | Sanjiv Gupta | 2009-04-28 | 1 | -1/+1 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 6 | -20/+20 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 6 | -20/+20 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 2 | -1/+44 |
* | Do not share a single unknown val# for all the live ranges merged into a phys... | Evan Cheng | 2009-04-25 | 1 | -4/+0 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 2 | -34/+1 |
* | PR2957 | Nate Begeman | 2009-04-24 | 2 | -1/+34 |
* | It has finally happened. Spiller is now using live interval info. | Evan Cheng | 2009-04-21 | 1 | -3/+3 |
* | Move duplicated AddLiveIn function from X86 and ARM backends to be a method | Bob Wilson | 2009-04-20 | 1 | -0/+5 |
* | Revise my previous change 68996 as suggested by Duncan. | Bob Wilson | 2009-04-20 | 1 | -7/+6 |
* | Remove the SimpleTy enumerated type field from the MVT | Duncan Sands | 2009-04-19 | 1 | -14/+8 |
* | Don't try to make BUILD_VECTOR operands have the same | Duncan Sands | 2009-04-18 | 1 | -1/+4 |
* | Add a new LiveInterval::overlaps(). It checks if the live interval overlaps a... | Evan Cheng | 2009-04-18 | 1 | -0/+4 |
* | Clean up formatting, remove trailing whitespace, fix comment typos and | Bob Wilson | 2009-04-17 | 1 | -6/+6 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 1 | -4/+36 |
* | If FastISel is run and it has known DebugLoc then use it. | Devang Patel | 2009-04-16 | 1 | -0/+3 |
* | Generalize one of the SelectionDAG::ReplaceAllUsesWith overloads | Dan Gohman | 2009-04-15 | 2 | -9/+3 |
* | Don't use "protected:" in classes that aren't intended to be | Dan Gohman | 2009-04-15 | 1 | -21/+0 |
* | Move MachineRegisterInfo::setRegClass out of line. | Dan Gohman | 2009-04-15 | 1 | -16/+1 |