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
*
Oops, this was not to go in
Chris Lattner
2004-06-02
1
-1
/
+1
*
Adjust to the new TargetMachine interface
Chris Lattner
2004-06-02
4
-32
/
+32
*
Adjust to new TargetMachine interface
Chris Lattner
2004-06-02
11
-19
/
+18
*
Inline findOptimalStorageSize into it's caller, both of which are sparc specific
Chris Lattner
2004-06-02
1
-12
/
+18
*
Adjust to new TM interface
Chris Lattner
2004-06-02
1
-1
/
+1
*
Method has been inlined into all callers
Chris Lattner
2004-06-02
1
-7
/
+0
*
Convert to the new TargetMachine interface.
Chris Lattner
2004-06-02
28
-161
/
+166
*
Stubs are no longer needed
Chris Lattner
2004-06-02
1
-5
/
+0
*
Adjust to new TM interfaces
Chris Lattner
2004-06-02
4
-12
/
+6
*
Finegrainify namespacification
Chris Lattner
2004-06-02
2
-6
/
+3
*
Fix a trivial but blatant bug
Chris Lattner
2004-06-02
1
-4
/
+4
*
Implement the new CopyFile function
Chris Lattner
2004-06-02
1
-0
/
+35
*
Move some functions out of gccld.cpp to GenerateCode.cpp. This allows us
Chris Lattner
2004-06-02
1
-4
/
+4
*
Fix spelling, trim empty space, tighten up function header comment.
Misha Brukman
2004-06-02
1
-10
/
+3
*
Implement PR315: abort, don't warn, when missing external functions encountered
Chris Lattner
2004-06-01
1
-9
/
+17
*
Use new form of unconditional branch constructor.
Brian Gaeke
2004-06-01
1
-1
/
+1
*
Modified calcTypeName() so that it does not allocate a std::string for
John Criswell
2004-06-01
1
-24
/
+37
*
There is no "mcff" here; delete the confusing comments that refer to it.
Brian Gaeke
2004-05-30
1
-6
/
+0
*
Pull Interval class out of LiveIntervals.
Alkis Evlogimenos
2004-05-30
3
-80
/
+67
*
Transform an occurrence of if(...) { assert (0) }.
Brian Gaeke
2004-05-30
1
-4
/
+2
*
When spilling an register, introduce a new temporary for each of its
Alkis Evlogimenos
2004-05-30
3
-57
/
+84
*
Reduce the amount of LLVM Values for which we save reg. allocator
Brian Gaeke
2004-05-30
1
-9
/
+14
*
Rename verifySavedState to dumpSavedState. Give it a new comment.
Brian Gaeke
2004-05-30
2
-9
/
+11
*
Insert machine instructions generated for Phi nodes into their
Brian Gaeke
2004-05-30
1
-0
/
+3
*
Fix typo in head-of-file comment.
Brian Gaeke
2004-05-30
1
-1
/
+1
*
Fix a bug that Chris asserts emphatically is a bug. The changed clause
Reid Spencer
2004-05-30
1
-1
/
+1
*
Moved this file to lib/Bytecode/Writer because its used there only.
Reid Spencer
2004-05-30
2
-902
/
+0
*
Remove unused #include.
Brian Gaeke
2004-05-29
1
-1
/
+0
*
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
[next]