aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Make the Dwarf macro information section optional; CellSPU's assemblerScott Michel2009-01-263-10/+22
* Implement Red Zone utilization on x86-64. This is currentlyDan Gohman2009-01-263-0/+23
* More updates to VC proj...Steve Naroff2009-01-262-62/+18
* Reapply r63025 and r63026, with fixes for the failing testcases.Owen Anderson2009-01-261-356/+13
* Fix PR3393, which amounts to a bug in the expensiveDuncan Sands2009-01-263-16/+53
* Add method raw_fd_ostream::seek() for random access within a file.Ted Kremenek2009-01-262-1/+11
* At Nick Lewycky's request, rename this test with a more informative name.Dan Gohman2009-01-261-0/+0
* Also revert r63206Bill Wendling2009-01-261-0/+321
* Temporarily revert r63025 until the testsuite failures can be fixed.Bill Wendling2009-01-261-12/+34
* Fix the name of an argument.Dan Gohman2009-01-261-2/+2
* During bittest switch lowering emit shift in the test block, which should (th...asl2009-01-261-11/+9
* Get rid of a bunch of dead code now that interval reconstruction is enabled.resistor2009-01-261-321/+0
* Fix an issue where LiveIntervals was trying to be smart about removing killresistor2009-01-261-34/+12
* Enhance logic in X86DAGToDAGISel::PreprocessForRMW which move load inside cal...evancheng2009-01-262-8/+72
* Silence a bogus compiler warning.evancheng2009-01-261-1/+1
* Update VS project files.snaroff2009-01-262-0/+24
* Fix a bug in BitVector.h. All assignment operations (except the usual romix2009-01-261-3/+3
* Actually source file has already been uniquified into an id during isel. Elim...evancheng2009-01-263-40/+12
* Add data structure to define and track debug location during codegen.evancheng2009-01-263-1/+150
* Looks like comments were chopped off.evancheng2009-01-261-2/+3
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...evancheng2009-01-261-2/+2
* Fixed optimization of combining two shuffles where the first shuffle inputswangmp2009-01-262-1/+22
* Take the next steps in making SDUse more consistent with LLVM Use, anddjg2009-01-265-266/+238
* Untabify code.pingbak2009-01-266-49/+49
* CellSPU:pingbak2009-01-2611-300/+552
* Fix a typosampo2009-01-261-3/+2
* De-identifying per sabre reviewsampo2009-01-261-56/+59
* Build libLTO on any platform so long as PIC is enabled.nicholas2009-01-262-8/+3
* Add some documentation for address-space-based access to the segment registers.sampo2009-01-261-1/+22
* Handle single-entry phi nodes gracefully in condprop.lattner2009-01-262-0/+45
* Fix PR3408 by making a non-obvious assumption very obvious, and lattner2009-01-262-2/+27
* More cleanups and simplifications, no functionality change.lattner2009-01-261-47/+23
* tidy assertslattner2009-01-261-18/+17
* Map address space 256 to gs; similar mappings could be supported for thesampo2009-01-263-0/+28
* Support pattern matching various x86 sse shifts.sampo2009-01-261-0/+93
* silence a warning when assertions are disabled.lattner2009-01-251-3/+3
* should have removed the + when manually applying a patch!edwin2009-01-251-2/+2
* revert this patch for now, because Codegen does still want to generate SSE code,edwin2009-01-253-0/+8
* testcase for llvm-gcc part of PR3402.edwin2009-01-251-0/+30
* If user explicitly asks not to use SSE, don't force it. This fixes LLVM part ...edwin2009-01-252-2/+20
* Eliminate the loop that searches through each of the operandsdjg2009-01-252-196/+179
* Whitespace tidiments.djg2009-01-251-2/+1
* Move the N->use_empty() assert from DeleteNode todjg2009-01-251-3/+2
* Reality-check the FAQ entry for "Can I use LLVM to convert C++ to C?"djg2009-01-251-12/+22
* Start generating arbitrary precision integer SCEVs. This removes the temporarynicholas2009-01-251-11/+1
* Actually run the test in this directory.nicholas2009-01-251-0/+3
* The function that does nothing but call malloc is noalias return.nicholas2009-01-252-5/+17
* Private linkage support for PPC / Darwin.evancheng2009-01-252-0/+7
* Teach 2addr pass to be do more commuting. If both uses of a two-address instr...evancheng2009-01-255-9/+132
* Fix an indent and a typo.sampo2009-01-242-2/+2