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 |
2006-03-08 |
Chris Lattner | Fit to 80 columns. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Add a helper method for running static ctors/dtors... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | add a new helper method. |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | add a new helper method |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Jim Laskey | Get rid of the multiple copies of getStringValue. ... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Duraid Madina | doo de doo |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Split the priority function computation and priority... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | switch from an explicitly managed list of SUnits to... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Shrinkify some fields, fit to 80 columns |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | revert the previous patch, didn't mean to check it... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | remove "Slot", it is dead |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Change the interface for getting a target HazardRecogni... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Jim Laskey | libstdc++-v3 was failing to build. Needed to handle... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | Fix a miscompilation of 188.ammp with the new CFE.... |
commit | commitdiff | tree | snapshot |
2006-03-08 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Evan Cheng | X86ISD::REP_STOS and X86ISD::REP_MOVS now produces... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Evan Cheng | Use rep/stosl; and Count 0x3; rep/stosb for memset... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | Two things: |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | new testcase that should have been added long ago. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Jim Laskey | Use "llvm.metadata" section for debug globals. Filter... |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Jim Laskey | Switch to using a numeric id for anchors. |
commit | commitdiff | tree | snapshot |
2006-03-07 |
Chris Lattner | Fix ConstantMerge/2006-03-07-DontMergeDiffSections... |
commit | commitdiff | tree | snapshot |
next |