aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* make direct calls set MO_PLT or MO_DARWIN_STUB as appropriate with fast isel.Chris Lattner2009-07-091-7/+36
* Don't create undefined symbols for aliases.Nick Lewycky2009-07-091-2/+5
* 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
* add missing predicate.Chris Lattner2009-07-091-0/+1
* 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
* all this logic always returns true because GOT mode is never active in x86-64...Chris Lattner2009-07-091-16/+5
* isPICStyleRIPRel() and friends are never true in -static mode.Chris Lattner2009-07-092-36/+29
* Move PR4517 to README.txt.Nick Lewycky2009-07-091-0/+22
* Improved tracking of value number kills. VN kills are now representedLang Hames2009-07-099-66/+164
* .o file writing shouldn't mess around with pic/relo models like the JIT does.Chris Lattner2009-07-091-18/+0
* move a hack out of the asm-printer specific path to the main target selection...Chris Lattner2009-07-091-12/+17
* many more cleanups, for example if in the "none" pic-style,Chris Lattner2009-07-091-26/+26
* Reduce indentation in GVRequiresExtraLoad. Return true for windowsChris Lattner2009-07-091-26/+28
* When in -static mode, force the PIC style to none. Doing this requires fixingChris Lattner2009-07-093-19/+33
* merge two identical functions and simplify things that are GOT specificChris Lattner2009-07-091-41/+33
* hoist check for IsTailCall to callers. Eliminate redundant check for Chris Lattner2009-07-091-10/+6
* change a few methods to be static functions.Chris Lattner2009-07-092-14/+17
* one more added assert.Chris Lattner2009-07-091-1/+3
* remove eh, convert to FileCheck styleChris Lattner2009-07-091-6/+9
* move handling of dllimport linkage in isel, not in asmprinter.Chris Lattner2009-07-094-17/+27
* we have no tests for dllimport/export. Add one.Chris Lattner2009-07-091-0/+9
* Work around an ICE in gcc-4.2.4.Jeffrey Yasskin2009-07-091-1/+2
* one more assertion!Chris Lattner2009-07-091-1/+3
* add some more assertions. Remove code to handle dllimport on darwin.Chris Lattner2009-07-091-3/+6
* Make SelectionDAG::getVectorShuffle work properly for VECTOR_SHUFFLEDan Gohman2009-07-091-2/+2
* remove "asmcall", using print_pcrel_imm instead of printOperand.Chris Lattner2009-07-091-27/+8
* simplify some logicChris Lattner2009-07-091-13/+15
* * add some assertions for sanity checking.Chris Lattner2009-07-092-24/+26
* stop on the first file mismatch.Chris Lattner2009-07-091-0/+1
* add a test for dale's recent change.Chris Lattner2009-07-091-11/+34
* Make SmallPtrSet iterators real iteratorsDouglas Gregor2009-07-081-0/+8
* LLVMContext-ification.Owen Anderson2009-07-082-7/+10
* switch test to FileCheck-style and test the P and non-P cases.Chris Lattner2009-07-081-4/+19
* rename a test to make it a feature test.Chris Lattner2009-07-081-0/+0
* Use common code for both ARM and Thumb-2 instruction and register info.David Goodwin2009-07-0815-1128/+107
* * manually concatenate two string literalsChris Lattner2009-07-081-3/+1
* - Add some NEON ld / st instruction static encoding.Evan Cheng2009-07-082-4/+38
* Fix thinko.Devang Patel2009-07-081-1/+1
* Fix the AssertingVH unittests.Jeffrey Yasskin2009-07-081-2/+1
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-0812-72/+291
* Reformat.David Greene2009-07-081-1/+3
* Drop "constant" from Devang Patel2009-07-086-12/+11
* Allow users of GraphWriter to display graphs asynchronously. ThisDavid Greene2009-07-082-16/+32