Age | Commit message (Expand) | Author |
2007-01-19 | For PR1043: | Reid Spencer |
2007-01-19 | fix build on amd64 | Andrew Lenharth |
2007-01-19 | Adding disassembler interface and external hook to udis86 library. | Anton Korobeynikov |
2007-01-18 | Fix a regression in the last patch. When constructing a BitMask, be careful | Reid Spencer |
2007-01-18 | Use the new maskToBitWidth function to ensure that the results of | Reid Spencer |
2007-01-18 | Add an inline helper function that masks a GenericValue to a specified | Reid Spencer |
2007-01-18 | Make shl instruction mask its result to the correct bitsize. This is | Reid Spencer |
2007-01-18 | Two changes: | Reid Spencer |
2007-01-18 | Make sure we truncate stored values to their bit width. | Reid Spencer |
2007-01-15 | rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger. | Chris Lattner |
2007-01-15 | eliminate calls to Type::isInteger, preferring isIntegral instead. | Chris Lattner |
2007-01-12 | For PR1064: | Reid Spencer |
2007-01-12 | Implement review feedback for the ConstantBool->ConstantInt merge. Chris | Reid Spencer |
2007-01-11 | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. | Reid Spencer |
2007-01-11 | For PR1043: | Zhou Sheng |
2006-12-31 | For PR950: | Reid Spencer |
2006-12-23 | For PR950: | Reid Spencer |
2006-12-19 | elimiante Statistic static ctors | Chris Lattner |
2006-12-19 | remove static ctors from Statistic objects | Chris Lattner |
2006-12-17 | Fix PR1057 (compilation on macos 10.3), patch by Scott Michel! | Chris Lattner |
2006-12-14 | Simplify the fetching of relocation mode. | Jim Laskey |
2006-12-14 | 1. Tidy up jump table info. | Jim Laskey |
2006-12-12 | Change inferred cast creation calls to more specific cast creations. | Reid Spencer |
2006-12-07 | Removing even more <iostream> includes. | Bill Wendling |
2006-12-07 | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling |
2006-12-06 | Detemplatize the Statistic class. The only type it is instantiated with | Chris Lattner |
2006-12-02 | Unbreak VC++ build. | Jeff Cohen |
2006-12-01 | Introducing external weak linkage. Darwin codegen should be added later. | Anton Korobeynikov |
2006-11-27 | Removed #include <iostream> and replaced streams with llvm streams. | Bill Wendling |
2006-11-27 | For PR950: | Reid Spencer |
2006-11-16 | Allow target to specify alignment for function stub. | Evan Cheng |
2006-11-15 | Simplify IntrinsicLowering and clarify that it is only for use by the | Chris Lattner |
2006-11-09 | if lazy compilation is disabled, print an error message and abort if | Chris Lattner |
2006-11-09 | init ivar | Chris Lattner |
2006-11-08 | Remove redundant <cmath>. | Jim Laskey |
2006-11-08 | For PR950: | Reid Spencer |
2006-11-02 | For PR786: | Reid Spencer |
2006-11-02 | Remove a function prototype that is no longer needed (REM patch missed it) | Reid Spencer |
2006-11-02 | For PR950: | Reid Spencer |
2006-11-01 | Remove unnecessary sign conversions made possible by last patch. | Reid Spencer |
2006-11-01 | Fix a bug in the interpreter where divides of unmatched signed operands | Reid Spencer |
2006-10-26 | For PR950: | Reid Spencer |
2006-10-20 | For PR950: | Reid Spencer |
2006-09-15 | Unbreak the JIT | Chris Lattner |
2006-09-14 | Adding dllimport, dllexport and external weak linkage types. | Anton Korobeynikov |
2006-09-13 | Fix a ton of jit failures | Chris Lattner |
2006-09-12 | Reflect MachineConstantPoolEntry changes. | Evan Cheng |
2006-09-10 | Behold, more work on relocations. Things are looking pretty good now. | Nate Begeman |
2006-09-04 | Completely rearchitect the interface between targets and the pass manager. | Chris Lattner |
2006-09-03 | eliminate use of TM.getName() | Chris Lattner |