| Commit message (Expand) | Author | Age | Files | Lines |
* | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif | 2010-04-16 | 44 | -577/+586 |
* | move comment. | Chris Lattner | 2010-04-16 | 1 | -1/+1 |
* | fix PR6832: we were using the alignment of a pointer when we | Chris Lattner | 2010-04-16 | 2 | -6/+36 |
* | Create an exports file, so that the plugin only exports the onload symbol. | Dan Gohman | 2010-04-16 | 2 | -0/+3 |
* | Make things static that don't need to be referenced from outside the file. | Dan Gohman | 2010-04-16 | 1 | -12/+12 |
* | improve comments. | Chris Lattner | 2010-04-16 | 1 | -47/+70 |
* | Add an svn:ignore. | Dan Gohman | 2010-04-16 | 0 | -0/+0 |
* | pull all the ConvertToScalarInfo code together into one | Chris Lattner | 2010-04-16 | 1 | -562/+568 |
* | more refactoring: suck some stuff out of SRoA into | Chris Lattner | 2010-04-16 | 1 | -88/+96 |
* | shift intrinsic operand | Gabor Greif | 2010-04-16 | 1 | -1/+1 |
* | introduce a new ConvertToScalarInfo struct to simplify | Chris Lattner | 2010-04-15 | 1 | -62/+83 |
* | Avoid sinking machine instructions into a loop. | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+11 |
* | Added another test case for am3offset operand, testing Rn, #+/-imm8. | Johnny Chen | 2010-04-15 | 1 | -0/+3 |
* | Add test case for machine-sink on critical edges | Jakob Stoklund Olesen | 2010-04-15 | 1 | -0/+58 |
* | Fixed a bug in ARM disassembly where LDRSBT should have am3offset operand, not | Johnny Chen | 2010-04-15 | 2 | -1/+4 |
* | Make the export files absolute paths, and change Makefile.rules | Dan Gohman | 2010-04-15 | 4 | -4/+4 |
* | Add a dependency on the .dir file to make sure that the directory | Dan Gohman | 2010-04-15 | 1 | -1/+1 |
* | Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is... | Evan Cheng | 2010-04-15 | 3 | -70/+9 |
* | tidy interface to isOnlyCopiedFromConstantGlobal | Chris Lattner | 2010-04-15 | 1 | -15/+14 |
* | Don't use absolute path for EXPORTED_SYMBOL_FILE, this breaks under the new | Daniel Dunbar | 2010-04-15 | 1 | -1/+1 |
* | Generalize the EXPORTED_SYMBOL_FILE concept in the Makefiles to work with | Dan Gohman | 2010-04-15 | 5 | -62/+98 |
* | zap mergeinfo | Gabor Greif | 2010-04-15 | 0 | -0/+0 |
* | reapply r101364, which has been backed out in r101368 | Gabor Greif | 2010-04-15 | 43 | -587/+578 |
* | Pointed out by housel on #llvm. | Duncan Sands | 2010-04-15 | 1 | -1/+1 |
* | Fix PR6847. RegScavenger should ignore DebugValues. | Jakob Stoklund Olesen | 2010-04-15 | 2 | -0/+29 |
* | Make sure the initialization of a GC root is after its definition. | Nicolas Geoffray | 2010-04-15 | 1 | -3/+4 |
* | Revert r100896 and around - this breaks the only mingw32 buildbot we have. | Anton Korobeynikov | 2010-04-15 | 3 | -9/+3 |
* | prune includes | Gabor Greif | 2010-04-15 | 1 | -2/+0 |
* | ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir... | Evan Cheng | 2010-04-15 | 2 | -1/+24 |
* | DEBUG() print out "Unknown format" msg. | Johnny Chen | 2010-04-15 | 1 | -1/+3 |
* | ReuseFrameIndexVals is used in multiple files, so it can't be static. | Dan Gohman | 2010-04-15 | 2 | -3/+9 |
* | EnablePPC64RS and EnablePPC32RS are used in multiple files, so they | Dan Gohman | 2010-04-15 | 2 | -4/+11 |
* | Fix a bunch of namespace polution. | Dan Gohman | 2010-04-15 | 15 | -24/+54 |
* | Fix namespace polution. | Dan Gohman | 2010-04-15 | 1 | -0/+4 |
* | Make getPredecessorWithUniqueSuccessorForBB return the unique successor | Dan Gohman | 2010-04-15 | 2 | -13/+12 |
* | typos | Gabor Greif | 2010-04-15 | 1 | -2/+2 |
* | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif | 2010-04-15 | 43 | -578/+587 |
* | zap mergeinfo | Gabor Greif | 2010-04-15 | 0 | -0/+0 |
* | Simplify ".bc" detection. | Benjamin Kramer | 2010-04-15 | 1 | -2/+1 |
* | rotate CallInst operands, i.e. move callee to the back | Gabor Greif | 2010-04-15 | 43 | -587/+578 |
* | enhance the load/store narrowing optimization to handle a | Chris Lattner | 2010-04-15 | 2 | -5/+38 |
* | teach codegen to turn trunc(zextload) into load when possible. | Chris Lattner | 2010-04-15 | 2 | -14/+40 |
* | add a simple dag combine to replace trivial shl+lshr with | Chris Lattner | 2010-04-15 | 2 | -1/+10 |
* | Implement rdar://7860110 (also in target/readme.txt) narrowing | Chris Lattner | 2010-04-15 | 3 | -35/+245 |
* | Add more const qualifiers for LLVM IR pointers in CodeGen. | Dan Gohman | 2010-04-15 | 9 | -28/+30 |
* | further tweak this to do something useful. | Chris Lattner | 2010-04-15 | 1 | -6/+4 |
* | remove undef control flow. | Chris Lattner | 2010-04-15 | 1 | -22/+1 |
* | Remove unnecessary uses of <iostream>. | Daniel Dunbar | 2010-04-15 | 3 | -7/+5 |
* | tests: MC/Disassembler tests depend on ARM support being compiler in. | Daniel Dunbar | 2010-04-15 | 1 | -1/+3 |
* | fix a crash on "lli ex" or any other file whose name is exactly two | Chris Lattner | 2010-04-15 | 1 | -1/+2 |