aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Looks like comments were chopped off.Evan Cheng2009-01-261-2/+3
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...Evan Cheng2009-01-261-2/+2
* Fixed optimization of combining two shuffles where the first shuffle inputsMon P Wang2009-01-262-1/+22
* Take the next steps in making SDUse more consistent with LLVM Use, andDan Gohman2009-01-265-266/+238
* Untabify code.Scott Michel2009-01-266-49/+49
* CellSPU:Scott Michel2009-01-2611-300/+552
* Fix a typoNate Begeman2009-01-261-3/+2
* De-identifying per sabre reviewNate Begeman2009-01-261-56/+59
* Build libLTO on any platform so long as PIC is enabled.Nick Lewycky2009-01-262-8/+3
* Add some documentation for address-space-based access to the segment registers.Nate Begeman2009-01-261-1/+22
* Handle single-entry phi nodes gracefully in condprop.Chris Lattner2009-01-262-0/+45
* Fix PR3408 by making a non-obvious assumption very obvious, and Chris Lattner2009-01-262-2/+27
* More cleanups and simplifications, no functionality change.Chris Lattner2009-01-261-47/+23
* tidy assertsChris Lattner2009-01-261-18/+17
* Map address space 256 to gs; similar mappings could be supported for theNate Begeman2009-01-263-0/+28
* Support pattern matching various x86 sse shifts.Nate Begeman2009-01-261-0/+93
* silence a warning when assertions are disabled.Chris Lattner2009-01-251-3/+3
* should have removed the + when manually applying a patch!Torok Edwin2009-01-251-2/+2
* revert this patch for now, because Codegen does still want to generate SSE code,Torok Edwin2009-01-253-0/+8
* testcase for llvm-gcc part of PR3402.Torok Edwin2009-01-251-0/+30
* If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...Torok Edwin2009-01-252-2/+20
* Eliminate the loop that searches through each of the operandsDan Gohman2009-01-252-196/+179
* Whitespace tidiments.Dan Gohman2009-01-251-2/+1
* Move the N->use_empty() assert from DeleteNode toDan Gohman2009-01-251-3/+2
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"Dan Gohman2009-01-251-12/+22
* Start generating arbitrary precision integer SCEVs. This removes the temporaryNick Lewycky2009-01-251-11/+1
* Actually run the test in this directory.Nick Lewycky2009-01-251-0/+3
* The function that does nothing but call malloc is noalias return.Nick Lewycky2009-01-252-5/+17
* Private linkage support for PPC / Darwin.Evan Cheng2009-01-252-0/+7
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...Evan Cheng2009-01-255-9/+132
* Fix an indent and a typo.Nate Begeman2009-01-242-2/+2
* Revert previous change; even this mild and clearlyDale Johannesen2009-01-241-7/+4
* add note about possible GEP improvement with fields of size 0.Torok Edwin2009-01-241-0/+6
* Add a PR comment to this test.Dan Gohman2009-01-241-0/+1
* testcase for PR3381.Torok Edwin2009-01-242-1/+19
* Add more documentation mentioning the limitations due to PR2660.Dan Gohman2009-01-241-2/+31
* void* is represented as pointer to empty struct {}.Torok Edwin2009-01-241-0/+2
* Some cleanups. No functional changes.Owen Anderson2009-01-241-26/+34
* Improve the inlining cost function a bit.Dale Johannesen2009-01-241-3/+6
* Make InstCombineStoreToCast handle aggregates more aggressively,Chris Lattner2009-01-242-18/+65
* Perform optional clang building.Mike Stump2009-01-242-0/+11
* Refactor code. No functionality change.Evan Cheng2009-01-231-20/+38
* Introduce two DWARF attribute extentions DW_AT_APPLE_optimized, DW_AT_APPLE_f...Devang Patel2009-01-235-4/+23
* hopefully address PR3379 by making the P modifier work in x86 inline asm.Chris Lattner2009-01-231-0/+3
* Fix test case. Use valid file name and directory in global variable's debug i...Devang Patel2009-01-231-1/+1
* use CallSite::isCalle instead of slow getOperandNoGabor Greif2009-01-231-3/+3
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-236-12/+14
* Add support for deleting a module provider from a JIT in such a way that it d...Nate Begeman2009-01-234-2/+48
* Empty DIType represents void. In this case no need to construct any type DIE.Devang Patel2009-01-231-3/+1
* Fold x-0 to x in unsafe-fp-math mode. This comes up in theDan Gohman2009-01-232-9/+19