index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add comments.
Brian Gaeke
2004-05-29
1
-6
/
+6
*
Trim whitespace.
Brian Gaeke
2004-05-29
1
-11
/
+0
*
Give InsertCodeForPhis() a new documentation comment.
Brian Gaeke
2004-05-29
1
-9
/
+7
*
Add method to assign stack slot to virtual register without creating a
Alkis Evlogimenos
2004-05-29
2
-0
/
+9
*
Add grow() member that grows the maps when the number of virtual
Alkis Evlogimenos
2004-05-29
1
-2
/
+6
*
Remove defs vector from live intervals.
Alkis Evlogimenos
2004-05-29
2
-20
/
+0
*
Thoroughly rehack the dynamic linking mechanisms on Win32. The Win32
Chris Lattner
2004-05-28
1
-16
/
+41
*
Prune #includes
Chris Lattner
2004-05-28
1
-2
/
+1
*
updates to ModuloSched
Tanya Lattner
2004-05-28
4
-20
/
+182
*
Give PhiCp nodes better names in many cases.
Brian Gaeke
2004-05-28
1
-19
/
+7
*
Make debugging output with -print-machineinstrs more useful: always print out
Brian Gaeke
2004-05-28
1
-0
/
+5
*
Fix the big regression that has been killing the nightly tester these last
Chris Lattner
2004-05-28
2
-2
/
+6
*
Don't use size() when you mean empty()
Chris Lattner
2004-05-28
1
-2
/
+1
*
Minor efficiency gain: do 1 nlogn lookup instead of two
Chris Lattner
2004-05-28
1
-7
/
+4
*
Minor changes. Switch to a SymbolTable remove that does not take linear time
Chris Lattner
2004-05-28
2
-4
/
+4
*
Fix one of the major things that is causing the C Backend to infinite loop
Chris Lattner
2004-05-28
1
-0
/
+1
*
Add support for getting executable memory on Windows. This is actually
Chris Lattner
2004-05-28
1
-2
/
+14
*
Add a new function for the JIT. libsupport is now the only library that
Chris Lattner
2004-05-28
1
-1
/
+53
*
Use the SystemUtils.h file to do our dirty work.
Chris Lattner
2004-05-28
1
-52
/
+2
*
Add support for zero length files
Chris Lattner
2004-05-28
1
-1
/
+10
*
Use the new FileUtilities.h API for mapping a file into an address
Chris Lattner
2004-05-28
4
-60
/
+30
*
Add a pair of functions to hide system specific details of mapping a file in ...
Chris Lattner
2004-05-28
1
-0
/
+34
*
Remove some more dead code resulting from adding setTypeName().
Reid Spencer
2004-05-28
1
-5
/
+1
*
Remove an assertion that uses Type::TypeTy that is never hit and will
Reid Spencer
2004-05-27
1
-12
/
+1
*
Clean up a comment.
Reid Spencer
2004-05-27
1
-1
/
+1
*
Fix for bug 348.
Reid Spencer
2004-05-27
1
-0
/
+1
*
Make comment lines stick out less.
Brian Gaeke
2004-05-27
1
-2
/
+2
*
Remove long unused #includes
Chris Lattner
2004-05-27
1
-1
/
+0
*
These #includes are long dead
Chris Lattner
2004-05-27
1
-2
/
+0
*
Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed it
John Criswell
2004-05-27
1
-1
/
+1
*
Fix warnings about reaching end of non-void function
Chris Lattner
2004-05-27
1
-0
/
+2
*
Add DynamicLinker support for systems that provide windows.h
Chris Lattner
2004-05-27
1
-8
/
+23
*
Use the SymbolTable::isEmpty() method instead of checking for no value
Reid Spencer
2004-05-27
1
-1
/
+1
*
This code is a real mess, but at least get the JIT *building* on platforms
Chris Lattner
2004-05-27
1
-0
/
+8
*
Add support for dos-style files
Chris Lattner
2004-05-27
1
-1
/
+1
*
Fix InstCombine/load.ll & PR347.
Chris Lattner
2004-05-27
1
-12
/
+24
*
Implement constant folding of fmod, which is used a lot in povray
Chris Lattner
2004-05-27
1
-2
/
+9
*
Restructure call constant folding code a bit to make it simpler
Chris Lattner
2004-05-27
1
-39
/
+40
*
Header file moved
Chris Lattner
2004-05-27
1
-1
/
+1
*
Signals.h header moved. Eventually this should move into a lib/System library,
Chris Lattner
2004-05-27
1
-1
/
+1
*
Changes to make libSupport build on systems that don't have the wait syscall.
Chris Lattner
2004-05-27
1
-30
/
+12
*
Add constructors that take a BasicBlock to append to, to the rest of
Alkis Evlogimenos
2004-05-27
3
-45
/
+175
*
Do not pass a null pointer if this instruction is not prepended or
Alkis Evlogimenos
2004-05-26
1
-2
/
+2
*
Inline trivial constructors.
Alkis Evlogimenos
2004-05-26
2
-33
/
+0
*
Several clean ups suggested by Chris: remove tabs, make SlotMachine do lazy
Reid Spencer
2004-05-26
1
-94
/
+97
*
Provide the correct patch for bug 345. The solution is to add a setTypeName
Reid Spencer
2004-05-26
1
-7
/
+68
*
Refactor common initialization code in private init() functions.
Alkis Evlogimenos
2004-05-26
6
-98
/
+96
*
Use one destination constructor for the unconditional branch.
Alkis Evlogimenos
2004-05-26
1
-1
/
+1
*
Fix PR344: the incorrect remove was being used.
Chris Lattner
2004-05-26
2
-2
/
+2
*
A quick and ugly hack to fix PR345. I used TypeTy specifically to make
Chris Lattner
2004-05-26
1
-1
/
+7
[next]