2009-07-22 |
Evan Cheng | Eliminate a redudant check Eli pointed out. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sanjiv Gupta | Fixed build warning. No functionality change. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Move bug reporter "visitors" to their own file and... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Devang Patel | Introduce MetadataBase, a base class for MDString and... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Fariborz Jahanian | Allocate BaseOrMemberInitializers and CXXBaseSpecifier... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Douglas Gregor | Implement parsing and semantic analysis for out-of... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Steve Naroff | Fix a couple recent ABI regressions noticed during... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Daniel Dunbar | Support writing a StringRef to a raw_ostream directly. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Switch some functions from using x86 builtins to using... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Add some documentation, to make it so the next person... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix some wording problems Daniel pointed out, make... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | doxygenify |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix typo noticed by Duncan |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ryan Flynn | cast signed APInt constructor params to uint64_t to... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Steve Naroff | Fix <rdar://problem/6770276> Support Class<Proto> syntax. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Douglas Gregor | Test template instantiation for member functions of... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Duncan Sands | Add newline at end of file. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Richard Osborne | Thread local globals don't require special handling... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Torok Edwin | Remove a comment that was copy+pasted from the wrong... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Duncan Sands | Revert commit 76707, it was breaking the llvm-gcc build |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Don't give a massive inlining cost bonus to available_e... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Don't forget D16 - D31 are clobbered by calls and sjlj eh. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Add R12 to the list of registers clobbered by 16-bit... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Fix a obvious copy-n-paste bug. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Make vectorized floating-point comparisons work without... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Get rid one of the getRegisterNumbering. Also add D16... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | remove Bill from the author list: his contribution... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | add some more topics to the coding standards doc: |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Attempt to fix BuildBot breakage with MSVC. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Restructure ProgramPoint to have the 'Kind' value be... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Temporarily disable most use of region casts in RegionS... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Ted Kremenek | Fix a crasher in StoreManager::InvalidateRegion() cause... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | fix some formatting stuff, patch by Edward O'Callaghan! |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mon P Wang | Preserve address space information through member acces... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Remove an unneeded header. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eric Christopher | Remove intrinsic support for __builtin_ia32_vec_set_v16... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Eli Friedman | Add support for MMX VSETCC. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Sean Callanan | Added the unconditional JMP with an 8-bit relocation... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Add an entry. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | inline the two MergeableConstSection implementations... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Mike Stump | Prep for new warning. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Fariborz Jahanian | Minor mod. per Doug's comment. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | set the ELF "small" flag on objects that end up in... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | don't set the small flag yet. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | remove the SelectSectionForMachineConst hook, replacing... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Douglas Gregor | Complain if we're entering the context of a dependent... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Evan Cheng | Let each target determines whether a machine instructio... |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Owen Anderson | Get rid of the Pass+Context magic. |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Chris Lattner | reimplement Constant::ContainsRelocations as |
commit | commitdiff | tree | snapshot |
2009-07-22 |
Dan Gohman | Misc. doc fixes following suggestions from Eli. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fixing cp island pass. Step 1: Determine whether the... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Fix comment. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Douglas Gregor | Basic parsing and semantic analysis for out-of-line... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Revert this, we can now avoid error cascades better. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Revert this, was a bug in my new warning code, not... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | simplify code now that it is inlined. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Lang Hames | Exposed PHIElimination pass within CodeGen. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Revert this, we have a better way to do this. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Now that RelocBehaviour() is never overloaded, it doesn... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Revert this, we have a better way to handle this. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Eric Christopher | Add intrinsic for __builtin_ia32_vec_set_v4si which... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | this doesn't break any of the 4 ia64 tests. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | alpha doesn't need to redefine this: it only supports... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Revert recent change, I now have a better way to solve... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
David Greene | Add some support for iterative coalescers to calculate... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | no really, I can spell! |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | add an API so target-independent codegen can determine... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Fix long-lurking bug in ObjCSummaryCache revealed by... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Convert instcombine from using using getAnalysis<Target... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Permit the IntPtrTy argument to isEliminableCastPair... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | fix typo |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bruno Cardoso... | Change ELFCodeEmitter logic to emit the constant pool... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Dan Gohman | Replace the original ad-hoc code for determining whethe... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Prep for new warning. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Evan Cheng | Remove a big test case. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Various doc updates from Edward O'Callaghan! |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove the last bits of SectionFlagsForGlobal. There... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | don't mask out the small flag and then reapply it later. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | if Xcore doesn't support TLS, it doesn't have to worry... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | remove the Xcore implementation of SelectSectionForGlob... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Fariborz Jahanian | Patch to accomodate Doug's comment on default |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | simplify based on the fact that darwin always uses... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | make some stuff private. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | improve comments. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Remove the XCore custom implementation of MergeableCons... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bob Wilson | Fix ocaml tests for 64-bit MacOS systems. LLVM is... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Bob Wilson | Reorder the "Metadata" entry to match the C bindings. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Remove stale comment and fix RUN line. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Daniel Dunbar | Add missing include |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | inline a trivial method into its only call site and... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | Remove some overridden functions in XCoreTargetAsmInfo... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Add test case for PR 4596, which is already fixed due... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Patch by Stefan Bühler: Escape text in macro expansion... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | revert r76602, 76603, and r76615, pending design discus... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Chris Lattner | minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Update stale comment. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Prep for new warning. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Reorder files. |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Ted Kremenek | Fix PR 4594 by refactoring almost all casting logic... |
commit | commitdiff | tree | snapshot |
2009-07-21 |
Mike Stump | Prep for new warning. |
commit | commitdiff | tree | snapshot |
next |