Fix docstring for ocaml binding's const_float.
[oota-llvm.git] / lib /
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Fix thinko, Mem isn't a subclass...
2009-08-10 Devang PatelWe are not using FoldingSet for metadata uniquing anymore.
2009-08-10 Owen AndersonStart moving TargetLowering away from using full MVTs...
2009-08-10 Daniel Dunbarllvm-mc/AsmMatcher: Change assembler parser match class...
2009-08-10 Benjamin Kramerg++ 4.0 doesn't have std::vector::data.
2009-08-10 Owen AndersonChange the MDNode uniquing to a ValueMap, at Devang...
2009-08-10 Chris Lattnersplit MachO section handling stuff out to its out ...
2009-08-10 Chris Lattnerarm only needs to emit one .align directive for hidden...
2009-08-10 Chris Lattnermake sure that arm nonlazypointers are aligned properly
2009-08-10 Chris LattnerFix a weird ppc64-specific link error during an llvm...
2009-08-10 Chris Lattnerfix some warnings for the MSVC build, by Yonggang Luo!
2009-08-10 Dan GohmanMake this comment more closely reflect the code.
2009-08-10 David GreeneAdd support for printing loop structure information...
2009-08-10 David GoodwinCheckpoint scheduling itinerary changes.
2009-08-10 David GoodwinPost RA scheduler changes. Introduce a hazard recognize...
2009-08-10 Evan ChengWatch out for empty BB.
2009-08-10 Evan Chengrev, rev16, and revsh do not set CPSR.
2009-08-10 Evan ChengDuh. Most 16-bit Thumb rr instructions are two-address...
2009-08-10 Evan ChengCPSR can be livein; transfer predicate operands correct...
2009-08-10 Evan ChengAdd support for folding loads / stores into 16-bit...
2009-08-10 Evan Cheng80 col violation.
2009-08-10 Evan ChengUse tMOVgpr2gpr instead of t2MOVr.
2009-08-10 Daniel DunbarAdd support for a user supplied pointer argument to...
2009-08-10 Bruno Cardoso LopesMove ConstantExpr handling to ResolveConstantExpr metho...
2009-08-10 Evan ChengAdd support to reduce most of 32-bit Thumb2 arithmetic...
2009-08-10 Evan ChengAlways use the 16-bit tMOVgpr2gpr instead of the 32...
2009-08-10 Chris LattnerMake the big switch: Change MCSectionMachO to represent...
2009-08-09 Benjamin KramerUse abs64 instead abs; some platforms don't have a...
2009-08-09 Evan ChengAdd support to convert 32-bit instructions to 16-bit...
2009-08-09 Chris Lattneralways end a section with \n on elf.
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Implement user defined super classes.
2009-08-09 Daniel DunbarExtend comment on ParserMatchClass .td field, and add...
2009-08-09 Daniel Dunbarllvm-mc/AsmParser: Define match classes in the .td...
2009-08-08 Chris Lattnersink the 'name' and 'isdirective' state out of MCSectio...
2009-08-08 Anton KorobeynikovUse subclassing to print lane-like immediates (w/o...
2009-08-08 Chris Lattneradd a note about dead zero extends.
2009-08-08 Chris Lattner1. Make MCSection an abstract class.
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2009-08-08 Jakob Stoklund OlesenAdd support for READCYCLECOUNTER in Blackfin back-end.
2009-08-08 Chris Lattneradd new PIC16Section class, this time hopefully not...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Daniel DunbarRevert r78501, it doesn't build.
2009-08-08 Chris Lattnermake PIC16 create its own custom MCSection.
2009-08-08 Chris Lattnermake target-specific TLOF impls (except PIC16) create...
2009-08-08 Chris Lattnerstub out PECOFF/MachO/ELF MCSection classes
2009-08-08 Chris Lattnereliminate TargetLoweringObjectFileSparc in favor of...
2009-08-08 Jakob Stoklund OlesenDon't build illegal ops in DAGCombiner::SimplifyBinOpWi...
2009-08-08 Chris Lattnergive pic16 a target-specific section creation name too
2009-08-08 Chris Lattnernow that getOrCreateSection is all object-file specific,
2009-08-08 Chris Lattnersink getOrCreateSection down into all the object file...
2009-08-08 Daniel DunbarSome ProfileInfo cleanups.
2009-08-08 Daniel DunbarAdd a basic static ProfileInfo provider (ProfileEstimat...
2009-08-08 Bruno Cardoso LopesUse reloc_absolute_word_sext relocation for X86::MOV64...
2009-08-08 Daniel DunbarMore ProfileInfo improvements.
2009-08-08 Bruno Cardoso LopesELF improvements:
2009-08-08 Daniel DunbarUpdate CMake
2009-08-08 Jakob Stoklund OlesenClean out per-function data after the machine code...
2009-08-08 Anton KorobeynikovAdd insert_elt / extract_elt patterns for v4f32 stuff.
2009-08-08 Anton KorobeynikovLane number should be printed w/o hash
2009-08-08 Anton KorobeynikovUse VLDM / VSTM to spill/reload 128-bit Neon registers
2009-08-08 Jakob Stoklund OlesenUpdate the machine code verifier to keep up with the...
2009-08-08 Jakob Stoklund OlesenRemove RegisterScavenger::isSuperRegUsed(). This comple...
2009-08-08 Jakob Stoklund OlesenSimplify RegScavenger::forward a bit more.
2009-08-08 Andrew Lenharthmove this fp select into a pattern
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Bob WilsonImplement Neon VZIP and VUZP instructions. These are...
2009-08-08 Bob WilsonImplement Neon VTRN instructions. For now, anyway...
2009-08-08 Evan ChengAdd a skeleton Thumb2 instruction size reduction pass.
2009-08-08 Evan ChengCode refactoring. No functionality change.
2009-08-08 Evan ChengtADDhirr should target GPR, not tGPR.
2009-08-08 Evan ChengI can type.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-08 Daniel DunbarFix some -Asserts unused variable warnings.
2009-08-08 Chris Lattnerdon't check the result of printInstruction anymore.
2009-08-07 Anton KorobeynikovDo not generate 32-bit call on win64 when imm does...
2009-08-07 Chris Lattnercode cleanup
2009-08-07 David GoodwinMake NEON single-precision FP support the default for...
2009-08-07 Chris Lattnerremove a bunch of now-dead crud from the asmprinter...
2009-08-07 Andreas BolkaFix copy-pasto.
2009-08-07 Anton KorobeynikovUnbreak the stuff
2009-08-07 Evan ChengBack out some of recent register scavenger change by...
2009-08-07 Andrew Lenharthavoid this libcall with long inline expansion
2009-08-07 Anton Korobeynikov2 more vdup.32 cases
2009-08-07 Evan ChengA big oops. Thumb1 default CC is a def of CPSR, not...
2009-08-07 Chris Lattnertidy up
2009-08-07 Bill WendlingReformatting of lines. Put multiple DEBUG statements...
2009-08-07 Evan ChengThumb2 32-bit ldm / stm needs .w suffix if submode...
2009-08-07 Daniel DunbarMSVC warning fixes; patch by Stein Roger!
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Jeffrey YasskinTo catch bugs like the one fixed in
2009-08-07 Evan ChengThis is done.
2009-08-07 Evan ChengUse 16-bit tMOVgpr2gpr instead of tMOVr to copy GPR...
2009-08-07 Evan ChengFix support to use NEON for single precision fp math.
2009-08-07 Andreas BolkaSIV/MIV classification for LDA.
2009-08-07 Dale JohannesenRewrite previous patch to follow Chris' stylistic
2009-08-07 Devang PatelFix dom frontier update. This fixes PR4667.
2009-08-07 Sanjiv GuptaMinor fixes to avoid using invalid debugloc.
2009-08-07 Benjamin KramerSimplify code and avoid allocations.
2009-08-07 Daniel DunbarImprove disabling of X86 AsmMatcher.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
next