2010-05-16 |
Anton Korobeynikov | Add support for thiscall calling convention. |
tree | commitdiff |
2010-05-13 |
Evan Cheng | Adding a v8i64 512-bit vector type. This will be used... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Revert r103493, materializing functions in the regular... |
tree | commitdiff |
2010-05-11 |
Dan Gohman | Teach the regular pass manager how to materialize funct... |
tree | commitdiff |
2010-05-10 |
Chris Lattner | simplify more. |
tree | commitdiff |
2010-05-10 |
Chris Lattner | Simplify by using startswith instead of substr. |
tree | commitdiff |
2010-05-10 |
Chris Lattner | fix PR7105 by enumerating MDNodes on all @llvm.foo |
tree | commitdiff |
2010-05-10 |
David Greene | Fix PR6875: |
tree | commitdiff |
2010-05-07 |
Dan Gohman | Minimally fix this code to not abort on mdnodes with... |
tree | commitdiff |
2010-05-04 |
Duncan Sands | Fix a problem exposed by my previous commit and noticed... |
tree | commitdiff |
2010-05-04 |
Duncan Sands | Fix a variant of PR6112 found by thinking about it... |
tree | commitdiff |
2010-05-03 |
Dan Gohman | Remove the API compatibility layer which converted... |
tree | commitdiff |
2010-05-03 |
Nick Lewycky | Fix function prototype mismatch in LLVMUnionType()... |
tree | commitdiff |
2010-04-29 |
Duncan Sands | Verify metadata harder. In particular, check that... |
tree | commitdiff |
2010-04-28 |
Chris Lattner | fix PR6112 - When globalopt (or any other pass) does... |
tree | commitdiff |
2010-04-20 |
Eric Christopher | Remove the palignr intrinsics now that we lower them... |
tree | commitdiff |
2010-04-19 |
Dan Gohman | Fix -Wcast-qual warnings. |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Revert 101465, it broke internal OpenGL testing. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | reapply r101434 |
tree | commitdiff |
2010-04-16 |
Eric Christopher | Silence an unused variable warning. |
tree | commitdiff |
2010-04-16 |
Gabor Greif | back out r101423 and r101397, they break llvm-gcc self... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | reapply r101364, which has been backed out in r101368 |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix a bunch of namespace polution. |
tree | commitdiff |
2010-04-15 |
Dan Gohman | Fix namespace polution. |
tree | commitdiff |
2010-04-15 |
Gabor Greif | back out r101364, as it trips the linux nightlybot... |
tree | commitdiff |
2010-04-15 |
Gabor Greif | rotate CallInst operands, i.e. move callee to the back |
tree | commitdiff |
2010-04-14 |
Dan Gohman | Move a bunch of methods from CallSite to CallSiteBase... |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Enable RTTI again. While this works fine for LLVM,... |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Turn off RTTI for VMCore. Yay! |
tree | commitdiff |
2010-04-14 |
Nick Lewycky | Fix 80 column ruler. |
tree | commitdiff |
2010-04-13 |
Daniel Dunbar | VMCore: Add Type::getIntN[Ptr]Ty, which are the obvious... |
tree | commitdiff |
2010-04-12 |
Dan Gohman | Simplify this code. |
tree | commitdiff |
2010-04-10 |
Chris Lattner | add attributes and module level asm to the ocaml bindings, |
tree | commitdiff |
2010-04-09 |
Dan Gohman | Fix a typo and some indentation. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Print empty structs as {} rather than { }. |
tree | commitdiff |
2010-04-08 |
Dan Gohman | Fix a comment. |
tree | commitdiff |
2010-04-08 |
Benjamin Kramer | Use twines to simplify calls to report_fatal_error... |
tree | commitdiff |
2010-04-07 |
Chris Lattner | introduce a new recoverable error handling API to LLVMC... |
tree | commitdiff |
2010-04-07 |
Dan Gohman | Say bitcast instead of bitconvert. |
tree | commitdiff |
2010-04-07 |
Chris Lattner | rename llvm::llvm_report_error -> llvm::report_fatal_error |
tree | commitdiff |
2010-04-07 |
Chris Lattner | minor tidying up |
tree | commitdiff |
2010-04-06 |
Owen Anderson | Use a ManagedCleanup to prevent leaking the PassRegistr... |
tree | commitdiff |
2010-04-06 |
Chris Lattner | give LLVMContext an inline asm diagnostic hook member. |
tree | commitdiff |
2010-04-04 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-02 |
David Greene | Ok, third time's the charm. No changes from last time... |
tree | commitdiff |
2010-04-02 |
Dale Johannesen | Skip debug info when looking for existing EH calls... |
tree | commitdiff |
2010-04-02 |
Chris Lattner | rename NewDebugLoc -> DebugLoc, prune #includes in... |
tree | commitdiff |
2010-04-02 |
Evan Cheng | Revert 100204. It broke a bunch of tests and apparently... |
tree | commitdiff |
2010-04-02 |
David Greene | Let's try this again. Re-apply 100143 including an... |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Revert r100191 since it breaks objc in clang |
tree | commitdiff |
2010-04-02 |
Mon P Wang | Reapply address space patch after fixing an issue in... |
tree | commitdiff |
2010-04-01 |
Eric Christopher | Revert r100143. |
tree | commitdiff |
2010-04-01 |
David Greene | Add some switches helpful for debugging: |
tree | commitdiff |
2010-04-01 |
Gabor Greif | Introduce ImmutableCallSite, useful for contexts where... |
tree | commitdiff |
2010-04-01 |
Chris Lattner | switch IRBuilder to use NewDebugLoc for locations instead |
tree | commitdiff |
2010-04-01 |
Chris Lattner | Switch the representation of the location in instructio... |
tree | commitdiff |
2010-04-01 |
Chris Lattner | fix a bug in DebugRecVH::deleted/allUsesReplacedWith... |
tree | commitdiff |
2010-04-01 |
Chris Lattner | add a method to decode a DILocation into a NewDebugLoc. |
tree | commitdiff |
2010-04-01 |
Chris Lattner | update cmakefile. |
tree | commitdiff |
2010-04-01 |
Chris Lattner | Add a new "NewDebugLoc" class which will eventually... |
tree | commitdiff |
2010-03-31 |
Benjamin Kramer | Bump SmallString size a bit to avoid malloc trashing. |
tree | commitdiff |
2010-03-31 |
Chris Lattner | make irbuilder use the new optimized debug info accessors. |
tree | commitdiff |
2010-03-31 |
Chris Lattner | add new apis for getting/setting !dbg metadata on |
tree | commitdiff |
2010-03-30 |
Chris Lattner | Fix a major source of compile-time slowness at -O0... |
tree | commitdiff |
2010-03-30 |
Bob Wilson | Revert Mon Ping's change 99928, since it broke all... |
tree | commitdiff |
2010-03-30 |
Mon P Wang | Added support for address spaces and added a isVolatile... |
tree | commitdiff |
2010-03-30 |
Chris Lattner | move some method definitions to files that make sense. |
tree | commitdiff |
2010-03-30 |
Eric Christopher | Remove the pmulld intrinsic and autoupdate it as a... |
tree | commitdiff |
2010-03-30 |
Chris Lattner | reapply my timer rewrite with a change for PassManager... |
tree | commitdiff |
2010-03-30 |
Chris Lattner | revert r99862 which is causing FNT failures. |
tree | commitdiff |
2010-03-30 |
Chris Lattner | fairly major rewrite of various timing related stuff. |
tree | commitdiff |
2010-03-29 |
Chris Lattner | add support for zero initialized unions, patch by Tim... |
tree | commitdiff |
2010-03-28 |
Jeffrey Yasskin | Oops, r98447 dropped the reference to ForwardType in... |
tree | commitdiff |
2010-03-25 |
Gabor Greif | rename pred_const_iterator to const_pred_iterator for... |
tree | commitdiff |
2010-03-25 |
Gabor Greif | rename use_const_iterator to const_use_iterator for... |
tree | commitdiff |
2010-03-25 |
Devang Patel | Include isFunctionLocal while calculating folding node... |
tree | commitdiff |
2010-03-25 |
Devang Patel | Include isFunctionLocal while calculating folding node... |
tree | commitdiff |
2010-03-25 |
Eric Christopher | Reapply r99451 with a fix to move the NoInline check... |
tree | commitdiff |
2010-03-24 |
Eric Christopher | Temporarily revert this, it's causing an issue with... |
tree | commitdiff |
2010-03-24 |
Gabor Greif | Finally land the InvokeInst operand reordering. |
tree | commitdiff |
2010-03-23 |
Chris Lattner | add some accessors to callsite/callinst/invokeinst... |
tree | commitdiff |
2010-03-23 |
Chris Lattner | fix an infinite loop in Module::getEndianness, PR6684 |
tree | commitdiff |
2010-03-23 |
Gabor Greif | add assert in argpromotion, which cannot trigger |
tree | commitdiff |
2010-03-23 |
Gabor Greif | word-o |
tree | commitdiff |
2010-03-22 |
Chris Lattner | Change intrinsic result type for void to store it as... |
tree | commitdiff |
2010-03-22 |
Gabor Greif | backing out r99170 because it still fails on clang... |
tree | commitdiff |
2010-03-22 |
Gabor Greif | Now that hopefully all direct accesses to InvokeInst... |
tree | commitdiff |
2010-03-22 |
Jeffrey Yasskin | Free all Constants in ~LLVMConstantImpl. We avoid... |
tree | commitdiff |
2010-03-21 |
Jeffrey Yasskin | Re-add the Metadata.h include to LLVMContextImpl.h... |
tree | commitdiff |
2010-03-21 |
Jeffrey Yasskin | Move the LLVMContextImpl implementation into a .cpp... |
tree | commitdiff |
2010-03-21 |
Jeffrey Yasskin | Memoize InlineAsms into the LLVMContext and delete... |
tree | commitdiff |
2010-03-19 |
Devang Patel | call void @llvm.dbg.declare(metadata !{i32* null},... |
tree | commitdiff |
2010-03-19 |
Gabor Greif | back out r98957, it broke smooshlab.apple.com:8010... |
tree | commitdiff |
2010-03-19 |
Gabor Greif | Recommit r80858 again (which has been backed out in... |
tree | commitdiff |
2010-03-16 |
Chris Lattner | add asmprinter suport for unions, fixing Feature/unions... |
tree | commitdiff |
2010-03-14 |
Chris Lattner | fix some pointless layering violations. |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Allow types that have been forwarded to to be freed. |
tree | commitdiff |
2010-03-13 |
Jeffrey Yasskin | Delete MDNodes when LLVMContext is destroyed. Previous... |
tree | commitdiff |
2010-03-10 |
Benjamin Kramer | Remove duplicated code. No functionality change. |
tree | commitdiff |
2010-03-07 |
Jeffrey Yasskin | Roll back r97918 again. Just configuring against llvm... |
tree | commitdiff |
next |