index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't call pthread_mutexattr_setpshared on FreeBSD because its implementation
Reid Spencer
2005-07-13
1
-0
/
+2
*
Note to self: don't introduce memory leaks.
Jeff Cohen
2005-07-13
1
-0
/
+1
*
Win32 support for Mutex class.
Jeff Cohen
2005-07-13
3
-12
/
+28
*
Fix Alpha/2005-07-12-TwoMallocCalls.ll and PR593.
Chris Lattner
2005-07-13
1
-1
/
+2
*
Fix test/Regression/CodeGen/Generic/2005-07-12-memcpy-i64-length.ll
Chris Lattner
2005-07-13
1
-1
/
+6
*
Check in the last of the darwin-specific code necessary to get shootout
Nate Begeman
2005-07-12
1
-11
/
+11
*
Remove some code that moved to the generic asm printer a long time ago.
Nate Begeman
2005-07-12
1
-84
/
+0
*
For PR540:
Reid Spencer
2005-07-12
4
-34
/
+86
*
For PR540:
Reid Spencer
2005-07-12
3
-0
/
+233
*
Add support for 64-bit elf files
Chris Lattner
2005-07-12
1
-16
/
+24
*
Fix povray and minor cleanups
Andrew Lenharth
2005-07-12
1
-25
/
+11
*
I don't know how this ever compiled with gcc, but VC++ correctly rejects it.
Jeff Cohen
2005-07-12
1
-1
/
+1
*
VC++ demands that the function returns a value
Jeff Cohen
2005-07-12
1
-0
/
+1
*
Clean up the TargetSubtarget class a bit, removing an unnecessary argument
Nate Begeman
2005-07-12
1
-1
/
+1
*
Minor changes to improve comments and fix the build on _WIN32 systems.
Chris Lattner
2005-07-12
2
-12
/
+13
*
Add a note
Chris Lattner
2005-07-12
1
-1
/
+1
*
Implement Subtarget support
Nate Begeman
2005-07-12
6
-4
/
+170
*
Commit some pending darwin changes before subtarget support.
Nate Begeman
2005-07-12
2
-11
/
+13
*
fix a warning
Chris Lattner
2005-07-11
1
-1
/
+1
*
Remove glibc specific functions, and mark a couple as C99
Andrew Lenharth
2005-07-11
1
-3
/
+1
*
because on alpha:
Andrew Lenharth
2005-07-11
1
-0
/
+1
*
Clean up code, no functionality changes.
Chris Lattner
2005-07-11
1
-50
/
+68
*
Output .size directives to tell the assembler the size of each function.
Chris Lattner
2005-07-11
1
-0
/
+1
*
Fix crazy indentation
Chris Lattner
2005-07-11
1
-75
/
+73
*
Emit a symbol table entry for each function we output to the ELF file. This
Chris Lattner
2005-07-11
1
-1
/
+31
*
Refactor things a bit to allow the ELF code emitter to run the X86 machine co...
Chris Lattner
2005-07-11
4
-24
/
+32
*
add code to emit the .text section to the section header.
Chris Lattner
2005-07-11
1
-4
/
+89
*
Remove prototype for non-existant function
Chris Lattner
2005-07-11
1
-6
/
+0
*
Use a name mangler object to uniquify names and remove nonstandard
Chris Lattner
2005-07-11
1
-2
/
+8
*
fix long lines
Chris Lattner
2005-07-11
1
-3
/
+4
*
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
7
-39
/
+35
*
Change *EXTLOAD to use an VTSDNode operand instead of being an MVTSDNode.
Chris Lattner
2005-07-10
3
-90
/
+60
*
Change TRUNCSTORE to use a VTSDNode operand instead of being an MVTSTDNode
Chris Lattner
2005-07-10
9
-60
/
+53
*
Introduce a new VTSDNode class with the ultimate goal of eliminating the
Chris Lattner
2005-07-10
2
-79
/
+109
*
Fix bugs also fixed in Unix version, plus other general cleanup.
Jeff Cohen
2005-07-09
1
-17
/
+61
*
1. Fix bug in getBaseName where it mishandles suffixes
Jeff Cohen
2005-07-09
1
-2
/
+6
*
Ensure that functions like isDirectory don't fail if the file doesn't
Reid Spencer
2005-07-08
2
-1
/
+19
*
Two changes:
Reid Spencer
2005-07-08
1
-7
/
+11
*
Add support for emitting a .data section and .bss section.
Chris Lattner
2005-07-08
1
-22
/
+67
*
Stamp out tabs
Jeff Cohen
2005-07-08
2
-20
/
+19
*
Make Win32 implementation conform to new paradigm
Jeff Cohen
2005-07-08
2
-50
/
+61
*
Fix eraseSuffix()
Jeff Cohen
2005-07-08
1
-10
/
+6
*
Final Changes For PR495:
Reid Spencer
2005-07-08
6
-33
/
+49
*
Fix VC++ breakage
Jeff Cohen
2005-07-08
3
-13
/
+10
*
Add support for assembling .s files on mac os x for intel
Nate Begeman
2005-07-08
5
-8
/
+96
*
Changes to mimic those in Unix/Path.inc in support of PR495. This hasn't
Reid Spencer
2005-07-07
1
-155
/
+94
*
For PR495:
Reid Spencer
2005-07-07
14
-172
/
+135
*
Fix a problem that instcombine would hit when dealing with unreachable code.
Chris Lattner
2005-07-07
1
-5
/
+29
*
clean up prolouge and epilouge
Andrew Lenharth
2005-07-07
2
-28
/
+39
*
For PR495:
Reid Spencer
2005-07-07
8
-21
/
+21
[next]