attempt to fix ocaml bindings: landing pads
[oota-llvm.git] / lib /
2011-10-03 Nick LewyckyRevert r140979 due to reports of bootstrap failure.
2011-10-03 Nick LewyckyAdd one more case we compute a max trip count.
2011-10-02 Craig TopperFix some Intel syntax disassembly issues with instructi...
2011-10-02 Craig TopperSpecial case disassembler handling of REX.B prefix...
2011-10-02 Nick LewyckyAdd a new icmp+select optz'n. Also shows off the load...
2011-10-02 Nick LewyckyEnhance a couple places where we were doing constant...
2011-10-01 Craig TopperFix disassembling of INVEPT and INVVPID to take operands
2011-10-01 Craig TopperFix disassembler handling of CRC32 which is an odd...
2011-10-01 Chad RosierRevert r140924 "Attempt to fix dynamic stack realignmen...
2011-10-01 Nadav RotemMoved type construction out of the loop and added an...
2011-10-01 Peter CollingbourneMove TableGen's parser and entry point into a library
2011-10-01 Bill WendlingNo one should be using the method directly. Assert...
2011-10-01 Bill WendlingAdd a convenience method to tell if two things are...
2011-10-01 Bill WendlingUse the ARMConstantPoolMBB class to handle the MBB...
2011-10-01 Bill WendlingAdd ARMConstantPoolMBB to hold an MBB value in the...
2011-10-01 Bill WendlingRemove dead code.
2011-10-01 Bill WendlingRemove now dead methods and ivar.
2011-10-01 Bill WendlingUse the new ARMConstantPoolSymbol class to handle exter...
2011-10-01 Bill WendlingAdd an ARMConstantPool class for external symbols....
2011-10-01 Bill WendlingRemove now dead methods and ivar from ARMConstantPoolValue.
2011-10-01 Bill WendlingSwitch over to using ARMConstantPoolConstant for global...
2011-10-01 Bill WendlingSome more refactoring.
2011-10-01 Bill WendlingAdd a Create method that accepts 'kind' and 'pcadj...
2011-10-01 Bill WendlingRefactoring: Separate out the ARM constant pool Constan...
2011-10-01 Chad RosierAttempt to fix dynamic stack realignment for thumb1...
2011-10-01 Andrew TrickInlining and unrolling heuristics should be aware of...
2011-10-01 Andrew Trickwhitespace
2011-10-01 Michael J. SpencerAdd Windows x64 stack walking support. Patch by Aaron...
2011-09-30 Bill WendlingWhen inferring the pointer alignment, if the global...
2011-09-30 Nick LewyckyPromote comment to doxycomment. Adjust whitespace....
2011-09-30 Jakob Stoklund OlesenStore sub-class lists as a bit vector.
2011-09-30 Jakob Stoklund OlesenMove getCommonSubClass() into TRI.
2011-09-30 Jim GrosbachCorrect for my over-eager delete finger.
2011-09-30 Akira HatanakaAdd definition of MipsELFObjectWriter.
2011-09-30 Akira HatanakaRegister the MC object streamer.
2011-09-30 Akira HatanakaRegister Asm backend. Add functions to MipsAsmBackend.
2011-09-30 Akira HatanakaAdd MCELFObjectTargetWriter and MCAsmBackend classes.
2011-09-30 Benjamin KramerUpdate CMake build.
2011-09-30 Akira HatanakaInitial implementation of MipsMCCodeEmitter.
2011-09-30 Jim GrosbachDon't modify constant in-place.
2011-09-30 Andrew TrickTracing or debug-printing a newly formed instruction...
2011-09-30 Andrew Trickwhitespace
2011-09-30 Akira HatanakaAdd definitions of Mips64 rotate instructions.
2011-09-30 Jim Grosbachfloat comparison to double 'zero' constant can just...
2011-09-30 Bill WendlingConstify 'isLSDA' and move a method out-of-line.
2011-09-30 Jim GrosbachTidy up. Trailing whitespace.
2011-09-30 Jim GrosbachARM Darwin default relocation model is PIC.
2011-09-30 Akira HatanakaisCommutable should be 0 for DSUBu.
2011-09-30 Jim GrosbachARM Fixup valus for movt/movw are for the whole value.
2011-09-30 Jakob Stoklund OlesenFix a bug in compare_numeric().
2011-09-30 Danil MalyshevMCJIT initialization TargetData
2011-09-30 Justin HolewinskiPTX: Various stylistic and code readability changes...
2011-09-30 Justin HolewinskiPTX: Add programmable rounding mode specifier for int...
2011-09-30 Duncan SandsInlining often produces landingpad instructions with...
2011-09-30 Torok EdwinComment grammar fixes.
2011-09-30 Justin HolewinskiPTX: Attempt to cleanup/unify the handling of FP roundi...
2011-09-30 Torok EdwinInstead of crashing when MCAsmInfo is NULL, add an...
2011-09-30 Akira HatanakaMips64 shift instructions.
2011-09-30 Akira HatanakaMips64 arithmetic and logical instructions with one...
2011-09-30 Jim GrosbachARM fix encoding of VMOV.f32 and VMOV.f64 immediates.
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-29 Bill WendlingCreate a machine basic block in the constant pool and...
2011-09-29 Bill WendlingSupport creating a constant pool value for a machine...
2011-09-29 Nick LewyckyFold two identical set lookups into one. No functionali...
2011-09-29 Dan GohmanWhen eliminating unnecessary retain+autorelease on...
2011-09-29 Dan GohmanDon't eliminate objc_retainBlock calls on stack objects...
2011-09-29 Akira HatanakaMips64 arithmetic and logical instructions with two...
2011-09-29 Eli FriedmanClean up uses of switch instructions so they are not...
2011-09-29 Devang PatelCosmetic changes, as per Nick's review.
2011-09-29 Duncan SandsPlace this bracket according to the LLVM style.
2011-09-29 Justin HolewinskiPTX: Fix broken shared library build
2011-09-29 Jakob Stoklund OlesenExpand the x86 V_SET0* pseudos right after register...
2011-09-29 NAKAMURA TakumiTarget/ARM: Unbreak! CMake! Build!
2011-09-29 Jakob Stoklund OlesenDelete NEONMoveFix, now unused.
2011-09-29 Jakob Stoklund OlesenUse ExecutionDepsFix instead of NEONMoveFix.
2011-09-29 Andrew Tricktypo + pasto
2011-09-29 Jakob Stoklund OlesenRemove NumImplicitOps which is now unused.
2011-09-29 Andrew TrickLSR: rewrite inner loops only.
2011-09-29 Bill WendlingMove to ISelLowering.
2011-09-29 Justin HolewinskiPTX: Add new patterns for bitconvert and any_extend
2011-09-29 Eric ChristopherUse the local we already set up.
2011-09-29 Jakob Stoklund OlesenRewrite MachineInstr::addOperand() to avoid NumImplicitOps.
2011-09-28 Jakob Stoklund OlesenRevert r140731, "Define classes for unary and binary...
2011-09-28 Evan ChengTighten a ARM dag combine condition to avoid an identit...
2011-09-28 Akira HatanakaDefine classes for unary and binary FP instructions...
2011-09-28 Bill WendlingHave the SjLjEHPrepare pass do some more heavy lifting.
2011-09-28 Eli FriedmanPR11033: Make sure we don't generate PCMPGTQ and PCMPEQ...
2011-09-28 Michael J. SpencerObject: Add isSection{Data,BSS}.
2011-09-28 Bill WendlingPerform the lowering only if there are invokes.
2011-09-28 Bill WendlingAhem...actually *add* the ARMSjLjLowering pass to the...
2011-09-28 Justin HolewinskiPTX: Fix alignment logic
2011-09-28 Akira HatanakaRename predicate In32BitMode to NotFP64bit and add...
2011-09-28 Akira HatanakaRemove definitions of branch-on-FP-likely instructions...
2011-09-28 Akira HatanakaMips64 predicate definitions. Patch by Liu.
2011-09-28 Andrew Trickindvars: generalize SCEV getPreStartForSignExtend.
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX backend (patch 2 of N)
2011-09-28 Justin HolewinskiPTX: MC-ize the PTX back-end (patch 1 of N)
2011-09-28 James MolloyCheck in a patch that has already been code reviewed...
2011-09-28 Duncan SandsA typeid of zero means a cleanup, not a catch. This...
2011-09-28 Benjamin KramerPTX: Simplify code. No functionality change.
next