oota-llvm.git
2009-12-15 Bob WilsonReapply 91184 with fixes and an addition to the testcas...
2009-12-15 Daniel Dunbarlit: Improve error when gtest discovery fails.
2009-12-15 Dan GohmanRevert 90628, which was incorrect.
2009-12-15 Chris LattnerFix GetConstantStringInfo to not look into MDString...
2009-12-15 Jim Grosbachwhitespace
2009-12-15 Devang PatelAdd support to emit debug info for C++ namespaces.
2009-12-15 Chris Lattneroptimize strstr, PR5783
2009-12-15 Johnny ChenAdded encoding bits for the Thumb ISA. Initial checkin.
2009-12-15 Dan GohmanDelete an unused function.
2009-12-15 Chris Lattneradd some other xforms that should be done as part of...
2009-12-15 Chris Lattnera few improvements:
2009-12-15 Chris Lattnerhoist the begin/end/capacity members and a few trivial...
2009-12-15 Chris Lattnerimprove isPodLike to know that all non-class types...
2009-12-15 Chris LattnerLang verified that SlotIndex is "pod like" even though...
2009-12-15 Chris LattnerRemove isPod() from DenseMapInfo, splitting it out...
2009-12-15 Mikhail GlushenkovConvert llvmc tests to FileCheck.
2009-12-15 Mikhail GlushenkovSupport hook invocation from 'append_cmd'.
2009-12-15 Evan ChengFix an encoding bug.
2009-12-15 Chris Lattneradd an ALWAYS_INLINE macro, which does the obvious...
2009-12-15 Kenneth UildriksFor fastcc on x86, let ECX be used as a return register...
2009-12-15 John McCallNames from dependent base classes are not found by...
2009-12-15 Evan ChengDisable 91381 for now. It's miscompiling ARMISelDAG2DAG...
2009-12-15 Mikhail GlushenkovValidate the generated C++ code in llvmc tests.
2009-12-15 Mikhail GlushenkovPipe 'grep' output to 'count'.
2009-12-15 Mikhail GlushenkovAllow $CALL(Hook, '$INFILE') for non-join tools.
2009-12-15 Mikhail GlushenkovSmall documentation update.
2009-12-15 Evan ChengMake 91378 more conservative.
2009-12-15 John McCallYou can't use typedefs to declare template member speci...
2009-12-15 Bill WendlingInitial work on disabling the scheduler. This is a...
2009-12-15 Evan ChengTail duplication should zap a copy it inserted for...
2009-12-15 Evan ChengUse sbb x, x to materialize carry bit in a GPR. The...
2009-12-15 Evan ChengFold (zext (and x, cst)) -> (and (zext x), cst).
2009-12-15 Daniel DunbarNNT: Make sure stderr for build commands goes to log...
2009-12-15 Evan ChengPropagate zest through logical shift.
2009-12-15 Eric ChristopherFormatting.
2009-12-15 Bill WendlingRevert these. They may have been causing 483_xalancbmk...
2009-12-15 Jim Grosbachnand atomic requires opposite operand ordering
2009-12-14 Dan GohmanFix integer cast code to handle vector types.
2009-12-14 Dan GohmanMove Flag and isVoid after the vector types, since...
2009-12-14 Dan GohmanFix these asserts to check the invariant that the code...
2009-12-14 Dan GohmanUpdate this comment.
2009-12-14 Dan GohmanFix this to properly clear the FastISel debug location...
2009-12-14 Bob WilsonRearrange rules to add missing dependency and allow...
2009-12-14 Johnny ChenAdd encoding bits "let Inst{11-4} = 0b00000000;" to...
2009-12-14 Bill WendlingThe CIE says that the LSDA point in the FDE section...
2009-12-14 Jim Grosbachv6 sync insn copy/paste error
2009-12-14 Jim GrosbachAdd ARMv6 memory and sync barrier instructions
2009-12-14 Johnny ChenFixed encoding bits typo of ldrexd/strexd.
2009-12-14 Jim GrosbachThumb2 atomic operations
2009-12-14 Dan GohmanAdd svn:ignore entries for the Disassembler files.
2009-12-14 Dan GohmanMove several function bodies which are rarely inlined...
2009-12-14 Chris Lattnerfix an obvious bug found by clang++ and collapse a...
2009-12-14 Dan GohmanMicro-optimize these functions in the case where they...
2009-12-14 Jim Grosbachcorrect selection requirements for thumb2 vs. arm versi...
2009-12-14 Eric ChristopherAdd radar fixed in comment.
2009-12-14 Jim Grosbachadd Thumb2 atomic and memory barrier instruction defini...
2009-12-14 Jim Grosbachwhitespace
2009-12-14 Jim GrosbachARM memory barrier instructions are not predicable
2009-12-14 Daniel DunbarNNT: Use [e]grep -a when scanning logs, its possibly...
2009-12-14 Daniel DunbarNNT: Always create the -sentdata.txt file.
2009-12-14 Dan GohmanClear the Processed set when it is no longer used,...
2009-12-14 Dan GohmanFix a thinko; isNotAlreadyContainedIn had a built-in...
2009-12-14 Dan GohmanRemove unnecessary #includes.
2009-12-14 Dan GohmanMake the IVUses member private.
2009-12-14 Dan GohmanInstead of having a ScalarEvolution pointer member...
2009-12-14 Dan GohmanDon't bother cleaning up if there's nothing to clean up.
2009-12-14 Dan GohmanDelete an unused variable.
2009-12-14 Dan GohmanDrop Loop::isNotAlreadyContainedIn in favor of Loop...
2009-12-14 Jim Grosbachadd ldrexd/strexd instructions
2009-12-14 Dan GohmanLSR itself doesn't need LoopInfo.
2009-12-14 Dan GohmanLSR itself doesn't need DominatorTree.
2009-12-14 Dan GohmanRemove the code in LSR that manually hoists expansions...
2009-12-14 Dan GohmanMinor code cleanups.
2009-12-14 Devang PatelUse DW_AT_specification to point to DIE describing...
2009-12-14 Shantonu SenRemove empty file completely
2009-12-14 Torok EdwinAdd "generic" fallback.
2009-12-14 Lang HamesAdded CalcSpillWeights to CMakeLists.
2009-12-14 Bill WendlingWhitespace changes, comment clarification. No functiona...
2009-12-14 Lang HamesMoved spill weight calculation out of SimpleRegisterCoa...
2009-12-14 Chris Lattnerrevert r91184, because it causes a crash on a .bc file...
2009-12-14 Jim Grosbachatomic binary operations up to 32-bits wide.
2009-12-14 Mikhail GlushenkovAdd a test for the 'init' option property.
2009-12-13 Jeffrey YasskinReinstate r91208 to fix available_externally linkage...
2009-12-13 Torok EdwinUsing _MSC_VER there was wrong, better just use the...
2009-12-13 Chandler CarruthDon't leave pointers uninitialized in the default const...
2009-12-13 Anton KorobeynikovFix weird typo which leads to unallocated memory access...
2009-12-13 Anton KorobeynikovDo not allow uninitialize access during debug printing
2009-12-12 Eli FriedmanMore info on this transformation.
2009-12-12 Eli FriedmanRemove some stuff that's already implemented. Also...
2009-12-12 Daniel DunbarUpdate install-clang target for clang-cc removal.
2009-12-12 Evan ChengDisable r91104 for x86. It causes partial register...
2009-12-12 Anton KorobeynikovImplement variable-width shifts.
2009-12-12 Evan ChengAdd comment about potential partial register stall.
2009-12-12 Evan ChengFix an obvious bug. No test case since LEA16r is not...
2009-12-12 Torok EdwinEnable CPU detection when using MS VS 2k8 too.
2009-12-12 Benjamin KramerFix some CHECK lines which were ignored by accident.
2009-12-12 Jeffrey YasskinRevert r91208. Something on Linux prevents the JIT...
2009-12-12 Jeffrey YasskinFix available_externally linkage for globals. It's...
2009-12-12 Jeffrey YasskinMake it easier to use the llvm_unreachable and DEBUG...
2009-12-12 Jim GrosbachFramework for atomic binary operations. The emitter...
next