summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add setSubgraphColor to color an entire portion of a SelectionDAG. ThisDavid Greene2008-10-27
* Add STL-style typedefs and default constructors to make it possible toDavid Greene2008-10-27
* export an ID for the instructionNamer, allowing analysis/transformation passesTorok Edwin2008-10-27
* For now, don't split live intervals around x87 stack register barriers. FpGET...Evan Cheng2008-10-27
* Return something (i.e. NULL) from an unimplemented virtual function.Oscar Fuentes2008-10-26
* CMake: GetTargetTriple: new module for determining the targetOscar Fuentes2008-10-26
* Add storeRegTo{StackSlot|Addr} and loadRegFrom{StackSlot|Addr} descriptions.Evan Cheng2008-10-25
* Make comments and code for QuietWarnings and QuietErrorsDan Gohman2008-10-25
* Support for allocation of TLS variables in the JIT. Allocation of a globalNicolas Geoffray2008-10-25
* CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes2008-10-25
* CMake: Sync'ed DataTypes.h.cmake with DataTypes.h.in.Oscar Fuentes2008-10-25
* Avoid splitting an interval multiple times; avoid splitting re-materializable...Evan Cheng2008-10-24
* Fix constant-offset emission for x86-64 absolute addresses. ThisDan Gohman2008-10-24
* Added raw_fd_ostream::close().Ted Kremenek2008-10-23
* Changes to make the Windows build work...Steve Naroff2008-10-23
* Committing a good chunk of the pre-register allocation live interval splittin...Evan Cheng2008-10-23
* Introduce INT64_C macro and unbreak LLVM on MSVC.Argyrios Kyrtzidis2008-10-23
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-22
* Fix incorrect testing for the end of the both strings in CStrInCStrNoCase. T...Ted Kremenek2008-10-22
* Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass.Daniel Dunbar2008-10-22
* Add some comments explaining the meaning of a booleanDuncan Sands2008-10-22
* Move Print*Pass to use raw_ostream.Daniel Dunbar2008-10-22
* Fix comment to name "TokenFactor" instead of "Token factor".Bill Wendling2008-10-21
* Privatize PrintModulePass and PrintFunctionPass and addDaniel Dunbar2008-10-21
* Clear raw_fd_ostream error string on success and explain behavior inDaniel Dunbar2008-10-21
* fix a tricky bug in the JIT global variable emitter, that was triggered when ...Nuno Lopes2008-10-21
* constify some methods and variables in ImmutableList.Ted Kremenek2008-10-21
* Add skeleton for the pre-register allocation live interval splitting pass.Evan Cheng2008-10-20
* Update the stub and callback code to handle lazy compilation. The stubJim Grosbach2008-10-20
* Add a register class -> virtual registers map.Evan Cheng2008-10-20
* This forward declaration is unnecessary.Evan Cheng2008-10-20
* Teach getTypeToTransformTo to return somethingDuncan Sands2008-10-20
* Fix a typo in a comment.Dan Gohman2008-10-20
* Fix typo in a comment.Matthijs Kooijman2008-10-20
* Remove another stale comment.Matthijs Kooijman2008-10-20
* Remove an inappropriate (probably outdated) comment.Matthijs Kooijman2008-10-20
* Make llvm memory barrier available as an intrinsicMon P Wang2008-10-18
* Teach DAGCombine to fold constant offsets into GlobalAddress nodes,Dan Gohman2008-10-18
* Use the opcode predicates, instead of duplicating the code.Dan Gohman2008-10-17
* Add RCBarriers to TargetInstrDesc. It's a list of register classes the given ...Evan Cheng2008-10-17
* Added MemIntrinsicNode which is useful to represent target intrinsics thatMon P Wang2008-10-17
* Keep track of *which* input constraint matches an outputChris Lattner2008-10-17
* add an assert so that PR2356 explodes instead of running off anChris Lattner2008-10-17
* Add comment on how tagged pointers areGabor Greif2008-10-17
* Trim #includes.Dan Gohman2008-10-16
* Introduce a typing refinenement on tagged dataGabor Greif2008-10-16
* Const-ify several TargetInstrInfo methods.Dan Gohman2008-10-16
* Fix a calculation error in comments.Zhongxing Xu2008-10-16
* Move the include of MachineLocation.h into MachineModuleInfo.hDan Gohman2008-10-16
* Implement a SmallVector insert method that can insert multipleDan Gohman2008-10-16