- 4136e7b pretty mechanical changes to match coding guidelines (blessed by sabre on IRC) by Gabor Greif · 15 years ago
- c72efbe errorstr can be null, don't unconditionally set it. Only report that by Chris Lattner · 15 years ago
- fbd3976 Make EngineBuilder return more error codes, by KS Sreeram. by Chris Lattner · 15 years ago
- cd26ec5 Give MachineMemOperand an operator<<, factoring out code from by Dan Gohman · 15 years ago
- 00133a7 Fix X86's unfoldMemoryOperand to properly handle MachineMemOperands. by Dan Gohman · 15 years ago
- d75e9aa This is overly constraining with respect to clang. by Mike Stump · 15 years ago
- 31c6c5d Add examples for Kaleidoscope chapters 2 through 6. by Erick Tryzelaar · 15 years ago
- a4eb1a5 Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial. by Erick Tryzelaar · 15 years ago
- fd1ec5e Sync c++ kaleidoscope tutorial with test. by Erick Tryzelaar · 15 years ago
- 7815d71 Add SetLocation() to allow IRBuilder user to set location info for an instruction already created. by Devang Patel · 15 years ago
- 14433c9 Check exisiting dbg MDKind first. by Devang Patel · 15 years ago
- 60cfc03 No need to verify that malloc's return type is i8*. by Victor Hernandez · 15 years ago
- 047ae2f Use early returns. by David Goodwin · 15 years ago
- b759865 Revert "Don't allow formatted_ostream to be unbuffered, even if its underlying by Daniel Dunbar · 15 years ago
- 43fa15b ... missed hiding a variable for MSVC only. by Daniel Dunbar · 15 years ago
- 3be2d12 Hide MSVC specific CRT interaction behind _MSC_VER. by Daniel Dunbar · 15 years ago
- 92d3236 Remove the GetProcessId() call from Win32/Program.inc, take 2. by Mikhail Glushenkov · 15 years ago
- 460a786 Fix commento. by Daniel Dunbar · 15 years ago
- 5a461dd lit: When executing shell scripts internally, don't allow piped stderr on any by Daniel Dunbar · 15 years ago
- df33884 Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in RegisterHandler and use to disable the Win32 crash dialogs. These are a major blocker to any kind of automated testing. by Daniel Dunbar · 15 years ago
- dace0ed Forgot this. by Evan Cheng · 15 years ago
- 60c7df2 Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-registers that were defined by the last partial def, not just a single sub-register. by Evan Cheng · 15 years ago
- a177492 Initial support for running LLVM tests from cmake. by Daniel Dunbar · 15 years ago
- fb76ffb Generate lit.site.cfg from a .in file, as clang does. by Daniel Dunbar · 15 years ago
- 4473c2d Use Compiler.h macro instead of __attribute__. by Daniel Dunbar · 15 years ago
- 05dafd8 CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. by Daniel Dunbar · 15 years ago
- bf6f085 Fix llvm-config --src-root and --obj-root for CMake builds. by Daniel Dunbar · 15 years ago
- eba6b26 llvm-config: Remove unused variables. by Daniel Dunbar · 15 years ago
- 4b78aa3 Actually use the arguments with the resolved executable path. by Daniel Dunbar · 15 years ago
- 57d6903 Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaks by Daniel Dunbar · 15 years ago
- 58c661c lit: Don't use close_fds=True on Windows. by Daniel Dunbar · 15 years ago
- 6bd2b2e lit: When executing commands internally, perform PATH resolution ourselves. by Daniel Dunbar · 15 years ago
- 27dba67 Switch FoldingSet::AddString to StringRef based API. by Daniel Dunbar · 15 years ago
- 77696be Workaround what I believe is an MSVC bug where it emits a definition for a by Daniel Dunbar · 15 years ago
- 48a097b Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work with debug info, since it was extraordinarily easy to have dangling pointers thanks to MDNode uniquing. by Daniel Dunbar · 15 years ago
- e5b1836 Add a TrackingVH value handle. by Daniel Dunbar · 15 years ago
- 014d624 Fix a pasto. Also simplify for Bill's benefit. by Evan Cheng · 15 years ago
- 1c17c1b Minor bug fix. LowerSubregs should translate by Evan Cheng · 15 years ago
- 850c917 Fix PR5023: The instruction form of DominatorTree::dominates did not by Chris Lattner · 15 years ago
- 75c7c99 move DominatorTree::dominates for instructions out of line, by Chris Lattner · 15 years ago
- 0e657fa tidy up by Chris Lattner · 15 years ago
- 2b723a5 tidy up by Chris Lattner · 15 years ago
- cf985a9 Clean up spill weight computation. Also some changes to give loop induction by Evan Cheng · 15 years ago
- b2bb7db Add Cortex-A8 VFP model. by David Goodwin · 15 years ago
- 28f02fd Change MachineMemOperand's alignment value to be the alignment of by Dan Gohman · 15 years ago
- 78a130a Add a comment mentioning the rdar number associated with this test. by Dan Gohman · 15 years ago
- 4a0b3e1 Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-pool by Dan Gohman · 15 years ago
- 670e539 Recognize SSE min and max opportunities in even more cases. by Dan Gohman · 15 years ago
- b29ff97 Fix the offset values for these memoperands. For frame objects, the by Dan Gohman · 15 years ago
- 19ad784 big endian systems shift by bits too, hopefully this will fix the ppc by Chris Lattner · 15 years ago
- 471fbf9 Nick pointed out that DominanceFrontier and DominanceTree are preserved by Dan Gohman · 15 years ago
- 5ee98e8 Remove the special-case for constants in PHI nodes; it's not really by Dan Gohman · 15 years ago
- 8b2bc3d fix PR5016, a crash I introduced in GVN handing first class by Chris Lattner · 15 years ago
- f8349ac Use raw_ostream::indent instead of passing strings. by Mikhail Glushenkov · 15 years ago
- a079ff3 Fix this assertion string to mention subreg_to_reg. by Dan Gohman · 15 years ago
- fa9a302 initialize SymbolsCanStartWithDigit to false by default by Nuno Lopes · 15 years ago
- c2f4fa3 Update cmake. by Xerxes Ranby · 15 years ago
- a5ba07c Verify that phi instructions refer to MBBs in the CFG. by Jakob Stoklund Olesen · 15 years ago
- 4fbd14e enable non-local analysis and PRE of large store -> little load. by Chris Lattner · 15 years ago
- 8791351 convert an std::pair to an explicit struct. by Chris Lattner · 15 years ago
- ca74940 move some functions, add a comment. by Chris Lattner · 15 years ago
- 1ce0829 split HandleLoadFromClobberingStore in two pieces: one that does the by Chris Lattner · 15 years ago
- faa6adf add a note by Chris Lattner · 15 years ago
- 003de66 Register the MachineModuleInfo for the ARM JIT, and update JITDwarfEmitter to by Daniel Dunbar · 15 years ago
- f716330 add pr# by Chris Lattner · 15 years ago
- eed919b Improve GVN to be able to forward substitute a small load by Chris Lattner · 15 years ago
- 0c1f688 add a helper method. by Chris Lattner · 15 years ago
- b0f5973 Fix PR4986. "r1024 = insert_subreg r1024, undef, 2" cannot be turned in an implicit_def. Instead, it's an identity copy so it should be eliminated. Also make sure to update livevariable kill information. by Evan Cheng · 15 years ago
- cc1c702 Don't allow formatted_ostream to be unbuffered, even if its underlying buffer by Daniel Dunbar · 15 years ago
- 93c6c77 one case handled, expanded another testcase inline. by Chris Lattner · 15 years ago
- b2412a8 formatting cleanups, no functionality change. by Chris Lattner · 15 years ago
- 22884dd Add documentation on how to use enable debug information in the JIT and use it with GDB. by Reid Kleckner · 15 years ago
- 8111576 fix a FileCheck bug where: by Chris Lattner · 15 years ago
- 06e483d Move ARM and X86 specific AsmParser tests into separate subdirectories, and only by Daniel Dunbar · 15 years ago
- 2763217 Implement the JIT side of the GDB JIT debugging interface. To enable this by Reid Kleckner · 15 years ago
- 3d4138b Work around a FileCheck bug, for now. by Daniel Dunbar · 15 years ago
- 6441e54 simplify as daniel suggests by Chris Lattner · 15 years ago
- c936fe8 write rfind in terms of npos as daniel requested by Chris Lattner · 15 years ago
- 19e7499 remove a dead method. by Chris Lattner · 15 years ago
- 4d0764d grammaro by Chris Lattner · 15 years ago
- 6636434 Revert r82404, it is causing a bootstrap miscompile. This is very very by Chris Lattner · 15 years ago
- 3711b7a rewrite CountNumNewlinesBetween to be in terms of StringRef. by Chris Lattner · 15 years ago
- 6a089c3 this was not supposed to be committed by Chris Lattner · 15 years ago
- f15380b implement and document support for CHECK-NOT by Chris Lattner · 15 years ago
- 9607703 rewrite FileCheck in terms of StringRef instead of manual pointer pairs. by Chris Lattner · 15 years ago
- 3862513 improve memdep to eliminate bitcasts (and aliases, and noop geps) by Chris Lattner · 15 years ago
- 771a542 Move CoerceAvailableValueToLoadType earlier in GVN.cpp. Hook it up by Chris Lattner · 15 years ago
- 6af4b7c change the interface to CoerceAvailableValueToLoadType to be more generic. by Chris Lattner · 15 years ago
- 2891dbb Teach 'make check-all' to build the site configuration for clang, if it is in tree. by Daniel Dunbar · 15 years ago
- bb6495c enhance GVN to forward substitute a stored value to a load by Chris Lattner · 15 years ago
- c1491f3 update an entry, delete an entry which has been fixed. by Chris Lattner · 15 years ago
- 7453f8a tidy up by Chris Lattner · 15 years ago
- 711bb91 --- Reverse-merging r82282 into '.': by Bill Wendling · 15 years ago
- 7057641 remove a temporary hack. by Chris Lattner · 15 years ago
- 0dc32ea rename X86ATTAsmPrinter.cpp -> X86AsmPrinter.cpp likewise the .h file. by Chris Lattner · 15 years ago
- d4db0fc move target registry stuff to X86ATTAsmPrinter.cpp by Chris Lattner · 15 years ago
- 547a685 simplify this now that createX86CodePrinterPass is trivial by Chris Lattner · 15 years ago
- 3859638 rename X86ATTAsmPrinter class -> X86AsmPrinter by Chris Lattner · 15 years ago
- 71c7ace remove the asmstring, it is now dead. Improve comment. by Chris Lattner · 15 years ago
- 149cbc2 Peer through zext and sext to eliminate them when it is safe to do so. by Nick Lewycky · 15 years ago