summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Symbol visibility is unsupported on cygwin too.Anton Korobeynikov2008-10-31
* Add an assert to catch user errors like:Torok Edwin2008-10-31
* Totally disable the setSubgraphColor calls temporarily, as they'reDan Gohman2008-10-31
* Revert errant deletion. The target needs to be able to specify that it doesn'...Jim Grosbach2008-10-30
* Canonicalize sext(i1) to i1?-1:0, and update various instcombineDan Gohman2008-10-30
* Add InlineCost class for represent the estimated cost of inlining aDaniel Dunbar2008-10-30
* Add initial support for vector widening. Logic is set to widen for X86.Mon P Wang2008-10-30
* Revert r58411. The user needs to #define this when using the JITMemoryManager...Bill Wendling2008-10-30
* Revert part of r58048. It was breaking on SnowLeopard claiming thatBill Wendling2008-10-30
* This is not needed anymore.Evan Cheng2008-10-29
* Add a bit to MachineRelocation that tells JIT that target is responsible for ...Evan Cheng2008-10-29
* Add sanity checking for BUILD_PAIR (I noticed theDuncan Sands2008-10-29
* - More pre-split fixes: spill slot live interval computation bug; restore poi...Evan Cheng2008-10-29
* - Rewrite code that update register live interval that's split.Evan Cheng2008-10-29
* Factor shouldInline method out of Inliner.Daniel Dunbar2008-10-29
* Don't force things to be Value * when they're not.David Greene2008-10-29
* Assorted comment/naming fixes, 80-col violations, and reindentation.Daniel Dunbar2008-10-28
* Add some more information to the top-level comment for this file.Dan Gohman2008-10-28
* Support for constant islands in the ARM JIT.Jim Grosbach2008-10-28
* Avoid calls to setSubgraphColor in release mode. They generate lots of error ...Evan Cheng2008-10-28
* Do not allow a user to set the operand for a constant.Tanya Lattner2008-10-28
* fit in 80 colsChris Lattner2008-10-28
* more comment cleanups.Chris Lattner2008-10-28
* comment cleanups.Chris Lattner2008-10-28
* Fix the name of the include guard to match the filename.Dan Gohman2008-10-28
* Have TableGen emit setSubgraphColor calls under control of a -gen-debugDavid Greene2008-10-27
* Return bool (inserted) from StringSet::insert as for StringMap::insert.Daniel Dunbar2008-10-27
* 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