2007-02-24 |
Chris Lattner | Fix PR1216 by cleaning up the ownership of JITResolver. |
tree | commitdiff |
2007-02-15 |
Reid Spencer | For PR1195: |
tree | commitdiff |
2007-02-14 |
Chris Lattner | From Dan Gohman: |
tree | commitdiff |
2007-02-14 |
Chris Lattner | Generalize TargetData strings, to support more interest... |
tree | commitdiff |
2007-02-13 |
Chris Lattner | eliminate vector-related allocations |
tree | commitdiff |
2007-02-10 |
Chris Lattner | eliminate use of TargetData::getIndexedOffset that... |
tree | commitdiff |
2007-02-10 |
Chris Lattner | Privatize StructLayout::MemberOffsets, adding an accessor |
tree | commitdiff |
2007-02-08 |
Reid Spencer | For PR1188: |
tree | commitdiff |
2007-02-05 |
Reid Spencer | For PR411: |
tree | commitdiff |
2007-02-02 |
Reid Spencer | Changes to support making the shift instructions be... |
tree | commitdiff |
2007-01-30 |
Reid Spencer | For PR1136: Rename GlobalVariable::isExternal as isDecl... |
tree | commitdiff |
2007-01-29 |
Reid Spencer | Remove tabs. |
tree | commitdiff |
2007-01-29 |
Reid Spencer | Implement use of new IntrinsicLowering interface. |
tree | commitdiff |
2007-01-26 |
Reid Spencer | For PR761: |
tree | commitdiff |
2007-01-23 |
Anton Korobeynikov | Moved disassembler to libSystem |
tree | commitdiff |
2007-01-21 |
Reid Spencer | For PR970: |
tree | commitdiff |
2007-01-20 |
Chris Lattner | Teach TargetData to handle 'preferred' alignment for... |
tree | commitdiff |
2007-01-20 |
Chris Lattner | DOUT still evaluates side effects, even though it doesn... |
tree | commitdiff |
2007-01-20 |
Reid Spencer | Implement the signed icmp instructions properly. To... |
tree | commitdiff |
2007-01-20 |
Reid Spencer | Implement bit-accurate sext instruction. |
tree | commitdiff |
2007-01-19 |
Reid Spencer | For PR1043: |
tree | commitdiff |
2007-01-19 |
Andrew Lenharth | fix build on amd64 |
tree | commitdiff |
2007-01-19 |
Anton Korobeynikov | Adding disassembler interface and external hook to... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Fix a regression in the last patch. When constructing... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Use the new maskToBitWidth function to ensure that... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Add an inline helper function that masks a GenericValue... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Make shl instruction mask its result to the correct... |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Two changes: |
tree | commitdiff |
2007-01-18 |
Reid Spencer | Make sure we truncate stored values to their bit width. |
tree | commitdiff |
2007-01-15 |
Chris Lattner | rename Type::isIntegral to Type::isInteger, eliminating... |
tree | commitdiff |
2007-01-15 |
Chris Lattner | eliminate calls to Type::isInteger, preferring isIntegr... |
tree | commitdiff |
2007-01-12 |
Reid Spencer | For PR1064: |
tree | commitdiff |
2007-01-12 |
Reid Spencer | Implement review feedback for the ConstantBool->Constan... |
tree | commitdiff |
2007-01-11 |
Reid Spencer | Rename BoolTy as Int1Ty. Patch by Sheng Zhou. |
tree | commitdiff |
2007-01-11 |
Zhou Sheng | For PR1043: |
tree | commitdiff |
2006-12-31 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-23 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-12-19 |
Chris Lattner | elimiante Statistic static ctors |
tree | commitdiff |
2006-12-19 |
Chris Lattner | remove static ctors from Statistic objects |
tree | commitdiff |
2006-12-17 |
Chris Lattner | Fix PR1057 (compilation on macos 10.3), patch by Scott... |
tree | commitdiff |
2006-12-14 |
Jim Laskey | Simplify the fetching of relocation mode. |
tree | commitdiff |
2006-12-14 |
Jim Laskey | 1. Tidy up jump table info. |
tree | commitdiff |
2006-12-12 |
Reid Spencer | Change inferred cast creation calls to more specific... |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Removing even more <iostream> includes. |
tree | commitdiff |
2006-12-07 |
Bill Wendling | Changed llvm_ostream et all to OStream. llvm_cerr,... |
tree | commitdiff |
2006-12-06 |
Chris Lattner | Detemplatize the Statistic class. The only type it... |
tree | commitdiff |
2006-12-02 |
Jeff Cohen | Unbreak VC++ build. |
tree | commitdiff |
2006-12-01 |
Anton Korobeynikov | Introducing external weak linkage. Darwin codegen shoul... |
tree | commitdiff |
2006-11-27 |
Bill Wendling | Removed #include <iostream> and replaced streams with... |
tree | commitdiff |
2006-11-27 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-16 |
Evan Cheng | Allow target to specify alignment for function stub. |
tree | commitdiff |
2006-11-15 |
Chris Lattner | Simplify IntrinsicLowering and clarify that it is only... |
tree | commitdiff |
2006-11-09 |
Chris Lattner | if lazy compilation is disabled, print an error message... |
tree | commitdiff |
2006-11-09 |
Chris Lattner | init ivar |
tree | commitdiff |
2006-11-08 |
Jim Laskey | Remove redundant <cmath>. |
tree | commitdiff |
2006-11-08 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-11-02 |
Reid Spencer | Remove a function prototype that is no longer needed... |
tree | commitdiff |
2006-11-02 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-11-01 |
Reid Spencer | Remove unnecessary sign conversions made possible by... |
tree | commitdiff |
2006-11-01 |
Reid Spencer | Fix a bug in the interpreter where divides of unmatched... |
tree | commitdiff |
2006-10-26 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-10-20 |
Reid Spencer | For PR950: |
tree | commitdiff |
2006-09-15 |
Chris Lattner | Unbreak the JIT |
tree | commitdiff |
2006-09-14 |
Anton Korobeynikov | Adding dllimport, dllexport and external weak linkage... |
tree | commitdiff |
2006-09-13 |
Chris Lattner | Fix a ton of jit failures |
tree | commitdiff |
2006-09-12 |
Evan Cheng | Reflect MachineConstantPoolEntry changes. |
tree | commitdiff |
2006-09-10 |
Nate Begeman | Behold, more work on relocations. Things are looking... |
tree | commitdiff |
2006-09-04 |
Chris Lattner | Completely rearchitect the interface between targets... |
tree | commitdiff |
2006-09-03 |
Chris Lattner | eliminate use of TM.getName() |
tree | commitdiff |
2006-09-01 |
Evan Cheng | Remove extra spaces. |
tree | commitdiff |
2006-09-01 |
Evan Cheng | Last check-in was a mistake... |
tree | commitdiff |
2006-09-01 |
Evan Cheng | *** empty log message *** |
tree | commitdiff |
2006-09-01 |
Evan Cheng | Better comments. |
tree | commitdiff |
2006-09-01 |
Evan Cheng | Yikes. This requires checking apple gcc version. |
tree | commitdiff |
2006-08-16 |
Chris Lattner | initial changes to support JIT'ing from multiple module... |
tree | commitdiff |
2006-07-28 |
Chris Lattner | Fix handling of asm specifiers for external globals... |
tree | commitdiff |
2006-07-27 |
Evan Cheng | Resolve BB references with relocation. |
tree | commitdiff |
2006-07-27 |
Jim Laskey | Fixed a typo in Evan's submisson. |
tree | commitdiff |
2006-07-27 |
Evan Cheng | Move synchronizeICache from TargetJITInfo into a static... |
tree | commitdiff |
2006-07-27 |
Chris Lattner | Fix warning on linux |
tree | commitdiff |
2006-07-25 |
Evan Cheng | - Refactor the code that resolve basic block references... |
tree | commitdiff |
2006-07-22 |
Nate Begeman | Fix the build on my old and busted version of OS X |
tree | commitdiff |
2006-07-22 |
Evan Cheng | Forgot to #ifdef __APPLE__ |
tree | commitdiff |
2006-07-21 |
Evan Cheng | Resolve __dso_handle. |
tree | commitdiff |
2006-07-12 |
Chris Lattner | Remove non-portable optimization that isn't worth it |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Change AllocateRWX/DeallocateRWX do not throw an exception. |
tree | commitdiff |
2006-07-07 |
Chris Lattner | Adapt to new interface function materialization interface |
tree | commitdiff |
2006-06-23 |
Evan Cheng | Added jump table address relocation. |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Simplify TargetData ctor call |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Only count instructions as code size, not constant... |
tree | commitdiff |
2006-06-16 |
Chris Lattner | Simplify interpreter construction. |
tree | commitdiff |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings. |
tree | commitdiff |
2006-06-01 |
Chris Lattner | Fix -pedantic warnings |
tree | commitdiff |
2006-06-01 |
Chris Lattner | Silence some -pedantic warnings. |
tree | commitdiff |
2006-05-24 |
Reid Spencer | For PR786: |
tree | commitdiff |
2006-05-16 |
Chris Lattner | Make this print the right start pointer |
tree | commitdiff |
2006-05-14 |
Chris Lattner | LoadLibraryPermanently can theoretically throw an excep... |
tree | commitdiff |
2006-05-12 |
Chris Lattner | Fix a hypothetical memory leak, identified by Coverity... |
tree | commitdiff |
2006-05-12 |
Owen Anderson | Refactor a bunch of includes so that TargetMachine... |
tree | commitdiff |
next |