Build CompilerDriver library.
[oota-llvm.git] / include /
2011-03-12 Duncan SandsSpeculatively revert commit 127478 (jsjodin) in an...
2011-03-11 Owen AndersonTeach FastISel to support register-immediate-immediate...
2011-03-11 Jim Grosbach80 columns.
2011-03-11 Jim GrosbachTrailing whitespace.
2011-03-11 Jan SjödinRemove optimization emitting a reference insted of...
2011-03-10 Rafael EspindolaAdd r127409 back now that the windows file was updated.
2011-03-10 Jakob Stoklund OlesenRevert r127409 which broke all the Windows bots.
2011-03-10 Rafael EspindolaAdd support for MemoryBuffers that are not null termina...
2011-03-10 Che-Liang Chiouptx: add the rest of special registers of ISA version 2.0
2011-03-10 Jakob Stoklund OlesenMake SpillIs an optional pointer. Avoid creating a...
2011-03-10 Devang PatelIntroduce DebugInfoProbe. This is used to monitor how...
2011-03-10 Evan ChengRe-commit 127368 and 127371. They are exonerated.
2011-03-09 Evan ChengRevert 127368 and 127371 for now.
2011-03-09 Evan ChengRestore the default implementation of getCrossCopyRegCl...
2011-03-09 Evan ChengChange the definition of TargetRegisterInfo::getCrossCo...
2011-03-09 Jan SjödinAdd createELFObjectTargetWriter method to TargetAsmBack...
2011-03-09 Jan SjödinAdd constructors to MCElfStreamer and MCObjectStreamer...
2011-03-09 Jan SjödinAdd InitializeNativeAsmParser function.
2011-03-08 John McCallTypo. Patch by arrowdodger.
2011-03-08 Chris Lattnerfix incorrect comment.
2011-03-08 Justin HolewinskiPTX: Add intrinsic support for ntid, ctaid, and nctaid...
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.
next