aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-11-04For some targets, it's not possible to place GVs in the same memory buffer as...Evan Cheng
2008-11-04Don't "shell out" to resolve paths. Using pure perl makes llvm-configNick Lewycky
2008-11-0480 col violation.Evan Cheng
2008-11-04Stylistic change.Evan Cheng
2008-11-04hasDisassembler should return false if disassembler isn't available.Evan Cheng
2008-11-04CMakeLists: removed asmprinter component fromOscar Fuentes
2008-11-04CMake: Support for building 32 bit mode libs and binaries onOscar Fuentes
2008-11-04CMake: Updated list of source files.Oscar Fuentes
2008-11-04Initial checkin for stack protectors. Here's what it does:Bill Wendling
2008-11-04Handle ARM machine constantpool entries.Evan Cheng
2008-11-03The ANDMask node folds to a constant, and isn't the node that needs toDan Gohman
2008-11-03Fix unused variable warnings.Devang Patel
2008-11-03Fix unused variable warnings.Devang Patel
2008-11-03Add C bindings for extractvalue and insertvalue. Patch by Frits van Bommel!Dan Gohman
2008-11-03Remove a dead switch statement.Evan Cheng
2008-11-03Minor code restructuring. No functionality change.Evan Cheng
2008-11-03Fix some ppcf128 regressions: make ExpandFloatRes_LOADDale Johannesen
2008-11-03Make VAARG promotion work correctly with large funkyDuncan Sands
2008-11-03Overload AddInteger on int/long/long long instead of on int/int64_t,Dan Gohman
2008-11-03Ignore conditions that are outside the loop.Devang Patel
2008-11-03add a period at the end of the comment, ignoring the fact that the comment wo...Andrew Lenharth
2008-11-03Add binary encoding support for multiply instructions. Some blanks left to fi...Jim Grosbach
2008-11-03Turn floating point IVs into integer IVs where possible.Devang Patel
2008-11-03Refactor various TargetAsmInfo subclasses' TargetMachine members awayDan Gohman
2008-11-03Change how extended types are represented in MVTs. Instead of fiddlingDan Gohman
2008-11-03Comment fix.Daniel Dunbar
2008-11-03Remove redundant inline keywords from functions defined withinDan Gohman
2008-11-03Ensure that we are checking only calls to the function we are interested in s...Andrew Lenharth
2008-11-03Testcase for recent llvm-gcc fixAnton Korobeynikov
2008-11-03Make VAARG work with x86 long double (which isDuncan Sands
2008-11-03Make MachineFrameInfo::print not crash when no TargetFrameInfo is available.Matthijs Kooijman
2008-11-03Silence a compiler warning.Evan Cheng
2008-11-03TypoNick Lewycky
2008-11-03Replace explicit loop with utility function.Nick Lewycky
2008-11-03Don't crash analyzing certain quadratics (addrec of {X,+,Y,+,1}).Nick Lewycky
2008-11-03Revert my last patch until I consult with Evan about it.Owen Anderson
2008-11-02Changes from Duncan's review:Nick Lewycky
2008-11-02Testcase for PR2691Anton Korobeynikov
2008-11-02Silence a warningAnton Korobeynikov
2008-11-02Get this building on 64 bit machines (error:Duncan Sands
2008-11-02Don't do pre-splitting if doing so would create a value join that did notOwen Anderson
2008-11-02CMake: added a source file.Oscar Fuentes
2008-11-02Whoops! Remove test Output/ directory.Nick Lewycky
2008-11-02Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky
2008-11-02Fix demanded bits analysis with srem by negative number. Based on a patchNick Lewycky
2008-11-02Fix this recently moved code to use the correct type. CI is now aDan Gohman
2008-11-01Added interface to allow clients to create a MemIntrinsicNode forMon P Wang
2008-11-01Reverting back 58505. Will commit it once I have the bc reader/writer/docsSanjiv Gupta
2008-10-31Whitespace fixes. No functionality change.Bill Wendling
2008-10-31Testcase for PR2613Anton Korobeynikov