summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Add a helper method for running static ctors/dtors in the module.Chris Lattner2006-03-08
* add a new helper methodChris Lattner2006-03-08
* Get rid of the multiple copies of getStringValue. Now a Constant:: method.Jim Laskey2006-03-08
* Change the interface for getting a target HazardRecognizer to be more clean.Chris Lattner2006-03-08
* Switch to using a numeric id for anchors.Jim Laskey2006-03-07
* Hoist the HazardRecognizer out of the ScheduleDAGList.cpp file to whereChris Lattner2006-03-06
* add an emitnoop methodChris Lattner2006-03-05
* custom lowered nodes are legal tooChris Lattner2006-03-05
* add a hook to insert a noopChris Lattner2006-03-05
* Breathe some life into a comment.Jim Laskey2006-03-05
* Add a new scheduling type. This is, of course, a hack. Proper factoringChris Lattner2006-03-05
* Add a copysign nodeChris Lattner2006-03-05
* Adding basic structure support.Jim Laskey2006-03-03
* Add more vector NodeTypes: VSDIV, VUDIV, VAND, VOR, and VXOR.Evan Cheng2006-03-03
* Number of NodeTypes now exceeds 128.Evan Cheng2006-03-03
* SDOperand::isOperand should not be a forwarding. It must check *this against ...Evan Cheng2006-03-03
* Added isOperand(N): true if this is an operand of NEvan Cheng2006-03-03
* initial checkin of the intrinsic description fileChris Lattner2006-03-03
* update commentChris Lattner2006-03-03
* Split this out of Target.tdChris Lattner2006-03-03
* remove the read/write port/io intrinsics.Chris Lattner2006-03-03
* Split memcpy/memset/memmove intrinsics into i32/i64 versions, resolvingChris Lattner2006-03-03
* Fix a compilation error with GCC 4.1. Thanks to Vladimir Merzliakov forChris Lattner2006-03-02
* Support for enumerations.Jim Laskey2006-03-01
* Remove extra comma from enum list.Jim Laskey2006-03-01
* Remove comma from enum list.Jim Laskey2006-03-01
* Switch back to using actual dwarf tags. Simplifies code without loss to otherJim Laskey2006-03-01
* Use context and not compile unit.Jim Laskey2006-03-01
* Basic array support.Jim Laskey2006-03-01
* Add interfaces for targets to provide target-specific dag combiner optimizati...Chris Lattner2006-03-01
* Missing a cast previously.Evan Cheng2006-03-01
* - Added v2f32, not used by any target currently. Only for testing purpose.Evan Cheng2006-03-01
* - Added VConstant as an abstract version of ConstantVec.Evan Cheng2006-03-01
* Add const, volatile, restrict support.Jim Laskey2006-02-28
* Qualify dwarf namespace inside llvm namespace.Jim Laskey2006-02-27
* Supporting multiple compile units.Jim Laskey2006-02-27
* Re-orging file.Jim Laskey2006-02-27
* Added an offset field to ConstantPoolSDNode.Evan Cheng2006-02-25
* Add a PrintAsmMemoryOperand method for printing addressesChris Lattner2006-02-24
* add a methodChris Lattner2006-02-24
* Add pointer and reference types. Added short-term code to ignore NULL typesJim Laskey2006-02-24
* Get VC++ building again.Jeff Cohen2006-02-24
* Add some hooks for selecting memory addresses.Chris Lattner2006-02-24
* Add C_Memory operand typeChris Lattner2006-02-24
* add a new flagChris Lattner2006-02-23
* Added basic support for typedefs.Jim Laskey2006-02-23
* DwarfWriter reading basic type information from llvm-gcc4 code.Jim Laskey2006-02-23
* - Added option -relocation-model to set relocation model. Valid values includ...Evan Cheng2006-02-22
* Coordinate activities with llvm-gcc4 and dwarf.Jim Laskey2006-02-22
* Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.Chris Lattner2006-02-22