2008-08-17 |
Anton Korobeynikov | Use correct name for PPC codegen library |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Factor out asmprinter out of ppc |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Move X86 assembler printers into separate directory... |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Move all assembler printing related stuff into new... |
tree | commitdiff |
2008-08-17 |
Anton Korobeynikov | Factor out asmprinters from collector interface. |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Factor GC metadata table assembly generation out of... |
tree | commitdiff |
2008-08-17 |
Gordon Henriksen | Factor GC metadata table assembly generation out of... |
tree | commitdiff |
2008-08-17 |
Argyrios Kyrtzidis | Get raw_ostream.cpp to compile on MSVC. |
tree | commitdiff |
2008-08-17 |
Evan Cheng | Revert 54821. It's miscompiling 252.eon and 447.dealII |
tree | commitdiff |
2008-08-17 |
Nick Lewycky | I found a better place for this optz'n. |
tree | commitdiff |
2008-08-17 |
Nick Lewycky | Xor'ing both sides of icmp by sign-bit is equivalent... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | avoid an extraneous std::string construction |
tree | commitdiff |
2008-08-17 |
Chris Lattner | Rework the routines that convert AP[S]Int into a string... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | remove a dead APInt ctor. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | avoid string thrashing when formatting names in output... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | random cleanups. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | add support for a cout/cerr analog (outs()/errs())... |
tree | commitdiff |
2008-08-17 |
Chris Lattner | opening "-" automatically yields stdout. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | rename OutputData to 'write' to match ostream. |
tree | commitdiff |
2008-08-17 |
Chris Lattner | add a new raw_ostream class which is an extremely high... |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | PPC/Linux normally uses named section for bss |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | Use proper strings section name for PPC |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | Use correct name for TLS address resolution routine... |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | Add interface for section override. Use this for Sparc... |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | Move SLEB/ULEB size calculation routines from AsmPrinte... |
tree | commitdiff |
2008-08-16 |
Anton Korobeynikov | Reduce heap trashing due to std::string construction... |
tree | commitdiff |
2008-08-15 |
Owen Anderson | Remove GCSE, ValueNumbering, and LoadValueNumbering... |
tree | commitdiff |
2008-08-15 |
Devang Patel | Reapply 54786. Add overflow and number of mantissa... |
tree | commitdiff |
2008-08-15 |
Owen Anderson | Convert several std::vectors over to SmallVector, and... |
tree | commitdiff |
2008-08-15 |
Chris Lattner | Inline the fastpath of PATypeHolder::get(). This is... |
tree | commitdiff |
2008-08-15 |
Evan Cheng | Revert 54786. It's not checking for overflows, etc. |
tree | commitdiff |
2008-08-15 |
Chris Lattner | use smallvector instead of vector for a couple worklist... |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Use SmallSet instead of std::set to save allocations. |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Move MachineInstr::getOpcode inline. |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Build the X86GenFastISel.inc file. |
tree | commitdiff |
2008-08-14 |
Devang Patel | The pass manager is not able to schedule -loop-deletion... |
tree | commitdiff |
2008-08-14 |
Bill Wendling | Temporarily revert r54792. It's causing an ICE during... |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Also avoid pinsrw and pinsrb with a variable insertelem... |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Convert uses of std::vector in TargetInstrInfo to Small... |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Don't try to use the insertps instruction for vector |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Make FastISel's constructor protected, and give it... |
tree | commitdiff |
2008-08-14 |
Devang Patel | Use DenseMap. Patch by Pratik Solanki. |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Remove more uses of std::set. |
tree | commitdiff |
2008-08-14 |
Devang Patel | If IV is used in a int-to-float cast inside the loop... |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Have LeakDetector use a SmallPtrSet instead of an std... |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Improve support for vector casts in LLVM IR and CodeGen. |
tree | commitdiff |
2008-08-14 |
Owen Anderson | Speed up addRegisterDead by adding more fast checks... |
tree | commitdiff |
2008-08-14 |
Dan Gohman | Use empty() instead of begin() == end(). |
tree | commitdiff |
2008-08-14 |
Matthijs Kooijman | Replace two for loops with while(!X->use_empty()) loops... |
tree | commitdiff |
2008-08-13 |
Owen Anderson | Get rid of a use of std::map. |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Fix a bogus srem rule - a negative value srem'd by... |
tree | commitdiff |
2008-08-13 |
Owen Anderson | Expunge the last uses of std::map from LiveIntervals. |
tree | commitdiff |
2008-08-13 |
Owen Anderson | Move r2iMap_ over to DenseMap from std::map. |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Allow SelectionDAG to create EXTRACT_VECTOR_ELT nodes... |
tree | commitdiff |
2008-08-13 |
Owen Anderson | Make the allocation of LiveIntervals explicit, rather... |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Fix SCCP's handling of struct value loads and stores... |
tree | commitdiff |
2008-08-13 |
Devang Patel | Rename. s/FindIVForUser/FindIVUserForCond/g |
tree | commitdiff |
2008-08-13 |
Duncan Sands | Teach constant folding that an inttoptr of a |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Initial checkin of the new "fast" instruction selection... |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Oops, check in these files too, for the FastISel -... |
tree | commitdiff |
2008-08-13 |
Dan Gohman | Rename SelectionDAGISel's FastISel to Fast, to begin... |
tree | commitdiff |
2008-08-13 |
Dale Johannesen | Generated files for 54744. |
tree | commitdiff |
2008-08-13 |
Dale Johannesen | Add read/write support for X86's sseregparm. |
tree | commitdiff |
2008-08-13 |
Owen Anderson | Get rid of unused variable. |
tree | commitdiff |
2008-08-13 |
Owen Anderson | 1) Merge entire live intervals instead of parts of... |
tree | commitdiff |
2008-08-13 |
Bruno Cardoso Lopes | Removed SELECT_CC custom lowering. This is not needed... |
tree | commitdiff |
2008-08-13 |
Devang Patel | Check sign to detect overflow before changing compare... |
tree | commitdiff |
2008-08-12 |
Dale Johannesen | When resolving a stub in x86-64 JIT, use a PC-relative... |
tree | commitdiff |
2008-08-12 |
Bill Wendling | Remove tabs. |
tree | commitdiff |
2008-08-12 |
Dale Johannesen | Make x86-64 JIT changes Darwin-specific. |
tree | commitdiff |
2008-08-12 |
Dan Gohman | Extend ScalarEvolution's executesAtLeastOnce logic... |
tree | commitdiff |
2008-08-12 |
Jim Grosbach | Whitespace cleanup. Test commit. |
tree | commitdiff |
2008-08-12 |
Dale Johannesen | In the absence of a linker to build the GOT, use the... |
tree | commitdiff |
2008-08-12 |
Dan Gohman | Correct the filename in the top-of-file comment. |
tree | commitdiff |
2008-08-12 |
Dan Gohman | Avoid repeatedly reallocating the FoldingSetNodeID... |
tree | commitdiff |
2008-08-12 |
Devang Patel | Use SmallVector instead of std::vector |
tree | commitdiff |
2008-08-12 |
Devang Patel | Use DenseMap to keep track of last users. |
tree | commitdiff |
2008-08-11 |
Dale Johannesen | Some fixes for x86-64 JIT. Make it use small code |
tree | commitdiff |
2008-08-11 |
Chris Lattner | add a helper method to sys::Path for clang, patch by |
tree | commitdiff |
2008-08-11 |
Chris Lattner | Implement support for simplifying vector comparisons... |
tree | commitdiff |
2008-08-11 |
Devang Patel | Keep track of analysis usage information for passes... |
tree | commitdiff |
2008-08-11 |
Dan Gohman | Take the FrameOffset into account when computing the... |
tree | commitdiff |
2008-08-11 |
Nate Begeman | Implement ISD::TRAP support on PPC |
tree | commitdiff |
2008-08-10 |
Chris Lattner | move some more stuff out of my email into readme.txt |
tree | commitdiff |
2008-08-10 |
Chris Lattner | add a note |
tree | commitdiff |
2008-08-09 |
Chris Lattner | "This patch adds a virtual call to AbstractLatticeFunct... |
tree | commitdiff |
2008-08-09 |
Gordon Henriksen | Fix some typos. Apparently I think C needs a power... |
tree | commitdiff |
2008-08-09 |
Gordon Henriksen | Delete a redundant binding, LLVMHasInitializer. |
tree | commitdiff |
2008-08-08 |
Gordon Henriksen | Fix the LLVMCreateJITCompiler C binding. |
tree | commitdiff |
2008-08-08 |
Eric Christopher | Have IRBuilder take a template argument on whether... |
tree | commitdiff |
2008-08-08 |
Dan Gohman | Canonicalize nested AddRecs in by nesting them in order... |
tree | commitdiff |
2008-08-08 |
Dan Gohman | Add an EXTRACTPSmr pattern to match the pattern that |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Properly print flags on Sparc |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Generalize |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Use mergeable strings sections on sparc |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Handle visibility printing with all generality. Remove... |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Use chars, where possible |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Convert PPC/Linux to new section printing stuff |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Switch PPC/Darwin to new section handling stuff |
tree | commitdiff |
2008-08-08 |
Anton Korobeynikov | Cleanup |
tree | commitdiff |
next |