2009-09-20 |
Daniel Dunbar | Teach 'make check-all' to build the site configuration... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | enhance GVN to forward substitute a stored value to... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | update an entry, delete an entry which has been fixed. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Bill Wendling | --- Reverse-merging r82282 into '.': |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | remove a temporary hack. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewi... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | move target registry stuff to X86ATTAsmPrinter.cpp |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | simplify this now that createX86CodePrinterPass is... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rename X86ATTAsmPrinter class -> X86AsmPrinter |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | remove the asmstring, it is now dead. Improve comment. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Peer through zext and sext to eliminate them when it... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | kill off printPICLabel now, it's specialness is handled by |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | delete X86IntelAsmPrinter! Now -x86-asm-syntax just... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Fold 'icmp eq (icmp), true' into an xor(icmp). |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Add an intel syntax MCInstPrinter implementation. ... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Rewrite this check so that it checks what it's supposed... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | eliminate a use of strtoul. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | split random COFF asmprinter state out to X86COFFMachin... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Correct the comment; this applies to fcmp too. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Remove tab, again. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Teach the constant folder how to not a cmpinst. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | smallvectorize getExtraOptionNames |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | minor cleanups. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Add 'make check-all', which runs the LLVM tests along... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Follow googletest logic for suppressing warnings in... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | strength reduce further StringRef-> const char*, saving... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Try turning icmp(bitcast(x), bitcast(y)) into icmp... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | switch an std::string to StringRef, shaving 400 bytes... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Remove tabs I added. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | the switch from std::map -> StringMap caused --help... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | eliminate the duplicate detection loop, moving it into... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Eliminate a masochistic "algorithm" loop, shrinking... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | don't use count + insert, just do insert + failure... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | switch to SmallPtrSet instead of std::set, saving 1K... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | change an std::sort to an array_pod_sort call, shrinkin... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Several changes together in a murky mess: |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Clean up the usage of evaluateICmpRelation's return... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Fix refacto, this code was expecting to stride past... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | A few more tabs -> spaces. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Remove dead store by taking a guess at what Chris meant... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Bill Wendling | Still one more thing wrong here... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Tabs -> spaces, and remove trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Bill Wendling | Here's fun! It turns out that these filter functions... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Delete dead code. sext and zext can not turn integers... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert argname to StringRef, simplifying LookupOption. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert 'Value' to StringRef which makes it easier to |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Change CommaSeparated processing to do it with StringRe... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Value* were never meant to be const. Removing constness... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rewrite ParseCStringVector in terms of stringref. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | move a couple non-trivial methods out of line, add new |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | coding style cleanup |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | convert a bunch more stuff to use StringRef. The ArgNa... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | add size_t and a version of rfind that allows specifica... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Dale Johannesen | When computing live intervals for earlyclobber operands, |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | avoid a bunch of malloc thrashing for PositinoalVals... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Nick Lewycky | Teach the constant folder how to handle a few simple... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | Avoid some temporary strings. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | add some more overloads of StringRef::getAsInteger for |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | add a simple c_str() method to SmallString. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Bill Wendling | Revert r82274. It's causing failures in the CINT2006... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Prefer super class constructor to explicit initialization. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Tabs -> spaces (really?) |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Fix indentation. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | Strip trailing whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Daniel Dunbar | RHS of assignment should be const reference. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Remove the default value for ConstantStruct::get's... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | provide a "strtoull" operation that works on StringRef's. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Add a comment explaining why you would ever want to... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Chris Lattner | convert a bunch of std::strings to use StringRef. ... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Nick Lewycky | Lett users of sparse propagation do their own thing... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Duncan Sands | The flag "--dot-cfg-only" is at the moment equivalent... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Fix funky comments. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Update comments. |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Benjamin Kramer | Try to speed up the slowest parts of the CommandLine... |
commit | commitdiff | tree | snapshot |
2009-09-19 |
Evan Cheng | Fix PR4926. When target hook EmitInstrWithCustomInserte... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Enhance transform passes so that they apply the same... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | remove an extraneous mem2reg pass early in the pipe... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | reduce indentation by using an early exit, and add... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bob Wilson | Fix a comment typo and some whitespace. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bob Wilson | Fix a typo in an assertion message. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bill Wendling | Factor out label difference creation. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Enhance analysis passes so that they apply the same... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dan Gohman | Delete the label names from this test to make it less... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Bill Wendling | It's inefficient to have place the exception tables... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Evan Cheng | Enhance EmitInstrWithCustomInserter() so target can... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Shantonu Sen | Fix cmake build, which has a different -I that |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | Make a new X8632_MachoTargetObjectFile TLOF implementat... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | add a new hook to allow targets to splat stuff at the... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dale Johannesen | Model the carry bit on ppc32. Without this we could |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Dan Gohman | Add support for using the FLAGS result of or, xor,... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Sean Callanan | Added RCL and RCR (rotate left and right with a |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Devang Patel | Write and read metadata attachments. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Victor Hernandez | Update malloc call creation code (AllocType is now... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | duncan points out the EH selector values are signed. |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | convert some stuff to StringRef to avoid temporary... |
commit | commitdiff | tree | snapshot |
2009-09-18 |
Chris Lattner | add a comment. |
commit | commitdiff | tree | snapshot |
next |