2010-08-06 |
Owen Anderson | Revert r110396 to fix buildbots. |
tree | commitdiff |
2010-08-06 |
Bruno Cardoso Lopes | Remove unused AVX intrinsics |
tree | commitdiff |
2010-08-05 |
Dan Gohman | Make AA private, since subclasses shouldn't (aren't... |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Don't use PassInfo* as a type identifier for passes... |
tree | commitdiff |
2010-08-05 |
Dan Gohman | Remove IntrWriteMem, as it's the default. Rename IntrWr... |
tree | commitdiff |
2010-08-05 |
Eric Christopher | Revert my last commit, apparently it's a runtime issue. |
tree | commitdiff |
2010-08-05 |
Eric Christopher | Remove unnecessary include. |
tree | commitdiff |
2010-08-05 |
Gabor Greif | remove the private hack from CallInst, it was not suppo... |
tree | commitdiff |
2010-08-05 |
Owen Anderson | Give ConstantRange an operator= |
tree | commitdiff |
2010-08-05 |
Jakob Stoklund Olesen | Remove double-def checking from MachineVerifier, so... |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Delete obsolete comments. |
tree | commitdiff |
2010-08-04 |
Torok Edwin | Add a missing function. |
tree | commitdiff |
2010-08-04 |
Torok Edwin | Fix build of DataFlow.h |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Don't construct a std::string with a literal "". |
tree | commitdiff |
2010-08-04 |
Dan Gohman | Don't print the filename twice in file-not-found errors. |
tree | commitdiff |
2010-08-04 |
Bruno Cardoso Lopes | Fix a comment typo and add more 256-bit intrinsics |
tree | commitdiff |
2010-08-03 |
Dan Gohman | Remove PointerAccessInfo, which nothing was using. |
tree | commitdiff |
2010-08-03 |
Dan Gohman | Thread const correctness through a bunch of AliasAnalys... |
tree | commitdiff |
2010-08-03 |
Nate Begeman | Add support for getting & setting the FPSCR application... |
tree | commitdiff |
2010-08-03 |
Peter Collingbourne | Add an atomic lowering pass |
tree | commitdiff |
2010-08-03 |
Daniel Dunbar | build: Add LLVM_NATIVE_ARCHNAME, which has the sensible... |
tree | commitdiff |
2010-08-03 |
Bruno Cardoso Lopes | Support x86 AVX 256-bit instruction intrinsics. Right... |
tree | commitdiff |
2010-08-03 |
Dan Gohman | Update some comments. |
tree | commitdiff |
2010-08-03 |
Dan Gohman | Introduce a symbolic constant for ~0u for use with... |
tree | commitdiff |
2010-08-03 |
Dan Gohman | Add a convenient form of AliasAnalysis::alias for the... |
tree | commitdiff |
2010-08-02 |
Dan Gohman | Make SCEVUnknown a CallbackVH, so that it can be notifi... |
tree | commitdiff |
2010-08-02 |
Dan Gohman | Sketch up a preliminary Type-Based Alias Analysis imple... |
tree | commitdiff |
2010-08-02 |
Devang Patel | Add explicit constructors. Patch by Renato Golin. |
tree | commitdiff |
2010-08-01 |
Daniel Dunbar | Targets: Add InitializeNativeTargetAsmPrinter(), patch... |
tree | commitdiff |
2010-07-31 |
Gabor Greif | doxygenize argument accessors |
tree | commitdiff |
2010-07-31 |
Michael J. Spencer | Add relax all support to the COFF object streamer. |
tree | commitdiff |
2010-07-31 |
Rafael Espindola | The BlockExtractorPass() constructor was not reading... |
tree | commitdiff |
2010-07-30 |
Bill Wendling | Add a "Compare" flag to the target instruction descript... |
tree | commitdiff |
2010-07-30 |
Dan Gohman | Move MaximumAlignment to be a member of the Value class. |
tree | commitdiff |
2010-07-30 |
Nick Lewycky | LibCallAliasAnalysis uses multiple inheritance, so... |
tree | commitdiff |
2010-07-30 |
Duncan Sands | Fix the ValueMap copy constructor. The issue is that... |
tree | commitdiff |
2010-07-29 |
Gabor Greif | remove a layer of cruft |
tree | commitdiff |
2010-07-29 |
Nate Begeman | Add builtins for ssat/usat, similar to RealView's __ssa... |
tree | commitdiff |
2010-07-29 |
Eric Christopher | Grammar. |
tree | commitdiff |
2010-07-29 |
Nate Begeman | Add intrinsics __builtin_arm_qadd & __builtin_arm_qsub... |
tree | commitdiff |
2010-07-29 |
Benjamin Kramer | Plug the remaining MC leaks by giving MCObjectStreamer... |
tree | commitdiff |
2010-07-29 |
Benjamin Kramer | Stop leaking std::strings in GetDwarfFile. |
tree | commitdiff |
2010-07-29 |
Eric Christopher | Speculatively revert r109705 since it seems to be causi... |
tree | commitdiff |
2010-07-29 |
Dan Gohman | Factor out some of the code for updating old SCEVUnknow... |
tree | commitdiff |
2010-07-28 |
Owen Anderson | Add an erase() method to llvm::ThreadLocal. |
tree | commitdiff |
2010-07-28 |
Owen Anderson | Add more doxygen comments for llvm::ThreadLocal. |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Move MaximumAlignment to Value.h, now that GlobalValue... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Make GlobalValue alignment consistent with load, store... |
tree | commitdiff |
2010-07-28 |
Kevin Enderby | Added first bit of support for the dwarf .file directiv... |
tree | commitdiff |
2010-07-28 |
Daniel Dunbar | MC: Put back the MCFragment vtable, so subclasses are... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Define a maximum supported alignment value for load... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Add some extra friend declarations to fix a gcc-4.0... |
tree | commitdiff |
2010-07-28 |
Daniel Dunbar | Support: Add CrashRecoveryContext helper object. |
tree | commitdiff |
2010-07-28 |
Gabor Greif | we are supposed to only create proper CallSites from... |
tree | commitdiff |
2010-07-28 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-07-27 |
Owen Anderson | Fill out the interface of DenseSet a bit. |
tree | commitdiff |
2010-07-27 |
Gabor Greif | reintroduce original (asserting) semantics of CallSite... |
tree | commitdiff |
2010-07-27 |
Gabor Greif | remove bogus assert, use static_cast for additional... |
tree | commitdiff |
2010-07-27 |
Chris Lattner | make lookup failures not fatal. |
tree | commitdiff |
2010-07-27 |
Mikhail Glushenkov | Return -1 only on failure to execute a program. |
tree | commitdiff |
2010-07-27 |
Duncan Sands | In commit 91421, isPod was changed from false to true... |
tree | commitdiff |
2010-07-27 |
Tobias Grosser | RegionInfo: Add getMaxRegionExit() |
tree | commitdiff |
2010-07-27 |
Tobias Grosser | Add function to query RegionInfo about loops. |
tree | commitdiff |
2010-07-27 |
Bill Wendling | It's better to have the arrays, which would trigger... |
tree | commitdiff |
2010-07-27 |
Dan Gohman | Use AssertingVH for InsertedValues and InsertedPostIncV... |
tree | commitdiff |
2010-07-26 |
Dan Gohman | Add a comment. |
tree | commitdiff |
2010-07-26 |
Gabor Greif | re-commit r109220, the compile error has already been... |
tree | commitdiff |
2010-07-26 |
Owen Anderson | Add an initial implementation of LazyValueInfo updating... |
tree | commitdiff |
2010-07-26 |
Dan Gohman | Remove LCSSA's bogus dependence on LoopSimplify and... |
tree | commitdiff |
2010-07-26 |
Michael J. Spencer | MC: Add WinCOFFObjectWriter implementation. |
tree | commitdiff |
2010-07-26 |
Lang Hames | Factored out a bit of common code to mark VNInfos for... |
tree | commitdiff |
2010-07-24 |
Anton Korobeynikov | Hook in GlobalMerge pass |
tree | commitdiff |
2010-07-24 |
Anton Korobeynikov | Add hook to insert late LLVM=>LLVM passes just before... |
tree | commitdiff |
2010-07-24 |
Chris Lattner | add a new NullablePtr class which makes it more obvious... |
tree | commitdiff |
2010-07-24 |
Evan Cheng | Add an ILP scheduler. This is a register pressure aware... |
tree | commitdiff |
2010-07-23 |
Owen Anderson | Fix use-after-free error. |
tree | commitdiff |
2010-07-23 |
Evan Cheng | - Allow target to specify when is register pressure... |
tree | commitdiff |
2010-07-23 |
Dan Gohman | Eliminate getCanonicalInductionVariableIncrement's... |
tree | commitdiff |
2010-07-23 |
Eric Christopher | Revert r109102 for now as it's causing JIT miscompilations. |
tree | commitdiff |
2010-07-23 |
Eric Christopher | Revert 109220. |
tree | commitdiff |
2010-07-23 |
Gabor Greif | Simplifying use_iterators by dereferencing |
tree | commitdiff |
2010-07-23 |
Mikhail Glushenkov | StringRef'icate. |
tree | commitdiff |
2010-07-23 |
Mikhail Glushenkov | Get rid of exceptions in llvmc. |
tree | commitdiff |
2010-07-23 |
Chris Lattner | give StringMap a new ctor which allows you to initialize it |
tree | commitdiff |
2010-07-23 |
Chris Lattner | modernize stringset interface |
tree | commitdiff |
2010-07-22 |
Eric Christopher | Warnings patrol. |
tree | commitdiff |
2010-07-22 |
Chris Lattner | eliminate the TargetInstrInfo::GetInstSizeInBytes hook. |
tree | commitdiff |
2010-07-22 |
Chris Lattner | remove the JIT "NeedsExactSize" feature and supporting... |
tree | commitdiff |
2010-07-22 |
Gabor Greif | fit in 80 columns |
tree | commitdiff |
2010-07-22 |
Duncan Sands | Increase the max physreg size. Patch by Pekka Jääskelä... |
tree | commitdiff |
2010-07-22 |
Tobias Grosser | Add new RegionInfo pass. |
tree | commitdiff |
2010-07-22 |
Reid Kleckner | Initial modifications to MCAssembler and TargetMachine... |
tree | commitdiff |
2010-07-22 |
Lang Hames | If 'other' was empty 'overlapsFrom(other, other.begin... |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Make NamedMDNode not be a subclass of Value, and simpli... |
tree | commitdiff |
2010-07-21 |
Owen Anderson | Add INSTANTIATE_AG_PASS, which combines RegisterPass... |
tree | commitdiff |
2010-07-21 |
Jim Grosbach | For ARM/Darwin, add a dwarf entry indicating whether... |
tree | commitdiff |
2010-07-21 |
Jim Grosbach | tidy up |
tree | commitdiff |
2010-07-21 |
Owen Anderson | Add the INITIALIZE_PASS macro. |
tree | commitdiff |
2010-07-21 |
Dan Gohman | Disallow null as a named metadata operand. |
tree | commitdiff |
2010-07-21 |
Daniel Dunbar | Use System/DataTypes.h instead of stdint.h, which isn... |
tree | commitdiff |
next |