2008-08-17 |
Evan Cheng | Fix a (u)comiss intrinsic lowering bug. It was using... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Don't require Registry specializations to define random... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Drop an unnecessary include. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Regenerate. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Rename some GC classes so that their roll will hopefull... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Cedric Venet | Make it compile on VC2005: |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | getLLVMName is only used for types now, which always... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | switch valuemap's from std::map to densemap. This... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Don't instantiate GC metadata for declarations. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Set ignores. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Set ignores. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Link GC metadata printers by default to llc |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Fix merge error |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Remove asmprinters from examples by default. This reduc... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Move ARM to pluggable asmprinter |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Use correct name for PPC codegen library |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Factor out asmprinter out of ppc |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Move X86 assembler printers into separate directory... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Move all assembler printing related stuff into new... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Anton Korobeynikov | Factor out asmprinters from collector interface. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Factor GC metadata table assembly generation out of... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Gordon Henriksen | Factor GC metadata table assembly generation out of... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Argyrios Kyrtzidis | Get raw_ostream.cpp to compile on MSVC. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Evan Cheng | Revert 54821. It's miscompiling 252.eon and 447.dealII |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Lewycky | I found a better place for this optz'n. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Lewycky | Xor'ing both sides of icmp by sign-bit is equivalent... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | avoid an extraneous std::string construction |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Nick Lewycky | Fix build on GCC 4.3. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | remove a dead APInt ctor. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | avoid string thrashing when formatting names in output... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | random cleanups. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | add support for a cout/cerr analog (outs()/errs())... |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | opening "-" automatically yields stdout. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | rename OutputData to 'write' to match ostream. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | remove accidental comment. |
commit | commitdiff | tree | snapshot |
2008-08-17 |
Chris Lattner | add a new raw_ostream class which is an extremely high... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | PPC/Linux normally uses named section for bss |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | Use proper strings section name for PPC |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | Use correct name for TLS address resolution routine... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | Add interface for section override. Use this for Sparc... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | Move SLEB/ULEB size calculation routines from AsmPrinte... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Anton Korobeynikov | Reduce heap trashing due to std::string construction... |
commit | commitdiff | tree | snapshot |
2008-08-16 |
Owen Anderson | Remove GCSE and LoadVN from the testsuite. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Owen Anderson | Remove GCSE, ValueNumbering, and LoadValueNumbering... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Devang Patel | Reapply 54786. Add overflow and number of mantissa... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Owen Anderson | Convert several std::vectors over to SmallVector, and... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Owen Anderson | Add a value_type typedef to SmallVector, to make it... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Chris Lattner | Inline the fastpath of PATypeHolder::get(). This is... |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Evan Cheng | Revert 54786. It's not checking for overflows, etc. |
commit | commitdiff | tree | snapshot |
2008-08-15 |
Chris Lattner | use smallvector instead of vector for a couple worklist... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Use SmallSet instead of std::set to save allocations. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Bill Wendling | Renaming LLVMC/dg.exp to LLVM/llvmc.exp |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Move MachineInstr::getOpcode inline. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Build the X86GenFastISel.inc file. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Devang Patel | The pass manager is not able to schedule -loop-deletion... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Bill Wendling | Temporarily revert r54792. It's causing an ICE during... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Also avoid pinsrw and pinsrb with a variable insertelem... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Convert uses of std::vector in TargetInstrInfo to Small... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Don't try to use the insertps instruction for vector |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Make FastISel's constructor protected, and give it... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Devang Patel | Use DenseMap. Patch by Pratik Solanki. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Ted Kremenek | Removed redundant ctor. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Remove more uses of std::set. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Devang Patel | If IV is used in a int-to-float cast inside the loop... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Have LeakDetector use a SmallPtrSet instead of an std... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Improve support for vector casts in LLVM IR and CodeGen. |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Owen Anderson | Speed up addRegisterDead by adding more fast checks... |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Dan Gohman | Use empty() instead of begin() == end(). |
commit | commitdiff | tree | snapshot |
2008-08-14 |
Matthijs Kooijman | Replace two for loops with while(!X->use_empty()) loops... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Get rid of a use of std::map. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Fix a bogus srem rule - a negative value srem'd by... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Expunge the last uses of std::map from LiveIntervals. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Move r2iMap_ over to DenseMap from std::map. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Make the allocation of LiveIntervals explicit, rather... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Switch this from std::map to DenseMap. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Fix SCCP's handling of struct value loads and stores... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Add svn:ignore on several Release-Asserts directories |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Add default constructor to APSInt |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Daniel Dunbar | Update makellvm to return correct result code. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Devang Patel | Rename. s/FindIVForUser/FindIVUserForCond/g |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Duncan Sands | Teach constant folding that an inttoptr of a |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Initial checkin of the new "fast" instruction selection... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Oops, check in these files too, for the FastISel -... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dan Gohman | Rename SelectionDAGISel's FastISel to Fast, to begin... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dale Johannesen | Generated files for 54744. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Dale Johannesen | Add read/write support for X86's sseregparm. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | Get rid of unused variable. |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Owen Anderson | 1) Merge entire live intervals instead of parts of... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Duncan Sands | Rename this, in case people think that NullFolder |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Bruno Cardoso... | Removed SELECT_CC custom lowering. This is not needed... |
commit | commitdiff | tree | snapshot |
2008-08-13 |
Devang Patel | Check sign to detect overflow before changing compare... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Dale Johannesen | When resolving a stub in x86-64 JIT, use a PC-relative... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Bill Wendling | Remove tabs. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Bill Wendling | Update. Remove bogus webpage. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Dale Johannesen | Make x86-64 JIT changes Darwin-specific. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Duncan Sands | Add a NullFolder class that doesn't fold constants. |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Dan Gohman | Extend ScalarEvolution's executesAtLeastOnce logic... |
commit | commitdiff | tree | snapshot |
2008-08-12 |
Jim Grosbach | Whitespace cleanup. Test commit. |
commit | commitdiff | tree | snapshot |
next |