summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Add support for 64-bit elf filesChris Lattner2005-07-12
* Fix povray and minor cleanupsAndrew Lenharth2005-07-12
* I don't know how this ever compiled with gcc, but VC++ correctly rejects it.Jeff Cohen2005-07-12
* VC++ demands that the function returns a valueJeff Cohen2005-07-12
* Clean up the TargetSubtarget class a bit, removing an unnecessary argumentNate Begeman2005-07-12
* Minor changes to improve comments and fix the build on _WIN32 systems.Chris Lattner2005-07-12
* Add a noteChris Lattner2005-07-12
* Implement Subtarget supportNate Begeman2005-07-12
* Commit some pending darwin changes before subtarget support.Nate Begeman2005-07-12
* fix a warningChris Lattner2005-07-11
* Remove glibc specific functions, and mark a couple as C99Andrew Lenharth2005-07-11
* because on alpha:Andrew Lenharth2005-07-11
* Clean up code, no functionality changes.Chris Lattner2005-07-11
* Output .size directives to tell the assembler the size of each function.Chris Lattner2005-07-11
* Fix crazy indentationChris Lattner2005-07-11
* Emit a symbol table entry for each function we output to the ELF file. ThisChris Lattner2005-07-11
* Refactor things a bit to allow the ELF code emitter to run the X86 machine co...Chris Lattner2005-07-11
* add code to emit the .text section to the section header.Chris Lattner2005-07-11
* Remove prototype for non-existant functionChris Lattner2005-07-11
* Use a name mangler object to uniquify names and remove nonstandardChris Lattner2005-07-11
* fix long linesChris Lattner2005-07-11
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-10
* Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.Chris Lattner2005-07-10
* Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNodeChris Lattner2005-07-10
* Introduce a new VTSDNode class with the ultimate goal of eliminating theChris Lattner2005-07-10
* Fix bugs also fixed in Unix version, plus other general cleanup.Jeff Cohen2005-07-09
* 1. Fix bug in getBaseName where it mishandles suffixesJeff Cohen2005-07-09
* Ensure that functions like isDirectory don't fail if the file doesn'tReid Spencer2005-07-08
* Two changes:Reid Spencer2005-07-08
* Add support for emitting a .data section and .bss section.Chris Lattner2005-07-08
* Stamp out tabsJeff Cohen2005-07-08
* Make Win32 implementation conform to new paradigmJeff Cohen2005-07-08
* Fix eraseSuffix()Jeff Cohen2005-07-08
* Final Changes For PR495:Reid Spencer2005-07-08
* Fix VC++ breakageJeff Cohen2005-07-08
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-08
* Changes to mimic those in Unix/Path.inc in support of PR495. This hasn'tReid Spencer2005-07-07
* For PR495:Reid Spencer2005-07-07
* Fix a problem that instcombine would hit when dealing with unreachable code.Chris Lattner2005-07-07
* clean up prolouge and epilougeAndrew Lenharth2005-07-07
* For PR495:Reid Spencer2005-07-07
* Restore some code that was accidentally removed by Nate's patch yesterday.Chris Lattner2005-07-07
* Add support for emitting the symbol table (and its string table) of theChris Lattner2005-07-07
* Fix a typo in my checkin today that caused regressions. Oops!Nate Begeman2005-07-07
* First round of support for doing scalar FP using the SSE2 ISA extension andNate Begeman2005-07-06
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-05
* Make several cleanups to Andrews varargs change:Chris Lattner2005-07-05
* 2 fixes:Andrew Lenharth2005-07-05
* Fit to 80 columnsChris Lattner2005-07-05
* Fix PowerPC varargsChris Lattner2005-07-05