2009-07-26 |
Daniel Dunbar | Don't use llvm_report_error in libSystem, this is a... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | untangle a TargetAsmInfo hack where ELFTargetAsmInfo... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Evan Cheng | Refactor. Get rid of a few more getOpcode() calls. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | Use the RHS length instead of the LHS length. They... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nuno Lopes | fix segfault (because of erasing after the vector bound... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nuno Lopes | add gentoo 2009.0 g++ header locations |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Sanjiv Gupta | Fix the breakage caused by 76950. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Remove Value::getName{Start,End}, the last of the old... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Switch to getName() |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Make sure getName().data() is always null terminated. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Remove Value::getNameLen |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Switch to using llvm::Value::getName() |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nick Lewycky | Move MSILModule and MSILWriter into the 'llvm' namespac... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Eliminate some uses of DOUT, cerr, and getNameStart(). |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | remove a densemap from TargetAsmInfo that was uniquing... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | simplify SectionFlagsForGlobal, even though I want... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | make SectionKind keep track of whether a global had... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | simplify this code now that SectionKind knows if a... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | make SectionKind know whether a symbol is weak or not... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | Make the kind actually be private. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | rename Mergable -> Mergeable and Writable -> Writeable |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | two files I missed in the last commit. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | remove a bunch of helper functions, just use SectionKin... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | simplify getSectionForMergableConstant to take a Sectio... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | precreate 4/8/16 byte mergable sections to simplify... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | introduce specialized mergable const sectionkinds for... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | improve the default impl of getSectionForMergableConsta... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | make elf targets correctly handle constant pool entries... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | Rearrange all the SectionKinds and structure them into... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Update target registration description in Writing An... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Sort list of targets in --version. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Factor commonality in triple match routines into helper... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Oops, forgot XCore. Sorry XCore! |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Update for API change. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | fix isReadOnly predicate to not include data that has... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | remove a dead enum case. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Update Triple to use StringRef/Twine based APIs. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Add StringRef::{slice, split}, two convenient string... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | put normal data into .data instead of .data.rel on... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Remove unused header |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Kill Target specific ModuleMatchQuality stuff. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Update for API change. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Add TargetRegistry::lookupTarget. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | eliminate a pointless switch stmt. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Lookup targets by Triple instead of Module. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | finish simplifying DarwinTargetAsmInfo::SelectSectionFo... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Some clients rely on getName{Start,End} not returning... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Rewrite getName{Start,End,Len} in terms of getName... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | simplify DarwinTargetAsmInfo::SelectSectionForGlobal... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | simplify some predicates, add isMergableString() |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Simplify. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Bob Wilson | Add support for ARM Neon VREV instructions. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*, unsigned). |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Daniel Dunbar | Remove Value::setName(const char*). |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove Value::{isName, getNameRef}. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Preserve qualifiers. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | make SectionKind be a first-class pod struct instead... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Ryan Flynn | PR3575 - warn on declared variable or function attribut... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCImplDecl::getInstanceMethod/getClassMethod... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCInterfaceDecl::lookupInstanceMethod/lookup... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCProtocolDecl::lookupInstanceMethod/lookupC... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Argyrios Kyrtzidis | Refactor ObjCContainerDecl::getInstanceMethod/getClassM... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Improve comments (Thanks Fariborz). |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Mike Stump | Add noreturn as a type attribute, handle printing for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Reid Kleckner | Added a test and fixed a bug in BumpPtrAllocator relati... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Fariborz Jahanian | ir-gen for non-virtual base class initialization |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | this is (unfortunately) several changes mixed together: |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | document some invariants. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | add the most expedient hack to fix PR4619, along with... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Fix a few comments to say "backedge-taken count" instead of |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | SCEV objects are no longer reference-counted. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Update comments to new-style syntax. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | When attempting to sign-extend an addrec by interpreting |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Remove spurious semicolons. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Sebastian Redl | Implement C++ semantics for C-style and functional... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Make sure to point at src dir, for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Cleanup test execution & output. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Drop external script and DejaGNU compa... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Disable valgrind support for now,... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner/Win32: Add SYSTEMROOT to environment... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Make having no RUN line a failure. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove TESTDIR initialization, MultiTestRunner can... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove empty tests, left over from an svn revert. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Remove this Makefile, it is unused. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Oops, clang wasn't being substituted... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Andreas Bolka | Convert DOUT to DEBUG. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Always use absolute path names for... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Disable this test: cxx-using-declaration.cpp |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Validate '&&' at the end of RUN lines. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner: Explicitly define child environment... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Simplify JIT target selection. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner.py improvements. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | MultiTestRunner.py improvements. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Change these tests to not depend as much on the name... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Sanjiv Gupta | Mark attributes of return insn correctly. It was being... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | remove this test. It is currently failing because... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | eventually we should describe string options in the... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Chris Lattner | minor tweaks. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Add new helpers for registering targets. |
commit | commitdiff | tree | snapshot |
next |