2007-01-13 |
Reid Spencer | This is not an upgrade candidate any more. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Make sure the IntegerValType has enough space for 2... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Make sure that GEP indices are only 32 or 64 bits.... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Get rid of some useless distinction between bool and... |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Chris Lattner | fix a bug in a recent patch |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | For PR1093: |
commit | commitdiff | tree | snapshot |
2007-01-13 |
Reid Spencer | Test case for PR1093 for llvm.va_* intrinsics upgrade. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Jim Laskey | virtual not needed. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Remove this file. It was inadvertently added because... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Compensate for loss of DerivedTypes.h in TargetLowering.h |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Move a function out of line. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | remove over-general code. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | remove unneeded special case for bool |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Eliminate a log(n) lookup |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Adjust #includes to compensate for lost of DerivedTypes... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Don't #include DerivedTypes.h in this header. Make... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Add a new home for TargetLowering member functions. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | remove obsolete fixme |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | simplify some code |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Evan Cheng | Minor fix. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Evan Cheng | - Move RTLIB::Libcall enum to a separate file. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Remove over-general comparisons |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Jim Laskey | Allow isAllOnesValue testing on packed constants |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Evan Cheng | Silence a bogus compiler warning. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | inline isIntegral to make this method look like classof... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | update this to work with recent asmprinter change |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Lauro Ramos... | Don't add or sub zero to sp. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Lauro Ramos... | Build constants using instructions mov/orr or mvn/eor. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Remove support for upgrading NOT. The llvm-upgrade... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Devang Patel | s/addPassToManager/add/g |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Anton Korobeynikov | Regenerate |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Anton Korobeynikov | * PIC codegen for X86/Linux has been implemented |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Devang Patel | Move PMTopLevelManager, PMDataManager and FPPassManger... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Remove a bunch of duplicated code. Among other things... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | unbreak i1 constants with the cpp writer, eliminate... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | eliminate redundant check |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | This production is dead, the lexer can never return... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Branch conditions must be i1 |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | don't discriminate against bool |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | remove unneeded special cases |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Jeff Cohen | '==' is not a legal test operator on BSD. Use '='. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | GEP operands can't be bools |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Simplify code |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Make a couple organizational changes. Type no longer... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Devang Patel | Remove dead code. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Update documentation for arbitrary precision integers: |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Fix a typo. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Regenerate. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Integer type names need 1 or more digits, not zero... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Always write 1 bit integers as i1 not "bool". |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Evan Cheng | Comment. |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | For PR1064: |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Chris Lattner | Fix persistent conflict madness by removing these from... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Update for changes in the IR. The ConstantIntegral... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Reid Spencer | Update for changes in the assembly syntax. bool is... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Evan Cheng | Store default libgcc routine names and allow them to... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Nick Lewycky | If we know that it's a constant being casted, propagate... |
commit | commitdiff | tree | snapshot |
2007-01-12 |
Nick Lewycky | Clean up logic after ConstantBool removal. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Devang Patel | Start using PMStack. Now each pass is responsibe for... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Don't remove the find_rule label from FLEX output.... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Devang Patel | Use getPassManagerType() instead of dynamic_cast. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Zhou Sheng | Remove unnecessary boolean type check. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Zhou Sheng | Fixed a bug in ConstantInt::Inverted(). |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Zhou Sheng | For PR1043: |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Zhou Sheng | Fixed indentation. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Shut up a warning about signed/unsigned. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Put in some needed \ at the end of lines!!! |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Chris Lattner | simplify some logic further |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Chris Lattner | Recommit my previous patch with a bugfix: printInfoComm... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Nick Lewycky | Quiet compiler warning. The only reason the function... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Nick Lewycky | New predicate simplifier! |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Devang Patel | Add PassManagerType enum. |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Avoid taking the address of a macro by checking to... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Reid Spencer | Implement better constant folding of unordered FCMP... |
commit | commitdiff | tree | snapshot |
2007-01-11 |
Devang Patel | Robustify assingPassManager() for Module, Function... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Reid Spencer | Allow LLI, in interpreter mode, to find stdin, stdout... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Reid Spencer | Back out the last patch which is a nightly test killer... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Chris Lattner | Last refactoring before PR645: split up getSlot into... |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Chris Lattner | eliminate some iterator gymnastics. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Reid Spencer | Change the file header name as this file was renamed. |
commit | commitdiff | tree | snapshot |
2007-01-10 |
Reid Spencer | Rename Writer.cpp as CBackend.cpp so it doesn't conflic... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Fix a bug in heap-sra that caused compilation failure... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Reid Spencer | Explain that bitcast can only cast a pointer to another... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Reid Spencer | For PR1099: |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Inline insertValue into CreateModuleSlot/CreateFunctionSlot |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Remove a bunch of complex logic that is completely... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Split CreateSlot into two versions, one for globals... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Remove extraneous return value from insertValue and... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Reid Spencer | For PR1099: |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Reid Spencer | Test case for PR1099. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chandler Carruth | Fixing a ">" redirect to be a ">>" redirect, so a sed... |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Chris Lattner | Add PR number for future reference |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Evan Cheng | Fix test case. |
commit | commitdiff | tree | snapshot |
2007-01-09 |
Reid Spencer | PR1085 is fixed now. |
commit | commitdiff | tree | snapshot |
next |