Don't show commands.
[oota-llvm.git] / include /
2011-03-07 Jakob Stoklund OlesenLet shrinkToUses optionally return a list of now dead...
2011-03-07 Eric ChristopherTypos.
2011-03-07 Cameron ZwarichMove getRegPressureLimit() from TargetLoweringInfo...
2011-03-07 Duncan SandsOften GCC can see that NumBuckets is zero here, resulti...
2011-03-07 Jim GrosbachTidy up.
2011-03-07 Owen AndersonUse the correct LHS type when determining the legalizat...
2011-03-07 Argyrios KyrtzidisTry fixing mingw build.
2011-03-07 Argyrios KyrtzidisDo a compiler check that we use one of the types from...
2011-03-06 Nick LewyckyConstantInt has some getters which return ConstantInt...
2011-03-05 Benjamin KramerAvoid zero-sized allocations when copying a fresh DenseMap.
2011-03-05 Anton KorobeynikovPreliminary support for ARM frame save directives emiss...
2011-03-05 Anton KorobeynikovProvide hooks to set MI flags in MachineInstrBuilder
2011-03-05 Anton KorobeynikovSome first rudimentary support for ARM EHABI: print...
2011-03-05 Anton KorobeynikovAdd FrameSetup MI flags
2011-03-05 Anton KorobeynikovShorten AsmPrinterFlags filed to accomodate for future...
2011-03-05 Benjamin KramerLazily allocate DenseMaps.
2011-03-05 Che-Liang Chiouptx: add basic intrinsic support
2011-03-05 Andrew TrickMissing "virtual" keyword. Jakob's review.
2011-03-05 Andrew TrickIncreased the register pressure limit on x86_64 from...
2011-03-05 Jin-Gu Kangtest commit
2011-03-05 Jim GrosbachTeach the register scavenger to take subregs into accou...
2011-03-04 Eric ChristopherSupport unregistering exception frames of functions...
2011-03-04 Jakob Stoklund OlesenRenumber slot indexes locally when possible.
2011-03-04 Jakob Stoklund OlesenSymbolize the default instruction distance.
2011-03-04 Jakob Stoklund OlesenDeferred SlotIndex renumbering was a good idea but...
2011-03-04 Devang PatelAdd ArrayRef variant.
2011-03-04 Jakob Stoklund OlesenUse an IndexedMap instead of a DenseMap for the live...
2011-03-03 Bill WendlingThere are times when the landing pad won't have a call...
2011-03-03 Jim GrosbachAllow a target to choose whether to prefer the scavenge...
2011-03-03 Richard OsborneOptimize fprintf -> iprintf if there are no floating...
2011-03-03 Richard OsborneOptimize sprintf -> siprintf if there are no floating...
2011-03-03 Richard OsborneOptimize printf -> iprintf if there are no floating...
2011-03-03 Tilmann SchellerUse X86_thiscall calling convention for Win64 as well.
2011-03-03 Jakob Stoklund OlesenRepresent sentinel slot indexes with a null pointer.
2011-03-03 Jakob Stoklund OlesenAvoid comparing invalid slot indexes, and assert that...
2011-03-03 Jakob Stoklund OlesenOptimize SlotIndex equality tests.
2011-03-02 Chris Lattneradd some slice helper methods.
2011-03-02 Duncan SandsRemove DIFactory. Patch by Devang.
2011-03-02 Tilmann SchellerAdd Win64 thiscall calling convention.
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...
next