2005-11-17 |
Chris Lattner | add an option to generate completely non-pic code,... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Fix a bug that resistor on IRC hit where we tried to... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Enable global address legalization, fixing a todo and... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Teach the selector to fold lo(g) into load instruction... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Generate LA and ADDIS when possible. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Use the right accessor to create this node |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Validate that the input to 'Pat' patterns is sane. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Allow users to specify -Wl,-native* multiple times... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | teach tblgen to be smart enough to handle tglobaladdr... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Add an initial hack at legalizing GlobalAddress into... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Add globaladdress and targetglobaladdress nodes for... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | LI could theoretically be used for the lo-part of a... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Allow targets to custom legalize leaf nodes like Global... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | When lowering direct calls, lower them to use a targetg... |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Teach legalize about targetglobaladdress |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Chris Lattner | Add patterns for some 16-bit immediate instructions... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | fix a tblgen bug that Evan ran into, where we would... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | Add patterns for several simple instructions that take... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Andrew Lenharth | who would have thought you would want to write into... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | This passes on ppc and x86 now |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | when debugging lower dbg intrinsics to calls |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | tell selectiondag when we're debugging |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | add a flag |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | indicate when a tool is a debug build. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Jeff Cohen | Keep Visual Studio building. |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | * Fix DerivedType::dropAllTypeUses to not change the... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Chris Lattner | initial step at adding a dag-to-dag isel for X86 backen... |
commit | commitdiff | tree | snapshot |
2005-11-16 |
Nate Begeman | Patch to clean up function call pseudos and support... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Jeff Cohen | Keep Visual Studio informed of new files. |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | remove these labels, there are now bigger jumps in... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | Fix some typos noticed by Gabor Greif! |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | Make sure to use SwitchSection to switch sections so... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | Fix handling of multiple unnamed globals with the same... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | Separate X86ISelLowering stuff out from the X86ISelPatt... |
commit | commitdiff | tree | snapshot |
2005-11-15 |
Chris Lattner | Remove extraneous parents around constants when using... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Andrew Lenharth | this file moved |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | Handle globals with explicit alignment requests |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | Teach emitAlignment to handle explicit alignment reques... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | Teach the PPC asmwriter to honor globals with explicit... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | instead of using mstats, use malloc_zone_statistics... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | regenearte |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | add malloc_zone_statistics, remove mstats |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | Teach -track-memory to work on darwin. Looking at... |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Chris Lattner | add some stuff for mstats on darwin |
commit | commitdiff | tree | snapshot |
2005-11-14 |
Duraid Madina | add FP select. next up - divide! |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Add some dummy method impls |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Shrink derived types by 8 bytes each by not having... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Move some methods around. Refactor the parts of TypeMa... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Refactor some code, moving methods and data around... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | typeo |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Split the type refinement case completely out of the... |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2005-11-13 |
Chris Lattner | Separate the type-became-concrete case from the type... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | enable LSR by default on alpha |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | fix more regressions |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Andrew Lenharth | fix READCYCLECOUNTER |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | this is no apparently passing on alpha |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | trivial cleanup |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Fix reading LLVM 1.3 bc files. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | refactor grammar to eliminate shift-reduce conflict... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Shrink the Type class from 32 to 28 bytes on Darwin... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | remove a dead method |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Unswitch a loop, add more assertions, eliminate use... |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Tiny speedup, improve comments and code organization. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Describe section name encoding |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Read and write section info from/to .bc files |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Wrap long line. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Fix VC++ warning that bools cannot be ORed. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Jeff Cohen | Fix operator precedence bug caught by VC++. |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | document sections |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | regenerate |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | add a token |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Parse section info |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | print section info |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | new testcase |
commit | commitdiff | tree | snapshot |
2005-11-12 |
Chris Lattner | Add support for putting globals in a particular section |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | fix yet more regressions |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | generate chain result |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | added a chain output |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | Fix a bunch more alpha regressions |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | prevent cse of readcyclecounter |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | continued readcyclecounter support |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Andrew Lenharth | Add support for a cycle counter intrinsic. As basicall... |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Jeff Cohen | Fix some typos. |
commit | commitdiff | tree | snapshot |
2005-11-11 |
Jeff Cohen | Add new file to Visual Studio. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Fix the optimized code handling of user asm strings |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Make BB and CPI labels use the function number, not... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | speedup the common case where nothing needs to be quoted |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Allow per-character control over what target assemblers... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | do not allow '.' in symbol names |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Allow per-character control over what target assemblers... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Andrew Lenharth | the pain isn't gone unless the phinodes are spilled too |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Darwin supports quoted labels. This implements: |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Check that this compiles to a label with a space in it. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Add a new option for targets that accept quoted labels. |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | Remove M, which is dead. Eliminate a dead typedef... |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | remove the M instance var |
commit | commitdiff | tree | snapshot |
2005-11-10 |
Chris Lattner | This method is no longer static |
commit | commitdiff | tree | snapshot |
next |