Grammar.
[oota-llvm.git] / include /
2010-10-15 Jim GrosbachGrammar.
2010-10-14 Francois PichetAlways use binary mode for output stream. This is impor...
2010-10-14 Owen AndersonTry again at implementing thread-safe lazy pass initial...
2010-10-14 Owen AndersonRevert r116489. It included some changes I didn't...
2010-10-14 Owen AndersonApparently MSVC doesn't support thread-safe static...
2010-10-14 Chris Lattneradd uadd_ov/usub_ov to apint, consolidate constant...
2010-10-13 Chris Lattnermissed a line :(
2010-10-13 Chris Lattnerconstify these methods.
2010-10-13 Chris Lattneradd a few operations for signed operations that also
2010-10-13 Owen AndersonConversely, Analysis-implementations do NOT need to...
2010-10-13 Owen AndersonAnalysis groups need to initialize their default implem...
2010-10-13 Owen AndersonTake advantage of C++'s thread-safe static local initia...
2010-10-13 Benjamin KramerRemove noisy semicolon.
2010-10-13 Tobias GrosserAdd Region::isTopLevelRegion().
2010-10-13 Tobias GrosserRegionInfo: Update RegionInfo after a BB was split.
2010-10-13 Tobias GrosserRegioInfo: Add getExpandedRegion().
2010-10-13 Tobias GrosserRegionInfo: Allow to update exit and entry of a region.
2010-10-13 Tobias GrosserRegionInfo: Enhance addSubregion.
2010-10-13 Tobias GrosserRegionInfo: Allow to set the parent region of a basic...
2010-10-13 Rafael EspindolaFix PR8313 by changing ValueToValueMap use a TrackingVH.
2010-10-13 Rafael EspindolaBe more consistent in using ValueToValueMapTy.
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-12 Jim GrosbachComment grammar tweakage.
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-10-12 Dan GohmanConstify.
2010-10-12 Dan GohmanUse SmallVectorImpl in a bunch of places.
2010-10-11 Jason W KimSecond set of ARM/MC/ELF changes.
2010-10-11 Dan GohmanClang's #include handling apparently doesn't work for...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Michael J. SpencerRevert "System: Add SwapByteOrder and update Support...
2010-10-11 Michael J. SpencerSystem: Add SwapByteOrder and update Support/MathExtras...
2010-10-11 Chris Lattnerremove dead prototype, PR8351
2010-10-11 Chris Lattnertweak comment.
2010-10-11 Chris LattnerPer discussion with Sanjiv, remove the PIC16 target...
2010-10-09 Kenneth UildriksNow using a variant of the existing inlining heuristics...
2010-10-08 Jim GrosbachAllow << streaming of MCOperand.
2010-10-08 Kenneth UildriksStart separating out code metrics into code size metric...
2010-10-08 Michael J. SpencerMC-COFF: Fix Simple and Complex type. Fixes PR8320.
2010-10-08 Michael J. SpencerFix Whitespace.
2010-10-07 Jakob Stoklund OlesenAfter splitting, the remaining LiveInterval may be...
2010-10-07 Devang PatelRemove LoopIndexSplit pass. It is neither maintained...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-10-07 Devang PatelProvie a clearner interface so that FE can decide wheth...
2010-10-07 Jim GrosbachAdd output stream operator for MCInst.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-10-07 Owen AndersonAdd initialization routines for Instrumentation.
2010-10-07 Owen AndersonAdd initialization routines to InstCombine.
2010-10-07 Owen AndersonAdd initialization routines for VMCore.
2010-10-07 Owen AndersonAdd initialization routines for Target.
2010-10-07 Owen AndersonAdd initialization routines for CodeGen.
2010-10-07 Owen AndersonAdd initialization routines for Analysis and IPA.
2010-10-07 Owen AndersonAdd an initialization routine for libLLVMipo.a
2010-10-07 Owen AndersonAdd a header that I forgot to commit.
2010-10-07 Owen AndersonNext step on the getting-rid-of-static-ctors train...
2010-10-07 Owen AndersonAdd the header that I accidentally forgot from r115900.
2010-10-07 Owen AndersonMove the pass initialization helper functions into...
2010-10-07 Chris Lattneradd a common SDPatternOperator base class to SDNode...
2010-10-06 Jakob Stoklund OlesenAdd MachineRegisterInfo::constrainRegClass and use...
2010-10-06 Owen AndersonHide analysis group registration behind a macro, just...
2010-10-06 Devang PatelAdd support for DW_TAG_unspecified_parameters.
2010-10-06 Michael J. SpencerCleanup Whitespace.
2010-10-06 Owen AndersonPass initialization functions should take a PassRegistr...
2010-10-06 Dan GohmanRemove compatibilty code for old-style multiple return...
2010-10-06 Dan GohmanComputeLinearIndex doesn't need its TLI argument.
2010-10-06 Dan GohmanConstify isReachableFromEntry.
2010-10-06 Bill WendlingRemove tabs.
2010-10-06 Evan Cheng- Add TargetInstrInfo::getOperandLatency() to compute...
2010-10-06 Bill WendlingProvide a fast "get me the target triple from the modul...
2010-10-05 Owen AndersonAnother step towards getting rid of static ctors for...
2010-10-05 Rafael EspindolaOn ELF we need to know which symbols are used in reloca...
2010-10-05 Michael J. SpencerSupport: Add __forceinline to Compiler.h on MSVC.
2010-10-04 Bill WendlingThe pshufw instruction came about in MMX2 when SSE...
2010-10-04 Kevin EnderbyIncorporate suggestions by Daniel Dunbar after his...
2010-10-04 Jan Wen VoungAdd hook in MCSection to decide when to use "optimized...
2010-10-03 Chris Lattnerthe immediate field of pshufw is actually an 8-bit...
2010-10-03 Rafael EspindolaJim Asked us to move DataLayout on ARM back to the...
2010-10-03 Duncan SandsGCC extensions are no longer used here - update the...
2010-10-03 Duncan SandsRemove two uses of the gcc specific 'aligned' attribute...
2010-10-01 Jakob Stoklund OlesenWhen RemoveCopyByCommutingDef is creating additional...
2010-10-01 Devang PatelAdd support to let FE mark explict methods as explict...
2010-10-01 Owen AndersonThread the determination of branch prediction hit rates...
2010-09-30 Dale JohannesenMassive rewrite of MMX:
2010-09-30 Evan ChengComments about operand cycles and pipeline forwarding...
2010-09-30 Kevin EnderbyDid my commit for the last patch for the .loc directory...
2010-09-30 Kevin EnderbyAdds getPointerSize() to the AsmBackend which will...
2010-09-30 Jan Wen VoungMove logic of determining ELF entsize from the .s print...
2010-09-30 Jason W KimTiny patch for proof-of-concept cleanup of ARMAsmPrinte...
2010-09-30 Rafael EspindolaMake it possible for the MCObjectWriter to decide if...
2010-09-30 Jim GrosbachLet a target specify whether it wants an assembly print...
2010-09-29 Owen AndersonRevert r115099 (adding early jump threading). It's...
2010-09-29 Devang PatelLet FE mark a variable as artificial variable.
2010-09-29 Owen AndersonEarly CFG simplification can fold conditionals down...
2010-09-29 Evan ChengModel Cortex-a9 load to SUB, RSB, ADD, ADC, SBC, RSC...
2010-09-29 Devang PatelAdd support to let FE encode method access specifier.
2010-09-29 Devang PatelGeneralize DISubprogram element to encode various flags...
2010-09-29 Chris Lattnerremove PointerTracking from mainline, Edwin is going...
2010-09-29 Chris Lattnerimplement rdar://8456378 and PR7557 - support for the...
2010-09-29 Chris Lattnerchange the protocol TargetAsmPArser::MatchInstruction...
2010-09-28 Evan ChengAdd support to model pipeline bypass / forwarding.
2010-09-28 Owen AndersonPart one of switching to using a more sane heuristic...
next