oota-llvm.git
2009-07-09 Chris LattnerReduce indentation in GVRequiresExtraLoad. Return...
2009-07-09 Chris LattnerWhen in -static mode, force the PIC style to none....
2009-07-09 Chris Lattnermerge two identical functions and simplify things that...
2009-07-09 Chris Lattnerhoist check for IsTailCall to callers. Eliminate redun...
2009-07-09 Chris Lattnerchange a few methods to be static functions.
2009-07-09 Chris Lattnerone more added assert.
2009-07-09 Chris Lattnerremove eh, convert to FileCheck style
2009-07-09 Chris Lattnermove handling of dllimport linkage in isel, not in...
2009-07-09 Chris Lattnerwe have no tests for dllimport/export. Add one.
2009-07-09 Jeffrey YasskinWork around an ICE in gcc-4.2.4.
2009-07-09 Chris Lattnerone more assertion!
2009-07-09 Chris Lattneradd some more assertions. Remove code to handle dllimp...
2009-07-09 Dan GohmanMake SelectionDAG::getVectorShuffle work properly for...
2009-07-09 Chris Lattnerremove "asmcall", using print_pcrel_imm instead of...
2009-07-09 Chris Lattnersimplify some logic
2009-07-09 Chris Lattner* add some assertions for sanity checking.
2009-07-09 Chris Lattnerstop on the first file mismatch.
2009-07-09 Chris Lattneradd a test for dale's recent change.
2009-07-08 Douglas GregorMake SmallPtrSet iterators real iterators
2009-07-08 Owen AndersonLLVMContext-ification.
2009-07-08 Chris Lattnerswitch test to FileCheck-style and test the P and non...
2009-07-08 Chris Lattnerrename a test to make it a feature test.
2009-07-08 David GoodwinUse common code for both ARM and Thumb-2 instruction...
2009-07-08 Chris Lattner* manually concatenate two string literals
2009-07-08 Evan Cheng- Add some NEON ld / st instruction static encoding.
2009-07-08 Devang PatelFix thinko.
2009-07-08 Jeffrey YasskinFix the AssertingVH unittests.
2009-07-08 Jeffrey YasskinAdd an option to allocate JITed global data separately...
2009-07-08 David GreeneReformat.
2009-07-08 Devang PatelDrop "constant" from
2009-07-08 David GreeneAllow users of GraphWriter to display graphs asynchrono...
2009-07-08 David GreeneAdd an ExecuteNoWait interface to support asynchronous...
2009-07-08 Devang PatelUpdate SLotTracker to handle MDNode slots.
2009-07-08 Duncan SandsNowadays vectors are only split if they have an even
2009-07-08 Evan ChengChange how so_imm and t2_so_imm are handled. At instruc...
2009-07-08 Bill WendlingRecommit r74952 with a bug fix:
2009-07-08 Bill WendlingUse interators instead of counters for loops.
2009-07-08 Torok EdwinMissed an exit during the conversion.
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Owen AndersonPush LLVMContext _back_ through IRBuilder.
2009-07-08 Chris LattnerSwitch all the MC tests to use FileCheck.
2009-07-08 Chris Lattnerconvert to FileCheck style.
2009-07-08 Bob WilsonImplement NEON vst1 instruction.
2009-07-08 David GoodwinGeneralize opcode selection in ARMBaseRegisterInfo.
2009-07-08 Xerxes RanbyFix cmake build.
2009-07-08 Devang PatelSupport MDNode forward reference.
2009-07-08 Dan GohmanMake the code that updates ScalarEvolution's internal...
2009-07-08 Dan GohmanTell ScalarEvolution to forget a loop before starting...
2009-07-08 Torok EdwinConvert more abort() calls to llvm_report_error().
2009-07-08 Owen AndersonSwitch GlobalVariable ctors to a sane API, where *eithe...
2009-07-08 Chris Lattneradd some more check for vector compares.
2009-07-08 Chris Lattnerconvert a test to "FileCheck" style.
2009-07-08 Chris LattnerAdd a new little "FileCheck" utility for regression...
2009-07-08 David GoodwinPush methods into base class in preparation for sharing.
2009-07-08 Bob WilsonImplement NEON vld1 instructions.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-08 David GoodwinConform...
2009-07-08 David GoodwinStart breaking out common base functionality for regist...
2009-07-08 Chris Lattnerconvert comments to doxygen style
2009-07-08 David GoodwinAdd rev16 test... xfail for now
2009-07-08 David GoodwinAdd myself to blame file...
2009-07-08 David GoodwinCheckpoint Thumb2 Instr info work. Generalized base...
2009-07-08 Duncan SandsRemove trailing whitespace. Reorder some methods
2009-07-08 Rafael EspindolaUpdate the example to show that an archive can contain...
2009-07-08 Alisdair MeredithTrial first commit
2009-07-08 Sanjiv GuptaMark sublw_cc and subfw_cc as Terminator insns so that...
2009-07-08 Nick LewyckyRemove the vicmp and vfcmp instructions. Because we...
2009-07-08 Evan ChengAdd a Thumb2 instruction flag to that indicates whether...
2009-07-08 Owen AndersonPush LLVMContext through GlobalVariables and IRBuilder.
2009-07-08 Chris Lattnerremove two methods that no longer exist.
2009-07-08 Chris Lattnermore getting windows to build.
2009-07-08 Chris Lattnereliminate the v[if]cmp versions of these tests, now...
2009-07-08 Chris LattnerChange these tests to use [fi]cmp+sext instead of v...
2009-07-08 Chris Lattnerdag combine sext(setcc) -> vsetcc before legalize....
2009-07-08 Chris Lattnerhopefully fix the build on windows.
2009-07-08 Evan ChengAdd a todo.
2009-07-07 Evan ChengAlso statically set bit 25 for BR_JT instructions.
2009-07-07 Owen AndersonLLVMContext-ification.
2009-07-07 Evan ChengStatically encode bit 25 to indicate immediate form...
2009-07-07 Bill Wendling--- Reverse-merging (from foreign repository) r74952...
2009-07-07 Chris LattnerSelectionDAG::SignBitIsZero doesn't work right for...
2009-07-07 Dale JohannesenCommit the file I actually changed as part of last
2009-07-07 Dale JohannesenOperand of asm("call") (the callee function) is represented
2009-07-07 Chris Lattneradd support for legalizing an icmp where the result...
2009-07-07 Chris Lattneradd a trivial test that vector compares work.
2009-07-07 Chris Lattnerrandom code cleanups.
2009-07-07 Chris Lattnerimplement support for spliting and scalarizing vector...
2009-07-07 Chris Lattnerlower vector icmp/fcmp to ICMP/FCMP nodes with the...
2009-07-07 Chris LattnerScalarizeVecRes_ShiftOp and ScalarizeVecRes_BinOp are...
2009-07-07 Bob WilsonChange NEON vldN/vstN intrinsics to specify "N" as...
2009-07-07 Chris Lattneradd support for vector legalizing of *_EXTEND.
2009-07-07 Jeffrey YasskinFix llvm.org/PR4481: Make llvm-config print the right...
2009-07-07 Devang PatelDisable loop index split for now and let nightly tester...
2009-07-07 Chris Lattnerverify that the fcmp version of this works just as...
2009-07-07 Devang PatelAccidently dropped this while removing dead code in...
2009-07-07 Bill WendlingDWARF requires frame moves be specified at specific...
2009-07-07 Owen AndersonLLVMContext-ifiy the implementation of the C API.
2009-07-07 Devang PatelRemove dead code.
2009-07-07 Owen AndersonLLVM Context-ification.
2009-07-07 Dan GohmanFix a typo and a grammaro in a comment.
next