summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Rename Kaleidoscope to show that it's for Chapter 7 of the tutorial.Erick Tryzelaar5-9/+25
2009-09-22Sync c++ kaleidoscope tutorial with test.Erick Tryzelaar7-104/+103
2009-09-22Add SetLocation() to allow IRBuilder user to set location info for an instruc...Devang Patel1-3/+9
2009-09-22Check exisiting dbg MDKind first. Devang Patel1-3/+3
2009-09-22No need to verify that malloc's return type is i8*.Victor Hernandez2-11/+1
2009-09-22Use early returns.David Goodwin1-59/+61
2009-09-22Revert "Don't allow formatted_ostream to be unbuffered, even if its underlyingDaniel Dunbar1-6/+1
2009-09-22... missed hiding a variable for MSVC only.Daniel Dunbar1-0/+2
2009-09-22Hide MSVC specific CRT interaction behind _MSC_VER.Daniel Dunbar1-1/+7
2009-09-22Remove the GetProcessId() call from Win32/Program.inc, take 2.Mikhail Glushenkov1-9/+23
2009-09-22Fix commento.Daniel Dunbar1-2/+1
2009-09-22lit: When executing shell scripts internally, don't allow piped stderr on anyDaniel Dunbar1-3/+21
2009-09-22Add a magic LLVM_DISABLE_CRT_DEBUG environment variable which we check in Reg...Daniel Dunbar2-1/+40
2009-09-22Forgot this.Evan Cheng1-2/+4
2009-09-22Fix PR5024. LiveVariables::FindLastPartialDef should return a set of sub-regi...Evan Cheng2-6/+36
2009-09-22Initial support for running LLVM tests from cmake.Daniel Dunbar3-0/+59
2009-09-22Generate lit.site.cfg from a .in file, as clang does.Daniel Dunbar2-8/+14
2009-09-22Use Compiler.h macro instead of __attribute__.Daniel Dunbar1-1/+1
2009-09-22CMake: Fix definition of LTDL_SHLIB_EXT for Darwin.Daniel Dunbar1-1/+5
2009-09-22Fix llvm-config --src-root and --obj-root for CMake builds.Daniel Dunbar1-0/+2
2009-09-22llvm-config: Remove unused variables.Daniel Dunbar1-11/+0
2009-09-22Actually use the arguments with the resolved executable path.Daniel Dunbar1-1/+1
2009-09-22Revert "Get rid of GetProcessId in Win32/Program.inc.", this breaksDaniel Dunbar3-26/+51
2009-09-22lit: Don't use close_fds=True on Windows.Daniel Dunbar1-1/+5
2009-09-22lit: When executing commands internally, perform PATH resolution ourselves.Daniel Dunbar1-2/+23
2009-09-22Switch FoldingSet::AddString to StringRef based API.Daniel Dunbar2-15/+5
2009-09-22Workaround what I believe is an MSVC bug where it emits a definition for aDaniel Dunbar1-0/+3
2009-09-22Switch DIDescriptor to use a TrackingVH. - This makes it much safer to work w...Daniel Dunbar2-4/+14
2009-09-22Add a TrackingVH value handle.Daniel Dunbar2-3/+99
2009-09-22Fix a pasto. Also simplify for Bill's benefit.Evan Cheng3-4/+6
2009-09-22Minor bug fix. LowerSubregs should translate Evan Cheng1-0/+1
2009-09-21Fix PR5023: The instruction form of DominatorTree::dominates did not Chris Lattner2-1/+31
2009-09-21move DominatorTree::dominates for instructions out of line,Chris Lattner2-24/+22
2009-09-21tidy upChris Lattner1-18/+17
2009-09-21tidy upChris Lattner1-7/+8
2009-09-21Clean up spill weight computation. Also some changes to give loop inductionEvan Cheng9-68/+145
2009-09-21Add Cortex-A8 VFP model.David Goodwin4-99/+370
2009-09-21Change MachineMemOperand's alignment value to be the alignment ofDan Gohman5-9/+17
2009-09-21Add a comment mentioning the rdar number associated with this test.Dan Gohman1-0/+1
2009-09-21Add support for rematerializing FsFLD0SS and FsFLD0SD as constant-poolDan Gohman3-16/+137
2009-09-21Recognize SSE min and max opportunities in even more cases.Dan Gohman3-41/+442
2009-09-21Fix the offset values for these memoperands. For frame objects, theDan Gohman2-2/+2
2009-09-21big endian systems shift by bits too, hopefully this will fix the ppc Chris Lattner1-1/+1
2009-09-21Nick pointed out that DominanceFrontier and DominanceTree are preservedDan Gohman1-2/+0
2009-09-21Remove the special-case for constants in PHI nodes; it's not reallyDan Gohman1-3/+0
2009-09-21fix PR5016, a crash I introduced in GVN handing first classChris Lattner2-10/+52
2009-09-21Use raw_ostream::indent instead of passing strings.Mikhail Glushenkov1-145/+163
2009-09-21Fix this assertion string to mention subreg_to_reg.Dan Gohman1-2/+2
2009-09-21initialize SymbolsCanStartWithDigit to false by defaultNuno Lopes1-1/+1
2009-09-21Update cmake.Xerxes Ranby1-0/+1