aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Another todo entry.Evan Cheng2009-07-091-0/+5
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-093-1002/+91
* Initial support for load / store multiple opt pass Thumb2 support (post-alloc...Evan Cheng2009-07-091-55/+158
* Fix ldm / stm unified syntax; add t2LDM_RET.Evan Cheng2009-07-091-2/+12
* LDM_RET should be marked mayLoad.Evan Cheng2009-07-091-1/+1
* If -fomit-frame-pointer is used, we still need to record when the %esp registerBill Wendling2009-07-091-1/+20
* Fix ldrd / strd address mode matching code. It allows for +/- 8 bit offset. A...Evan Cheng2009-07-093-3/+22
* Fix typo, trailing whitespace.Andreas Bolka2009-07-091-2/+2
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-093-56/+1369
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-097-56/+46
* Add a Thumb readme entry.Evan Cheng2009-07-091-0/+6
* Correct comment.Evan Cheng2009-07-091-1/+1
* bug 4524: Add MSP430 to the cmake build.Richard Pennington2009-07-092-4/+6
* Handle 'A' modifier in inline asms.Dale Johannesen2009-07-091-0/+9
* Regenerate.Mikhail Glushenkov2009-07-091-0/+2
* Documentation update.Mikhail Glushenkov2009-07-092-0/+8
* We don't need to set SaveTemps here.Mikhail Glushenkov2009-07-091-1/+0
* Adjust comment.Mikhail Glushenkov2009-07-091-2/+2
* Remove some duplication.Mikhail Glushenkov2009-07-091-17/+17
* Rename -t to --temp-dir.Mikhail Glushenkov2009-07-091-2/+2
* As Chris pointed out, we don't actually need to pass the context around here.Owen Anderson2009-07-093-5/+4
* back out r75156 for now.Chris Lattner2009-07-092-489/+0
* A little bit more LLVMContextification.Owen Anderson2009-07-092-5/+11
* Handle Thumb-2 addressing modes during FP elimination.David Goodwin2009-07-091-0/+13
* ImmutableSet/ImmutableMap: Allow caching of null digests by properly using a ...Ted Kremenek2009-07-091-37/+45
* Add some classes to produce pretty-printed asm. We'll use theseDavid Greene2009-07-092-0/+489
* By default -t is always on for mcc16 and it uses ./tmp-objs as the temp direc...Sanjiv Gupta2009-07-091-1/+2
* Fixed handling of -t. It gets the prirority for temp dir name.Sanjiv Gupta2009-07-091-0/+1
* Thread LLVMContext through MVT and related parts of SDISel.Owen Anderson2009-07-0925-101/+131
* Resolve undefined behaviour when ManagedStatic is instantiated with a fixed-l...Alisdair Meredith2009-07-091-8/+10
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-095-18/+35
* Regenerate for GraphViz tool discovery.David Greene2009-07-091-25/+257
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-094-9/+126
* remove dead function.Chris Lattner2009-07-091-9/+0
* Misc encoding fixes; reported on llvmdev.Eli Friedman2009-07-091-4/+4
* eraseFromDisk no longer throws.Chris Lattner2009-07-091-4/+1
* There's no need to consider PHI nodes in the same block as the instructionNick Lewycky2009-07-093-0/+78
* Forgot a couple files when adding the -ssi-everything pass.Nick Lewycky2009-07-092-1/+10
* Add some statistics to SSI so we can see what it's up to.Nick Lewycky2009-07-091-0/+43
* * Install crosstool in /usr/local/crosstoolMisha Brukman2009-07-091-18/+8
* Missing )Bill Wendling2009-07-091-1/+1
* Add a -t="dir" option to the driver. This can be used to specify the director...Sanjiv Gupta2009-07-093-0/+12
* Added few more options to individual tools.Sanjiv Gupta2009-07-091-2/+2
* Return dir separator as per platform.Sanjiv Gupta2009-07-091-0/+4
* simplify this logic a bit more.Chris Lattner2009-07-091-6/+2
* move reasoning about darwin $non_lazy_ptr stubs from asmprinter intoChris Lattner2009-07-094-40/+98
* Targets sometimes assign fixed stack object to spill certain callee-savedEvan Cheng2009-07-098-18/+52
* Reorg includes.Evan Cheng2009-07-092-2/+1
* add default ctor.Chris Lattner2009-07-091-0/+1
* rearrange some code, no functionality change.Chris Lattner2009-07-091-23/+28