2006-03-13 |
Chris Lattner | add a couple of missing folds |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Chris Lattner | For targets with FABS/FNEG support, lower copysign... |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Chris Lattner | Fix a couple of bugs that broke the alpha tester build |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Chris Lattner | Handle cracked instructions in dispatch group formation. |
commit | commitdiff | tree | snapshot |
2006-03-13 |
Chris Lattner | Mark instructions that are cracked by the PPC970 decode... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Chris Lattner | Several big changes: |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Chris Lattner | Don't advance the hazard recognizer when there are... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Chris Lattner | Chain operands aren't real uses: they don't require... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Chris Lattner | As a pending queue data structure to keep track of... |
commit | commitdiff | tree | snapshot |
2006-03-12 |
Chris Lattner | Mark llvm.stacksave as only reading memory, this fixes |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | rename priorityqueue -> availablequeue. When a node... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | Make CurrCycle a local var instead of an instance var |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | Move some methods around so that BU specific code is... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | merge preds/chainpreds -> preds set |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | blr is a branch too |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | add an example |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Nate Begeman | Fix PR681 by using the standard Lengauer and Tarjan... |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Chris Lattner | fix pasto in generate assertion msg |
commit | commitdiff | tree | snapshot |
2006-03-11 |
Evan Cheng | Doh! |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Evan Cheng | Added a parameter to control whether Constant::getStrin... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | remove some dead code |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | remove ShouldEmitDebugFunctions, a hack to support... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | scrape out bits of llvm-db |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Remove UnixLocalInferiorProcess: debugging via the... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Simplify this testcase |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | reorder these to make it work with static libraries |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | teach the JIT to encode vector registers |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Fix another broken intrinsic. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | weak globals on darwin require an extra load, breaking... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Fix incorrect definitions of these intrinsics, which... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Move simple-selector-specific types to the simple selector. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Simplify the interface to the schedulers, to not pass... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Simplify the interface to the schedulers, to not pass... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Move some simple-sched-specific instance vars to the... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | prune #includes |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | move some simple scheduler methods into the simple... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Make EmitNode take a SDNode instead of a NodeInfo* |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Move the VRBase field from NodeInfo to being a separate... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Store VRBase in a map, not in NodeInfo. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | no need to build groups anymore |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Create SUnits directly from the SelectionDAG. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Push PrepareNodeInfo/IdentifyGroups down the inheritanc... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | make some methods protected instead of private |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Teach the latency scheduler some new tricks. In partic... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Jeff Cohen | Put intrinsics.gen in its proper place. |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | add an aggregate method for reinserting scheduled nodes... |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Chris Lattner | Fix an incorrect intrinsic description |
commit | commitdiff | tree | snapshot |
2006-03-10 |
Jeff Cohen | Fix VC++ build breakage. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Adding an intrinsic is simpler still. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | use autogenerated side-effect information |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | generate side-effect info |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Simpler still |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Use autogenerated mod/ref info for intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Parse mod/ref properties, autogen mod/ref information |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Intrinsic adding is a little bit simpler now |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Use the autogenerated intrinsic verifier |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | parse intrinsic types |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Evan Cheng | Add option -enable-x86-lsr to enable x86 loop strength... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Use the function name matcher autogenerated from the... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | autogenerate the function name recognizer |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | This rule also depends on tblgen |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | use the enum list autogen'd from Intrinsics.td |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | remove dbg_declare, it's not used yet. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | silly case insensitive file systems... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Build intrinsics.gen from intrinsics.td |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Evan Cheng | Add a test case for (store (op (load ..) ..) ..) folding. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Update these tests (which use autoupgrade) to run const... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | autoupgrade memcpy/memmove/memset with signed counts. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | these are copies too |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | remove some now-dead code |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | fcopysign for mixed mode |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | back out my previous hack |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | relax fcopysign |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | alpha and llvm have different oppinions on which arg... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | remove temporary option |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Jim Laskey | Forgot this on last check in. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | Alpha Scheduling classes |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | temporary hack to get the build working again, apparent... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | fcopysign and get rid of dsnode cruft. custom PA runti... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Andrew Lenharth | fcopysign support |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Jim Laskey | Move bit field endianness to backend. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Evan Cheng | Temporary hack to enable more (store (op (load ...... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | yes yes, enabled debug output is bad |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | switch the t-d scheduler to use a really dumb and trivi... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Pull latency information for target instructions out... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | don't copy all itinerary data |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | PriorityQueue is an instance var, use it. |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | add some comments |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Refactor the priority mechanism one step further: now... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Make the new and old front-ends more similar: now neith... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Add support for 'special' llvm globals like debug info... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | fix a pasto |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | Use $(Verb) instead of @ so that VERBOSE=1 will print... |
commit | commitdiff | tree | snapshot |
2006-03-09 |
Chris Lattner | a couple of miscellaneous things. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Fix a really annoying bug in bugpoint that made reducin... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Automatically pass -emit-llvm to llvmgcc when using... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Pass -emit-llvm automatically to %llvmgcc and %llvmg... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Jim Laskey | Add #line support for CBE. |
commit | commitdiff | tree | snapshot |
next |