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
/
ExecutionEngine
/
JIT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Generalize TargetData strings, to support more interesting forms of data.
Chris Lattner
2007-02-14
1
-1
/
+1
*
eliminate vector-related allocations
Chris Lattner
2007-02-13
1
-2
/
+2
*
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
Reid Spencer
2007-01-30
2
-4
/
+4
*
Moved disassembler to libSystem
Anton Korobeynikov
2007-01-23
1
-10
/
+2
*
Teach TargetData to handle 'preferred' alignment for each target, and use
Chris Lattner
2007-01-20
1
-1
/
+1
*
DOUT still evaluates side effects, even though it doesn't print. This means
Chris Lattner
2007-01-20
1
-0
/
+2
*
fix build on amd64
Andrew Lenharth
2007-01-19
1
-1
/
+1
*
Adding disassembler interface and external hook to udis86 library.
Anton Korobeynikov
2007-01-19
1
-1
/
+14
*
For PR1064:
Reid Spencer
2007-01-12
1
-17
/
+31
*
Implement review feedback for the ConstantBool->ConstantInt merge. Chris
Reid Spencer
2007-01-12
1
-1
/
+1
*
Rename BoolTy as Int1Ty. Patch by Sheng Zhou.
Reid Spencer
2007-01-11
1
-3
/
+3
*
For PR1043:
Zhou Sheng
2007-01-11
1
-1
/
+1
*
For PR950:
Reid Spencer
2006-12-31
1
-32
/
+24
*
remove static ctors from Statistic objects
Chris Lattner
2006-12-19
1
-6
/
+3
*
Fix PR1057 (compilation on macos 10.3), patch by Scott Michel!
Chris Lattner
2006-12-17
1
-8
/
+8
*
Simplify the fetching of relocation mode.
Jim Laskey
2006-12-14
1
-4
/
+4
*
1. Tidy up jump table info.
Jim Laskey
2006-12-14
1
-17
/
+36
*
Change inferred cast creation calls to more specific cast creations.
Reid Spencer
2006-12-12
1
-1
/
+1
*
Removing even more <iostream> includes.
Bill Wendling
2006-12-07
4
-41
/
+37
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
Allow target to specify alignment for function stub.
Evan Cheng
2006-11-16
1
-5
/
+11
*
if lazy compilation is disabled, print an error message and abort if
Chris Lattner
2006-11-09
1
-0
/
+7
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
For PR950:
Reid Spencer
2006-10-20
1
-12
/
+12
*
Unbreak the JIT
Chris Lattner
2006-09-15
1
-2
/
+2
*
Adding dllimport, dllexport and external weak linkage types.
Anton Korobeynikov
2006-09-14
1
-2
/
+2
*
Fix a ton of jit failures
Chris Lattner
2006-09-13
1
-1
/
+1
*
Reflect MachineConstantPoolEntry changes.
Evan Cheng
2006-09-12
1
-3
/
+12
*
Behold, more work on relocations. Things are looking pretty good now.
Nate Begeman
2006-09-10
1
-1
/
+1
*
Completely rearchitect the interface between targets and the pass manager.
Chris Lattner
2006-09-04
1
-5
/
+5
*
eliminate use of TM.getName()
Chris Lattner
2006-09-03
1
-2
/
+1
*
Remove extra spaces.
Evan Cheng
2006-09-01
1
-2
/
+2
*
Last check-in was a mistake...
Evan Cheng
2006-09-01
1
-4
/
+6
*
*** empty log message ***
Evan Cheng
2006-09-01
1
-2
/
+2
*
Better comments.
Evan Cheng
2006-09-01
1
-1
/
+4
*
Yikes. This requires checking apple gcc version.
Evan Cheng
2006-09-01
1
-2
/
+4
*
initial changes to support JIT'ing from multiple module providers, implicitly
Chris Lattner
2006-08-16
2
-3
/
+13
*
Fix handling of asm specifiers for external globals. This unbreaks many programs
Chris Lattner
2006-07-28
1
-1
/
+12
*
Resolve BB references with relocation.
Evan Cheng
2006-07-27
1
-5
/
+2
*
Fixed a typo in Evan's submisson.
Jim Laskey
2006-07-27
1
-1
/
+1
*
Move synchronizeICache from TargetJITInfo into a static function in JITEmitte...
Evan Cheng
2006-07-27
1
-5
/
+17
*
Fix warning on linux
Chris Lattner
2006-07-27
1
-8
/
+8
*
- Refactor the code that resolve basic block references to a TargetJITInfo
Evan Cheng
2006-07-25
1
-1
/
+16
*
Fix the build on my old and busted version of OS X
Nate Begeman
2006-07-22
1
-1
/
+6
*
Forgot to #ifdef __APPLE__
Evan Cheng
2006-07-22
1
-0
/
+2
*
Resolve __dso_handle.
Evan Cheng
2006-07-21
1
-0
/
+8
*
Remove non-portable optimization that isn't worth it
Chris Lattner
2006-07-12
1
-5
/
+1
*
Change AllocateRWX/DeallocateRWX do not throw an exception.
Chris Lattner
2006-07-07
1
-8
/
+8
*
Adapt to new interface function materialization interface
Chris Lattner
2006-07-07
1
-9
/
+5
*
Added jump table address relocation.
Evan Cheng
2006-06-23
1
-1
/
+5
[next]