Added floating point conditional operations support via libcalls.
[oota-llvm.git] / lib /
2009-06-25 Sanjiv GuptaAdded floating point conditional operations support...
2009-06-25 Chris Lattnersimplify shouldPrintPLT
2009-06-25 David GoodwinTest commit
2009-06-25 Chris LattnerUse target-specific machine operand flags to eliminate...
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Owen AndersonProvide guards for this shared structure. I'm not...
2009-06-25 Owen AndersonPrivatize some more debug-related static data.
2009-06-25 Owen AndersonUse a more correct atomic increment style. This isn...
2009-06-25 Bob WilsonRevert 74164. We'll want to use this method later.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-25 Bruno Cardoso LopesSupport Constant Pool Sections
2009-06-25 Bob WilsonRemove unused hasV6T2Ops method. We already have a...
2009-06-25 Douglas GregorAdd missing dependencies to the CMake build system.
2009-06-25 Chris Lattneradd file to cmake
2009-06-25 Evan ChengChange thumb2 instruction definitions so if-converter...
2009-06-25 Jeffrey YasskinAdd a JITEventListener interface that gets called back...
2009-06-25 Evan ChengAdd thumb2 add sp.
2009-06-25 Chris Lattnerfix comments to be correct.
2009-06-25 Evan ChengSome reorg and additional comments.
2009-06-25 Devang PatelNo need to code gen MDNodes
2009-06-25 Bill WendlingMy guess is that RegInfo should only call the Allocator...
2009-06-25 Dan GohmanReword a few comments.
2009-06-25 Owen AndersonNow with EVEN FEWER statics!
2009-06-24 Evan ChengAdd Thumb2 pc relative add.
2009-06-24 Owen AndersonFewer static variables, part 3 of many.
2009-06-24 Evan Cheng80 col violation.
2009-06-24 Owen AndersonDown with _even more_ statics!
2009-06-24 Owen AndersonDown with statics!
2009-06-24 Devang PatelAdd constructor to create MDString using std::string
2009-06-24 Owen AndersonMove local statics to per-instance variables.
2009-06-24 Owen AndersonMake this thread-safe.
2009-06-24 Owen AndersonGet rid of a static boolean.
2009-06-24 Andreas BolkaScaffolding for LDA pass.
2009-06-24 Bob WilsonFix the Ocaml bindings for the ExecutionEngine: with...
2009-06-24 Lang HamesCompleted basic intra block split implementation.
2009-06-24 Chris Lattnermove some functions, add a FIXME, use PrintPICBaseSymbo...
2009-06-24 David GreeneThis increases the maximum for MVT::LAST_VALUETYPE
2009-06-24 Daniel DunbarSketch streamer support for .align, .org functionality.
2009-06-24 Chris Lattnerreimplement getPICLabelString as PrintPICBaseSymbol...
2009-06-24 Chris Lattnersink management of DwarfWriter & MachineModuleInfo...
2009-06-24 Chris Lattnersink dwarf finalization out of each target into AsmPrin...
2009-06-24 Chris Lattnereliminate the ExtWeakSymbols set from AsmPrinter. ...
2009-06-24 Chris Lattneronly emit one .align for all the hidden gv stubs instea...
2009-06-24 Chris Lattnerinline print*Stub and rearrange function stub printing...
2009-06-24 Chris Lattnerremove dead code now that personality functions don...
2009-06-24 Chris Lattnerremove now-dead argument.
2009-06-24 Chris Lattnersimplify personality function stub printing to use...
2009-06-24 Chris Lattnerremove dead argument
2009-06-24 Chris LattnerRearrange some stuff in MachineOperand and add a new...
2009-06-24 Owen AndersonGet rid of the global CFGOnly flag by threading a Short...
2009-06-24 Dale JohannesenRewrite 73900 per Duncan's suggestion.
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarMCStreamer: Add a few more "symbol attributes".
2009-06-24 Daniel DunbarMCStreamer: Test printing values.
2009-06-24 Dan GohmanMinor whitespace cleanups.
2009-06-24 Dan GohmanSimplify [su]max(MAX, n) to MAX. This comes up in loop...
2009-06-24 Dan GohmanWhen inserting code into a loop preheader, insert it...
2009-06-24 Duncan SandsAdd new files to cmake list.
2009-06-24 Chris Lattnerfactor some code better.
2009-06-24 Chris Lattnerwire up support for MCContext/MCStreamer in -experiment...
2009-06-24 Chris Lattnerremove dead makefile flags.
2009-06-24 Dan GohmanDelete some orphaned comments, fix some 80-column viola...
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Lang HamesFixed a bug in LiveInterval scaling (failure to scale...
2009-06-24 Evan ChengFix support for inline asm input / output operand tying...
2009-06-24 Dan GohmanExtend ScalarEvolution's multiple-exit support to compu...
2009-06-24 Nick LewyckyUnbreak build on Linux by removing Darwinism.
2009-06-24 Dan GohmanTeach GetMinSignBits about SCEVAddExprs.
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-24 Dan GohmanRevert this accidental commit.
2009-06-24 Dan GohmanMove the special cases for constants out of getUnknown...
2009-06-24 Dan GohmanUse ScalarEvolution::getConstant instead of getUnknown...
2009-06-24 Dan GohmanInclude the maximum trip count expression in ScalarEvol...
2009-06-24 Dan GohmanAdd an isAllOnesValue utility function, similar to...
2009-06-24 Dan GohmanDon't emit a redundant BitCastInst if the value to...
2009-06-24 Owen AndersonGuard the listeners list. Unfortunately, this requires...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Sean CallananTest commit: fixed spacing.
2009-06-23 Devang PatelIt is not a good idea to have data member's name match...
2009-06-23 Devang PatelUse getReturnTypeName() to print return type.
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Owen AndersonUse atomic operations when accessing statistics, and...
2009-06-23 Owen AndersonAdd atomic multiply and divide operations, built on...
2009-06-23 Owen AndersonMake timers threadsafe again. This isn't quite as...
2009-06-23 Owen AndersonRevert my last series of commits related to Timer and...
2009-06-23 Evan ChengTest instructions operands were printed in the wrong...
2009-06-23 Bill Wendling"The MMX_MASKMOVQ and MMX_MASKMOVQ64 instructions are...
2009-06-23 Lang HamesSwitched size_t to int64_t to prevent type mismatch...
2009-06-23 Evan ChengProper patterns for thumb2 shift and rotate instructions.
2009-06-23 Evan ChengCode clean up.
2009-06-23 Evan ChengAdd IsThumb1Only to most 16-bit thumb instructions...
2009-06-23 Owen AndersonAtomic ops that do arithmetic use signed arithmetic.
2009-06-23 Owen AndersonActually, these need to be signed integers, not unsigned.
2009-06-23 Evan ChengRename SelectShifterOperand to SelectThumb2ShifterOpera...
2009-06-23 Owen AndersonUse 64-bit integer counters for tracking time, rather...
2009-06-23 Owen AndersonLabel the existing atomic functions as 32-bit specific...
2009-06-23 Douglas GregorEliminate object-relinking support from CMake. Fixes...
2009-06-23 Evan ChengObvious typo.
2009-06-23 Evan ChengInitial Thumb2 support. Majority of the work is done...
next