aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* This started as a small change, I swear. Unfortunately, lots of things call ...Owen Anderson2009-07-0928-258/+365
* Add some hooks that a redesigned AsmStream needs to do its job. TheseDavid Greene2009-07-091-0/+1
* Added Thumb IT instruction.Evan Cheng2009-07-092-0/+25
* Fix an apparent copy-and-paste problem in an error message.Bob Wilson2009-07-091-1/+1
* Another todo entry.Evan Cheng2009-07-091-0/+5
* Revert the part of 75177 that split ConstantRange into two classes, andDan Gohman2009-07-091-513/+28
* 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
* Add a ConstantSignedRange class, which does for signed integersDan Gohman2009-07-091-19/+572
* Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned Eli Friedman2009-07-094-55/+24
* 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-091-4/+5
* Handle 'A' modifier in inline asms.Dale Johannesen2009-07-091-0/+9
* 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-092-3/+3
* back out r75156 for now.Chris Lattner2009-07-091-47/+0
* A little bit more LLVMContextification.Owen Anderson2009-07-091-2/+4
* Handle Thumb-2 addressing modes during FP elimination.David Goodwin2009-07-091-0/+13
* Add some classes to produce pretty-printed asm. We'll use theseDavid Greene2009-07-091-0/+47
* 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-0921-96/+120
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-3/+6
* Add support for other GraphViz display tools. This can helpDavid Greene2009-07-091-6/+48
* 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-091-0/+4
* Add some statistics to SSI so we can see what it's up to.Nick Lewycky2009-07-091-0/+43
* 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-092-0/+11
* 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-094-8/+29
* Reorg includes.Evan Cheng2009-07-092-2/+1
* rearrange some code, no functionality change.Chris Lattner2009-07-091-23/+28
* make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel.Chris Lattner2009-07-091-7/+36
* reduce nesting by rearranging branches.Chris Lattner2009-07-091-17/+12
* make isel use MO_PIC_BASE_OFFSET when lowering globalvalues on darwin in picChris Lattner2009-07-092-6/+5
* various minor cleanups, no functionality change.Chris Lattner2009-07-091-6/+6
* make isel decide whether to emit $stub's on darwin instead of asmprinter.Chris Lattner2009-07-093-48/+48
* pc-relative references are *always* to functions, never to globals. ISel Chris Lattner2009-07-091-21/+8
* make cygwin use its own stubs set, instead of overloading a darwin one.Chris Lattner2009-07-092-4/+3
* Make isel determine where to emit PLT-relative calls instead of havingChris Lattner2009-07-092-18/+31
* isPICStyleStub() is now never true in -static mode, so simplify code.Chris Lattner2009-07-091-9/+4
* simplify some code based on the fact that picstyles != none are only valid Chris Lattner2009-07-094-23/+16