2010-07-21 |
Dan Gohman | Tidy. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Owen Anderson | Move the smarts of AnalysisGroup registration into... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Dan Gohman | Delete an obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Chris Lattner | strip out the 2.7 release notes, this really is the... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Rafael Espindola | Fix calling convention on ARM if vfp2+ is enabled. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Gabor Greif | appease Validator |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Gabor Greif | add info on operand rotation |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Christopher | Pulling out previous patch, must've run the tests in |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Christopher | Lower MEMBARRIER on x86 and support processors without... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Lang Hames | Changed OStream templates to functions on raw_ostream... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Bruno Cardoso... | Add AVX only vzeroall and vzeroupper instructions |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Gabor Greif | restore aesthetics |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Evan Cheng | Teach bottom up pre-ra scheduler to track register... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Christopher | Turn this test on again after the llvm-gcc change in... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Eric Christopher | Update this to use a "valid" alignment. |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Bruno Cardoso... | Add new AVX vpermilps, vpermilpd and vperm2f128 instruc... |
commit | commitdiff | tree | snapshot |
2010-07-21 |
Bruno Cardoso... | Add new AVX vmaskmov instructions, and also fix the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Give MDNode printing has access to the current Module... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jakob Stoklund... | Change the createSpiller interface to take a MachineFun... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Make this code a little more readable. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Use DebugLocs instead of MDNodes. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Move the handling of PassRegistrationListener's to... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bruno Cardoso... | Add new AVX vextractf128 instructions |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Fix a typo. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Don't look up the "dbg" metadata kind by name. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | make asmprinter optional, even though passing in null... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Greg Clayton | Added support to MachO.h for many defines and structure... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | continue pushing dependencies around. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | reduce X86MCInstLower dependencies on asmprinter. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | pass around MF, not MMI. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Rename removeAllMetadata to clearMetadataHashEntries... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | cleanups. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | move two asmprinter methods into the asmprinter .cpp... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jakob Stoklund... | Implement loop splitting analysis. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Remove an obsolete comment. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Add support for remapping metadata kind IDs when readin... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Matt Fleming | Include some tests for the recently committed ELF secti... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dale Johannesen | Fix test for switch statements and increase |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | there is now no reason to link in TARGETS_TO_BUILD... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | fix edis to only try to link in the x86 parts if the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Move more functionality from Pass.cpp to PassRegistry... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Douglas Gregor | Fix edis makefile |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | prune #includes a little. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Matt Fleming | Add some more handlers for ELF section directives. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Christopher | Formatting. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | fix DISABLE_EDIS |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Matt Fleming | Add the rest of the SHT_* values as defined in the... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bob Wilson | Add support for a new Apple-style build target, Embedde... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | this logic is handled by tools/makefile. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Christopher | Testcase for llvm-gcc commit r108910. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Remove setDbgMetadata and getDbgMetadata; their users... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Let's get those buildbots green: #include is needed... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Use getDebugLoc and setDebugLoc instead of getDbgMetada... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | apparently also missing an include. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | this is in System |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | remove option from tablegen for building static header. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bruno Cardoso... | Add new AVX instruction vinsertf128 |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | turn this into a normal header. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | hopefully heal the linux builders |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | tidy up |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | I just fail with SVN today. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | there is no reason to dynamically generate a static... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | drop edinfo.inc into the objdir for src!=objdir builds. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Oops. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Eric Christopher | Update header. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Convert the internal PassRegistrar class into a new... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | edis needs to link in mcdisassembler. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | update cmake. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | hopefully teach cmake to build the .inc file. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | edinfo doesn't need to be built here. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | cmake too |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | forgot to add a file |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Chris Lattner | start straightening out libedis's dependencies and... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | remove testing cruft, this can be found in unittests... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Remember that the induction variable is always a PHINod... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | migrate essentially everything from under #ifdef DEBUG_... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Fix SCEV denormalization of expressions where the exit... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Pull out r108755. After offline discussion with Chris... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Add a fast path for x - x. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | extend to cast<> and cast_or_null<> tests |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Simplify this code; LoopInfo::getCanonicalInductionVari... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Make getOrInsertCanonicalInductionVariable guarantee... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | isa<> tests |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Change an argument from an Instruction* to a Value... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Gabor Greif | initial checkin for unittest to exercise Support/Casting.h |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Dan Gohman | Minor code cleanups. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jim Grosbach | update tests for smarter BIC usage |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jakob Stoklund... | Appease the colonials. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jim Grosbach | Using BIC for immediates needs an extra bump for its... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Duncan Sands | The same problem was being tracked in PR7652. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jakob Stoklund... | Beginning SplitKit - utility classes for live range... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Jim Grosbach | Removed un-used code. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Lang Hames | Updated css classes for the pressure table legend. |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Lang Hames | Oops - I tables render poorly in Chrome without this... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Lang Hames | Use run-length encoding to represent identical adjacent... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Lang Hames | Added support for turning HTML indentation on and off... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bruno Cardoso... | Enable LLVM to compile on Mips. Fix PR5828 |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bruno Cardoso... | Fix PR7174, a couple o Mips fixes: |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Owen Anderson | Speculatively revert r108813, in an attempt to get... |
commit | commitdiff | tree | snapshot |
2010-07-20 |
Bruno Cardoso... | Fix Mips PR7473. Patch by stetorvs@gmail.com |
commit | commitdiff | tree | snapshot |
next |