aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-04-01minor typoChris Lattner
2008-04-01Disabling remat of load from gv stub (temporarily) again to fix llvmgcc boots...Evan Cheng
2008-04-01add some #includes.Chris Lattner
2008-04-01MappedFile is dead, remove it.Chris Lattner
2008-04-01Implement Path::MapInFilePages/UnMapFilePages on unix, which Chris Lattner
2008-04-01Reimplement MemoryBuffer::getFile with three enhancements:Chris Lattner
2008-04-01Stub out some sys::Path::MapInFilePages/UnMapFilePages methods.Chris Lattner
2008-04-01change the archive stuff to use MemoryBuffer instead of mappedfile.Chris Lattner
2008-04-01prune unneeded #includesChris Lattner
2008-04-01rewrite SourceFile to be in terms of MemoryBuffer, not MappedFile.Chris Lattner
2008-04-01Make MappedFile::map return a const correct pointer, don't leak address space...Chris Lattner
2008-04-01Remove the MappedFile::charBase member, rename base -> getBase() andChris Lattner
2008-04-01Change DiffFilesWithTolerance to be written in terms of MemoryBuffer,Chris Lattner
2008-04-01add an accessor.Chris Lattner
2008-04-01Remove MappedFile support for mapping files for write and execChris Lattner
2008-04-01remove extraneous #includeChris Lattner
2008-04-01add missing #includesChris Lattner
2008-04-01More soft fp fixes.Evan Cheng
2008-04-01Pasto.Evan Cheng
2008-04-01Add comment.Evan Cheng
2008-04-01Unbreak ARM / Thumb soft FP support.Evan Cheng
2008-04-01Accept 'y' constraint (MMX) in inline asm.Dale Johannesen
2008-04-01update comment.Chris Lattner
2008-04-01cleanup the MappedFile API and comments. This removes and updatesChris Lattner
2008-04-01remove DEFINING_FILE_FOR for MappedFile.hChris Lattner
2008-03-31Emit exception handling info for functions which areDale Johannesen
2008-03-31Mark functions in some tests as 'nounwind'. GeneratingDale Johannesen
2008-03-31It's not safe to fold a load from GV stub or constantpool into a two-address ...Evan Cheng
2008-03-31Actually disable crash reporting on Mac OS X, returning bugpoint to speedyNate Begeman
2008-03-31Set blockBegin to point to the beginning of the block,Dan Gohman
2008-03-31Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.Evan Cheng
2008-03-31Fix a DAGCombiner optimization to respect volatile qualification.Dan Gohman
2008-03-31Add a unified 'generated documentation' target so the web site script has a c...Gordon Henriksen
2008-03-31test commitTorok Edwin
2008-03-31Reverting r48974. See PR2183 for details.Gordon Henriksen
2008-03-31Expose Function::viewCFG and Function::viewCFGOnly to bindings.Erick Tryzelaar
2008-03-31There isn't any c++ code in LangImpl8.html, so use thatErick Tryzelaar
2008-03-31Chapter 5, 6, and 7 of the ocaml/kaleidoscope tutorialErick Tryzelaar
2008-03-31Re-apply 48911.Evan Cheng
2008-03-31The support for remat of instructions with a register operand is hackish, to ...Evan Cheng
2008-03-31Quote the ocaml executablesErick Tryzelaar
2008-03-31Fix a major bug in the DFS calculation. Thanks for Christopher Lamb for poin...Owen Anderson
2008-03-31Don't eliminate bitcast instructions that change the type of a pointerNate Begeman
2008-03-30Tweak build system to allow for installing the tutorial and uninstalling the ...Erick Tryzelaar
2008-03-30Fix comment typo.Duncan Sands
2008-03-30Fix some documentation for the tutorial.Erick Tryzelaar
2008-03-30Moved from PR1570.Nick Lewycky
2008-03-30stop building llvmc.Chris Lattner
2008-03-30Fix "Control reaches the end of non-void function" warnings, Chris Lattner
2008-03-30minor code cleanups, allow constant folding sinf/cosf.Chris Lattner