Add some doxygen comments to llvm-c/Core.h.
[oota-llvm.git] / test /
2007-12-30 Gordon HenriksenStrengthening this test so it fails in release mode.
2007-12-29 Gordon HenriksenBindings for instruction calling conventions.
2007-12-29 Chris Lattnerremove attributions from the rest of the llvm makefiles.
2007-12-29 Chris LattnerOne readme entry is done, one is really easy (Evan...
2007-12-29 Chris Lattnerupgrade this test
2007-12-29 Chris LattnerFold comparisons against a constant nan, and optimize...
2007-12-29 Chris Lattnerthis xform is implemented.
2007-12-29 Chris LattnerCodegen:
2007-12-29 Chris Lattneravoid going through a stack slot to convert from fpstac...
2007-12-29 Chris Lattnerdead calls to llvm.stacksave can be deleted, even thoug...
2007-12-29 Chris Lattnerupgrade this test
2007-12-28 Devang PatelTest -simplifycfg only.
2007-12-28 Owen AndersonAdd a testcase for my recent InstCombine fix, written...
2007-12-27 Gordon HenriksenAdding bindings for target triple and data layout.
2007-12-26 Chris Lattnerone fewer uncond branch with my codegenprepare hack...
2007-12-26 Gordon HenriksenTests for changes made in r45356, where IPO optimizatio...
2007-12-25 Gordon HenriksenGC poses hazards to the inliner. Consider:
2007-12-25 Gordon HenriksenNoting and enforcing that GC intrinsics are valid only...
2007-12-25 Gordon HenriksenAdjusting verification of "llvm.gc*" intrinsic prototyp...
2007-12-23 Gordon HenriksenC and Ocaml bindings for ExecutionEngine (i.e., the...
2007-12-22 Gordon HenriksenFix a partial application typo.
2007-12-22 Chris Lattnerimplement InstCombine/shift-trunc-shift.ll. This allows
2007-12-22 Devang PatelIf succ has succ itself as one of the predecessors...
2007-12-21 Duncan SandsGet the verifier to check attributes on calls as well
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-20 Christopher LambImplement review feedback, including additional transforms
2007-12-20 Evan ChengRemove xfail. This is fixed.
2007-12-20 Scott MichelMore working CellSPU tests:
2007-12-20 Gordon HenriksenUse a module to group calling convention values, too.
2007-12-19 Gordon HenriksenUsing modules to group enumerations in Ocaml bindings.
2007-12-19 Gordon HenriksenAdding bindings for memory buffers and module providers...
2007-12-19 Scott MichelCellSPU testcase, extract_elt.ll: extract vector element.
2007-12-19 Duncan SandsWhen inlining through an 'nounwind' call, mark inlined
2007-12-19 Scott MichelMore working CellSPU test cases:
2007-12-19 Scott MichelTwo more test cases: or_ops.ll (arithmetic or operation...
2007-12-19 Scott MichelAdd new immed16.ll test case, fix CellSPU errata to...
2007-12-18 Christopher LambRemove an orthogonal transformation of the selection...
2007-12-18 Evan ChengFix PR1872: SrcValue and SrcValueOffset should not...
2007-12-18 Christopher LambFix typos.
2007-12-18 Christopher LambFold certain additions through selects (and their compa...
2007-12-18 Evan ChengFIX for PR1799: When a load is unfolded from an instruc...
2007-12-18 Christopher LambDon't forget to print address space qualifiers when...
2007-12-18 Dale JohannesenTestcase for preceding FE fix
2007-12-17 Scott Micheli32 immediate constant test case for CellSPU
2007-12-17 Evan ChengBring back int_x86_sse2_movl_dq intrinsic for backward...
2007-12-17 Scott Michel- Restore some i8 functionality in CellSPU
2007-12-17 Duncan SandsMake invokes of inline asm legal. Teach codegen
2007-12-17 Gordon HenriksenDisabling a RUN line that's broken until addrspace...
2007-12-17 Gordon HenriksenC and Ocaml bindings for address spaces, for that burge...
2007-12-16 Duncan SandsMake instcombine promote inline asm calls to 'nounwind'
2007-12-15 Evan ChengMake better use of instructions that clear high bits...
2007-12-15 Scott MichelStart committing working test cases for CellSPU.
2007-12-14 Duncan SandsTeach the interpreter to read and write memory in the
2007-12-14 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-14 Evan ChengFix ctlz and cttz. llvm definition requires them to...
2007-12-14 Anders CarlssonAll MMX shift instructions took a <2 x i32> vector...
2007-12-14 Evan ChengImplement ctlz and cttz with bsr and bsf.
2007-12-13 Evan ChengBe extra careful with extension use optimation. Now...
2007-12-13 Zhou ShengRemove this testcase as it will always fail on
2007-12-13 Evan ChengFold some and + shift in x86 addressing mode.
2007-12-12 Evan ChengImplicit def instructions, e.g. X86::IMPLICIT_DEF_GR32...
2007-12-12 Dan GohmanAllow vector integer constants to be created with
2007-12-12 Wojciech Matyjewicz1. "Upgrage" comments.
2007-12-12 Christopher LambImplement part of review feedback for address spaces.
2007-12-12 Evan ChengUse shuffles to implement insert_vector_elt for i32...
2007-12-12 Evan ChengAdd a test case for -optimize-ext-uses.
2007-12-12 Evan ChengLower a build_vector with all constants into a constpoo...
2007-12-12 Zhou ShengFixed PR1629.
2007-12-12 Gordon HenriksenAdd (very basic) bindings for ModuleProvider.
2007-12-11 Dan GohmanRename these tests to use the appropriate suffixes.
2007-12-11 Dan GohmanUse not instead of ignore when an exit status is expect...
2007-12-11 Dan GohmanDon't redirect stderr when it isn't needed.
2007-12-11 Christopher LambImplement address space attribute for LLVM pointer...
2007-12-11 Chris LattnerImplement constant folding if vector<->vector bitcasts...
2007-12-11 Evan Cheng- Improved v8i16 shuffle lowering. It now uses pshuflw...
2007-12-11 Gordon HenriksenAdding Ocaml bindings for the bitreader as requested...
2007-12-10 Chris LattnerFix PR1850 by removing an unsafe transformation from...
2007-12-10 Duncan SandsMake PruneEH update the nounwind/noreturn attributes
2007-12-10 Duncan SandsFix PR1836: in the interpreter, read and write apints
2007-12-10 Christopher LambImprove branch folding by recgonizing that explict...
2007-12-10 Gordon HenriksenAdding a collector name attribute to Function in the...
2007-12-09 Gordon HenriksenUpgrading this test to 2.0 .ll syntax.
2007-12-09 Chris LattnerFix PR1782, patch by Wojtek Matyjewicz!
2007-12-08 Chris LattnerFix a significant code quality regression I introduced...
2007-12-08 Chris Lattnerimplement __builtin_return_addr(0) on ppc.
2007-12-07 Evan ChengMuch improved v8i16 shuffles. (Step 1).
2007-12-07 Evan ChengNew test case.
2007-12-06 Evan ChengFix a bogus test case.
2007-12-06 Evan ChengTurning simple splitting on. Start testing new coalesce...
2007-12-06 Chris Lattnerthird time around: instead of disabling this completely,
2007-12-06 Chris LattnerActually, disable this code for now. More analysis...
2007-12-06 Chris Lattnerimplement a readme entry, compiling the code into:
2007-12-06 Chris Lattnerfix this when run on non x86 hosts.
2007-12-06 Evan ChengFix for PR1831: if all defs of an interval are re-mater...
2007-12-03 Devang PatelIf ExitValue operand is also defined in Loop header...
2007-12-01 Gordon HenriksenFix a typo noticed by Alain Frisch.
2007-12-01 Evan ChengAllow some reloads to be folded in multi-use cases...
2007-11-30 Evan ChengDo not fold reload into an instruction with multiple...
2007-11-29 Evan ChengUpdate tests.
2007-11-28 Chris LattnerNew testcase for PR1744
next