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 |
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 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 |
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 |
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 |
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 |
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 |
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-23 |
Sean Callanan | Added a 2+-byte NOP instruction to the Intel tables, |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Owen Anderson | Privatize the ConstantStruct table. |
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 |
Reid Kleckner | Fixing unittests on 32-bit Darwin, using 0x...ULL inste... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Reid Kleckner | Re-committing r76828 with the JIT memory manager change... |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Chris Lattner | "fix" PR4612, which is a crash on: |
commit | commitdiff | tree | snapshot |
2009-07-23 |
Duncan Sands | Fix PR4614: the Intel C compiler defines _GNUC__ |
commit | commitdiff | tree | snapshot |
next |