2005-02-01 |
Chris Lattner | Fix a problem where we could infinitely recurse on... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Misha Brukman | Fix hyphenation in output comment |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement InstCombine/cast.ll:test25, a case that occur... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Jeff Cohen | Add LLVM with Visual Studio overview |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement the trivial cases in InstCombine/store.ll |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Rename these to start with %c, as they are the only... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Implement Transforms/InstCombine/cast-load-gep.ll,... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | New testcase |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Andrew Lenharth | indirect call fix |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Andrew Lenharth | fp to int and back conversion sequences |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Fix the regressions my User changes introduced. Appare... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Rename variables to work with VC++'s hokey scoping... |
commit | commitdiff | tree | snapshot |
2005-01-31 |
Chris Lattner | Fix some scary bugs that VC++ detected. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Make things more const-correct, adjust to changes in... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | * Make some methods more const correct. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Andrew Lenharth | added fp extend and removed a forgotten assert in more... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Jeff Cohen | Silence VC++ warnings about using 'this' in base member... |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | This code is really unreachable. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Fix warnings. |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Andrew Lenharth | support for larger calls |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Improve spelling |
commit | commitdiff | tree | snapshot |
2005-01-30 |
Chris Lattner | Improve conformance with the Misha spelling benchmark... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tanya Lattner | Make this work on systems where size_t == unsigned... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Tanya Lattner | Make this work on systems where size_t is not the same... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Unbreak the build :( |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to ilist changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in ilist |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Rename createNode -> createSentinal. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | clean up comments |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This has been deprecated for long enough, nuke it. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This file was schizophrenic when it came to representin... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | There is no reason to include ostream here, include... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | After reading in a bc file, trim the resultant buffer... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Finegrainify namespacification |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Andrew Lenharth | first step towards a correct and complete stack. also... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Due to previous simplifications, we can simplify the... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Properly handle volatile. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Remove some useless map operations. Loads/stores that... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Before doing expensive global analysis, check to make... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Fix quotes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Minor simplification/speedup. Replaces a set lookup... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Eliminate generality that is not buying us anything... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | If we see: |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Memory used is a delta between memuse at the start... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Jeff Cohen | Unbreak VC++ build |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Make sure that we always grow a multiple of 2 operands. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | noteworthy. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in instruction interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Switchinst takes a hint for the number of cases it... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | switchinst ctor now takes a hint for the number of... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust Valuehandle to hold its operand directly in it. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Finegrainify namespacification. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | add namespace qualifier |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class and minor changes in... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to slight changes in instruction interfaces. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Merge InstrTypes.cpp into this file |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in User class. Aggregate constants... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | This file is now merged into Instructions.cpp |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to changes in the User class. Introduce a new... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to user changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Many changes to cope with the User.h changes. Instruct... |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Adjust to User.h changes. |
commit | commitdiff | tree | snapshot |
2005-01-29 |
Chris Lattner | Instead of storing operands as std::vector<Use>, just... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | fix ExprMap, partially teach about add long |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Fix a nasty thinko in my previous commit. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Alpha doesn't have a native f32 extload instruction. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | implement legalization of truncates whose results and... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Get alpha working with memset/memcpy/memmove |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Reid Spencer | Fix some typos in the Makefile.rules. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Hrm, who knows what 'uint' is, but it seems to work... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | * add some DEBUG statements |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Fix ConstProp/2005-01-28-SetCCGEP.ll: indexing over... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | New testcase. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Add some initial documentation for the SelectionDAG... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Do not clean up if the MappedFile was never used or... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | fix ExprMap and constant check in setcc |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Jeff Cohen | Get VC++ compiling again |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Reid Spencer | Convert some old C-style casts to C++ style. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Andrew Lenharth | move FP into it's own select |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | CopyFromReg produces two values. Make sure that we... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | These passes are no more. |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Chris Lattner | Remove this code as it is currently completely broken... |
commit | commitdiff | tree | snapshot |
2005-01-28 |
Jeff Cohen | Properly close mapped files. |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Misha Brukman | Mark -parallel pass as `experimental' |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | stack frame fix and zero FP reg fix |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | Floating point instructions like Floating point registers |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | int to float conversion and another setcc |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Misha Brukman | Fix grammar |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | teach isel about comparison with constants and zero... |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Jeff Cohen | Fix some Path bugs |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | perhaps this will let me have calls again |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | minor bug fix |
commit | commitdiff | tree | snapshot |
2005-01-27 |
Andrew Lenharth | minor bug fix |
commit | commitdiff | tree | snapshot |
next |