Convert LLParser to use LLVMContext for creating constants.
[oota-llvm.git] / lib /
2009-06-27 Dan GohmanWhen a value is used multiple times within a single...
2009-06-27 Chris Lattnerfix clang/test/CodeGenObjC/try.m, a basereg doesn't...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-27 Chris Lattnerfactor some logic out into a helper function, allow...
2009-06-27 Chris LattnerReimplement rip-relative addressing in the X86-64 backe...
2009-06-27 Chris LattnerWhen doing remat, don't consider uses of non-allocatabl...
2009-06-27 Evan ChengRenaming for consistency.
2009-06-27 Chris LattnerFix PR4466 by making fastisel set operand flags correctly.
2009-06-27 Chris Lattnerfix a typo that GCC should have caught that causes...
2009-06-26 David GoodwinRemove outdated comment.
2009-06-26 David GoodwinWhen possible, use "mvn ra, rb" instead of "eor ra...
2009-06-26 Dan GohmanIncorporate the insertion point into the key of SCEVExp...
2009-06-26 Devang PatelRemove unused routines.
2009-06-26 David GreeneAdd feature flags for AVX and FMA and fix some SSE4A...
2009-06-26 Dan GohmanFix ScalarEvolution::getAddRecExpr's code which canonic...
2009-06-26 Dan GohmanFix SCEVAddRecExpr::isLoopInvariant to test if all...
2009-06-26 Evan ChengAdd x86 support for 'n' inline asm modifier. This will...
2009-06-26 Chris Lattnersimplify printing of MO_ExternalSymbol in a non-pcrel...
2009-06-26 Owen AndersonPrivatize some data.
2009-06-26 Owen AndersonConstify this value.
2009-06-26 Anton KorobeynikovSplit thumb-related stuff into separate classes.
2009-06-26 Chris Lattneradd %rip to the GR64 register class. Lets avoid alloca...
2009-06-26 Chris LattnerMove all the TLS processing logic into isel, don't...
2009-06-26 Chris Lattnermake sure to propagate operand flags in SelectTLSADDRAd...
2009-06-26 Chris Lattnerfix a really subtle bug in the cross section of aliases...
2009-06-26 David GoodwinThumb-2 has CLZ.
2009-06-26 David GoodwinUse "adcs/sbcs" only when the carry-out is live, otherw...
2009-06-26 Owen AndersonGet rid of these cache variables, which are a holdover...
2009-06-26 Owen AndersonMake this const.
2009-06-26 Chris Lattnerminor cleanup/framework changes.
2009-06-26 Owen AndersonPrivatize some variables.
2009-06-26 Chris Lattnermove magic for PIC constantpool references from asmprin...
2009-06-26 Chris Lattnerimplement DOTGraphTraits<SelectionDAG*>::getNodeLabel...
2009-06-26 Chris Lattneruse jump table operand flags in asm printer instead...
2009-06-26 Owen AndersonUse atomic operations for accessing this global counter.
2009-06-26 David GoodwinADC used to implement adde should use "adcs" opcode...
2009-06-26 Owen AndersonGet rid of unnecessary global variables.
2009-06-26 David GoodwinCurrently there is a pattern for the thumb-2 MOV 16...
2009-06-26 Douglas GregorFix linking of llvm-ld and lli with CMake, from Xerxes...
2009-06-26 Owen AndersonFix compilation without pthreads.
2009-06-26 Evan ChengSimplify predicate CarryDefIsUsed.
2009-06-26 Chris Lattnerfix a pasto.
2009-06-26 Chris Lattnerdot graph viewing is apparently not using SDNode::print...
2009-06-26 Chris Lattnerpropagate target operand flags from dag nodes into...
2009-06-26 Chris Lattnerpropagate target operand flags through addressing mode...
2009-06-26 Chris Lattnerfit in 80 cols
2009-06-26 Nick LewyckyEscape the name of the module since it comes from the...
2009-06-26 Devang PatelLet's ignore MDStrings also!
2009-06-26 Daniel DunbarFix may-be-used-uninitialized warning.
2009-06-26 Devang PatelRemove debug info anchors - llvm.dbg.compile_units...
2009-06-26 Daniel DunbarFix unused variable warnings.
2009-06-26 Owen AndersonFix error in the Win32 implementation pointed out by...
2009-06-26 Chris Lattnerstart adding logic in isel to determine asm printer...
2009-06-26 Dan GohmanChange this code to a form about which VC++ reportedly...
2009-06-26 Dan GohmanFix LCSSA to avoid emitting a PHI node for the unwind...
2009-06-26 Evan ChengAdd a note about commuting conditional move.
2009-06-26 Dan GohmanMinor code simplification.
2009-06-26 Evan ChengThese are done / no longer applicable.
2009-06-26 Evan ChengMark a bunch of instructions commutable.
2009-06-26 Evan Chengtst is also commutable.
2009-06-26 Owen AndersonCommitted the wrong version in my last commit.
2009-06-26 Owen AndersonPrivatize a static variable.
2009-06-26 Owen AndersonGuards for the compiler driver plugin list.
2009-06-25 Evan ChengSelect ADC, SBC, and RSC instead of the ADCS, SBCS...
2009-06-25 Owen AndersonSupport thread-local pretty stack traces.
2009-06-25 Owen AndersonAdd support for const thread locals.
2009-06-25 Owen AndersonFix typo in assertion.
2009-06-25 David GoodwinUse MVN for ~t2_so_imm immediates.
2009-06-25 Owen AndersonAdd a configure test for pthread_getspecific, and use...
2009-06-25 David GoodwinAdd Def/Use of CPSR for Thumb-1 instructions.
2009-06-25 Devang PatelSimplify.
2009-06-25 Evan ChengUnbreak mingw build. Patch by Viktor Kutuzov.
2009-06-25 Owen AndersonUpdate cmake build files.
2009-06-25 Owen AndersonAdd a class for supporting platform independent thread...
2009-06-25 Chris Lattneradd targetflags to jump tables and constant pool entries.
2009-06-25 Chris Lattnerallow setting target operand flags on TargetGlobalAddre...
2009-06-25 Daniel DunbarMC: Truncate values when printing, to keep 'as' happy.
2009-06-25 Evan ChengISD::ADDE / ISD::SUBE updates the carry bit so they...
2009-06-25 Chris Lattnerstart bringing targetoperand flags into isel, first...
2009-06-25 Mikhail GlushenkovMake -save-temps behave like in GCC 4.5.
2009-06-25 Owen AndersonPrivatize this map.
2009-06-25 Owen AndersonGuard dynamic library loading.
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.
next