2009-07-24 |
Evan Cheng | Forgot this test earlier. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Fix these tests. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Eli Friedman | Fix assert assembling zero-argument constant GEP. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Uh. It would be useful to actually print the operand. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Douglas Gregor | Template instantiation for static data members that... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | Fixes broken test by accident. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | More Sema check for constructor's member initializer... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | fix some predicates |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | In the "use of floating point variable as loop counter... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | change SectionKindForGlobal from being a public (and |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Have 'clang --analyze' run syntactic static analysis... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Disable my constant island pass optimization (to make... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Eric Christopher | Move insertps tests to sse41 combo test file, convert... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | make SectionKindForGlobal target independent, and there... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Mike Stump | Fix 80-col violations, reflow a few comments and zap... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Add a workaround for Darwin assembler bug where it... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | we already know the sectionkind when invoking SelectSec... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | make SectionForGlobal non-virtual, add a hook for pic16... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Fix this condition I accidentally inverted. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Jakob Stoklund... | Add support for promoting SETCC operations. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Make sure thumb2 jumptable entries are aligned. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Fix a release build warning. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Clean up. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Replace use of std::set with SmallPtrSet. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Convert several more passes to use getAnalysisIfAvailab... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Add specific classes for Add, Sub, and Mul, for conveni... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Fariborz Jahanian | More work toward initialization of objects |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Steve Naroff | Allow front-end 'isa' access on object's of type 'id'. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Don't use getLLVMFieldNo for bitfields when constructin... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | start refactoring pic16 section selection logic. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | move ELF-specific code into ELFTargetAsmInfo. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | split the ELF-specific section flag inference-from... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | make SectionFlagsForGlobal a private static function... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | move a method up in the file, GV is always non-null... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | There is no need to pass the name into lib/Target... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | remove a use of SectionFlagsForGlobal. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Check in a half finished new constant struct builder... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Another getName -> getNameStr |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | More move to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Move more to raw_ostream, provide support for writing... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Move more to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Move to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Switch to getNameStr(). |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Allow llvm_report_error to accept a Twine. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Eli Friedman | Remove unused member functions. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Fix declaration of obc_enumerationMutation function... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Fix constructor types |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Update CMake |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Add Twine ADT. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Add doxygen comments and simplify expression. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Convert a test to FileCheck. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | hoist section name uniquing logic up to the top-level... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | Implement getSectionPrefixForUniqueGlobal to return... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | reduce indentation |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | simplify code by making special case more obvious |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | the 'isWeakForLinker' code is common between functions... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | Replace UniqueSectionForGlobal with getSectionPrefixFor... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Introduce a new variant type 'TryResult' to represent... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | document SectionFlags::Named better and make it more... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | fix indentation. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | use section flags more correctly. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Switch to raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | fix a mysterious and scary failure on test/CodeGen... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | reduce api exposure: clients shouldn't call SectionKind... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Zhongxing Xu | Add getDecl() to CallGraph and CallGraphNode. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Zhongxing Xu | Constify methods. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | make Constant::getRelocationInfo return an enum, as... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | remove more bits of small section support. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | remove more remnants of small section support. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | Remove SectionKind::Small*. This was only used on... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
John McCall | Test commit: make a little stub routine for semantic... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Enable the '-warn-security-syntactic' checker option... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Mike Stump | Implement new warning for functions declared 'noreturn... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Anders Carlsson | Get rid of the size parameter to AppendField. No functi... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | Thumb2 should use the register scavenger. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Give SCEVAddRecExpr no-signed-overflow and no-unsigned... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Give the SCEV class a SubclassData field. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Fix whitespace. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Evan Cheng | FLDD, FLDS, FCPYD, FCPYS, FSTD, FSTS, VMOVD, VMOVQ... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Ted Kremenek | Mark destructor of Checker virtual. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Richard Osborne | Add tests for handling of globals and tls on the XCore... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Owen Anderson | Privatize the ConstantVector tables. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Eric Christopher | Update insertps handling based on feedback. Move to... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | Remove the IA-64 backend. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
David Goodwin | Correctly handle the Thumb-2 imm8 addrmode. Specialize... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Douglas Gregor | We now do complete semantic checking for unions |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Douglas Gregor | Update C++ status to reflect progress on out-of-line... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Douglas Gregor | This patch fixes the implementations of the __has_trivi... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Output UTF-16 string literals independent of host byte... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Sean Callanan | Added a 2+-byte NOP instruction to the Intel tables, |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Fariborz Jahanian | Diagnose when base classes and members to be intialized |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Owen Anderson | Privatize the ConstantStruct table. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Mike Stump | Refactor and push the evaluation as late as possible. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
David Greene | Write space padding as one string to speed up comment... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Evan Cheng | Thumb2 does not allow the use of "pc" register as part... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Daniel Dunbar | Factor out map lookup for CFString constants. |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Anders Carlsson | Don't just store the field/bit field info one field... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Mike Stump | Some cleanups suggested by Daniel. |
commit | commitdiff | tree | snapshot |
next |