2011-04-30 |
Jakob Stoklund... | Weekly fix of register allocation dependent unit tests. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Bill Wendling | Print out the 'nontemporal' info on a store. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Make FastEmit_ri_ try a bit harder to succeed for suppo... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | 80-col. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Zap a couple now-unused functions. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Switch to ImmLeaf (which can be used by FastISel) for... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Assing line number info to new PHIs created by SSA... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | Add FastEmitInst_ii for the arm fast isel generator... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Filter out pattterns from the FastISel emitter which... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | Some cleanup and optimize fallthrough more. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Avoid some uses of .uleb128. This is a small speedup... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Implement MCAsmStreamer::EmitCFIDefCfa. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Print new instructions without DebugLoc. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Fix run-line, again. :( |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eli Friedman | Re-committing r130454, which does not in fact break... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Preserve line number information. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | Add trunc->branch support, this won't help with clang... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | win32: Include DataTypes.h instead of stdint.h to try... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | Cleanup some DOS newlines. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Peter Collingbourne | SimplifyCFG: Expose phi node folding cost threshold... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Peter Collingbourne | SimplifyCFG: Add CostRemaining parameter to DominatesMe... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Peter Collingbourne | SimplifyCFG: Add Trunc, ZExt and SExt to the list of... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MCAsmLayout: Add support for computing the symbol offse... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MC: Change variable symbols to be recognized as defined... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MC/Mach-O: Update getSymbolAddress() to support evaluat... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MC/Mach-O: Allow emission of relocations for variables... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MC/Mach-O: Find section ordinal's by looking at the... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Devang Patel | Hoist MCLineEntry construction AsmPrinter so that anyon... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MCExpr: Add FindAssociatedSection, which attempts to... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Daniel Dunbar | MC/AsmParser: Generalize a check. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | Fix a C++0x portability issue with std::make_pair.... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Douglas Gregor | Include <pthread.h> before we use pthread_self/pthread_kill |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | The last hack for producing bit identical output with... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Change DwarfCFIException's member variables to track... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Andrew Trick | Teach Thumb2 isel to fold and->rotr ==> ROR. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Factor some code to needsCFIMoves. Avoid printing moves... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Benjamin Kramer | This is done. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Andrew Trick | Combine thumb2-ror tests. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
NAKAMURA Takumi | docs/doxygen.css: Tweak padding on memdoc. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Francois Pichet | Unbreak the MSVC build: |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Benjamin Kramer | Balance parentheses. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Benjamin Kramer | InstCombine: turn (C1 << A) << C2) into (C1 << C2)... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chris Lattner | clean up after Sean's r127646 patch. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chris Lattner | use the MachineInstrBuilder operator-> to simplify... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Chris Lattner | add a missing operator that caused us to have to use... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Last bit by bit compatibility patch to MCDwarf.cpp... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Rafael Espindola | Add an alternative implementation of CIE and FDE emissi... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Nick Lewycky | Rename profile_rt.so to libprofile_rt.so under configur... |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | Update comments and checks to match reality. |
commit | commitdiff | tree | snapshot |
2011-04-29 |
Eric Christopher | Whitespace. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Revert r130454; apparently this doesn't actually work. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Fix runline. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Fix a rather obscure crash caused by ARM fast-isel... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Preserve line number information. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Matt Beaumont-Gay | Coalesce some DEBUGs (moving an only-used-in-DEBUG... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Benjamin Kramer | We require threse bits to be zero, too. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Nick Lewycky | Only read *predecessor once so as to fix a theoretical... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Daniel Dunbar | Target/X86/MC: Add an option for disabling arith relaxa... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Add the getExprForFDESymbol method that responsible... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Beautify debug info probe output. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Add MemoryBuffer::getBufferKind() to report whether... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Remove DbgDeclare only if all uses are converted. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Lenny Maiorani | Remove bounded StringRef::compare() since nothing but... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | fast-isel sret calls, try 2. We actually do need to... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Benjamin Kramer | Fix a comment. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | improve comment. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Do not lose line number info while eliminating tail... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Actually revert r130348 correctly. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | final step needed to resolve PR6627, which allows us... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | code cleanups only. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Revert r130348; causing buildbot issues on x86-32. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Owen Anderson | Fix a bug in tblgen that caused incorrect encodings... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Add command line option to print debug info in human... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Andrew Trick | Reapply r130340: Fix for PR9730. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Benjamin Kramer | InstCombine: Merge "(trunc x) == C1 & (and x, CA) ... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eric Christopher | Be more layout aware here and swap the successor and... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | centralize "marking for deletion" into a helper functio... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | Promote toErase to be an ivar of the GVN class. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Add a getExprForPersonalitySymbol method to MCAsmInfo... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Mark the EH symbol global or weak if the corresponding... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Jay Foad | Fix typos in comments. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chandler Carruth | Fix the last -Wnon-pod-memset I'm seeing. This is benig... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chandler Carruth | Revert an unintended commit. Very sorry for this one. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chandler Carruth | Fix more -Wnon-pod-memset warnings. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chandler Carruth | nuke gold |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | teach GVN to widen integer loads when they are overalig... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eric Christopher | Let the immediate leaf pattern take transforms and... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | move PR9803 to this readme. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Ted Kremenek | Add utility method to DenseMap to return the amount... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Add a small temporary hack for producing identical... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Produce the EH_frame# symbols if needed. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Rafael Espindola | Forward isFunctionEHFrameSymbolPrivate. If it is false... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Devang Patel | Teach dwarf writer to handle complex address expression... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Chris Lattner | silence some -Wnon-pod-memset warnings, since std:... |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Eli Friedman | Fix a silly mistake in r130338. |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Justin Holewinski | PTX: support for select_cc and fixes for setcc |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Justin Holewinski | PTX: support for select |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Justin Holewinski | PTX: mov fix and rounding correction for cvt |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Justin Holewinski | PTX: support for fneg |
commit | commitdiff | tree | snapshot |
2011-04-28 |
Justin Holewinski | PTX: support for zext loads and trunc stores |
commit | commitdiff | tree | snapshot |
next |