2009-09-23 |
Dan Gohman | Fix X86's unfoldMemoryOperand to properly handle Machin... |
commit | commitdiff | tree | snapshot |
2009-09-23 |
Mike Stump | This is overly constraining with respect to clang. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Add examples for Kaleidoscope chapters 2 through 6. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Rename Kaleidoscope to show that it's for Chapter 7... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Erick Tryzelaar | Sync c++ kaleidoscope tutorial with test. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Devang Patel | Add SetLocation() to allow IRBuilder user to set locati... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Devang Patel | Check exisiting dbg MDKind first. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Victor Hernandez | No need to verify that malloc's return type is i8*. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
David Goodwin | Use early returns. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Revert "Don't allow formatted_ostream to be unbuffered... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | ... missed hiding a variable for MSVC only. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Hide MSVC specific CRT interaction behind _MSC_VER. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Mikhail Glushenkov | Remove the GetProcessId() call from Win32/Program.inc... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Fix commento. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: When executing shell scripts internally, don't... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Add a magic LLVM_DISABLE_CRT_DEBUG environment variable... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Forgot this. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Fix PR5024. LiveVariables::FindLastPartialDef should... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Initial support for running LLVM tests from cmake. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Generate lit.site.cfg from a .in file, as clang does. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Use Compiler.h macro instead of __attribute__. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Fix llvm-config --src-root and --obj-root for CMake... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | llvm-config: Remove unused variables. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Actually use the arguments with the resolved executable... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Revert "Get rid of GetProcessId in Win32/Program.inc... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: Don't use close_fds=True on Windows. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | lit: When executing commands internally, perform PATH... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Switch FoldingSet::AddString to StringRef based API. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Workaround what I believe is an MSVC bug where it emits... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Switch DIDescriptor to use a TrackingVH. - This makes... |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Daniel Dunbar | Add a TrackingVH value handle. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Fix a pasto. Also simplify for Bill's benefit. |
commit | commitdiff | tree | snapshot |
2009-09-22 |
Evan Cheng | Minor bug fix. LowerSubregs should translate |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | Fix PR5023: The instruction form of DominatorTree:... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | move DominatorTree::dominates for instructions out... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | tidy up |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Evan Cheng | Clean up spill weight computation. Also some changes... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
David Goodwin | Add Cortex-A8 VFP model. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Change MachineMemOperand's alignment value to be the... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Add a comment mentioning the rdar number associated... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Add support for rematerializing FsFLD0SS and FsFLD0SD... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Recognize SSE min and max opportunities in even more... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Fix the offset values for these memoperands. For frame... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | big endian systems shift by bits too, hopefully this... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Nick pointed out that DominanceFrontier and DominanceTr... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Remove the special-case for constants in PHI nodes... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | fix PR5016, a crash I introduced in GVN handing first... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Mikhail Glushenkov | Use raw_ostream::indent instead of passing strings. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Dan Gohman | Fix this assertion string to mention subreg_to_reg. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Nuno Lopes | initialize SymbolsCanStartWithDigit to false by default |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Xerxes Ranby | Update cmake. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Jakob Stoklund... | Verify that phi instructions refer to MBBs in the CFG. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | enable non-local analysis and PRE of large store -... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | convert an std::pair to an explicit struct. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | move some functions, add a comment. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | split HandleLoadFromClobberingStore in two pieces:... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Register the MachineModuleInfo for the ARM JIT, and... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add pr# |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | Improve GVN to be able to forward substitute a small... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | add a helper method. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Evan Cheng | Fix PR4986. "r1024 = insert_subreg r1024, undef, 2... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Don't allow formatted_ostream to be unbuffered, even... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | one case handled, expanded another testcase inline. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | formatting cleanups, no functionality change. |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Reid Kleckner | Add documentation on how to use enable debug informatio... |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Chris Lattner | fix a FileCheck bug where: |
commit | commitdiff | tree | snapshot |
2009-09-21 |
Daniel Dunbar | Move ARM and X86 specific AsmParser tests into separate... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Reid Kleckner | Implement the JIT side of the GDB JIT debugging interfa... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Daniel Dunbar | Work around a FileCheck bug, for now. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | simplify as daniel suggests |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | write rfind in terms of npos as daniel requested |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | remove a dead method. |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | grammaro |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Revert r82404, it is causing a bootstrap miscompile... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rewrite CountNumNewlinesBetween to be in terms of Strin... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | this was not supposed to be committed |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | implement and document support for CHECK-NOT |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | rewrite FileCheck in terms of StringRef instead of... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | improve memdep to eliminate bitcasts (and aliases,... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | Move CoerceAvailableValueToLoadType earlier in GVN... |
commit | commitdiff | tree | snapshot |
2009-09-20 |
Chris Lattner | change the interface to CoerceAvailableValueToLoadType... |
commit | commitdiff | tree | snapshot |
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 |
next |