oota-llvm.git
2010-07-23 Eric ChristopherRevert 109220.
2010-07-23 Gabor GreifSimplifying use_iterators by dereferencing
2010-07-23 Mikhail GlushenkovStringRef'icate.
2010-07-23 Mikhail GlushenkovFormatting.
2010-07-23 Mikhail GlushenkovGet rid of exceptions in llvmc.
2010-07-23 Chris Lattnergive StringMap a new ctor which allows you to initialize it
2010-07-23 Chris Lattnermodernize stringset interface
2010-07-23 Bruno Cardoso... Declare CLMUL as a subtarget feature
2010-07-23 Bruno Cardoso... Add x86 CLMUL (Carry-less multiplication) cpu feature
2010-07-23 Eric Christopher80-col.
2010-07-23 Bruno Cardoso... Add complete assembler support for FMA3 instructions...
2010-07-23 Dale JohannesenThe only supported calling convention for X86-64 uses
2010-07-23 Bruno Cardoso... Fix some AVX instructions which didnt had HasAVX prefix...
2010-07-22 Bob WilsonAdd an explicit -sdk option to xcrun command.
2010-07-22 Eric ChristopherWarnings patrol.
2010-07-22 Chris Lattnermissed a use of SizeRequired.
2010-07-22 Chris Lattnereliminate the TargetInstrInfo::GetInstSizeInBytes hook.
2010-07-22 Chris Lattnerremove the dwarf sizing stuff which is now dead, it was
2010-07-22 Bruno Cardoso... Add remaining AVX instructions (most of them dealing...
2010-07-22 Chris Lattnerremove the JIT "NeedsExactSize" feature and supporting...
2010-07-22 Chris Lattnerswitch a private implementation of GetFunctionSizeInBytes.
2010-07-22 Eric ChristopherRegenerate.
2010-07-22 Eric ChristopherTry to work around the relative install-sh path problem.
2010-07-22 Chris LattnerX86MCInstLower now depends on AsmPrinter being around.
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-07-22 Devang PatelSpeculatively revert 109117
2010-07-22 Xerxes RanbyARMv4 JIT forgets to set the lr register when making...
2010-07-22 Gabor Greifkeep in 80 cols
2010-07-22 Devang PatelMap MDNode correctly.
2010-07-22 Gabor Greifadd dyn_cast_or_null tests, exclude invalid dyn_cast...
2010-07-22 Gabor Greiftidy up
2010-07-22 Gabor Greifadd dyn_cast tests and beef up others a bit
2010-07-22 Gabor Greiffit in 80 columns
2010-07-22 Gabor Greifuse cascading operator-> feature
2010-07-22 Gabor Greifmass elimination of reliance on automatic iterator...
2010-07-22 Duncan SandsIncrease the max physreg size. Patch by Pekka Jääskelä...
2010-07-22 Gabor Greifsimplify
2010-07-22 Gabor Greifdo not access arguments via low-level interface, do...
2010-07-22 Gabor Greifpass dereferenced iterator to dyn_cast
2010-07-22 Gabor Greifpass dereferenced iterator to dyn_cast
2010-07-22 Gabor Greifuse -> instead of (*).
2010-07-22 Gabor Greifcache dereferenced iterator
2010-07-22 Gabor Greifundo 80 column trespassing I caused
2010-07-22 Chandler CarruthMark an assert-only variable as used.
2010-07-22 Chandler CarruthFix the generated file name for CMake.
2010-07-22 Tobias GrosserAdd new RegionInfo pass.
2010-07-22 Chandler CarruthAttempt to fix linking issues with CMake. Please review...
2010-07-22 Evan ChengRe-apply r109079 with fix.
2010-07-22 Owen AndersonRevert r109079, which broke a lot of CodeGen tests.
2010-07-22 Owen AndersonUpdate CMake files.
2010-07-22 Reid KlecknerInitial modifications to MCAssembler and TargetMachine...
2010-07-22 Evan ChengInitialize RegLimit only when register pressure is...
2010-07-22 Eric ChristopherCustom lower the memory barrier instructions and add...
2010-07-22 Evan ChengFix constant island pass's handling of tBR_JTr. The...
2010-07-22 Lang HamesIf 'other' was empty 'overlapsFrom(other, other.begin...
2010-07-22 Daniel Dunbarlit: Add some example tests for previous commit.
2010-07-22 Eric Christopher80-columns.
2010-07-22 Nate BegemanMake fast isel win64-aware w.r.t. call-clobbered regs
2010-07-21 Evan ChengMore register pressure aware scheduling work.
2010-07-21 Bruno Cardoso... Add more 256-bit forms for a bunch of regular AVX instr...
2010-07-21 Daniel Dunbarlit: Add support for 'REQUIRES: feature-one, feature...
2010-07-21 Dan GohmanMake NamedMDNode not be a subclass of Value, and simpli...
2010-07-21 Rafael EspindolaFixes win64. It was broken by a previous patch where...
2010-07-21 Owen AndersonAdd INSTANTIATE_AG_PASS, which combines RegisterPass...
2010-07-21 Jim GrosbachFor ARM/Darwin, add a dwarf entry indicating whether...
2010-07-21 Chris Lattneradd some rough support for making mcinst lowering work...
2010-07-21 Owen AndersonFirst stab at updating the documentation for INITIALIZE...
2010-07-21 Eric ChristopherBaby steps towards ARM fast-isel.
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-07-21 Eric ChristopherHack around extracts that aren't easy to process.
2010-07-21 Jim Grosbachtidy up
2010-07-21 Bruno Cardoso... Add missing AVX convert instructions. Those instruction...
2010-07-21 Jim Grosbachtidy up.
2010-07-21 Jim Grosbach80 column and trailing whitespace cleanup
2010-07-21 Dan GohmanAdd some debug output to help diagnose PR7689.
2010-07-21 Nate BegemanFix a couple issues with Win64 ABI
2010-07-21 Owen AndersonAdd the INITIALIZE_PASS macro.
2010-07-21 Bruno Cardoso... Avoid AVX instructions to be selected instead of its...
2010-07-21 Dan GohmanNamedMDNode is never an operand.
2010-07-21 Dan GohmanDisallow null as a named metadata operand.
2010-07-21 Daniel DunbarUse System/DataTypes.h instead of stdint.h, which isn...
2010-07-21 Dan GohmanUse TrackingVH instead of WeakVH for NamedMDNode's...
2010-07-21 Dan GohmanTidy.
2010-07-21 Owen AndersonMove the smarts of AnalysisGroup registration into...
2010-07-21 Dan GohmanDelete an obsolete comment.
2010-07-21 Chris Lattnerstrip out the 2.7 release notes, this really is the...
2010-07-21 Rafael EspindolaFix calling convention on ARM if vfp2+ is enabled.
2010-07-21 Gabor Greifappease Validator
2010-07-21 Gabor Greifadd info on operand rotation
2010-07-21 Eric ChristopherPulling out previous patch, must've run the tests in
2010-07-21 Eric ChristopherLower MEMBARRIER on x86 and support processors without...
2010-07-21 Lang HamesChanged OStream templates to functions on raw_ostream...
2010-07-21 Bruno Cardoso... Add AVX only vzeroall and vzeroupper instructions
2010-07-21 Gabor Greifrestore aesthetics
2010-07-21 Evan ChengTeach bottom up pre-ra scheduler to track register...
2010-07-21 Eric ChristopherTurn this test on again after the llvm-gcc change in...
2010-07-21 Eric ChristopherUpdate this to use a "valid" alignment.
2010-07-21 Bruno Cardoso... Add new AVX vpermilps, vpermilpd and vperm2f128 instruc...
2010-07-21 Bruno Cardoso... Add new AVX vmaskmov instructions, and also fix the...
2010-07-20 Dan GohmanGive MDNode printing has access to the current Module...
next