2009-07-27 |
Sanjiv Gupta | Test case to check that separate section is created... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Dan Gohman | Change the assembly syntax for nsw, nuw, and exact... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Dan Gohman | Fix wording in comments. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Chris Lattner | update testcase. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Chris Lattner | 32-bit darwin targets support .literal16 too. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Benjamin Kramer | Remove trailing slashes from include paths. Some versio... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Benjamin Kramer | Test commit: fix typo |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Chris Lattner | Eliminate getNamed/getUnnamedSection, adding a new... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Chris Lattner | Eliminate SectionFlags, just embed a SectionKind into... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Cheng | If CPSR is modified but the def is dead, then it's... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Cheng | Use t2LDRi12 and t2STRi12 to load / store to / from... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Sanjiv Gupta | Generate a libcall for i8 multiply. |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Sanjiv Gupta | fixed incorrect lowering of ISD::SUB node. SUB has... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Cheng | Use the right instructions to copy between GPR and... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Cheng | Merge isLoadFromStackSlot into one since it behaves... |
commit | commitdiff | tree | snapshot |
2009-07-27 |
Evan Cheng | Just use a single isMoveInstr to catch all the cases. |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Evan Cheng | Rename tMOVhi2lor to tMOVgpr2tgpr. It's not moving... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Eli Friedman | Reorganize code a bit to reduce indentation. No visibl... |
commit | commitdiff | tree | snapshot |
2009-07-26 |
Nick Lewycky | Fix libLTO: |
commit | commitdiff | tree | snapshot |
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 |
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 | 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 |
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 | 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 |
next |