2010-03-08 |
Chris Lattner | move .set generation out of DwarfPrinter into AsmPrinte... |
tree | commitdiff |
2010-03-08 |
Chris Lattner | simplify EmitSectionOffset to always use .set if it is |
tree | commitdiff |
2010-03-08 |
Bob Wilson | Fix a crash compiling 254.gap for Thumb2. The Thumb2... |
tree | commitdiff |
2010-03-08 |
Evan Cheng | Re-commit 97860 with fix. getMallocAllocatedType may... |
tree | commitdiff |
2010-03-08 |
Kevin Enderby | Fix the vmxon entry in the X86InstrInfo.td so it has... |
tree | commitdiff |
2010-03-08 |
Daniel Dunbar | MC/Macho-O: Align the zerofill section itself to the... |
tree | commitdiff |
2010-03-08 |
Daniel Dunbar | MC/Mach-O: Fix address compution for zero fill sections. |
tree | commitdiff |
2010-03-08 |
Daniel Dunbar | X86: Fix encoding for TEST{8,16,32}rr. |
tree | commitdiff |
2010-03-08 |
Evan Cheng | Add documentation on sibling call optimization. Rename... |
tree | commitdiff |
2010-03-08 |
John McCall | Revert r97726 and r97728 at ddunbar's request; we want... |
tree | commitdiff |
2010-03-06 |
Wesley Peck | Re-committing the failed r97807 commit with changes... |
tree | commitdiff |
2010-03-06 |
Anton Korobeynikov | Initial bits of ARMv4-only support. |
tree | commitdiff |
2010-03-06 |
Anton Korobeynikov | Do not use '&' prefix for globals when register base... |
tree | commitdiff |
2010-03-06 |
Eric Christopher | Migrate _chk call lowering from SimplifyLibCalls to... |
tree | commitdiff |
2010-03-06 |
Chris Lattner | revert r97807, it introduced build warnings. |
tree | commitdiff |
2010-03-06 |
Eric Christopher | Temporarily revert: |
tree | commitdiff |
2010-03-06 |
Evan Cheng | Transform @llvm.objectsize to integer if the argument... |
tree | commitdiff |
2010-03-06 |
Erick Tryzelaar | Add a LLVMWriteBitcodeToFD that exposes the raw_fd_ostr... |
tree | commitdiff |
2010-03-05 |
Devang Patel | Test case for r97851. |
tree | commitdiff |
2010-03-05 |
Charles Davis | Don't emit global symbols into the (__TEXT,__ustring... |
tree | commitdiff |
2010-03-05 |
Jakob Stoklund Olesen | Better handling of dead super registers in LiveVariable... |
tree | commitdiff |
2010-03-05 |
Jakob Stoklund Olesen | We don't really care about correct register liveness... |
tree | commitdiff |
2010-03-05 |
Jakob Stoklund Olesen | Avoid creating bad PHI instructions when BR is being... |
tree | commitdiff |
2010-03-05 |
Evan Cheng | Safely turn memset_chk etc. to non-chk variant if the... |
tree | commitdiff |
2010-03-05 |
Evan Cheng | Instcombine should turn llvm.objectsize of a alloca... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | fix bss section printing for cell, patch by Kalle Raiskila! |
tree | commitdiff |
2010-03-05 |
Chris Lattner | fix PR6512, a case where instcombine would incorrectly... |
tree | commitdiff |
2010-03-05 |
Wesley Peck | Reworking the stack layout that the MicroBlaze backend... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | Fix PR6503. This turned into a much more interesting... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | make these less sensitive to temporary naming. |
tree | commitdiff |
2010-03-05 |
Chris Lattner | remove this testcase, it isn't clear what it was testin... |
tree | commitdiff |
2010-03-05 |
Evan Cheng | Fix an oops in x86 sibcall optimization. If the ByVal... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | fix a nice subtle reassociate bug which would only... |
tree | commitdiff |
2010-03-05 |
Chris Lattner | Fix PR6497, a bug where we'd fold a load into an addc |
tree | commitdiff |
2010-03-05 |
Chris Lattner | cleanup |
tree | commitdiff |
2010-03-05 |
Evan Cheng | Rever 96389 and 96990. They are causing some miscompila... |
tree | commitdiff |
2010-03-05 |
Bill Wendling | Revert r97766. It's deleting a tag. |
tree | commitdiff |
2010-03-05 |
Bill Wendling | Micro-optimization: |
tree | commitdiff |
2010-03-04 |
Johnny Chen | Drop the ".w" qualifier for t2UXTB16* instructions... |
tree | commitdiff |
2010-03-04 |
Bob Wilson | pr6478: The frame pointer spill frame index is only... |
tree | commitdiff |
2010-03-04 |
Bob Wilson | pr6480: Don't try producing ld/st-multiple instructions... |
tree | commitdiff |
2010-03-04 |
Jakob Stoklund Olesen | Fix the remaining MUL8 and DIV8 to define AX instead... |
tree | commitdiff |
2010-03-04 |
Dan Gohman | Fix recognition of 16-bit bswap for C front-ends which... |
tree | commitdiff |
2010-03-04 |
John McCall | Teach lit to honor conditional directives. The syntax is: |
tree | commitdiff |
2010-03-04 |
Nick Lewycky | Make the 'icmp pred trunc(ext(X)), CST --> icmp pred... |
tree | commitdiff |
2010-03-03 |
Erick Tryzelaar | Expose the rest of the llvm-c scalar opts to ocaml. |
tree | commitdiff |
2010-03-03 |
Chris Lattner | fix incorrect folding of icmp with undef, PR6481. |
tree | commitdiff |
2010-03-03 |
Dan Gohman | Revert r97580; that's not the right way to fix this. |
tree | commitdiff |
2010-03-03 |
Bill Wendling | This test case: |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Remove module providers from ocaml. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Fix some issues in WalkChainUsers dealing with |
tree | commitdiff |
2010-03-02 |
Chris Lattner | this testcase is failing because pic16 doesn't define... |
tree | commitdiff |
2010-03-02 |
Erick Tryzelaar | Add support for use to ocaml. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | xfail this for now. |
tree | commitdiff |
2010-03-02 |
Dan Gohman | When expanding an expression such as (A + B + C + D... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | clean up some testcases. |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Fix the xfail I added a couple of patches back. The... |
tree | commitdiff |
2010-03-02 |
Chris Lattner | Rewrite chain handling validation and input TokenFactor... |
tree | commitdiff |
2010-03-02 |
Dan Gohman | Fix several places to handle vector operands properly. |
tree | commitdiff |
2010-03-02 |
Dan Gohman | Non-affine post-inc SCEV expansions have more code... |
tree | commitdiff |
2010-03-02 |
Dan Gohman | Floating-point add, sub, and mul are now spelled fadd... |
tree | commitdiff |
2010-03-01 |
Chris Lattner | Fix PR2590 by making PatternSortingPredicate actually be |
tree | commitdiff |
2010-03-01 |
Devang Patel | Remove tests that checks @llvm.dbg.stoppoint handling. |
tree | commitdiff |
2010-03-01 |
Chris Lattner | stop using anders-aa |
tree | commitdiff |
2010-03-01 |
Chris Lattner | stop using anders-aa |
tree | commitdiff |
2010-03-01 |
Chris Lattner | remove andersen's tests. |
tree | commitdiff |
2010-03-01 |
Devang Patel | @llvm.dbg.stoppoint intrinsic is not used anymore. |
tree | commitdiff |
2010-03-01 |
Devang Patel | Update to use new debug info encoding scheme. As a... |
tree | commitdiff |
2010-03-01 |
Devang Patel | Remove this test because it checks wheter optimizer... |
tree | commitdiff |
2010-03-01 |
Devang Patel | Remove test to check bugfix in handing debug info for... |
tree | commitdiff |
2010-03-01 |
Devang Patel | Remove dead test. |
tree | commitdiff |
2010-03-01 |
Devang Patel | Replace test case that uses @llvm.dbg.* intrinsic with... |
tree | commitdiff |
2010-03-01 |
Devang Patel | These two tests check whether oprimizer safely ignores... |
tree | commitdiff |
2010-03-01 |
Devang Patel | This test checks whether LICM ignores @llvm.dbg.stoppoi... |
tree | commitdiff |
2010-03-01 |
Devang Patel | Rewrite test to test VLA using new debug info encoding... |
tree | commitdiff |
2010-03-01 |
Devang Patel | Remove this generic debug info intrinsic test. LLVM... |
tree | commitdiff |
2010-03-01 |
Dan Gohman | LLVM instruction syntax doesn't have trailing semicolons. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support getting the operands of a User to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for global aliases to ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for inserting inline asm to ocaml. |
tree | commitdiff |
2010-02-28 |
Chris Lattner | add some random nounwinds. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for getting a null pointer. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add a way to look up a type by it's name in a module. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add support for global variables in an address space... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add indirect br support to llvm-c and ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add metadata functions to llvm-c and ocaml. |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add the new builder arthmetic instructions to llvm... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Add the new union arthmetic instructions to llvm-c... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Rename ocaml vmcore tests to make it easier to insert... |
tree | commitdiff |
2010-02-28 |
Erick Tryzelaar | Remove malloc and free from the ocaml bindings. |
tree | commitdiff |
2010-02-28 |
John McCall | Teach APFloat how to create both QNaNs and SNaNs and... |
tree | commitdiff |
2010-02-28 |
Dan Gohman | Don't try to replace physical registers when doing... |
tree | commitdiff |
2010-02-27 |
Dan Gohman | Add nounwinds. |
tree | commitdiff |
2010-02-27 |
Evan Cheng | Re-apply 97040 with fix. This survives a ppc self-host... |
tree | commitdiff |
2010-02-27 |
Chris Lattner | fix PR6414, a nondeterminism issue in IPSCCP which... |
tree | commitdiff |
2010-02-26 |
Jakob Stoklund Olesen | Use the right floating point load/store instructions... |
tree | commitdiff |
2010-02-26 |
Chris Lattner | fix PR6435 another bug from the MallocInst elimination... |
tree | commitdiff |
2010-02-26 |
Sanjiv Gupta | Reapply things reverted back in 97220, with the fixed... |
tree | commitdiff |
2010-02-26 |
Richard Osborne | Fix XCoreTargetLowering::isLegalAddressingMode() to... |
tree | commitdiff |
2010-02-26 |
Chris Lattner | this file lacks a run line! |
tree | commitdiff |
next |