2009-07-09 |
Chris Lattner | make direct calls set MO_PLT or MO_DARWIN_STUB as appro... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | Don't create undefined symbols for aliases. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | reduce nesting by rearranging branches. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | make isel use MO_PIC_BASE_OFFSET when lowering globalva... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | various minor cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | make isel decide whether to emit $stub's on darwin... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | pc-relative references are *always* to functions, never... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | make cygwin use its own stubs set, instead of overloadi... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | Make isel determine where to emit PLT-relative calls... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | add missing predicate. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | isPICStyleStub() is now never true in -static mode... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | simplify some code based on the fact that picstyles... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | all this logic always returns true because GOT mode... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | isPICStyleRIPRel() and friends are never true in -stati... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Nick Lewycky | Move PR4517 to README.txt. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Lang Hames | Improved tracking of value number kills. VN kills are... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | .o file writing shouldn't mess around with pic/relo... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | move a hack out of the asm-printer specific path to... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | many more cleanups, for example if in the "none" pic... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | Reduce indentation in GVRequiresExtraLoad. Return... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | When in -static mode, force the PIC style to none.... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | merge two identical functions and simplify things that... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | hoist check for IsTailCall to callers. Eliminate redun... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | change a few methods to be static functions. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | one more added assert. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | remove eh, convert to FileCheck style |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | move handling of dllimport linkage in isel, not in... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | we have no tests for dllimport/export. Add one. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Jeffrey Yasskin | Work around an ICE in gcc-4.2.4. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | one more assertion! |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | add some more assertions. Remove code to handle dllimp... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Dan Gohman | Make SelectionDAG::getVectorShuffle work properly for... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | remove "asmcall", using print_pcrel_imm instead of... |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | simplify some logic |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | * add some assertions for sanity checking. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | stop on the first file mismatch. |
commit | commitdiff | tree | snapshot |
2009-07-09 |
Chris Lattner | add a test for dale's recent change. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Douglas Gregor | Make SmallPtrSet iterators real iterators |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | LLVMContext-ification. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | switch test to FileCheck-style and test the P and non... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | rename a test to make it a feature test. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Use common code for both ARM and Thumb-2 instruction... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | * manually concatenate two string literals |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Evan Cheng | - Add some NEON ld / st instruction static encoding. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Devang Patel | Fix thinko. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Jeffrey Yasskin | Fix the AssertingVH unittests. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Jeffrey Yasskin | Add an option to allocate JITed global data separately... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Greene | Reformat. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Devang Patel | Drop "constant" from |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Greene | Allow users of GraphWriter to display graphs asynchrono... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Greene | Add an ExecuteNoWait interface to support asynchronous... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Devang Patel | Update SLotTracker to handle MDNode slots. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Duncan Sands | Nowadays vectors are only split if they have an even |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Evan Cheng | Change how so_imm and t2_so_imm are handled. At instruc... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Bill Wendling | Recommit r74952 with a bug fix: |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Bill Wendling | Use interators instead of counters for loops. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Torok Edwin | Missed an exit during the conversion. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Torok Edwin | Implement changes from Chris's feedback. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Push LLVMContext _back_ through IRBuilder. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | Switch all the MC tests to use FileCheck. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | convert to FileCheck style. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Bob Wilson | Implement NEON vst1 instruction. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Generalize opcode selection in ARMBaseRegisterInfo. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Xerxes Ranby | Fix cmake build. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Devang Patel | Support MDNode forward reference. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Dan Gohman | Make the code that updates ScalarEvolution's internal... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Dan Gohman | Tell ScalarEvolution to forget a loop before starting... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Torok Edwin | Convert more abort() calls to llvm_report_error(). |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Switch GlobalVariable ctors to a sane API, where *eithe... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | add some more check for vector compares. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | convert a test to "FileCheck" style. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | Add a new little "FileCheck" utility for regression... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Push methods into base class in preparation for sharing. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Bob Wilson | Implement NEON vld1 instructions. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Torok Edwin | Start converting to new error handling API. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Conform... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Start breaking out common base functionality for regist... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | convert comments to doxygen style |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Add rev16 test... xfail for now |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Add myself to blame file... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
David Goodwin | Checkpoint Thumb2 Instr info work. Generalized base... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Duncan Sands | Remove trailing whitespace. Reorder some methods |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Rafael Espindola | Update the example to show that an archive can contain... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Alisdair Meredith | Trial first commit |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Sanjiv Gupta | Mark sublw_cc and subfw_cc as Terminator insns so that... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Nick Lewycky | Remove the vicmp and vfcmp instructions. Because we... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Evan Cheng | Add a Thumb2 instruction flag to that indicates whether... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Owen Anderson | Push LLVMContext through GlobalVariables and IRBuilder. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | remove two methods that no longer exist. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | more getting windows to build. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | eliminate the v[if]cmp versions of these tests, now... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | Change these tests to use [fi]cmp+sext instead of v... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | dag combine sext(setcc) -> vsetcc before legalize.... |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Chris Lattner | hopefully fix the build on windows. |
commit | commitdiff | tree | snapshot |
2009-07-08 |
Evan Cheng | Add a todo. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Also statically set bit 25 for BR_JT instructions. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Owen Anderson | LLVMContext-ification. |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Evan Cheng | Statically encode bit 25 to indicate immediate form... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Bill Wendling | --- Reverse-merging (from foreign repository) r74952... |
commit | commitdiff | tree | snapshot |
2009-07-07 |
Chris Lattner | SelectionDAG::SignBitIsZero doesn't work right for... |
commit | commitdiff | tree | snapshot |
next |