Support for parallel compilation (/MP) when using the VS IDE.
[oota-llvm.git] / include /
2011-03-02 Rafael EspindolaAdd a special streamer to libLTO that just records...
2011-03-02 Dan GohmanMake pred_iterator DefaultConstructible, and add an...
2011-03-02 Jakob Stoklund OlesenMove LiveIntervalMap::extendTo into LiveInterval itself.
2011-03-01 Devang PatelToday, the language front ends produces llvm.dbg.*...
2011-03-01 Dan GohmanEscape graph edge labels.
2011-03-01 Dan GohmanRemove the showline argument from the SMDiagnostic...
2011-03-01 Dan GohmanCode simplification.
2011-03-01 Dan GohmanSimplify this code.
2011-03-01 Dan GohmanChange directory_entry::path() to return a const std...
2011-03-01 Dan GohmanRevert PathV2 changes, as sys::fs::unique_file is not...
2011-03-01 Chris Lattneradd a missing const qualifier for consistency.
2011-03-01 Jim GrosbachGeneralize the register matching code in DAGISel a...
2011-02-28 TalinAdd an END_WITH_NULL accessor for ConstantStruct.
2011-02-28 Owen AndersonFix warning when building with clang++.
2011-02-28 Dan GohmanDelete the GEPSplitter experiment.
2011-02-28 Dan GohmanDelete the SimplifyHalfPowrLibCalls pass, which was...
2011-02-28 Dan GohmanDelete the LiveValues pass. I won't get get back to...
2011-02-28 Stuart HastingsSupport for byval parameters on ARM. Will be enabled...
2011-02-27 Chris Lattneradd the ability to walk the scope tree and insert at...
2011-02-27 Chris Lattneradd a data() method.
2011-02-27 Cameron ZwarichFix PR9324 / <rdar://problem/9052489> by handling the...
2011-02-27 Tobias Grossercmake: Add xdot.py support as it already exists in...
2011-02-27 Tobias GrosserPass the graph to the DOTGraphTraits.getEdgeAttributes().
2011-02-26 Daniel DunbarSupport: Add llvm::AreStatisticsEnabled().
2011-02-25 Owen AndersonAllow targets to specify a the type of the RHS of a...
2011-02-25 Cameron ZwarichRoll out r126425 and r126450 to see if it fixes the...
2011-02-25 Nick LewyckyUpdate the NoFolder to work with current IRBuilder.
2011-02-24 Joerg SonnenbergerRestore r125595 (reverted in r126336) with modifications:
2011-02-24 Devang PatelEnable DebugInfo support for COFF object files.
2011-02-24 Richard OsborneAdd XCore intrinsic for eeu instruction.
2011-02-24 Duncan SandsRewrite the vector part of getExtendedTypeAction to...
2011-02-24 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-24 Cameron ZwarichAdd a getNumSignBits() method to APInt.
2011-02-24 Cameron ZwarichAdd a mechanism for invalidating the LiveOutInfo of...
2011-02-24 Cameron ZwarichTrack blocks visited in reverse postorder.
2011-02-24 Cameron ZwarichRefactor the LiveOutInfo interface into a few methods...
2011-02-24 Michael J. SpencerDepricate PathV1::isAbsolute.
2011-02-23 Richard OsborneAdd XCore intrinsic for clre instruction.
2011-02-23 Richard OsborneAdd llvm.xcore.waitevent intrinsic. The effect of this...
2011-02-23 Richard OsborneAdd XCore intrinsic for the setv instruction.
2011-02-23 Richard OsborneAdd XCore intrinsic for settw instruction.
2011-02-23 Frits van BommelImplement TODO for implicit C-array-to-ArrayRef conversion.
2011-02-23 Stuart HastingsOmit private_extern declarations of extern symbols...
2011-02-22 Nick LewyckyFix C++0x incompatibility. The signature of std::make_p...
2011-02-22 Devang PatelFollow LLVM coding style.
2011-02-22 Cameron ZwarichMachineConstantPoolValues are not uniqued, so they...
2011-02-22 Cameron ZwarichRoll out r126169 and r126170 in an attempt to fix the...
2011-02-22 Cameron ZwarichMerge information about the number of zero, one, and...
2011-02-21 Devang PatelRevert r124611 - "Keep track of incoming argument's...
2011-02-21 Richard OsborneAdd XCore intrinsics for various instructions on ports.
2011-02-21 Duncan SandsIf the phi node was used by an unreachable instruction...
2011-02-21 Joerg SonnenbergerUse a vector of pairs to implement the section stack...
2011-02-20 Oscar FuentesPut targets on folders, if the IDE supports the feature.
2011-02-19 Argyrios KyrtzidisAllow getting the address of the value in a PointerUnio...
2011-02-19 Ted KremenekAdd ImmutableMap methods 'manualRetain()', 'manualRelea...
2011-02-18 Devang PatelProvide enums to build complex address calucation expre...
2011-02-18 Devang PatelRemove unused tag.
2011-02-18 Devang PatelProvide tag strings for llvm specific tags.
2011-02-18 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-18 Chris LattnerNow that -loop-idiom uses TargetLibraryInfo properly...
2011-02-18 Chris Lattneradd a way to disable all builtins, wire it up to opt...
2011-02-18 Chris Lattneradd memset and memcpy, though they are always available...
2011-02-18 Chris Lattnerrearrange some comments, no functionality change.
2011-02-18 Owen AndersonAdd FixedLenDecoderEmitter, the skeleton of a new disas...
2011-02-18 Chris Lattnerintroduce a new TargetLibraryInfo pass, which transform...
2011-02-18 Rafael EspindolaExpose getTypeName to the C API. Patch by Patrick Walton.
2011-02-18 Benjamin KramerThe objectsize intrinsic doesn't access any memory.
2011-02-18 Cameron ZwarichRoll out r125794 to help diagnose the llvm-gcc-i386...
2011-02-18 Chris Lattnerhoist GlobalValue::removeDeadConstantUsers up to being...
2011-02-17 Devang PatelDo not lose debug info of an inlined function argument...
2011-02-17 Nadav RotemEnhance constant folding of bitcast operations on vecto...
2011-02-17 NAKAMURA TakumiTriple::MinGW64 is deprecated and removed. We can use...
2011-02-16 Stuart HastingsSwap VT and DebugLoc operands of getExtLoad() for consi...
2011-02-16 Rafael EspindolaGas is very inconsistent about when a relaxation/reloca...
2011-02-16 Rafael EspindolaAdd support for pushsection and popsection. Patch by...
2011-02-15 Nick LewyckyTeach PatternMatch that splat vectors could be floating...
2011-02-15 Devang PatelMove DbgInfoPrinter specific utlities inside DbgInfoPri...
2011-02-15 Duncan SandsSpelling fix: consequtive -> consecutive.
2011-02-15 Chris Lattnerfix comments
2011-02-15 Chris Lattnerconvert ConstantVector::get to use ArrayRef.
2011-02-15 Chris Lattnerfix some typos.
2011-02-14 Jakob Stoklund OlesenMove more fragments of spill weight calculation into...
2011-02-14 Chris Lattnerrevert my ConstantVector patch, it seems to have made...
2011-02-14 Rafael EspindolaMove broken HasCommonSymbols to ELFWriter.cpp.
2011-02-14 Chris LattnerSwitch ConstantVector::get to use ArrayRef instead...
2011-02-14 Chris Lattneradd a new ArrayRef class. This is intended to replace...
2011-02-14 Chris Lattnerfix two comment thinkos
2011-02-14 Nick LewyckyFix typo in comment.
2011-02-13 Chris Lattnermissed a header
2011-02-13 Chris Lattnerfix thinko :)
2011-02-13 Chris LattnerRevisit my fix for PR9028: the issue is that DAGCombine was
2011-02-13 Chris Lattneradd a helper method.
2011-02-11 Zhanyong WanAdds llvm::sys::path::is_separator() to test whether...
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-11 Douglas GregorPoison the relational operators ==, !=, <, <=, >=,...
2011-02-11 Chris Lattnermake the constantexpr interfaces for inbounds GEPs...
2011-02-11 Rafael EspindolaRemove std::string version of getNameWithPrefix.
2011-02-11 Jim GrosbachRemove trailing whitespace.
2011-02-10 Owen AndersonClean trailing whitespace.
2011-02-10 Chris Lattnerswitch the constantexpr, target folder, and IRBuilder...
next