summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Many updates to Windows project files.Steve Naroff2009-01-265-0/+28
* Update VS project files.Steve Naroff2009-01-262-0/+24
* Comment fix.Daniel Dunbar2009-01-261-1/+1
* ccc: -o should not be automatically forwarded to generic gcc tools.Daniel Dunbar2009-01-261-1/+1
* ccc: Recognize -emit-llvm [-S].Daniel Dunbar2009-01-266-16/+50
* Fix a bug in BitVector.h. All assignment operations (except the usual Roman Levenstein2009-01-261-3/+3
* start plumbing together the line table information. So far we justChris Lattner2009-01-263-22/+127
* Actually source file has already been uniquified into an id during isel. Elim...Evan Cheng2009-01-263-40/+12
* Add data structure to define and track debug location during codegen.Evan Cheng2009-01-263-1/+150
* Looks like comments were chopped off.Evan Cheng2009-01-261-2/+3
* Lazily paging in file contents is a big win for PTH, strip out the oldChris Lattner2009-01-261-20/+2
* LLVM_SUPPORT_DEBUGINFO_H -> LLVM_ANALYSIS_DEBUGINFO_H since DebugInfo.h is un...Evan Cheng2009-01-261-2/+2
* Bitmangle file characteristic bits into the low bits of Chris Lattner2009-01-261-10/+12
* add parsing and constraint enforcement for GNU line marker directives.Chris Lattner2009-01-264-40/+173
* Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...Ted Kremenek2009-01-261-29/+33
* add another sanity test.Chris Lattner2009-01-261-0/+4
* a few minor cleanupsChris Lattner2009-01-261-2/+6
* parse and enforce required constraints on #line directives. Right nowChris Lattner2009-01-264-14/+104
* Fixed optimization of combining two shuffles where the first shuffle inputsMon P Wang2009-01-262-1/+22
* added to wrong directoryChris Lattner2009-01-261-0/+0
* an insane macro testcase.Chris Lattner2009-01-261-0/+639
* Take the next steps in making SDUse more consistent with LLVM Use, andDan Gohman2009-01-265-266/+238
* eagerly resolve the spelling locations of macro argument preexpansions.Chris Lattner2009-01-262-3/+10
* Eagerly resolve the spelling location of the tokens in a definitionChris Lattner2009-01-262-0/+18
* Only resolve a macro's instantiation loc once per macro, instead of onceChris Lattner2009-01-261-0/+7
* 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
* PR3269: create an empty InitListExpr as a child for the Eli Friedman2009-01-261-3/+7
* 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
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-2611-429/+516
* Update C++ status table with new member pointer conversion capabilities.Sebastian Redl2009-01-261-7/+7
* silence a warning when assertions are disabled.Chris Lattner2009-01-251-3/+3
* improve ASTContext::getDeclAlign comment, as suggested by Eli.Chris Lattner2009-01-251-3/+3
* use simpler methodChris Lattner2009-01-251-1/+1
* 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
* Implement implicit conversions for pointers-to-member.Sebastian Redl2009-01-257-10/+147
* 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
OpenPOWER on IntegriCloud