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 | Add TargetRegistry::lookupTarget. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Chris Lattner | eliminate a pointless switch stmt. |
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 |
Chris Lattner | make SectionKind be a first-class pod struct instead... |
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 |
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 |
Andreas Bolka | Convert DOUT to DEBUG. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Simplify JIT target selection. |
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 |
2009-07-25 |
Daniel Dunbar | Finish migrating VMCore to StringRef/Twine based APIs. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Ok, "most clients should be unaffected" was a lie.... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Initial update to VMCore to use Twines for string argum... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Eric Christopher | Fix 80-col violations. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Eric Christopher | Move ExtractElementInst to ::Create instead of new... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Update to new syntax. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | Rewrite examples to use DEBUG instead of DOUT. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | 80 col violation. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Convert a few more things to use raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | Get rid of a couple of unnecessary getOpcode calls. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Teach ScalarEvolution to make use of no-overflow flags... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Convert a few more uses of llvm/Support/Streams.h to... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Instead of eagerly creating new SCEVs to replace all... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | I've lost my mind. PR4572 has not been fixed. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Dan Gohman | Make AliasAnalysis and related classes use |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | One more getName -> getNameStr |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | Another TODO. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Jeffrey Yasskin | Add a missing ilist_node.h #include to SparseBitVector... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | Change Thumb2 jumptable codegen to one that uses two... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Sean Callanan | MemoryObject - Abstract base class for contiguous addre... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | Remove a duplicated test. |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Daniel Dunbar | More migration to raw_ostream, the water has dried... |
commit | commitdiff | tree | snapshot |
2009-07-25 |
Evan Cheng | ARM code emitter can't handle Thumb2 instructions yet... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Tweak, raw_ostream is a ostream, not iostream replacement |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Fix build for GCC 4.0? |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | Fix compile with 4.4 (I hope?); PR4617. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Andreas Bolka | Forward-declare raw_ostream. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Owen Anderson | Revert the ConstantInt constructors back to their 2... |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Daniel Dunbar | CodingStandards: Emphasize use of raw_ostream more. |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Dan Gohman | AliasAnalysis wants sizes in address-units, not bits. |
commit | commitdiff | tree | snapshot |
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 |
Chris Lattner | fix some predicates |
commit | commitdiff | tree | snapshot |
2009-07-24 |
Chris Lattner | change SectionKindForGlobal from being a public (and |
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 |
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 |
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 |
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 |
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 |
next |